﻿@charset "utf-8";

/* ページタイトル */
#img {
	width: 565px;
	margin: 10px 0 0;
}


	#contentMain h3 {
		padding: 5px 0 0 10px;
	}
	#contentMain h4 {
		margin: 10px 0 5px 0;
	}

	/* ------------------------
	 * box
	------------------------ */
	#contentMain .box {
		width: 510px;
		margin: 10px auto 20px;
	}
		#contentMain .box .map {
			width: 510px;
			margin: 0 0 20px 0;
		}
			#contentMain .box .map img {
				float: left;
				margin-right: 10px;
			}
		#contentMain .box li {
			margin-left: 15px;
			list-style-type: disc;
		}
		#contentMain .box table {
			width: 100%;
		}
			#contentMain .box table th,
			#contentMain .box table td {
				padding: 5px;
			}

		#contentMain .box .text01 {
			float: left;
			width: 280px;
		}

	#contentMain p.accessDetail {
		margin-bottom: 10px;
	}

dl#expressBus dd {
	margin-bottom: 5px;
	padding-left: 1em;
}
	dl#expressBus dd span {
		font-weight: bold;
	}


/* ----------------------------------------------
 * popup
---------------------------------------------- */
body#access {
	background:none;
}


#popup {
	width: 460px;
	margin: 10px;
}

	#popup h3{
		width: 460px;
		height: 35px;
		padding: 5px 0 0 10px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		background: url("../../commonNew/images/bg_headline.gif") no-repeat;
	}

	#popup h4 {
		margin: 5px 0;
		color: #91911E;
		font-size: 16px;
		font-weight: bold;
	}


	/* ------------------------
	 * ph
	------------------------ */

	#popup .ph01 {
		float: left;
		width: 235px;
		margin: 0 0 10px 0;
	}

	#popup .ph02 {
		float: left;
		width: 225px;
		margin: 0 0 10px 0;
	}
	#popup .ph03 {
		float: left;
		width: 215px;
		margin: 0 0 10px 0;
	}

	/* ------------------------
	 * text
	------------------------ */

	#popup .text02 {
		float: left;
		width: 460px;
		margin: 5px 0 10px 0;
	}
	#popup .text03 {
		float: left;
		width: 225px;
	}


	#popup .close {
		width: 460px;
		text-align: center;
	}

#popup2 {
	width: 300px;
	margin: 10px;
	text-align: center;
}
	#popup2 .close {
		width: 300px;
		text-align: center;
	}

/* google map */
.clsMap {
	width: 508px;
	height: 400px;
	border: 1px solid #606060;
	margin: 0;
}

