@charset "UTF-8";
/* CSS Document */

/*
@page {
    size: A4;
	margin: 12.7mm 9.7mm;
}
*/

body { 
  display: block;
	height: auto;
}

/*__ header ___*/
#header #menu,
#header #spmenu_area {
  display: none;
}
#header .logo_area {
  width: 100%;
}

/*__ footer ___*/
#footer_area .footer_navi,
.footer_link {
  display: none;
}
#footer_area {
  border-top: 1px solid #ccc;
  background-color: transparent;
	padding-top: 10px;
}
#footer {
  background-image: none;
	padding: 0;
}

/*__ page ___*/
.inner,
#contents_area .main_area {
  width: 100%;
}

.sns_box,
.sub_area,
#contents_area .main_area #faq,
#contents_area .main_area #sub_info,
#contents_area .main_area #enq {
  display: none;
}

.honbun ul {
  margin-left: 2em;
}
.honbun ul li,
.emergency .emergency_menu li a,
.gikai_dayori ul.gikaibox li {
  background-image: none;
	padding-left: 0;
	list-style: disc;
}
.honbun ol {
  margin-left: 2em;
}

/*__ top index ___*/
.top_index .sns_box,
.top_index .sub_area { display: block; }

.top_index .main_area { width: 68% !important; }
.top_index .sub_area { width: 30% !important; }

#ad_area li:nth-child(3n+1) {
    margin-left: 10px;
}

/*__ subtop __*/
.subtop_menu {
  display: block;
}
.subtop_menu_box {
  width: 48%;
	float: left;
}
.subtop_menu_box:nth-child(2n+1) {
  margin-right: 4%;
	clear: both;
}

.sub_info {
  clear: both;
}

/*__ bus __*/
#bus .timetable {
  width: 38%;
	margin-right: 0;
}
#bus .map_area {
  width: 52%;
	float: right;
}
#bus .map_area iframe {
  width: 100%;
}