/* CSS Document */

#container #fv{
	background: url(../img/fv.jpg) no-repeat center top;
	background-size: cover;
}
#container #fv h1{
	padding: 120px 0 20px;
	font-size: 2.8rem;
}
#container #fv h2{
	display: inline-block;
	border-bottom: 2px solid #FFF;
}

#container section {
    padding-bottom: 50px;
}

#container section article{
	margin: 40px auto;
	max-width: 620px;
}
#container section h1{
	font-size: 3.0rem;
}
#container section h1:after{
	content: '';
	border-bottom: 3px solid #05B6DD;
	width: 40px;
	display: block;
	margin: 20px auto;
}
#container section h2{
	font-size: 2.4rem;
	color: #182F79;
	margin: 40px auto;
}






#container #navBtn{
	padding: 0;
}
#container #navBtn ul{
	list-style: none;
}
#container #navBtn ul li a{
	width: 50%;
	float: left;
	display: inline-block;
	text-align: center;
	border: 1px solid #B1B1B1;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 2.1rem;
	color: #B1B1B1;
	padding: 24px 0;
	position: relative;
}
#container #navBtn ul li a:after{
	position: absolute;
	content: '';
	top: 30px;
	right: 30px;
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #B1B1B1;
	border-right: 2px solid #B1B1B1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#container #navBtn ul li.act a{
	background: #182F79;
	border-color: #182F79;
	color: #FFF;
}
#container #navBtn ul li.act a:after{
	border-color: #FFF;
}


#outline .tb1{
	margin-bottom: 50px;
}

#outline .tb1 th {
    border-left: none;
	width: 40%;
}

#outline .tb1 td{
    text-align: left;
}

#outline .tb1 th, #outline .tb1 td {
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
}

#outline p img{
	width: 100%
}


#history .tb1{
	margin-bottom: 50px;
}

#history .tb1 th {
	width: 20%;
	background-color: #F8F8F8;    
	padding: 18px 0;
    border: 1px solid #E8E8E8;
}

#history .tb1 td{
    text-align: left;
	padding: 18px;
    border: 1px solid #E8E8E8;
}



#access #map{
	margin: 0 auto;
	max-width: 960px;
}

#access dl {
    background: #FFF;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 12px 5px;
}

#access dl dt {
	text-align: left;
    color: #172F7A;
    font-size: 1.8rem;
    /*font-weight: bold;*/
    margin-bottom: 15px;
	border-bottom: solid 1px #172F7A;
    padding: 3px 0 5px 25px;
}

#access dl #car{
	background: url(../img/icon01.png) no-repeat left;
}
#access dl #train{
	background: url(../img/icon02.png) no-repeat left;
}

#access dl dd {
	text-align: left;
	/*font-weight: bold;*/
	margin: 15px 10px 0;
	line-height: 1.8em;
	font-size: 1.3rem;
}





@media screen and (max-width: 480px) {
	
	#container #fv {
    height: 100px;
	}
	#container #fv h1 {
    padding: 25px 0 0;
    font-size: 2.0rem;
	}
	#container #fv h2 {
    font-size: 1.0rem;
	}
	
	#container #navBtn ul li a {
    width: auto;
		display: block;
		float: none;
		padding: 15px 0;
		margin: 10px;
		font-size: 1.8rem;
	}
	#container section h1 {
    font-size: 2.5rem;
		margin: 10px;
	}
	#container #navBtn ul li a:after {
    top: 20px;
	}
	
	#container section article {
    width: auto;
		text-align: left;
	}
	
	
	
	
	#outline .tb1 th, #outline .tb1 td {
	}
	#outline .tb1 th {
    width: 100%;
    display: block;
		border: none;
		padding: 10px 0 0;
	}
	#outline .tb1 td {
    text-align: left;
    display: block;
		padding: 0 0 10px;
	}
	
	
	#history .tb1 th {
    text-align: center;
		padding: 10px;
		width: 25%;
	}
	#history .tb1 td {
		padding: 10px;
		line-height: 1.8em;
	}
	
	
	#access .logo {
		text-align: center;
	}
	#access .logo img{
		width: 200px;
	}
	#access .add {
		text-align: center;
		line-height: 1.8em;
	}
	#access dl {
    width: 100%;
    margin: 12px 5px 30px;
	}
	#access dl dt{
    font-size: 1.4rem;
	}
	#access #map iframe{
		height: 230px !important;
	}

	
	
	
	
	
	
	
	
	
}

