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


/**/
.restCopyTop{
	position:ewlative;
	margin:30px 0 28px 0;
}


/**/
.specTable{
	margin:30px 0 40px 0 ;
	border:solid 1px #e0e0e0;
	border-width:0 1px 1px 0;
}
.specTable td,
.specTable th{
	border:solid 1px #e0e0e0;
	border-width:1px 0 0 1px;
}
.specTable th{
	background:#f5f1e8;
}
.specTable .bgGold{
	background:#f5f1e8;
}
.specTable .bgGray{
	background:#f0f0f0;
}
.specTable .bgGray2{
	background:#f3f3f3;
}



#kojiBoxL{
	width:215px;
	float:left;
}
#kojiBoxR{
	width:494px;
	float:right;
}


#btnPdf{
	position:absolute;
	left:624px;
}



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

#map_canvas,
#map_canvas iframe {
	width: 100% !important;
	height: 300px !important;
}
.specTable td,
.specTable th {
	display: block;
}

}

