@charset "UTF-8";

/*****************************************
			Global Setting
*****************************************/
html {
	background: #FFF;
	color: #333;
	height: 100%;
	-webkit-text-size-adjust: none;
}
body {
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.61;
	height: 100%;
}
#container {
	min-width: 1280px;
	height: 100%;
	overflow: hidden;
}
.r { text-align: right; }
.c { text-align: center; }
select {
	cursor: pointer;
}
/*****************************************
			Header & Main
*****************************************/
#main {
	/* width: 65%;
	float: left; */
}
#header {
	padding: 15px;
	border-bottom: solid 2px #000;
	overflow: hidden;
}
#header h1 {
}
#btnSearchBox {
	display: none;
}
/*****************************************
				Side
*****************************************/
#side {
	display: block;
	width: 35%;
	height: 100%;
	background: #94693A;
	float: right;
}
#sideInner {
	padding: 5px 5px 15px 5px;
	background: #94693A;
}
.sideTitle {
	padding: 10px 0;
}
.sideTitle h2 {
	font-size: 121%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#btnCloseSearchBox {
	display: none;
}
#howDesc {
	margin: 0 0 2px 0;
	padding: 12px;
	background: #FFFFE8;
	border: solid 1px #000;
}
#howDesc ol {
	padding: 0 0 0 2em;
}
#howDesc ol li {
	font-size: 107%;
}
.selectGroup {
	margin: 0 0 2px 0;
	padding: 12px;
	background: #FFF;
	border: solid 1px #000;
	overflow: hidden;
}
.selectGroup:last-child {
	margin-bottom: 0;
}
.selectGroupBox {
	margin: 0 0 5px 0;
	overflow: hidden;	
}
.selectGroupBox:last-child {
	margin-bottom: 0;
}
#journeyLabel,
#routeLabel,
#stopLabel {
	padding: 0 5px 0 38px;
	width: 4em;
	line-height: 32px;
	background: url(../img/icons.png) 0 0 no-repeat #FFF;
	font-weight: bold;
	float: left;
}
#journeyLabel { background-position: 0 0; }
#routeLabel { background-position: 0 -32px; }
#stopLabel { background-position: 0 -64px; }
#journey,
#route,
#stop {
	margin: 5px 0 0 0;
}
#selectGroupDeparture {
	margin: 0 0 5px 0;
	padding: 8px;
	background: #3CA4A0;
	overflow: hidden;
}
#selectGroupArrival {
	margin: 0 0 5px 0;
	padding: 8px;
	background: #DA458B;
	overflow: hidden;
}
#departureTitle,
#arrivalTitle {
	margin: 0 8px 0 0;
	color: #FFF;
	font-size: 114%;
	font-weight: bold;
	float: left;
}
#selectGroupDeparture select,
#selectGroupArrival select {
	margin: 2px 0 0 0;
}
#selectTime {
	margin: 5px 5px 0 0;
	float: left;
}
#selectTime label {
	display: none;
}
#selectTime span {
	margin: 0 5px 0 0;
}
#arriveGroup {
	overflow: hidden;
	float: left;
}
#arriveGroup span {
	padding: 2px 10px;
	border: solid 1px #CCC;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#arriveGroup span:hover {
	color: #C30;
}
#currentTime {
	margin: 0 10px 0 0;
}
#currentTime:hover {
}
#arriveGroup fieldset legend {
	display: none;
}
#arriveGroup fieldset label {
	padding: 2px 10px;
	border: solid 1px #CCC;
	border-right: none;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#arriveGroup fieldset label:last-child {
	border-right: solid 1px #CCC;
}
#arriveGroup fieldset label:hover {
	color: #C30;
}
#arriveGroup fieldset label.active {
	background: #C03;
	color: #FFF;
}
#arriveGroup fieldset label.active:hover {
	color: #FFF;
}
#time_point_departure,
#time_point_arrival {
	display: none;
}
#btnBusSearch {
	display: block;
	margin: 15px auto 0 auto;
	width: 182px;
	height: 50px;
	background: url(../img/btn_search.png) 0 0 no-repeat;
	border: none;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}
#btnBusSearch:hover { background-position: 0 -50px; }
#copyright {
	margin: 50px 0 0 0;
	font-size: 79%;
	text-align: center;
	color: #FFF;
	font-family: Georgia, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*****************************************
				Result
*****************************************/
#resultModal {
}
#resultBox {
	padding: 0 0 30px 0;
}
#resultRouteBus {
	margin: 0 0 10px 0;
	padding: 12px 50px 12px 12px;
	background: #FFF6D7;
	border-top: solid 2px #FBDF77;
	border-bottom: solid 2px #FBDF77;
	text-align: center;
	font-size: 121%;
	font-weight: bold;
}
#closeModal {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../img/btn_close.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#closeModal:hover { background-position: 0 -35px; }
#resultDepartureTime {
	margin: 0 auto 10px auto;
	width: 80%;
	font-size: 121%;
	position: relative;
}
#departureTime {
	display: block;
	line-height: 30px;
	text-align: center;
}
#btnBeforeTime,
#btnAfterTime {
	width: 70px;
	height: 30px;
	background: url(../img/arw_time.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
}
#btnBeforeTime {
	background-position: 0 0;
	left: 0;
}
#btnBeforeTime:hover { background-position: 0 -30px; }
#btnAfterTime {
	background-position: -70px 0;
	right: 0;
}
#btnAfterTime:hover { background-position: -70px -30px; }
#btnBeforeTime form,
#btnAfterTime form {
	width: 100%;
	height: 100%;
}
#btnBeforeTime input[type="submit"],
#btnAfterTime input[type="submit"] {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 86%;
	cursor: pointer;
}
#btnBeforeTime input[type="submit"]::-moz-focus-inner,
#btnAfterTime input[type="submit"]::-moz-focus-inner {
    border: none;
}
#btnBeforeTime input[type="submit"] {
	padding-right: 10px;
	text-align: right;
}
#btnAfterTime input[type="submit"] {
	padding-left: 10px;
	text-align: left;
}
#resultRouteTime {
	margin: 0 0 10px 0;
	text-align: center;
	text-decoration: underline;
	font-size: 107%;
}
#resultFare {
	text-align: center;
	font-size: 107%;
}
#resultFare span {
	color: #C03;
	font-weight: bold;
}
.busStopBox {
	margin: 5px auto 0 auto;
	padding: 0 0 20px 0;
	width: 80%;
	background: url(../img/arw_route_down.png) 50% 100% no-repeat;
}
.busStopBox:last-child {
	padding: 0;
	background: none;
}
.busStopBox dl {
	padding: 8px;
	border: solid 2px #CCC;
	overflow: hidden;
}
.busStopBox dl dt {
	width: 3em;
	float: left;
}
.busStopBox dl dd {
	margin: 0 0 0 10px;
	float: left;
}
#departureBox {
	border: solid 2px #3CA4A0;
}
#departureLabel {
	display: block;
	margin: 0 0 2px 0;
	color: #3CA4A0;
	font-size: 107%;
	font-weight: bold;
}
#arrivalBox {
	border: solid 2px #DA458B;
}
#arrivalLabel {
	display: block;
	margin: 0 0 2px 0;
	color: #DA458B;
	font-size: 107%;
	font-weight: bold;
}
#noResult {
	padding: 12px;
	text-align: center;
	color: #C03;
}
/*****************************************
			Google Maps Canvas
*****************************************/
#mapCanvas {
	width: 100%;
}
/*****************************************
				Time Table
*****************************************/
.timeTableBox {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.61;
	width: 300px;
	overflow: hidden;
}
.timeTableBox h1 {
	margin: 0 0 10px 0;
	font-size: 121%;
	font-weight: bold;
	text-align: center;
}
.timeTableBox h2 {
	margin: 0 0 5px 0;
	padding: 5px;
	background: #EEE;
	border: solid 1px #CCC;
	font-size: 121%;
	font-weight: bold;
	text-align: center;
}
.timeTable {
	width: 145px;
}
.timeTable:nth-child(odd) {
	float: left;
}
.timeTable:nth-child(even) {
	float: right;
}
.timeTable th,
.timeTable td {
	padding: 5px 8px;
	border: solid 1px #000;
	text-align: center;
}
.timeTable thead th {
	background: #FFC;
	font-weight: bold;
	font-size: 114%;
}
.timeTable th {
	width: 30%;
}
/*****************************************
		Responsive Style
*****************************************/
@media screen and (max-width: 1280px) {
	html {
		height: auto;
	}
	body {
		height: auto;
	}
	#container {
		min-width: 100%;
		height: auto;
	}
	#main {
		width: 100%;
		float: none;
	}
	#header {
		display: table;
		padding: 15px 2%;
		width: 96%;
	}
	#header h1 {
		display: table-cell;
		padding: 0 5% 0 0;
		width: 83%;
		vertical-align: middle;
	}
	#header h1 img {
		max-width: 100%;
		height: auto;
	}
	#btnSearchBox {
		display: table-cell;
		vertical-align: middle;
		width: 12%;
		text-align: right;
	}
	#btnSearchBox img {
		max-width: 100%;
		height: auto;
	}
	#side {
		display: none;
		width: 100%;
		height: 100%;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}
	#sideTitle {
		position: relative;
	}
	#sideTitle h2 {
	}
	#btnCloseSearchBox {
		display: block;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	#btnCloseSearchBox img {
		max-width: 100%;
		height: auto;
	}
	#journeyLabel,
	#routeLabel,
	#stopLabel {
		display: block;
		float: none;
	}
	#journey,
	#route,
	#stop {
		margin: 5px 0 0 5px;
	}
	#departureTitle,
	#arrivalTitle {
		display: block;
		float: none;
	}
}
@media screen and (min-width: 1280px) {
	#side {
		display: block !important;
	}
}