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

header{
	width:100%;
	padding:0 5px;
}

#header_img{
	width:100%;
}

#m_container{
	width:100%;
}
section{
	width:62.5%;
}
section h2{
	padding:0 3px;
}
section h3{
	padding:0 5px;
}
section dl dd{
	width:320px;
}

section .box{
	box-sizing:border-box;
	width:50%;
	height:auto;
	padding:5px;
}
section .box img{
	width:100%;
	height:auto;
}

aside{
	width:31.25%;
}

footer{
	width:100%;
}

/* 画像 */
img{
	max-width:100%;
	height:auto;
}