@charset "UTF-8";
/*all*/
ul#p_menu{
 width:100%;
 max-width:1200px;
 background-color :rgba(255,255,255,0.8);
 z-index:200;
}
ul#p_menu li{
	width:29%;
	float:left;
	margin:0 2%;
	text-align:center;
}
ul#p_menu li img{
	width:42.8%;
	max-width:150px;
	min-width:90px;
	margin:0 auto;
}
nav > div{
	width:39%;
	float:left;
	margin:0 5%;
	text-align:center;
	margin-bottom:135px;
}
nav div.nav_text{
	padding:50px 0;
}
/*furnitur*/
section p{
	width:90%;
	margin:0 auto 30px;
}
section p img{
margin:70px 0 0;
}
section p.left-box,
section p.right-box{
	width:71.5%;
}
section div{
	margin:0 0 130px;
}
section div h2{
 	font-size:115%;
	 margin: 0 0 10px;
}
section div dl{
	font-size:86%;
}
section div dl dt{
	margin: 3px 0;
}
section div dl dd{
	margin:0 0 0 0.5em;
}
section.detail .left-box{
float:left;
max-width:600px;
margin-left:5%;
}

section.detail .right-box,section p.back_btn{
float:right;
max-width:600px;
text-align:right;
margin-right:5%;
}
@media screen and ( max-width:760px){
	.sp_none{
	display:none;
	}
	nav div.nav_text h2{
	line-height:1.2;
	}
	nav div.nav_text{
	padding:20px 0;
	}
}