#PrimaryContent {
	width: 735px;
}

select {
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 30px;
	padding: 4px;
}

input {
	border: 1px solid #cccccc;
	font-size: 12px;
	height: 40px;
	padding: 4px;
	margin: 10px 0px 0px 0px;
}

input::-ms-clear {
	display: none;
}

.name {
	height: 20px;
}

hr {
	border-style: none;
	border-color: rgb(255, 255, 255);
	height: 1px;
	background-color: rgb(170, 170, 170);
}

.search-condition {
	background-color: #E8F7FF;
	padding: 10px 0px;
}

.area-input table {
	text-align: center;
}

#fare-search-result table {
	text-align: left;
	width: 90%;
	margin: 0px 30px;
}

.area-input {
	padding: 10px 0px;
}

.search-condition .title {
	color: #0073BD;
}

.fs24 {
	font-size: 24px;
	font-weight: bold;
}

.fs16 {
	font-size: 16px;
	font-weight: bold;
}

.fs15 {
	font-size: 15px;
	font-weight: bold;
}

.title-result {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}

.certificate {
	text-align: right;
}

.btn {
	color: white;
	font-weight: bold;
	border: medium none;
	border-radius: 5px;
	margin-top: 15px;
	background-color: #0073BD;
}

.btn_search {
	font-size: 24px;
	width: 250px;
	height: 45px;
}

.btn.btn_search.disabled {
	background-color: #C4D4DD;
}

.btn_certificate {
	font-size: 18px;
	width: 260px;
	height: 40px;
}

.description {
	color: #0073BD;
	font-size: 90%
}

.input_busstop {
	padding-left: 45px;
	width: 250px
}

.busstop-label {
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	margin: 22px 7px;
	padding: 4px 5px;
	position: absolute;
}

.busstop-label.orv {
	background-color: #5E92C5;
}

.busstop-label.dnv {
	background-color: #C66DA9;
}

#orvName.determined {
	background-color: #ddf;
}

#dnvName.determined {
	background-color: #fdd;
}

.clear {
	padding: 0px 0px !important;
}

.exchange img {
	margin-top: 30px;
}

.easy-search-button {
	position: absolute;
	height: 40px;
	width: 45px;
	margin-top: -44px;
	margin-left: 250px;
	background-image: url("../../img/sankobus/fare/btn_easyinput.png");
	background-repeat: no-repeat;
}

.easy-search-button:active {
	background-image:
		url("../../img/sankobus/fare/btn_easyinput_pressed.png");
}

.easy-search-item.line {
	border-bottom: 1px dotted #999;
}

.easy-search-item {
	padding: 5px;
}

.easy-search-area {
	background-color: #fcfcfc;
	border: 1px solid #999;
	border-radius: 3px;
	display: none;
	position: absolute;
	z-index: 3000;
	padding: 0px 3px !important;
	margin-top: -34px;
	text-align: left;
}

.easy-search-area.orv {
	margin-left: 320px;
}

.easy-search-area.dnv {
	margin-left: 660px;
}

.keyword-search-button {
	display: none;
	position: absolute;
	margin-top: -44px;
	margin-left: 250px;
	height: 40px;
	width: 45px;
	background-image: url("../../img/sankobus/fare/btn_search.png");
	background-repeat: no-repeat;
	margin-left: 250px;
}

.keyword-search-button.diagram {
	right: initial;
	left: 340px;
	margin-top: -53px;
}

.keyword-search-button:active {
	background-image: url("../../img/sankobus/fare/btn_search_pressed.png");
}

#no-data {
	margin-top: 10px;
	padding: 5px 0px;
	font-size: 22px;
	font-weight: bold;
	display: none;
}

#fare-search-result {
	display: none;
	margin-top: 10px;
	padding: 5px 0px;
	text-align: left;
}

#fare-search-result div {
	padding: 5px 0px;
}

#fare-search-result .search-result {
	background-color: #FEFEC9;
}

#fare-search-result .search-result .course-list select {
	margin: 0px 10px;
}

#fare-search-result .search-result .course-list #couse-list-message {
	color: #F7426F;
	margin-left: 100px;
	display: none;
}

#fare-search-result .search-result .course-list .icon-bus {
	background-image: url("../../img/sankobus/fare/icon_bus.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	background-position: 0% 30%;
}

#fare-search-result .title {
	color: #0073bd;
}

#fare-search-result .course-list {
	margin-left: 35px;
}

#fare-search-result tr {
	height: 40px;
}

#fare-search-result .certificate {
	margin-right: 15px;
}

#fare-search-result .search-result .icon {
	width: 30px;
}

#course-select {
	width: 550px;
}

#exchange-img {
	vertical-align: bottom;
}