@charset "utf-8";

.h2_title{
clear:both;
margin: 40px 0 0 0;
padding: 3em 0;
text-align:center;
font-size:200%;
background: url(../img/h2_bg.png) no-repeat top right;
}


.guide_box_l {
	float: left;
	width: 60%;
}

.guide_subtitle {
	background: #171717;
	border-left: 10px #2a2a2a solid;
	padding: 1em;
	font-size: 120%;
}

.guide_subtitle01 {
	background: #313131;
	padding: 0.5em 1em;
}

.guide_table {
	border-top: 1px #060606 solid;
	border-left: 1px #060606 solid;
	width:100%;
	background: url(../img/guide_table_bg.jpg) no-repeat center left;
}
.guide_table th,.guide_table td {
	padding: 10px;
	border-right: 1px #060606 solid;
	border-bottom: 1px #060606 solid;
}
.guide_table th {
	background: rgba(20,20,20,0.2);
	text-align: center;
}
.guide_table td {
	background: rgba(120,120,120,0.1);
	vertical-align: top;
}

.guide03_box {
	width: 75%;
	padding: 0 0 0 1em;
}

.guide03_title {
	background: #233f6d;
	padding: 0.5em;
}
.guide03_txt {
	padding: 0.5em;
	font-size: 80%;
}

.googlemap {
	width: 790px;
	height: 320px;	
}

@media only screen and (max-width:644px){

.guide03_box {
	width: 45%;
	padding: 0 0 0 0.5em;
}

.googlemap {
	max-width: 100%;
	height: 320px;	
}

}