@charset "UTF-8";
/****************************************************
* TOP 03トップスタイル *
*****************************************************/
/*Slide**********************************************/
#topImage{
	position:relative;
	overflow:hidden;
	border-bottom:3px #28a745 solid;
}
#topImage img { display: block; width:100%; height: auto;}

@media only screen and (max-width: 768px) {
	:lang(en) #topImage{ display: none;}
}

:lang(ja) #wrapper{
	margin-top:40px;
}
:lang(en) #wrapper{
	margin-top:15px;
}
#contents section:after {
	content:" ";
	display:block;
	clear:both;
}
#contents>.txtPart{
	margin-bottom:20px;
}

/*新着*/
#topicNews{
	margin-bottom:30px;
}

#topicNews header{
	margin:0 0 26px;
}
#topicNews header h2{
	font-size:1.84210526315789em;/*28px*/
	line-height:1;
	display: inline-block;
	margin:0;
}
#topicNews header p.RSS{
	margin:0 10px;
	font-size: 0.92105263157895em;/*14px*/
	display: inline-block;
}
#topicNews .entry{
	padding: 10px 15px;
	margin: 0 0 10px;
	border: 1px solid #28a745;
}