@charset "utf-8";

/* ---------------------------- */
/* reset + base                 */
/* ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#1A5578;
}
body {
    line-height:1;
	-webkit-text-size-adjust:100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#1A5578;
	 
}
a:hover,
a:visited {
	color:#1A5578;
}

img{
    max-width:100%;
    height:auto;
	display:block;
	
}


/* common */

.wrap {
	width:640px;
	margin:0 auto;
}


.clear {
	clear:both;
}

img.center {
	margin:0 auto;
}

img.search {
	margin-bottom:20px;
}

footer {
	padding-top:25px;
}

/* clearfix */

.clearfix:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.clearfix {
  min-height:1px;
}

* html .clearfix {
  height:1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* top */

.menu {
	width:590px;
	margin:0 auto;
}

.menu_left {
	float:left;
	clear:both;
	margin-bottom:12px;
}

.menu_right {
	margin-left:12px;
	margin-bottom:12px;
	float:left;
}

/* bus */

.bus_menu {
	width:590px;
	margin:0 auto;
}
.bus_menu img {
	padding-bottom:25px;
}

.bus {
	font-size:200%;
}

.bus section {
	text-align:center;
}

.bus section p {
	text-align:left;
}

.bus section p strong {
	margin:1em 0;
	display:block;
}

.bus a,
.bus a:visited {
	text-decoration:underline;
}

.bus nav a,
.bus nav a:visited {
	font-size:90%;
}

.bus section {
	margin-bottom:30px;
	line-height:1.2em;
}

.bus section h1 {
	padding:10px;
	background-color:#F7D2D9;
}

.bus section h2 {
	padding-bottom:0.5em;
}

.bus section p {
	padding:0.7em;
}

.route_list {
	width:580px;
	margin:0 auto;
}

.route_list li {
	width:270px;
	margin:10px;
	text-align:center;
	background-color:#F2BB56;
	border:none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing:border-box;
	float:left;
}

.route_list li a {
	padding:10px;
	display:block;
}

.route_list li:nth-child(2n+1) {
	clear:both;
}

/* taxi */

.taxi_list {
	width:590px;
	margin:0 auto;
	border:1px solid #1A5578;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing:border-box;
	font-size:180%;
}

.taxi_list li {
	height:95px;
	border-top:1px solid #1A5578;
}

.taxi_list li span {
	display:block;
}

.taxi_list li img,
.taxi_list li span {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float:left;
}

.taxi_list li .name {
	width:310px;
	padding-left:25px;
	box-sizing:border-box;
}

.taxi_list li .tel {
	box-sizing:border-box;
}

.taxi_list li:first-child {
	border-top:none;
}

.taxi_list .single {
	border-top:1px solid #1A5578;
}

.taxi_list li img {
	display:inline;
	vertical-align:middle;
	padding-left:25px;
	padding-right:15px;
}

.tel {
	float:right;
}