
/*-----------------------------------
アクセスページ用CSS
-----------------------------------*/

#guide {
	text-align: center;
	margin-bottom:80px;
}
#access #map { text-align: left; }


#access div {
	max-width:980px;
	text-align:center;
	margin:20px auto 0;
	padding:0px 10px;
}


#guide div {
	max-width:800px;
	text-align:left;
	margin:0px auto 0px;;
}

@media screen and (min-width:981px){
	
	#access h2 { padding: 0px 0 12px; }
	#access #map {
		color: #000;
		height: 360px;
		margin: 25px auto 30px;
	}
	
	#guide h2 {
		padding: 70px 0 35px;
	}
	
	#guide table {
		width: 100%;
		table-layout: fixed;
		margin:0px 0px 40px 0px; 
	}
	#guide table tr > * {
		padding: 12px 0 11px;
	}
	#guide table th { 
		width: 150px;
		border-bottom: 1px solid #fff;
		text-align:center;
	}
	#guide table th:before {
		content: "";
		color: #bfa37b;
		margin-right: 5px;
	}
	#guide table td {
		text-align: left;
		border-bottom: 1px solid #444;
		padding-left:30px;
	}
	/*#guide > ul {
		overflow: hidden;
		padding: 46px 0 68px;
	}
	#guide > ul li {
		width: 450px;
		text-align: left;
	}
	#guide > ul li:first-child {
		float: left;
	}
	#guide > ul li:last-child {
		float: right;
	}
	#guide > ul li h3 {
		color: #000;
		width: 92px;
		height: 32px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
		background: #bfa37b;
		margin-bottom: 5px;
	}
	#guide > ul li img { width: 100%; }
	#guide figcaption { margin-top: 11px; }
	*/
}

@media screen and (max-width:980px){
	/*#mainVis {
		background-image: url(../images/access/main_sp.jpg);
	}
	*/
	#access {
		padding: 0 10px;
		line-height: 20px;
	}
	#access h2 {
		padding: 0px 0 12px;
	}
	#access #map {
		color: #000;
		height: 250px;
		margin: 32px 0 26px;
	}
	
	#guide {
		padding: 0 10px;
	}
	#guide h2 {
		margin: 0px 0px 25px 0px;
	}
	#guide h2 img { height: 19px; }
	#guide figure img { width: 100%; }
	#guide table {
		margin: 0px 4px 30px;
		border-top: 1px solid #444;
	}
	#guide table,
	#guide table tbody,
	#guide table tr,
	#guide table tr > * {
		width: auto;
		display: block;
	}
	#guide table tr > * {
		text-align: left;
		vertical-align: top;
		padding: 12px 0 11px 5px;
		border-bottom: 1px solid #444;
	}
	#guide table th {
		padding-left: 1em;
		text-indent: -1em;
		border-bottom: 0;
		padding-bottom: 0;
	}
	#guide table th:before {
		content: "";
		color: #bfa37b;
		margin-left: 5px;
		text-indent: 0;
		display: inline-block;
	}
	#guide table td {
		padding-top: 0;
	}
	#guide > ul { padding: 30px 0 52px; }
	#guide > ul li + li { margin-top: 25px; }
	#guide > ul li h3 {
		color: #000;
		width: 92px;
		height: 32px;
		line-height: 32px;	
		background: #bfa37b;
		margin-bottom: 5px;
	}
	#guide > ul figure {
		text-align: left;
	}
	#guide > ul figcaption {
		margin: 3px 0 0;
	}
}

