
#event.section{
	width:700px;
	margin:50px auto 0;
}

#event.section.new:before{
	content:"新 着";
	width:70px;
	text-align:center;
	color:#ffffff;
	background-color:#fc3845;
	margin:0 auto 10px 0;
	padding: 5px 0;
	box-sizing:border-box;
	font-weight:bold;
	display:block;
}

#event .section-title {
	margin:0;
}

footer {
	margin-top: 40px;
}

#event .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#event .picture{
	margin:40px auto 20px;
	transition: all .3s;
}
#event .picture img{
	max-width: 700px; /*widthからmax-widthへ変更 1911*/
	height: auto;
	max-height: 600px; /*追記 1911*/
	display: block; /*追記 1911*/
	text-align: center; /*追記 1911*/
}

#event .text{
	overflow-wrap : break-word;
	line-height:1.75;
	margin-bottom:100px;
}
#event .detail{
	margin-top:1%;
	width:100%;
}

#event .detail tr th{
	width:60px;
	padding:0 20px;
}

