@charset "UTF-8";

/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---------------------------------------------------------------
accessディレクトリ
---------------------------------------------------------------
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

/*タイトル - 交通ガイド*/
h3.pageTitle {
	background: url(/access/images/title.gif) 0 0;
}

/*1stタイトル - 主要都市からの所要時間ご案内*/
h4.ttl1stAccess {
	display: block;
	margin-top: 40px;
	width: 690px;
	height: 43px;
	background: url(/access/images/ttl-1st-access.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 1em;
}

/*1stタイトル - お問い合わせ*/
h4.ttl1stContact {
	display: block;
	margin-top: 40px;
	width: 690px;
	height: 43px;
	background: url(/access/images/ttl-1st-access-contact.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 1em;
}

.divAccessImg {
	margin: 10px 0 20px 0;
	width: 690px;
	text-align: center;
}
p.subText {
	line-height: 1.5em;
	padding-bottom: 20px;
}

.access {
}
.access dl {
	margin: 0;
	padding: 0;
}
.access dt {
	/*background: #F8F8F8;*/
	background: #ECE7DD;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.access dd {
	margin: 0 0 10px 0;
	padding: 0;
}
.access dd table {
	width: 690px;
}
.access dd th {
	padding: 6px;
	border-bottom: 1px solid #CCC;
	background: #F8F8F8;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
}
.access dd td {
	padding: 6px;
	border-bottom: 1px solid #CCC;
	line-height: 1.5em;
}
