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

body{
	position:relative;
}
header{
	width:100%;
	padding:0 3px;
}
header h1{
	font-size:36px;
}

#header_img{
	width:100%;
}
#header_nav li a{
	width:auto;
	padding:5px 8px;
}

#m_container{
	width:100%;
}
section{
	width:100%;
	float:none;
}
section dl{
	margin-left:5px;
}
section dl dt{
	font-size:90%;
	width:100px;
}
section dl dd{
	font-size:90%;
	width:200px;
}

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

aside{
	width:100%;
	float:none;
}

footer{
	width:100%;
	padding-bottom:40px;
}
#iconmenu{
	position:absolute;
	right:8px;
	bottom:6px;
}
#site,#iconmenu{
	float:none;
}

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