/*############################################*/
/*右ナビ*/
/*############################################*/
.sideMenuBox{
	padding-top:9px;
}
#sideMenu{
	margin:0 0 8px 8px;
}
#sideMenu li{
	padding:10px 0 10px 9px;
}
#sideMenu li.sdLiNaka{
	padding-bottom:12px;
}


/*############################################*/
/*本文*/
/*############################################*/
.restCopy{
	margin:30px 0 28px 0;
}
.bodyCopy{
	margin:0 0 28px 0;
}
.cultureShadow{
	margin:0 0 30px 0 ;
	padding-bottom:31px;
	background:url(../../images/share/shadow_honbun.jpg) bottom center no-repeat;
}
.cultureWrapper{
	width:728px;
	padding:19px 0;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 1px;
}
/**/
.cultureBox{
	margin:0 0 0 19px;
}
.cultureMini{
	margin-top:20px;
	width:688px;
	border:solid 1px #e0e0e0;
}
.cultureBox h5{
	font-weight:bold;
	font-size:110%;
	margin-bottom:20px;
	padding:5px 0 5px 0;
	text-align:left;
	border:solid 1px #e0e0e0;
	border-width:0 0 1px 0;
	background:#eaeef1;
}


/**/
.cultureBoxText{
	width:700px;
	margin:0 0 19px 0;
}
.culT{
	float:right;
	margin-right:19px;
}
.culT td,
.culT th{
	padding:6px 0;
	border-bottom:dashed 1px #e0e0e0;
}
.culT th{
	padding-right:16px;
}


/* screen width 736px
-----------------------------------------------------------*/
@media only screen and (max-width: 736px){

#honbunBox2 {
    width: auto !important;
    max-width:500px;
}
.cultureWrapper {
	width: -webkit-calc(94% - 2px) ;
	width: calc(94% - 2px) ;
    padding: 19px 3%;
}
.cultureBox {
    margin: 0 0 0 0;
}
.ImagePhoto {
    margin: 0 0 0 0 !important;
    float: none !important;
}
#honbunLeft .ImagePhoto img {
    width: 100% !important;
	margin-bottom: 10px;
}
.CommentBox {
	width: 100% !important;
    float: none !important;
}
#SampleButton,
#SampleClose {
	width: 100% !important;
}
#SampleMail,
#SampleMailHtml {
    width: 100% !important;
}
#SampleMail iframe,
#SampleMailHtml iframe {
    width: calc(100% - 2px) !important;
    width: -webkit-calc(100% - 2px) !important;
}
#honbunRight .pcdispAnc {
    display: none;
}

}