@charset "utf-8";
/*------------------------------------------------------------
	路線図
------------------------------------------------------------*/
body{
	padding: 0;
	margin: 0
}

#conts .head {
	width: 600px;
	margin: 0 auto;
}

#conts .head h3 {
    padding: 5px 0 0;
	font-size: 1.72em;
	color: 666;
	line-height: 40px;
	margin-bottom: 13px;
	margin: 0 auto;
	text-align: center;
}

#conts .inner {
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}

#conts .mapArea {
	margin: 10px auto;
	padding: 0 20px;
	display: inline-block;

	color: #595757;
}

	* html #conts .mapArea {
		display: inline;
		zoom: 1;
	}

	*+html #conts .mapArea {
		display: inline;
		zoom: 1;
	}

#conts .mapArea .map {
	margin-bottom: 10px;
}

#conts .mapArea p {
	text-align: left;
	font-size: 1.16em;
	color: #f00;
}

#conts .goTo {
	padding: 10px 0 20px;
}


.close,.logo{
		text-align: center;
}

#header{
	height: 60px;
	box-sizing:border-box;
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E0E0E0
}

#header img{
	width: auto;
	height: 20px;
}

.gmapArea{
	width: 600px;
	margin: 0 auto;
}

.gmapArea h4{
	background-color: #98AFBB;
    background-image: url("../img/template/title_02.gif");
    background-position: left center;
    background-repeat: no-repeat;
    height: auto !important;
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 36px;
    padding-bottom: 3px;
}

.gmapArea h4 span{
	display: block;
    padding: 7px 0 0 30px;
    font-size: 1.615em;
    color: #fff;
    line-height: 1.2;
}

#gmap{
	width: 600px;
	height: 450px;
	margin-bottom: 10px;
}

#gmap iframe{
	width: 100%;
	height: 100%;
	border:none;
}

.gmapArea h5{
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.gmapArea p{
	font-size: 12px;
	text-align: left;
}

.otherlanguage{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 10px;
    border: 1px solid #bbdefb;
    background-color: #e3f2fd
}

.otherlanguage li{
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #494949
}

.otherlanguage li a{
	color: #494949;
	text-decoration: none;
}

.otherlanguage li:first-child{
	padding-left: 0px;
}


.otherlanguage li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border: none
}

a.map_link{
	color:red;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-top: -2px;
	letter-spacing: 1px;
	font-weight: bold;
}

.ttl-cmn-02{
	text-align: left;
	margin: 30px 0 20px
}

#footer{
	border-top: 1px solid #E0E0E0;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}
	
