@charset "utf-8";

/* -----------------------------------------------------------

	アクセス

----------------------------------------------------------- */

.access .map {
	border:1px solid #E4E4E4;
	padding:10px;
	margin:10px 0;
	height:1%;
}

.access .map p.address {
	float:left;
	font-size:85%;
	line-height:150%;
	margin-top:3px;
}

.access .map p.print {
	float:right;
	font-size:85%;
	margin-top:3px;
}

.access dt {
	clear:both;
}

.access dt {
	font-weight:bold;
	color:#7BA901;
	background:url(../common/images/list/icon_mark_01.gif) no-repeat 0 10px;
	padding-left:14px;
	margin-left:5px;
}

.access dd {
	font-size:85%;
	margin:0 0 10px 18px;
}


/* -----------------------------------------------------------

	Bus

----------------------------------------------------------- */

#Popup { width:650px; }
#Popup .print {
	width:650px;
	text-align:right;
}

#Popup  h3 {
	background:#E7EED6;
	color:#224C1F;
	padding:10px 0 10px 10px;
	margin:10px 0 5px 0;
	width:640px;
}

#Popup .lead {
	font-size:85%;
	margin:10px 0 10px 10px;
}

#Popup table {
	font-weight:bold;
	width:630px;
	border-collapse:collapse;
	margin:10px auto 25px auto;
}

#Popup th {
	text-align:center;
	background:#FBF5D7;
	padding:10px;
	border:1px solid #D6D1B1;
}

#Popup td.left,
#Popup td.right {
	padding:10px;
	border:1px solid #D6D1B1;
	background:#FFF;
}

#Popup td.left {
	width:280px;
	text-align:right;
}

#Popup td.right {
	width:260px;
}

#Popup td.center {
	width:50px;
	text-align:center;
	background:#F9F0BE;
	padding:4px;
	border:1px solid #D6D1B1;
}

#Popup td.right span { margin-right:15px; }
#Popup td.left span { margin-left:15px; }

#Popup td span em {
	font-weight:normal;
	font-style:normal;
	font-size:75%;
}

#Popup .point {
	font-size:85%;
	line-height:180%;
	width:590px;
	margin:0 auto 10px auto;
	background:#EEE;
	padding:10px 10px 7px 10px;
}

#Popup .point span {
	background:#FFCC03;
	padding:3px 2px 1px 3px;
}

#Popup .close {
	font-size:75%;
	text-align:center;
	margin-bottom:20px;
}


