@charset "utf-8";
/* CSS Document */


/*============== 全体 ==============*/

#news_wrap{
	width:100%; /*1000px*/
	margin:0 auto 50px;
}

#news_wrap h3{
	font-size: 1.286em;
	color: #fff;
	letter-spacing: 0.1em;
	line-height:1.4;
	text-align: left;
	background-color: #d31d1d;
	border-bottom: 5px solid #f2bbbb;
	padding: 7px 10px 5px 15px;
	margin-bottom: 5px;
}

p.date{
	font-size:1.071em;
	text-align:right;
	font-weight:bold;
	margin-bottom: 15px;
}

p.date span{
	color:#d31d1d;
}

.gaiyo{
	margin-bottom: 20px;
}

#news_wrap .photo{
	width:100%;
	overflow:hidden;
	margin:30px auto 0;
}


#news_wrap .photo ul{
	width:1050px;
	margin:0 -50px 0 0;
}

#news_wrap .photo ul li{
	display:block;
	width:475px;
	margin:0 50px 20px 0;
	float:left;
}

#news_wrap .photo ul li img{
	width:100%;
	max-width:540px;
	height:auto;
}

/*------- 言語ごとの調整 -------*/

@media only screen and (max-width: 600px) {

/*============== 全体 ==============*/

#news_wrap{
	width:100%; /*1000px*/
	margin:0 auto 50px;
}

#news_wrap h3{
	font-size: 1.286em;
	color: #fff;
	letter-spacing: 0.1em;
	line-height:1.4;
	text-align: left;
	background-color: #d31d1d;
	border-bottom: 5px solid #f2bbbb;
	padding: 7px 10px 5px 15px;
	margin-bottom: 5px;
}

p.date{
	width:90%;
	margin:0 auto 15px;
	text-align:left;
}

.gaiyo{
	width:90%;
	margin:0 auto 20px;
}

#news_wrap .photo{
	width:90%;
	max-width:540px;
}


#news_wrap .photo ul{
	width:100%;
	margin:0;
}

#news_wrap .photo ul li{
	display:block;
	width:100%;
	margin:0 0 20px 0;
	float:none;
}


}

@media only screen and (max-width: 480px) {
	



}