/*-------------------------
 #facility #access
 施設詳細ページ、交通アクセス詳細ページ
-------------------------*/
#facility .fclName,
#access .acName{
	background-color:#f5f5f5;
	background: -moz-linear-gradient(top, #ffffff, #fff 30%, #f5f5f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#f5f5f5));
	background: linear-gradient(top, #ffffff, #fff 30%, #f5f5f5 100%);
	border-top:1px solid #ccc;
}
#facility .fclName h2,
#access .acName h2{
	border-bottom:3px solid #CCC;
	line-height:20px;
	padding:10px;
	text-align:center;
}
/*#facility .map h3,*/
#facility h3,
#access h3{
	border-top:1px solid #ccc;
	/*background-color:#efefef;*/
	line-height:24px;
	padding:8px 10px;
}
#access h4{
	border-bottom:2px solid #ccc;
	border-top:1px solid #ccc !important;
	font-weight:normal;
	line-height:24px;
	padding:10px;
}



/*----- 画像 -----*/
#facility .photo,
#access .photo{
	padding:10px 10px 0;
}
#facility .photo .img,
#access .photo .img{
	text-align:center;
	padding-bottom:10px;
}
#facility .photo img,
#access .photo img{
	width:100%;
	max-width:600px;
}
#facility .photo .textBody,
#access .photo .textBody{
	padding-bottom:10px;
}

/*----- 表組み -----*/
#facility .info,
#access .info{
	border-collapse:collapse;
	border-top:1px solid #ccc;
	margin-bottom:10px;
	width:100%;
}
#facility .info th,
#facility .info td,
#access .info th,
#access .info td{
	border-bottom:1px solid #ccc;
	line-height:20px;
	padding:10px;
}
#facility .info td ul,
#facility .info td p,
#access .info td p{
	padding:0;
}
#facility .info th,
#access .info th{
	background-color:#efefef;
	border-right:1px solid #ccc;
	width:6em;
}


/*----- 時刻表 -----*/
#access .timeTable table.info:last-child tr:last-child th,
#access .timeTable table.info:last-child tr:last-child td{
	border-bottom:0;
}
#access .timeTable .info .cap td{
	font-weight:bold;
	text-align:center;
}
#access .timeTable .info tr td{
	border-right:1px solid #ccc;
}
#access .timeTable .info tr td:last-child{
	border-right:0px;
}




/*----- アイコン -----*/
#facility .icon{
	padding:0px 6px 10px;
}
#facility .icon li{
	margin:0 7px 8px 0;
	float:left;
}
#facility .icon li:last-child{
	margin:0;
}
#facility .icon:after{
	content: ""; 
	display: block; 
	clear: both;
}


#facility .caution,
#access .caution{
	text-indent:-1.0em;
}
#access .caution p{
	text-indent:0;
}
#facility .caution span,
#access .caution span{
	margin-right:0;
}
#facility .presents{
	padding:10px;
	text-align:center;
}


#facility .map > div{
	padding:10px;
	text-align:center;
}
#facility .map > div p{
	width:100%;
}
#facility .map img{
	max-width:600px;
	width:100%;
}
#facility .map img.icon{
	width:inherit;
}

/*----- 終電 -----*/
#access span.last{
	color:#c70c27;
}

/*----- 長距離高速バス -----*/
#access.highway .info th{
	text-align:left;
}
#access.highway h3 span{
	color:#c70c27;
	font-weight:normal;
	margin-left:0.5em;
}

/*----- 電車の経路 -----*/
#access .train li{
	border-bottom:1px solid #ccc;
	line-height:24px;
	padding:8px 10px 8px 20px;
}
#access .train .caution li{
	border:0;
	line-height:inherit;
	padding:0 0 0 1.5em;
}
#access .train h3{
	/*border-top:0;*/
	margin-top:20px;
}
#access .train h3:first-child{
	margin-top:0;
}
#access .train li.ln{
	padding-left:35px;
}
#access .train.drl{
	border-top:1px solid #ccc;
}
#access .train.drl li span{
	color:#535353;
	font-size:80%;
	line-height:15px;
}
#access .info.drl td p{
	margin-bottom:1em;
}
#access .info.drl td p:last-child{
	margin-bottom:0;
}


/*----- バスの一覧 -----*/
#access .busList li{
	height:40px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#access .busList li:last-child{
	border-bottom:0;
}
#access .busList li *{
	line-height:40px;
	padding:0px 10px;
}
#access .busList li a{
	background-color:#fff;
	border-left:1px solid #ccc;
	display:block;
	float:right;
	padding:0px 40px 0px 15px;
}



#facility .info td.info_2{
	text-align:left;
}
#access .info .small_explanation {
	font-size: 80%;
}
#main #access .photo .textBody_2 {
      border-bottom:1px solid #ccc;
  
}
#main #access .timeTable ul.linkList_2 {
      border-bottom:1px solid #ccc;
	  background:url(../../images/common/arrowRight.png) right 50% no-repeat;
	  border-top:1px solid #cfcfcf;
	  /*height:40px;*/
	  overflow:hidden;
	  /*line-height:40px;*/
	  line-height:24px;/**/  
}



ul.linkList_2 li a{
	display:block;
	/*padding:0 30px 0 10px;*/
	padding:8px 30px 8px 10px;
}

#main #access ul.linkList li.under_bar {
      border-bottom:1px solid #ccc;
}

#main #access .caution_2 {
      border-top:1px solid #ccc;
	   padding-left:30px;
	   padding-top:10px;
	   padding-bottom:10px;
	   text-indent:-1.5em;
}

#access .caution_2 span{
	margin-right:0.5em;
