﻿@charset "utf-8";
/* -----------------------------------------------
 * アクセスTOP用CSS
 * 
 * Last Update 2010/09/15
----------------------------------------------- */
#accessMethod {
	margin: 16px 0;
}
	#accessMethod .deviceBox {
		margin-bottom: 18px;
	}
	#accessMethod .device {
		position: relative;
		float: left;
		width: 368px;
	}
	#accessMethod .goDetail {
		position: absolute;
		right: 24px;
		bottom: 7px;
	}
	#accessMethod #car {
		height: 211px;
		background: url("../img/backCar.gif") no-repeat;
	}
		.taxi {
			margin: 10px 0 0;
		}
	#accessMethod #train {
		height: 211px;
		margin-left: 7px;
		background: url("../img/backTrain.gif") no-repeat;
	}
	#accessMethod #bus {
		height: 146px;
		background: url("../img/backBus.gif") no-repeat;
	}
	#accessMethod #NTTrain {
		height: 146px;
		margin-left: 7px;
		background: url("../img/backNTTrain.gif") no-repeat;
	}
	#accessMethod #plane {
		height: 225px;
		background: url("../img/backPlane2.gif") no-repeat;
	}
	#accessMethod #map {
		height: 225px;
		margin-left: 7px;
		background: url("../img/backMap2.gif") no-repeat;
	}
	#accessMethod .device .icon {
		float: left;
		width: 67px;
		padding-top: 10px;
	}
		.icon h2 {
			text-align: center;
		}
	#accessMethod .device .deviceText {
		float: left;
		width: 285px;
	}
		#accessMethod .device .deviceText h2 {
			margin: 8px 0 5px;
		}
			#accessMethod .device .deviceText h2.air {
				margin: 8px 0 0;
			}
		#accessMethod .device .deviceText h3 {
			margin: 5px 0 3px;
			font-weight: normal;
			font-size: 85%;
		}
			#accessMethod .device .deviceText h3.air {
				margin: 2px 0 0;
			}
		#accessMethod .device .deviceText p {
			font-size: 80%;
		}
			#accessMethod .device .deviceText p.plane {
				line-height: 1.2;
				margin-bottom: 5px;
				padding-left: 1em;
				font-size: 70%;
			}
		#accessMethod .device .deviceText dt {
			float: left;
			width: 240px;
			margin: 1px 0;
			font-size: 80%;
		}
		#accessMethod .device .deviceText dd {
			float: right;
			width: 35px;
			vertical-align: sub;
			margin: 1px 0;
			color: #B21820;
			font-size: 80%;
			text-align: right;
		}
		
		/* 新幹線 */
		#accessMethod #NTTrain .deviceText dt {
			width: 160px;
		}
		#accessMethod #NTTrain .deviceText dd {
			width: 110px;
		}
		
		/* map */
		#accessMethod #map .deviceText dt {
			width: 160px;
		}
		#accessMethod #map .deviceText dd {
			width: 110px;
		}
		#accessMethod #map .deviceText .referenceMark {
			line-height: 1.1;
			margin: 10px 0;
			font-size: 80%;
			}
