@charset "utf-8";
/* CSS Document */
nav#pc li#access a{
  background: #FFF url(../img/nav.png) no-repeat -800px -120px;
}
nav#pc li#access a:hover {
  background: #FFF url(../img/nav.png) no-repeat -800px -120px;
}
#main{
	background-color:#DBEFE5;}
#content{
	margin-top:30px;}

table{
	width:90%;
	margin:0 auto;
	border-collapse:collapse;
	background-color:#FFF;
	}
th, td{
	border:1px solid #000;
	padding:8px;
	}

.time-table{
	text-align:center;
	margin-bottom:5px;}
.block ul, #car-root, #parking ul{
	overflow:hidden;}
#text{
	width:300px;
	padding:0 30px;
	font-size:15px;
	float:left;}
#parking img, #root{
	width:240px;
	margin-bottom:10px;
	float:left;}
.block li{
	float:left;
	margin:20px 40px;
	}
.block li a{
	display:block;
	}
.block li p{
	width:240px;
	padding-top:10px;
	font-size:14px;
	text-align:center;}
	
.block h2, #main dt{
	font-size:24px;
	font-weight:bold;
	padding:10px 20px;
	color:#FFF;
	text-shadow:4px 4px 10px #666;
	}
.block h2{
	margin-bottom:20px;}
.block dl{
	border-radius:6px;
	}
#main dt{
    border-radius:6px 6px 0 0;
	background-color:#44BBA6;
	border-bottom:5px solid #FFF;
	}
 #main dt a{
   display:block;
   width:100%;
   height:100%;
 }

#main dd{
	padding:15px 20px 20px;
	}
#main dt:hover, #main img:hover{
	opacity:0.6;
	cursor:pointer;}
#main dl{
	background-color:#FFF;}
.block p{
	margin-bottom:10px;
	line-height:1.4}
.block-last p{
	text-align:center;}
		
span{
	font-weight:bold;}
	
.block{
	margin:0 auto 50px;}

#supple{
	color:#FF0000;
	font-weight:bold;
	margin:20px 0 -15px;}
	
#to-top a{
  position:fixed;
  right:40px;
  bottom:20px;
  opacity:0.6;}
#to-top a:hover{
  opacity:0.9;
}
@media screen and (max-width:959px){
nav#mobile li#access a{
  opacity:0.8;
}
nav#mobile li#access a:hover {
  opacity:0.6;
}
#content{
	margin-top:30px;
}
.block ul, #car-root, #parking ul{
	width:640px;
	margin:0 auto;
}
.block iframe{
		width:728px;
		height:364px;
	}
}
@media screen and (max-width:767px){
	.block{
	width:320px;
	float:none;
	}
	#main dd, #main dt{
		width:280px;
	}
	#main dt{
		font-size:22px;
	}
	.block h2{
		width:270px;
	}
	.block dl{
		width:320px;
	}
	.block ul{
		width:240px;
		margin:20px auto;
	}
	.block ul li{
		float:none;
		margin:20px 0;
	}
	.block iframe{
		width:280px;
		height:280px;
	}
	#car-root{
		width:280px;
	}
	
	#parking ul{
		width:240px;
		padding:20px;
	}
	#text{
		width:280px;
		float:none;
		padding:0;
		margin:0 auto 20px;
	}
	#root{
		width:240px;
		margin:20px;
	}
	table{
		width:100%;
	}
	.time-table{
		font-size:80%;
	}
}