#header{
	box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65) 0px 0px 3px 1px;
}



/*概要エリア*/


/*トップエリア*/

article{
	margin:0 auto;
	text-align:center;
	max-width:855px;
	xbackground:#999;
}


article h1 img{
	width:100%;
	height:auto;
	max-width:828px;
}


h2{
	width:100%;
	height:auto;
	max-width:828px;
	margin:10px auto 10px auto;
	text-align:center;
}


h2 img{
	width:28%;
	height:auto;
	max-width:274px;
	margin:10px auto;
	text-align:center;
}



/*トップエリア*/

#topbox{
	width:92%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:80%;
	line-height:1.5;
	text-align:center;
	letter-spacing:0.1em;
	max-width:828px;
}


#topbox p{
	color:#333;
	font-size:12px;
	margin:0 auto;
}


@media(max-width:350px){
#topbox p{
	font-size:10px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}


@media(min-width:500px){
#topbox p{
	font-size:18px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
}
}

/*トップエリア*/





.mainbox{
	width:46%;
	height:auto;
	background:#FFF;
	margin:0px auto 20px auto;
	margin-left:2%;
	margin-right:2%;
	text-align:left;
	max-width:250px;
	float:left;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(140, 150, 163, 0.6) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(140, 150, 163, 0.6) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(140, 150, 163, 0.6) 0px 0px 3px 1px;
}




dl{
	padding:10px;
	font-size:11px;
}

dt h3{
	margin-bottom:10px;
}

dt h4{
	margin-bottom:10px;
}


dt{
	width:100%;
	height:auto;
	color:#400;
	padding-right:10px;
}



dt img{
	width:100%;
	height:auto;
}


.red{
	color:#700;
	margin-bottom:4px;
}



dd{
	color:#444;
	line-height:1.5;
}


.mainbox p{
	text-align:justify;
}





@media(min-width:500px){
.mainbox dl{
	font-size:14px; /* 幅が500px以上になるとvw指定は文字が大きくなりすぎるので、サイズを固定する。 */
	letter-spacing:0.1em;
}
}



.links{
	width:96%;
	height:auto;
	padding:2%;
	margin:10px auto 0 auto;
	text-align:center;
	letter-spacing:0.2em;
	color:#fff;
	background:#e50012;
	font-size:80%;
	font-weight:bold;
	font-size:110%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.links a{
	color:#fff;
	text-decoration: none;
}








