@charset "utf-8";

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.easy-select-box {
	margin: 2px 0;
}

#rideDate ul {
	list-style-type: none;
}

#rideDate ul li {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

#rideYear {
	width: 50px;
}

#rideMonth,
#rideDay {
	width: 30px;
}

.btnStyle_02:hover {
	opacity: 0.8;
}

a.btnStyle_02 {
	font-size: 1.43rem;
	width: 40%;
	margin: 3% auto 4% auto;
}

h2 {
	text-align: center;
}

.torokko table {
	margin: 5px;
}

.selectStation {
	width: 160px;
	margin-top: 1em;
}

.selectStation_ttl {
	background: #a9e6fa;
	width: auto;
	text-align: center;
	/*border:1.5px solid #008CD6;*/
	height: 2em;
	vertical-align: middle;
	display: inline-block;
	padding: 0.5em;
}

.selectRideTime {
	width: 380px;
}

.rideTime_table {
	margin-bottom: 6em !important;
}

#note {
	display: none;
}

#note_1 {
	display: none;
}

.tourCalendar {
	margin-top: 0%;
}

@media screen and (min-width: 0px) and (max-device-width: 640px) {
	.selectStation {
		width: 350px;
	}

	.selectRideTime {
		width: 800px;
	}
}
