@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 1120px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 130%;
	font-weight: bolder;
	color: #BBBB85;
	margin-bottom: 15px;
}

.icon {
	position: relative;
	top: 7px;
}

#opening_hours {
	position: absolute;
	top: 290px;
}

#opening_hours table {
	font-weight: bolder;
	text-align: center;
	border: 5px solid #E6E6E6;
	border-collapse: collapse;
	position: absolute;
	top: 50px;
	left: 20px;
}

#opening_hours th,
#opening_hours td {
	border-left: 2px solid #E6E6E6;
}

#opening_hours th {
	width: 100px;
	height: 50px;
	background-color: #DFF0FF;
}

#opening_hours td {
	width: 220px;
	height: 50px;
}

#opening_hours td span {
	font-size: 120%;
}

#access {
	position: absolute;
	top: 450px;
}

#access #map {
	width: 410px;
	height: 600px;
	position: absolute;
	top: 40px;
	left: 20px;
}

#access #method {
	width: 260px;
	height: 600px;
	font-weight: bolder;
	position: absolute;
	top: 40px;
	left: 440px;
}

#access #car {
	position: absolute;
	top: 40px;
}

#access #car .route,
#access #car .text {
	position: absolute;
	left: 18px;
}

#access #car .route {
	width: 200px;
	padding: 10px;
	border-bottom: 2px dotted #69ADE1;
}

#access #car #r01 {
	position: absolute;
	top: 40px;
}

#access #car #r02 {
	top: 139px;
}

#access #car #r03 {
	top: 216px;
}




.access-hiroshima #access #car #r01{
	top:40px;
}

.access-hiroshima #access #car #r02 {
	top: 80px;
}

.access-hiroshima #access #car #r03 {
	top: 121px;
}

.access-hiroshima #access #car #r04 {
	top: 175px;
	border-bottom:0;
}


#access #car .text {
	width: 220px;
	position: absolute;
	top: 304px;
}

#access #train {
	position: absolute;
	top: 406px;
	left: -1px;
}

.access-hiroshima #access #train {
	top: 275px;
}

#access #train .text {
	position: absolute;
	left: 20px;
	padding-top: 15px;
}


#access #bus {
	position: absolute;
	top: 450px;
	left: -1px;
}

#access #bus .text {
	position: absolute;
	left: 20px;
	padding-top: 15px;
}

/* main */

