#contents .tit_page {
	margin: 0 0 10px;
}

#contents .nav {
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
}

#contents .nav li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
}

#contents .nav li:last-child {
	border-right: none;
}

#contents .cont_box {
	padding-top: 55px;
	margin-top: -55px;
	margin-bottom: 30px;
}

#contents .cont_box .cont_inner {
	margin: 0 10px;
}

.tbl_style {
	font-size: 12px;
	width: 100%;
	line-height: 130%;
	margin-bottom: 10px;
}

.tbl_style tr {
	border-top: 1px solid #dddddd;
}

.tbl_style tr:last-child  {
	border-bottom: 1px solid #dddddd;
}

.tbl_style th {
	background: #444444;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
	vertical-align: top;
}

.tbl_style td {
	color: #666666;
	padding: 8px;
}

#contents .txt {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

#contents .border {
	width: 100%;
	border-top: 1px solid #dddddd;
	margin: 20px 0;
}

/*//////////////////// access ////////////////////*/
#access .subtit:first-child {
	margin-top: 20px;
}

#access #map_canvas {
	width: 100%;
	height: 300px;
}

#access .map_illust {
	margin-bottom: 20px;
}

#access .map_btn {
	margin-top: 20px;
}

#access .map_btn.large_btn {
	margin-bottom: 20px;
}

/*//////////////////// accordion ////////////////////*/

/*//////////////////// train ////////////////////*/
#train .route {
	margin-top: 20px;
}

#train .route ul li img {
	margin-top: 10px;
}

/*//////////////////// car ////////////////////*/
#car .route {
	margin-top: 20px;
}

#car .route ul li img{
	margin-bottom: 20px;
}

#car .route ul li img.cen{
	margin-top: 10px;
}

#car .another_tit {
	font-size: 12px;
	color: #444444;
	position: relative;
	padding-left: 20px;
	margin-top: 10px;
}

#car .another_tit .icon {
	position: absolute;
	left: 0;
	top: 1px;
}

#car .another_route > img {
	margin-top: -7px;
}

/*//////////////////// parking ////////////////////*/
#parking .subtit {
	margin-top: 20px;
}

#parking .map_illust {
	margin-bottom: 10px;
}

/*//////////////////// location ////////////////////*/
#location .subtit {
	margin-top: 20px;
}

#location .facility_list li {
	margin-bottom: 6px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	background: #ffffff;
	display: table;
	width: 100%;
	overflow: hidden;
}

#location .facility_list li > img {
	display: table-cell;
	width: 150px;
}

#location .facility_list li .txt_box {
	font-size: 11px;
	color: #666666;
	line-height: 130%;
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

#location .facility_list li .txt_box h4 {
	margin-bottom: 10px;
}

#location .facility_list li .txt_box .txt{
	margin-bottom: 5px;
	font-size: 1em;
	color: #666;
	line-height: 1.2;
}

#location .facility_list li .txt_box .lnk:after{
	content: ">";
	margin-left: 5px;
	color: #A98143;
}

#location .facility_list li .txt_box .lnk a{
	text-decoration: underline;
	color: #666;
}
