@charset "utf-8";

/* テンプレートタイプ02 */

body {
	background: #fff;
	text-align: center;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img {
	margin: 0 auto;
}
a {
	color: #5cc0ee;
}
p {
	line-height: 1.25;
}
select, input, textarea {
    font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr{
	border-top: 3px dashed #00467e;
	}
body header {
	margin: 0 auto;
	padding: 0;
	border-top: 10px solid #00467e;
}
body header .serviceTtl{
	background: #00467e;
	}
body header .serviceTtl .inner{
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	display: table;
	}
body header .serviceTtl .inner .logoArea{
	display: table-cell;
	vertical-align: middle;
	}
body header .serviceTtl .inner .txtArea p{
	padding-left: 10px;
}
body header .serviceTtl .inner .txtArea{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	}
body header h1 {
	font-size: 280%;
	font-weight: bold;
	line-height: 1;
	color: #00467e;
	padding-top: 25px;
	margin-bottom: 1em;
}
body .subHeader .logo {
	margin-bottom: 25px;
}
body .subHeader .logo img{
	height: 45px;
	}
body .subHeader .telop {
	margin-bottom: 40px;
	overflow:hidden;
	position:relative;
}
.telop{
	overflow: hidden;
}
.telop p{
    width: 100%;
	color: #000;
	font-size: 150%;
    text-align: left;
    margin-left: 10px;
	padding-right: 10px;
	display: inline-block;
	word-wrap: break-word;
	orverflow-wrap: break-word;
}
.telop p.marquee01,
.telop p.marquee02,
.telop p.marquee03,
.telop p.marquee04,
.telop p.marquee05{
	width: auto;
	white-space: nowrap;
    padding-left: 100%;
}
.marquee01{
    -moz-animation-duration: 75s;
    -moz-animation-name: marquee01;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 75s;
    -webkit-animation-name: marquee01;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 75s;
    -ms-animation-name: marquee01;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 75s;
    -o-animation-name: marquee01;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee01 {
    from { left: 100%; -webkit-transform: translate(0); }
    to { left: 0%; -webkit-transform: translate(-100%); }
}
@-moz-keyframes marquee01 {
    from { left: 100%; -moz-transform: translate(0); }
    to { left: 0%; -moz-transform: translate(-100%); }
}
@-ms-keyframes marquee01 {
    from { left: 100%; -ms-transform: translate(0); }
    to { left: 0%; -ms-transform: translate(-100%); }
}
@-o-keyframes marquee01 {
    from { left: 100%; -o-transform: translate(0); }
    to { left: 0%; -o-transform: translate(-100%); }
}
@keyframes marquee01 {
    from { left: 100%; transform: translate(0); }
    to { left: 0%; transform: translate(-100%); }
}
.marquee02{
    -moz-animation-duration: 50s;
    -moz-animation-name: marquee02;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 50s;
    -webkit-animation-name: marquee02;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 50s;
    -ms-animation-name: marquee02;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 50s;
    -o-animation-name: marquee02;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee02 {
    from { left: 100%; -webkit-transform: translate(0); }
    to { left: 0%; -webkit-transform: translate(-100%); }
}
@-moz-keyframes marquee02 {
    from { left: 100%; -moz-transform: translate(0); }
    to { left: 0%; -moz-transform: translate(-100%); }
}
@-ms-keyframes marquee02 {
    from { left: 100%; -ms-transform: translate(0); }
    to { left: 0%; -ms-transform: translate(-100%); }
}
@-o-keyframes marquee02 {
    from { left: 100%; -o-transform: translate(0); }
    to { left: 0%; -o-transform: translate(-100%); }
}
@keyframes marquee02 {
    from { left: 100%; transform: translate(0); }
    to { left: 0%; transform: translate(-100%); }
}
.marquee03{
    -moz-animation-duration: 35s;
    -moz-animation-name: marquee03;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 35s;
    -webkit-animation-name: marquee03;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 35s;
    -ms-animation-name: marquee03;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 35s;
    -o-animation-name: marquee03;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee03 {
    from { left: 100%; -webkit-transform: translate(0); }
    to { left: 0%; -webkit-transform: translate(-100%); }
}
@-moz-keyframes marquee03 {
    from { left: 100%; -moz-transform: translate(0); }
    to { left: 0%; -moz-transform: translate(-100%); }
}
@-ms-keyframes marquee03 {
    from { left: 100%; -ms-transform: translate(0); }
    to { left: 0%; -ms-transform: translate(-100%); }
}
@-o-keyframes marquee03 {
    from { left: 100%; -o-transform: translate(0); }
    to { left: 0%; -o-transform: translate(-100%); }
}
@keyframes marquee03 {
    from { left: 100%; transform: translate(0); }
    to { left: 0%; transform: translate(-100%); }
}
.marquee04{
    -moz-animation-duration: 25s;
    -moz-animation-name: marquee04;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 25s;
    -webkit-animation-name: marquee04;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 25s;
    -ms-animation-name: marquee04;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 25s;
    -o-animation-name: marquee04;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee04 {
    from { left: 100%; -webkit-transform: translate(0); }
    to { left: 0%; -webkit-transform: translate(-100%); }
}
@-moz-keyframes marquee04 {
    from { left: 100%; -moz-transform: translate(0); }
    to { left: 0%; -moz-transform: translate(-100%); }
}
@-ms-keyframes marquee04 {
    from { left: 100%; -ms-transform: translate(0); }
    to { left: 0%; -ms-transform: translate(-100%); }
}
@-o-keyframes marquee04 {
    from { left: 100%; -o-transform: translate(0); }
    to { left: 0%; -o-transform: translate(-100%); }
}
@keyframes marquee04 {
    from { left: 100%; transform: translate(0); }
    to { left: 0%; transform: translate(-100%); }
}
.marquee05{
    -moz-animation-duration: 20s;
    -moz-animation-name: marquee05;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 20s;
    -webkit-animation-name: marquee05;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 20s;
    -ms-animation-name: marquee05;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 20s;
    -o-animation-name: marquee05;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes marquee05 {
    from { left: 100%; -webkit-transform: translate(0); }
    to { left: 0%; -webkit-transform: translate(-100%); }
}
@-moz-keyframes marquee05 {
    from { left: 100%; -moz-transform: translate(0); }
    to { left: 0%; -moz-transform: translate(-100%); }
}
@-ms-keyframes marquee05 {
    from { left: 100%; -ms-transform: translate(0); }
    to { left: 0%; -ms-transform: translate(-100%); }
}
@-o-keyframes marquee05 {
    from { left: 100%; -o-transform: translate(0); }
    to { left: 0%; -o-transform: translate(-100%); }
}
@keyframes marquee05 {
    from { left: 100%; transform: translate(0); }
    to { left: 0%; transform: translate(-100%); }
}
body .subHeader .telop p:last-of-type {
	margin-bottom: 0;
}
body .subHeader h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
body .subHeader h2.noLead {
	margin-bottom: 40px;
}
body .subHeader .lead p {
	font-weight: bold;
	font-size: 113%;
	margin-bottom: 20px;
}
body .subHeader h3 {
	background: #d7f0f4;
	padding: 1em 0;
	margin-bottom: 20px;
}
body .subHeader h3 span {
	display: block;
	text-align: left;
	margin: 0 auto;
	width: 96%;
	max-width: 780px;
	font-size: 113%;
	font-weight: bold;
}
body .content {
	display: block;
	margin: 0 auto;
	max-width: 780px;
}
body .pagetop{
	max-width: 860px;
	margin: 0 auto;
	text-align: right;
	}
body .pagetop img{
	width: 40px;
	}
body footer .telop p {
	margin-bottom: 25px;
}
body footer .attention {
	margin-bottom: 40px;
}
body footer .attention p {
	color: #D55548;
	font-size: 113%;
	line-height: 1;
	margin-bottom: 1em;
}
body footer .back {
	padding-top: 1em;
}
body footer .back a {
	color: #29190F;
	padding-left: 10px;
	display: inline-block;
	background: url(../img/ico_back.png) no-repeat left center;
	background-size: 7px 12px;
	margin-bottom: 20px;
}
body footer .topBack {
	text-align: left;
	width: 96%;
	max-width: 780px;
	margin: 0 auto;
}
body footer .topBack a {
	color: #29190F;
	padding-left: 10px;
	display: inline-block;
	background: url(../img/ico_back.png) no-repeat left center;
	background-size: 7px 12px;
	margin-bottom: 20px;
}
body footer .credit {
	background: #00467e;
}
body footer .credit {
	background: #00467e;
	padding: 10px 0;
}
body footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* もし青い背景が消えたら、ここに background: url(...) を書く */
}

/* 2. その中身（inner）は「幅の調整」だけにする */
body footer .credit .inner {
    max-width: 860px; /* 本文と幅を合わせる */
    margin: 0 auto;   /* 真ん中に寄せる */
    text-align: center; /* 中身を中央寄せ */
    padding: 10px 0;   /* 上下に少し隙間を作る */
}
body footer .credit .inner .logo {
	display: inline-block;
	vertical-align: middle;
}
body footer .credit .inner .logo img {
	max-width: 100px;
	max-height: 30px;
}
body footer .credit .inner .txt {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
body footer .credit .inner .txt p {
	color: #fff;
	font-size: 113%;
}

/* トップ */
body.top .content {
	padding-bottom: 40px;
}
body.top .content .navArea ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #00467e;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/* border */
	border:4px solid #ffffff;
	margin-bottom: 20px;
}
body.top .content .navArea ul li:hover {
	opacity: 0.8;
}
body.top .content .navArea ul li a {
	color: #fff;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	background: url(../img/img_bus_white.png) no-repeat 1em center;
	background-size: 52px 30px;
}
body.top .content .navArea ul li a span {
	padding: .8em 2em .8em 70px;
	display: block;
	font-weight: bold;
	font-size: 150%;
	background: url(../img/ico_arrow_white.png) no-repeat 98% center;
	background-size: 10px 17px;
	line-height: 1.3;
}
body.top .content .linkArea ul li {
	display: table;
	width: 49%;
	vertical-align: middle;
	
	background: #e6e6e6;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/* border */
	border:4px solid #ffffff;
	margin-bottom: 20px;
}
body.top .content .linkArea ul li:nth-child(odd) {
	float: left;
	clear: both;
}
body.top .content .linkArea ul li:nth-child(even) {
	float: right;
}
body.top .content .linkArea ul li:hover {
	opacity: 0.8;
}
body.top .content .linkArea ul li a {
	color: #666666;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
body.top .content .linkArea ul li a span {
	padding: .5em 2em .5em 1em;
	display: block;
	font-weight: bold;
	font-size: 125%;
	background: url(../img/ico_arrow_gray.png) no-repeat 96% center;
	background-size: 10px 17px;
	line-height: 1.3;
	min-height: 2em;
}

/* 時刻表 */
body.timeTable .content .selectBusStop ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #00467e;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:4px solid #ffffff;
	margin-bottom: 20px;
}
body.timeTable .content .selectBusStop ul li:hover {
	opacity: 0.8;
}
body.timeTable .content .selectBusStop ul li a {
	color: #fff;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	background: url(../img/img_busStop_white_shadow.png) no-repeat 1em center;
	background-size: 33px 66px;
}
body.timeTable .content .selectBusStop ul li a span {
	padding: .8em 2em .8em 70px;
	display: block;
	font-weight: bold;
	font-size: 150%;
	background: url(../img/ico_arrow_white.png) no-repeat 98% center;
	background-size: 10px 17px;
	line-height: 1.3;
}
body.timeTable .content .selectList ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #e6e6e6;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	margin-bottom: .5em;
}
body.timeTable .content .selectList ul li:nth-child(odd) {
	background: #d6e4f7;
}
body.timeTable .content .selectList ul li:nth-child(even) {
	background: #f6fbfc;
}
body.timeTable .content .selectList ul li:hover {
	opacity: 0.8;
}
body.timeTable .content .selectList ul li a {
	color: #666666;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
body.timeTable .content .selectList ul li a span {
	padding: .5em 1em .5em 2.5em;
	display: block;
	font-weight: bold;
	font-size: 125%;
	background: url(../img/ico_circleArrow_blue.png) no-repeat 1em center;
	background-size: 17px 17px;
	line-height: 1.3;
	min-height: 2em;
}
body.timeTable .subHeader h3{
	background: none;
	font-size: 125%;
	font-weight: bold;
	padding: 0;
	}
body.timeTable .subHeader h3.busStop{
	background: url(../img/img_busStop_blue.png) no-repeat left center;
	background-size: contain;
	padding-left: 20px;
	min-height: 36px;
	display: inline-block;
	line-height: 36px;
}
body.timeTable .selectCharacter h3{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 30px;
}
body.timeTable h4 {
    background: #d7f0f4;
    padding: 1em 0;
	margin-top:2em;
    margin-bottom: 20px;
}
body.timeTable h4:first-child {
	margin-top: 0;
}
body.timeTable h4 span {
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 96%;
    max-width: 780px;
    font-size: 113%;
    font-weight: bold;
}
body.timeTable .selectCharacter{
	padding: 30px;
	background: #fff;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	margin-bottom: 20px;
}
body.timeTable .selectCharacter table.selectCharacterTable01{
	border: 1px solid #b3b3b3;
	background: #f6f6f6;
	margin: 0 auto;
	width: 96%;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td{
	padding: 1em;
	font-size: 200%;
	font-weight: bold;
	color: #cccccc;
	box-shadow: 0 0 0 1px #b3b3b3 inset;
	line-height: 1;
	box-sizing:border-box;
	cursor: default;
}
body.timeTable .selectCharacter table.selectCharacterTable01{
	max-width: 420px;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.disabled{
	cursor: default;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td input{
	border: none;
	background: #f6f6f6;
	font-weight: bold;
	color: #cccccc;
	cursor: default;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active{
	background: #d6e4f7;
	color: #000;
	box-shadow: 0 0 0 2px #00467e inset;
	cursor: pointer;
	padding: 0;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active a,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: 1.2em;
	display: block;
	color: #000;
	text-decoration: none;
    line-height: 1;
    background: rgba(1,1,1,0);
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active a:hover,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active a:active,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]:hover,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]:active{
	background: #00467e;
	color: #fff;
	box-shadow: 0 0 0 2px #00467e inset;
	width: 100%;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.disabled:hover{
	background: #f6f6f6;
	color: #cccccc;
	box-shadow: 0 0 0 1px #b3b3b3 inset;
}
body.timeTable .selectCharacter table.selectCharacterTable02{
	border: 2px solid #00467e;
	background: #f6f6f6;
	margin: 0 auto;
	width: 96%;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td{
	padding: 1em;
	font-size: 125%;
	color: #29190f;
	box-shadow: 0 0 0 1px #00467e inset;
	line-height: 1;
	box-sizing:border-box;
	width: 33.3%;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td.line,
body.timeTable .selectCharacter table.selectCharacterTable02 tr td.direction{
	text-align: left;
	background: #d6e4f7;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td:last-child{
	cursor: pointer;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td:last-child span{
	background: url(../img/ico_circleArrow_blue.png) no-repeat left center;
	background-size: 17px;
	padding-left: 23px;
	display: inline-block;
	min-height: 17px;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td:last-child:hover{
	background: #d6e4f7;
	color: #000;
	box-shadow: 0 0 0 2px #00467e inset;
}

body.timeTable .selectCharacter table.selectCharacterTable02 tr th{
	background: #3387c1;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	box-shadow: 0 0 0 1px #00467e inset;
	padding: 1em;
}
body.timeTable .subHeader h2 .busStopName{
	background: url(../img/img_busStop_blue.png) no-repeat left center;
	background-size: contain;
	padding-left: 20px;
	min-height: 36px;
	display: inline-block;
	line-height: 36px;
	font-weight: bold;
	margin-left: .5em;
}
body.timeTable .selectCharacter table.selectCharacterTable03{
	border: 2px solid #00467e;
	background: #f6f6f6;
	margin: 0 auto;
	width: 96%;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr td{
	padding: 1em;
	font-size: 125%;
	color: #29190f;
	border-right: 1px #00467e solid;
	line-height: 1;
	box-sizing:border-box;
	width: 29%;
	text-align: left;
	word-break: break-all;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr td:first-child{
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #00467e;
	width: 13%;
	word-break: normal;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr td:last-child{
	border-right: none;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr:nth-child(odd) td{
	background: #d6e4f7;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr:nth-child(even) td{
	background: #f6fbfc;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr th{
	background: #3387c1;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	box-shadow: 0 0 0 1px #00467e inset;
	padding: 1em;
}
body.timeTable .subHeader h2 .busStopName{
	background: url(../img/img_busStop_blue.png) no-repeat left center;
	background-size: contain;
	padding-left: 20px;
	min-height: 36px;
	display: inline-block;
	line-height: 36px;
	font-weight: bold;
	margin-left: .5em;
}

/* バス接近情報 */
body.approach .content .selectBusApproach ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #00467e;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:4px solid #ffffff;
	margin-bottom: 20px;
}
body.approach .content .selectBusApproach ul li:hover {
	opacity: 0.8;
}
body.approach .content .selectBusApproach ul li a {
	color: #fff;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	background: url(../img/img_busStop_white_shadow.png) no-repeat 1em center;
	background-size: 33px 66px;
}
body.approach .content .selectBusApproach ul li a span {
	padding: .8em 2em .8em 70px;
	display: block;
	font-weight: bold;
	font-size: 150%;
	background: url(../img/ico_arrow_white.png) no-repeat 98% center;
	background-size: 10px 17px;
	line-height: 1.3;
}
body.approach .content .selectList ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #e6e6e6;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	margin-bottom: .5em;
}
body.approach .content .selectList ul li:nth-child(odd) {
	background: #d6e4f7;
}
body.approach .content .selectList ul li:nth-child(even) {
	background: #f6fbfc;
}
body.approach .content .selectList ul li:hover {
	opacity: 0.8;
}
body.approach .content .selectList ul li a {
	color: #666666;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
body.approach .content .selectList ul li a span {
	padding: .5em 1em .5em 2.5em;
	display: block;
	font-weight: bold;
	font-size: 125%;
	background: url(../img/ico_circleArrow_blue.png) no-repeat 1em center;
	background-size: 17px 17px;
	line-height: 1.3;
	min-height: 2em;
}
body.approach .subHeader h3.busStop{
    background: url(../img/img_busStop_blue.png) no-repeat left center;
    background-size: contain;
    min-height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 125%;
    font-weight: bold;
    padding: 0 0 0 20px;
}
body.approach h4 {
    background: #d7f0f4;
    padding: 1em 0;
	margin-top:2em;
    margin-bottom: 20px;
}
body.approach h4:first-child {
	margin-top: 0;
}
body.approach h4 span {
    display: block;
    text-align: left;
    margin: 0 auto;
    width: 96%;
    max-width: 780px;
    font-size: 113%;
    font-weight: bold;
}
body.approach .selectCharacter h3{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 30px;
}
body.approach .selectCharacter{
	padding: 30px;
	background: #fff;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	margin-bottom: 20px;
}
body.approach .selectCharacter table.selectCharacterTable01{
	border: 1px solid #b3b3b3;
	background: #f6f6f6;
	margin: 0 auto;
	width: 96%;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td{
	padding: 1em;
	font-size: 200%;
	font-weight: bold;
	color: #cccccc;
	box-shadow: 0 0 0 1px #b3b3b3 inset;
	line-height: 1;
	box-sizing:border-box;
	cursor: default;
}
body.approach .selectCharacter table.selectCharacterTable01{
	max-width: 420px;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.disabled{
	cursor: default;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td input{
	border: none;
	background: #f6f6f6;
	font-weight: bold;
	color: #cccccc;
	cursor: default;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active{
	background: #d6e4f7;
	color: #000;
	box-shadow: 0 0 0 2px #00467e inset;
	cursor: pointer;
	padding: 0;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active a,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: 1.2em;
	display: block;
	color: #000;
	text-decoration: none;
    line-height: 1;
    background: rgba(1,1,1,0);
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
	}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active a:hover,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active a:active,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]:hover,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]:active{
	background: #00467e;
	color: #fff;
	box-shadow: 0 0 0 2px #00467e inset;
	width: 100%;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.disabled:hover{
	background: #f6f6f6;
	color: #cccccc;
	box-shadow: 0 0 0 1px #b3b3b3 inset;
}
body.approach .selectCharacter table.selectCharacterTable02{
	border: 2px solid #00467e;
	background: #f6f6f6;
	margin: 0 auto;
	width: 96%;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td{
	padding: 1em;
	font-size: 125%;
	color: #29190f;
	box-shadow: 0 0 0 1px #00467e inset;
	line-height: 1;
	box-sizing:border-box;
	width: 33.3%;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td.line,
body.approach .selectCharacter table.selectCharacterTable02 tr td.direction{
	text-align: left;
	background: #d6e4f7;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td:last-child{
	cursor: pointer;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td:last-child span{
	background: url(../img/ico_circleArrow_blue.png) no-repeat left center;
	background-size: 17px;
	padding-left: 23px;
	display: inline-block;
	min-height: 17px;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td:last-child:hover{
	background: #d6e4f7;
	color: #000;
	box-shadow: 0 0 0 2px #00467e inset;
}

body.approach .selectCharacter table.selectCharacterTable02 tr th{
	background: #3387c1;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	box-shadow: 0 0 0 1px #00467e inset;
	padding: 1em;
}
body.approach .content .backBtn {
	padding-top: 2em;
}
body.approach .content .backBtn ul li {
    display: table;
    width: 100%;
    vertical-align: middle;
    background: #00467e;
    background-size: 10px 17px;
    box-shadow: 0px 0px 7px -2px #000000;
    -moz-box-shadow: 0px 0px 7px -2px #000000;
    -webkit-box-shadow: 0px 0px 7px -2px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 4px solid #ffffff;
    margin-bottom: 20px;}
body.approach .content .backBtn ul li:hover {
	opacity: 0.8;
}
body.approach .content .backBtn ul li a {
	color: #fff;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
body.approach .content .backBtn ul li a span {
	padding: .3em 2.5em .3em 1em;
	display: block;
	font-weight: bold;
	font-size: 125%;
	background: url(../img/ico_circleArrow_white_back.png) no-repeat 98% center;
	background-size: 17px 17px;
	line-height: 1.3;
	min-height: 2em;
}


/* 運行状況 */
body.operationStatus .content .statusArea {
	text-align: right;
	margin-bottom: 30px;
}
body.operationStatus .content .statusArea .place {
	display: inline-block;
}
body.operationStatus .content .statusArea .time {
	padding-left: 1em;
	display: inline-block;
}
body.operationStatus .content .statusArea .update {
	padding-left: 1em;
	display: inline-block;
}
body.operationStatus .content .statusArea .update a {
	display: block;
	color: #fff;
	background: #F6A900;
	padding: .8em 1em;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 7px -2px #000000;
	-moz-box-shadow: 0px 0px 7px -2px #000000;
	-webkit-box-shadow: 0px 0px 7px -2px #000000;
}
body.operationStatus .content .statusArea .update a:hover {
	opacity: 0.8;
}
body.operationStatus .content .operationArea{
	margin-bottom: 40px;
}
body.operationStatus .content .operationArea table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
}
body.operationStatus .content .operationArea table.round th .waitingTime, body.operationStatus .content .operationArea table.round th .position {
	display: inline-block;
	width: 50%;
}
body.operationStatus .content .operationArea table.round td .waitingTime, body.operationStatus .content .operationArea table.round td .position {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
body.operationStatus .content .operationArea table tr{
	vertical-align: middle;
}
body.operationStatus .content .operationArea table tr td{
	vertical-align: middle;
}
body.operationStatus .content .operationArea table tr.heading th {
	padding-bottom: 1.5em;
}
body.operationStatus .content .operationArea table.round tr.heading th:nth-child(1),
body.operationStatus .content .operationArea table.round tr.heading th:nth-child(7){
	width: 23%;
	}
body.operationStatus .content .operationArea table.round tr.heading th:nth-child(2),
body.operationStatus .content .operationArea table.round tr.heading th:nth-child(6){
	width: 10%;
	}
body.operationStatus .content .operationArea table tr.heading th br {
	display: none;
}
body.operationStatus .content .operationArea table tr.heading th .busStopName {
	font-size: 113%;
	font-weight: bold;
}
body.operationStatus .content .operationArea table tr.busStop {
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	z-index: -2;
}
body.operationStatus .content .operationArea table tr.busStop.selected:hover {
	opacity: 1;
	cursor: default;
}
body.operationStatus .content .operationArea table tr.busStop .busStopName {
	color: #0068B2;
	font-weight: bold;
	line-height: 1.2;
}
body.operationStatus .content .operationArea table tr.busStop td .img_busStop {
	width: 12px;
	height: 34px;
	margin: 10px 0;
}
body.operationStatus .content .operationArea table.round tr td:nth-child(3) {
	width: 20px;
	text-align: left;
}
body.operationStatus .content .operationArea table.round tr td:nth-child(5) {
	width: 20px;
	text-align: right;
}
body.operationStatus .content .operationArea table.round tr td:nth-child(4){
	text-align: left;
	max-width: 180px;
}
body.operationStatus .content .operationArea table tr.busStop td {
	background: #d6e4f7;
	border-right: 1px solid #d6e4f7;
}
body.operationStatus .content .operationArea table tr.busStop td:first-child {
	background: #d6e4f7;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
body.operationStatus .content .operationArea table tr.busStop td:last-child {
	background: #d6e4f7;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	border-right: none;
}
body.operationStatus .content .operationArea table tr.busStop:hover td {
	background: #FFF67F;
	border-right: 1px solid #FFF67F;
}
body.operationStatus .content .operationArea table tr.busStop:hover td:last-child {
	border-right: none;
	border-left: 1px solid #FFF67F;
}
body.operationStatus .content .operationArea table tr.busStop.selected td {
	background: #FFF67F;
	border-right: 1px solid #FFF67F;
}
body.operationStatus .content .operationArea table tr.busStop.selected td:first-child {
	background: #FFF67F;
}
body.operationStatus .content .operationArea table tr.busStop.selected td:last-child {
	background: #FFF67F;
	border-right: none;
}
body.operationStatus .content .operationArea table tr.busStop.selected .busStopName {
	color: #000;
}
body.operationStatus .content .operationArea table tr.busPosition td {
	padding-top: .5em;
	padding-bottom: .5em;
}
body.operationStatus .content .operationArea table.round tr.busPosition td:nth-child(3) {
	width: 20px;
	text-align: left;
}
body.operationStatus .content .operationArea table.round tr.busPosition td:nth-child(5) {
	width: 20px;
	text-align: right;
}
body.operationStatus .content .operationArea table tr.busPosition td .img_arrow {
	width: 11px;
	height: 16px;
}
body.operationStatus .content .operationArea table tr.busPosition td .img_bus {
	width: 34px;
	height: 34px;
	margin: 0 5px 0 0;
}
body.operationStatus .content .operationArea table tr.busPosition td .position .busType {
	line-height: 34px;
	color: #0068B2;
	font-size: 88%;
}
body.operationStatus .content .operationArea table tr.busPosition td .waitingTime{
	color: #D55548;
	}
body.operationStatus .content .operationArea table.oneway tr.busPosition td .waitingTime{
	display: block;
	text-align: left;
	}
body.operationStatus .content .operationArea table.oneway tr td:nth-child(1) span{
	margin-left: 110px;
	margin-right: 10px;
}
body.operationStatus .content .operationArea table.oneway tr.busStop td:nth-child(1){
	width: 150px;
	text-align: right;
	}
body.operationStatus .content .operationArea table.oneway tr.busPosition td:nth-child(1){
	width: 150px;
	text-align: right;
	}
body.operationStatus .content .operationArea table.oneway tr td:nth-child(2) {
	text-align: left;
	width: 180px;
}
body.operationStatus.onlyPosition .content .operationArea table.oneway tr td:nth-child(2) {
	width: 350px;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(2) {
	text-align: left;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(3) {
	width: 6em;
	text-align: center;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(4) {
	min-width: 3em;
	width: 25%;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(5) {
	width: 25%;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(5) .waitingTime {
	width: 4em;
	margin-right: 120px;
}
body.operationStatus .content .selectList ul li {
	display: table;
	width: 100%;
	vertical-align: middle;
	
	background: #e6e6e6;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	margin-top: .5em;
	margin-bottom: .5em;
}
body.operationStatus .content .selectList ul li:nth-child(odd) {
	background: #d6e4f7;
}
body.operationStatus .content .selectList ul li:nth-child(even) {
	background: #f6fbfc;
}
body.operationStatus .content .selectList ul li:hover {
	opacity: 0.8;
}
body.operationStatus .content .selectList ul li a {
	color: #666666;
	display: table-cell;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
body.operationStatus .content .selectList ul li a span {
	padding: .5em 1em .5em 2.5em;
	display: block;
	font-weight: bold;
	font-size: 125%;
	background: url(../img/ico_circleArrow_blue.png) no-repeat 1em center;
	background-size: 17px 17px;
	line-height: 1.3;
	min-height: 2em;
}

/* 汎用 */
body.general .content{
	display: block;
	width: 96%;
	max-width: 860px;
	padding: 30px;
	background: #f6fbfc;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #ccc;

	margin-bottom: 20px;
	text-align: left;
	word-wrap: break-word;
	orverflow-wrap: break-word;
}
body.general .content p{
	margin-bottom: 1em;
}
body.general .content p:last-child{
	margin-bottom: 0;
}

/* アンケート */
body.questionnaire .content{
	width: 96%;
	max-width: 860px;
	padding: 30px;
	background: #fff;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	margin-bottom: 20px;
	text-align: left;
}
body.questionnaire .content p{
	margin-bottom: 1em;
}
body.questionnaire .content p:last-child{
	margin-bottom: 0;
}
body.questionnaire .content h3{
	background: #d7f0f4;
	font-size: 	125%;
	font-weight: bold;
	padding: .8em 1em;
	margin-bottom: .5em;
}
body.questionnaire .content .selectList{
	padding-left: 2em;
	margin-bottom: 1em;
	}
body.questionnaire .content .ttl{
	padding-top: 1em;
	}
body.questionnaire .content table{
	width: 100%;
	margin-bottom: 1em;
}
body.questionnaire .content input[type=radio],
body.questionnaire .content input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
body.questionnaire .content label input[type=radio],
body.questionnaire .content label input[type=checkbox] {
    position: relative;
    vertical-align: baseline;
     
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
@media (min-width: 1px) {
    body.questionnaire .content input[type=radio],
    body.questionnaire .content input[type=checkbox] {
        display: none;
        margin: 0;
    }
    body.questionnaire .content label input[type=radio],
    body.questionnaire .content label input[type=checkbox] {
        padding: 0 0 0 24px;
    }
    body.questionnaire .content label input[type=radio] ::before,
    body.questionnaire .content label input[type=checkbox] ::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    body.questionnaire .content label input[type=radio] ::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    body.questionnaire .content label input[type=checkbox] ::before {
        border: 2px solid #ccc;
    }
    body.questionnaire .content label input[type=radio]:checked ::after,
    body.questionnaire .content label input[type=checkbox]:checked ::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    body.questionnaire .content label input[type=radio]:checked ::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #00467e;
        border-radius: 8px;
    }
    body.questionnaire .content label input[type=checkbox]:checked ::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #00467e;
        border-bottom: 3px solid #00467e;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
body.questionnaire .content textarea{
	width: 100%;
	margin-bottom: 30px;
	}
body.questionnaire .content .btnArea{
	text-align: center;
}
body.questionnaire .content .btnArea input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #00467e;
	padding: .5em 2em;
	text-decoration: none;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 7px -2px #000000;
	-moz-box-shadow: 0px 0px 7px -2px #000000;
	-webkit-box-shadow: 0px 0px 7px -2px #000000;
	line-height: 1;
	}
body.questionnaire .content .btnArea input[type=submit]:hover{
	opacity: .8;
}

/* ログイン系 */
body.login .content{
	width: 96%;
	max-width: 860px;
	padding: 30px;
	background: #f6fbfc;
	background-size: 10px 17px;
	box-shadow:0px 0px 7px -2px #000000;
	-moz-box-shadow:0px 0px 7px -2px #000000;
	-webkit-box-shadow:0px 0px 7px -2px #000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	margin-bottom: 20px;
}
body.login .content h3{
	font-size: 113%;
    font-weight: bold;
	margin-bottom: 1em;
}
body.login .content p{
	margin-bottom: 1em;
}
body.login .content input[type=text]{
	width: 100%;
	padding: .5em;
    display: block;
    font-weight: bold;
    font-size: 150%;
	color: #00467e;
	background: #fffbc4;
	border: none;
	border-radius: 10px;
    line-height: 1;
	margin-bottom: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0px 0px 7px -2px #000000;
    -moz-box-shadow: 0px 0px 7px -2px #000000;
    -webkit-box-shadow: 0px 0px 7px -2px #000000;
	text-align: center;
}
body.login .content input[type=password]{
	width: 100%;
	padding: .5em;
    display: block;
    font-weight: bold;
    font-size: 150%;
	color: #00467e;
	background: #fffbc4;
	border: none;
	border-radius: 10px;
    line-height: 1;
	margin-bottom: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0px 0px 7px -2px #000000;
    -moz-box-shadow: 0px 0px 7px -2px #000000;
    -webkit-box-shadow: 0px 0px 7px -2px #000000;
	text-align: center;
}
body.login .content input[type=submit]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
    color: #fff;
	font-weight: bold;
    background: #00467e url(../img/ico_login.png) no-repeat 1em center;
	background-size: 13px 21px;
    padding: .5em 1em .5em 2.5em;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 7px -2px #000000;
    -moz-box-shadow: 0px 0px 7px -2px #000000;
    -webkit-box-shadow: 0px 0px 7px -2px #000000;
	margin: 0 auto;
}
body.login .content input[type=submit]#login_button{
    background: #00467e;
    padding: .5em 2em;
}

@media only screen and (max-width: 768px) {
body .subHeader .lead{
	width: 90%;
	margin: 0 auto;
}

/* 時刻表 */
body.timeTable .content {
	padding: 0 3% 6% 3%;
}
body.timeTable .selectCharacter{
	padding: 6%;
	}
body.timeTable .selectCharacter table.selectCharacterTable01{
	border-collapse: separate;
	border-spacing: 0;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td{
	padding: 0;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active{
	border: none;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active a,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: .6em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td a,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td input[type=button]{
	color: #ccc;
	padding: .6em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
	border: 0.1px solid #b3b3b3;
	line-height: 1;
}

/* 運行状況 */
body.operationStatus .content {
	padding: 0 3% 6% 3%;
}
body.operationStatus .content .operationArea{
	margin-bottom: 0;
	}

/* バス接近情報 */
body.approach .content {
	padding: 0 3% 6% 3%;
}
body.approach .selectCharacter{
	padding: 6%;
	}
body.approach .selectCharacter table.selectCharacterTable01{
	border-collapse: separate;
	border-spacing: 0;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td{
	padding: 0;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active{
	border: none;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active a,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: .6em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.approach .selectCharacter table.selectCharacterTable01 tr td a,
body.approach .selectCharacter table.selectCharacterTable01 tr td input[type=button]{
	color: #ccc;
	padding: .6em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
	border: 0.1px solid #b3b3b3;
	line-height: 1;
}
}

@media only screen and (min-width: 1px) and (max-width: 640px) {

body {
	font-size: 80%;
}
body header .serviceTtl .inner {
    width: 96%;
    padding: 0 0 10px 0;
}
body header h1{
	font-size: 180%;
	width: 90%;
	margin: 0 auto 1em auto;
	line-height: 1.2;
	padding-top: 1em;
}
body .subHeader .logo img{
	height: 40px;
	}
body .subHeader .telop{
	margin-bottom: 6%;
	}
body footer{
	position: relative;
	}
body footer .credit .inner{
	text-align: center;
	}
.marquee01{
    -moz-animation-duration: 60s;
    -moz-animation-name: marquee01;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 60s;
    -webkit-animation-name: marquee01;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 60s;
    -ms-animation-name: marquee01;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 60s;
    -o-animation-name: marquee01;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.marquee02{
    -moz-animation-duration: 40s;
    -moz-animation-name: marquee02;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 40s;
    -webkit-animation-name: marquee02;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 40s;
    -ms-animation-name: marquee02;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 40s;
    -o-animation-name: marquee02;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.marquee03{
    -moz-animation-duration: 30s;
    -moz-animation-name: marquee03;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 30s;
    -webkit-animation-name: marquee03;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 30s;
    -ms-animation-name: marquee03;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 30s;
    -o-animation-name: marquee03;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.marquee04{
    -moz-animation-duration: 20s;
    -moz-animation-name: marquee04;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 20s;
    -webkit-animation-name: marquee04;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 20s;
    -ms-animation-name: marquee04;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 20s;
    -o-animation-name: marquee04;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.marquee05{
    -moz-animation-duration: 15s;
    -moz-animation-name: marquee05;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -webkit-animation-duration: 15s;
    -webkit-animation-name: marquee05;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -ms-animation-duration: 15s;
    -ms-animation-name: marquee05;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-duration: 15s;
    -o-animation-name: marquee05;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
	
/* トップ */
body.top .content {
	padding: 0 3% 6% 3%;
}
body.top .content .linkArea ul li {
	border-radius: 5px;
	border: 2px solid #fff;
	width: 100%;
}
body.top .content .linkArea ul li:nth-child(odd) {
	float: none;
}
body.top .content .linkArea ul li:nth-child(even) {
	float: none;
}
body.top .content .navArea ul li {
	border: 2px solid #fff;
}
body.top .content .navArea ul li a{
	background: none;
	}
body.top .content .navArea ul li a span{
	padding: .5em 2em .5em 1em;
	background: url(../img/ico_arrow_white.png) no-repeat 96% center;
	background-size: 6px 11px;
	font-size: 113%;
	}
body.top .content .linkArea ul li a span{
	padding: .5em 2em .5em 1em;
	background: url(../img/ico_arrow_gray.png) no-repeat 96% center;
	background-size: 6px 11px;
	font-size: 113%;
	}


/* 時刻表 */
body.timeTable .content {
	padding: 0 3% 6% 3%;
}
body.timeTable .content .selectBusStop ul li {
	border-radius: 5px;
	border: 2px solid #fff;
}
body.timeTable .content .selectBusStop ul li a {
	background: none;
}
body.timeTable .content .selectBusStop ul li a span {
	padding: .5em 2em .5em 1em;
	background: url(../img/ico_arrow_white.png) no-repeat 96% center;
	background-size: 6px 11px;
	font-size: 113%;
}
body.timeTable .content .selectList ul li{
	border-radius: 5px;
}
body.timeTable .content .selectList ul li a span{
	padding: .5em 1em .5em 2.5em;
	background-size: 13px 13px;
	font-size: 113%;
	}
body.timeTable .selectCharacter{
	padding: 6%;
	}
body.timeTable .selectCharacter table.selectCharacterTable01{
	border-collapse: separate;
	border-spacing: 0;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td{
	padding: 0;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active{
	border: none;
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active a,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: .4em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.timeTable .selectCharacter table.selectCharacterTable01 tr td a,
body.timeTable .selectCharacter table.selectCharacterTable01 tr td input[type=button]{
	color: #ccc;
	padding: .4em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
	border: 0.1px solid #b3b3b3;
	line-height: 1;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td{
	padding: .5em;
}
body.timeTable .selectCharacter table.selectCharacterTable02 tr td.direction span{
	background-size:13px 13px;
	padding-left: 18px;
}
body.timeTable .selectCharacter table.selectCharacterTable03 tr td{
	padding: .5em;
}

/* 運行状況 */
body.operationStatus .content .statusArea {
	text-align: center;
}
body.operationStatus .content .statusArea .place {
	margin: 0 auto .5em auto;
	width: 100%;
}
body.operationStatus .content .statusArea .time {
	margin: 0 auto .5em auto;
	padding-left: 0;
	width: 100%;
}
body.operationStatus .content .statusArea .update {
	margin: 0 auto;
	padding-left: 0;
}
body.operationStatus .content .operationArea table.round th .waitingTime, body.operationStatus .content .operationArea table.round th .position,
body.operationStatus .content .operationArea table.round td .waitingTime, body.operationStatus .content .operationArea table.round td .position{
		width: 100%;
	}
body.operationStatus .content .operationArea table tr.busPosition td .waitingTime{
		float: left;
		width: 100%;
		display:block;
	}
body.operationStatus .content .operationArea table th{
	vertical-align: top;
	padding-bottom: .5em;
	line-height: 1.2;
}
body.operationStatus .content .operationArea table tr.heading th br {
	display: block;
}
body.operationStatus .content .operationArea table th .position{
	margin-bottom: .5em;
	}
body.operationStatus .content .operationArea table tr.heading th:nth-child(1),
body.operationStatus .content .operationArea table tr.heading th:nth-child(7){
	min-width: 4.5em;
	}
body.operationStatus .content .operationArea table tr.heading th:nth-child(2),
body.operationStatus .content .operationArea table tr.heading th:nth-child(6){
	min-width: 2.5em;
	}
body.operationStatus .content .operationArea table tr.busPosition td .position .busType{
	display: block;
	line-height: 1.2;
	}
body.operationStatus .content .operationArea table tr.busPosition td .img_bus{
	margin-right: 0;
	margin-bottom: .2em;
	}
body.operationStatus .content .operationArea table tr.heading th:nth-child(1){
	min-width: inherit;
}
body.operationStatus .content .operationArea table.oneway tr.busStop td:nth-child(1),
body.operationStatus .content .operationArea table.oneway tr.busPosition td:nth-child(1){
	width: inherit;
	min-width: inherit;
	text-align: right;
	}
body.operationStatus .content .operationArea table.oneway tr td:nth-child(1) span{
	margin-left: 10px;
	margin-right: 10px;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(5) .waitingTime {
	margin-right: 0;
}
body.operationStatus .content .operationArea table.oneway tr td:nth-child(5) .waitingTime {
	margin-right: 0;
}
body.operationStatus.onlyPosition .content .operationArea table.oneway tr td:nth-child(2),
body.operationStatus .content .operationArea table.oneway tr td:nth-child(2) {
	width: inherit;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(3),
body.operationStatus .content .operationArea table.oneway tr td:nth-child(3) {
	width: 2.5em;
}
body.operationStatus .content .operationArea table.oneway tr th:nth-child(5),
body.operationStatus .content .operationArea table.oneway tr td:nth-child(5) {
	width: 2.5em;
}
body.operationStatus .content .selectList ul li{
	border-radius: 5px;
}
body.operationStatus .content .selectList ul li a span{
	padding: .5em 1em .5em 2.5em;
	background-size: 13px 13px;
	font-size: 113%;
	}

/* 汎用 */
body.general .content {
	padding: 6% 3%;
}

/* アンケート */
body.questionnaire .content{
	padding: 6% 3%;
}

/* ログイン系 */
body.login .content{
	padding: 6% 3%;
}
body.login .content input[type=text]{
	font-size: 125%;
	}

/* バス接近情報 */
body.approach .content {
	padding: 0 3% 6% 3%;
}
body.approach .content .backBtn ul li a span {
	padding: .5em 2.5em .2em 1em;
}
body.approach .selectCharacter{
	padding: 6%;
	}
body.approach .selectCharacter table.selectCharacterTable01{
	border-collapse: separate;
	border-spacing: 0;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td{
	padding: 0;
	border: 1px solid #b3b3b3;
	vertical-align: middle;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active{
	border: none;
}
body.approach .selectCharacter table.selectCharacterTable01 tr td.active a,
body.approach .selectCharacter table.selectCharacterTable01 tr td.active input[type=button]{
	padding: .4em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.approach .selectCharacter table.selectCharacterTable01 tr td a,
body.approach .selectCharacter table.selectCharacterTable01 tr td input[type=button]{
	color: #ccc;
	padding: .4em;
	width: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-appearance: none;
	border: 0.1px solid #b3b3b3;
	line-height: 1;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td{
	padding: .5em;
}
body.approach .selectCharacter table.selectCharacterTable02 tr td.direction span{
	background-size:13px 13px;
	padding-left: 18px;
}
body.approach .content .selectBusApproach ul li{
	border-radius: 5px;
    border: 2px solid #fff;
	}
body.approach .content .selectBusApproach ul li a{
	background: none;
}
body.approach .content .selectBusApproach ul li a span{
    padding: .5em 2em .5em 1em;
    background: url(../img/ico_arrow_white.png) no-repeat 96% center;
    background-size: 6px 11px;
    font-size: 113%;
	}

}