
@media screen and (min-width: 800px) {
	
#container {
	padding-left: 10%;
	padding-right: 10%;
	width: auto;
}
header {
	margin: 0 auto -110px auto;
}
header h1 {
	margin: 0 -50px 0 -80px;

	background: url(../images/logo.png) 0 0 no-repeat;
	background-size:480px auto;
	max-width: 480px;
	height: 138px;

}
header h1 a.logo_toppage {
	display: block;

	width: 313px;
	height: 105px;
	margin-left: 84px;
}

header.detailHeader {
	margin: 0 auto -100px auto;
}
header.detailHeader h1 {
	margin: 0 -50px 0 -80px;

	background: url(../images/logo.png) 0 0 no-repeat;
	background-size:480px auto;
	max-width: 480px;
	height: 138px;

}
header.detailHeader h1 a {
	display: block;
	width: 313px;
	height: 105px;
	margin-left: 84px;
}
header.detailHeader h1 img {
	display: none;
}

 
nav {
	background:url(../images/nav_base_lightfromleft.png) 0 0 no-repeat;/**/
	background-size:320px auto; /*古いスマホ機種のブラウザは対応していない模様（そのままの大きさになる）*/
	line-height: 0;
	font-size: 0;
	width: 320px;
	min-height: 93px;
	/*position: relative;
	left: 100px;*/
	margin: 0 0 5px 380px;

}

.nnnnn {
	background:none;
	/*background:url(../images/nav_base_lightfromleft2.png) 0 0 no-repeat;/**/
	background-size:320px auto; /*古いスマホ機種のブラウザは対応していない模様（そのままの大きさになる）*/
	line-height: 0;
	font-size: 0;
	width: 320px;
	min-height: 93px;
	/*position: relative;
	left: 100px;*/
	margin: 0 0 5px 380px;

}

.categoryHead h2 {
	max-width: 410px;
	padding: 11px 0 5px 0;
	margin-left: -5px;
}

section.listBlock ul li {
	min-height: 130px;
}
section.listBlock ul.newsList li {
	min-height: 130px;
}

section.listBlock ul li figure {
	width: 124px;
	height: 124px;
	position: absolute;
}


section.listBlock ul li article > h3 {
	font-size: 17px;
	line-height: 1.5;
	margin: 0px 50px 13px 150px;
	padding: 11px 0 10px 0;

}
section.listBlock ul li article > p {
	line-height: 1.7;
	margin: 0 70px 0 150px;
	font-size: 110%;
}

section.detailTitle h1 {
	font-size: 20px;

}

}

