


/*トップエリア*/

article{
	margin:0 auto 5% auto;
	text-align:center;
	background:#faf9f5;
}




article h1{
	width:100%;
	height:auto;
	max-width:828px;
	margin:0px auto 10px auto;
	text-align:center;
}


article h1 img{
	width:56%;
	height:auto;
	max-width:500px;
	margin:40px auto 20px auto;
	text-align:center;
}


/*トップエリア*/


/*ニュースエリア*/


#feed{
	padding-bottom:10px;
}


#feed ul{
	width:88%;
	height:auto;
	margin:12px auto 60px auto;
	padding-bottom:6%;
	text-align:left;
	letter-spacing:0.1em;
	max-width:788px;
	border-bottom:1px solid #E2D1BA;
}


.timet{
	font-size:80%;
	list-style:none;
	margin-bottom:10px;
}



.textt{
	line-height:1.5;
	text-align:justify;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:100%;
	font-weight:bold;
	border-bottom:1px dotted #C96
}


.maint{
	line-height:2;
	text-align:justify;
	margin-bottom:10px;
	font-size:80%;
	font-weight:bold;
}




.maint img{
	width:100%;
	margin:5% auto;
	max-width:500px;
	height:auto;
}






@media(max-width:350px){
.mainbox dl{
	font-size:12px; /*  */
}
}


@media(min-width:500px){
.maint{
	font-size:16px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


/*ニュースエリア*/





