﻿@charset "utf-8";
/** CSS Information =============================
File name: access.css
Description: Access page
Contents:
	* #access
================================================ */
#access #contents .img-box {
	/* "height" and "width" are set to a "contents.css" */
	float: left;
	background-image: url(../img/access-img.jpg);
}

#access #contents .main-box {
	/* "margin" and "width" are set to a "contents.css" */
	float: right;
	text-align: right;
}

#access #contents .main-box h2 {
	margin-top: 8px;
	margin-bottom: 4px;
}

#access .section-lv3 {
	/* "margin-left" and "margin-right" are set to a "contents.css" */
	margin-bottom: 13px;
}

#access h3 {
	color: #808080;
	text-align: left;
	margin-left:15px;
}

#access .main-box p.address{
	line-height:16px;
}

#access .biz-hours {
	width:185px;
	width:192px;
	margin-right: 0;
 	margin-left : auto;
		
}

#access dt {
	width:50px; 
	text-align:left;
	margin-bottom: 1px;
	float:left;
	clear:both;
}

#access dd {
	margin-bottom: 1px;
	text-align:left;
}

#access .station {
	margin-left:20px;
	font-size:10px;
	position:relative;
	top:180px;
	right:215px;
	line-height:14px;
}

#access .map {
	clear:both;
	height:260px;
	background-image:url(../img/access-map.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}