#PrimaryContent {
	width: 735px;
}
@media only screen and (max-width:680px) {
	#PrimaryContent {
		width: 100%;
	}
}

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;
}

#condition {
	text-align: center;
}

@media only screen and (max-width:680px){
	#condition { margin: 0 -10px; }
	#condition th,
	#condition td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

#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/seibubus/fare/btn_easyinput.png");
	background-repeat: no-repeat;
}

.easy-search-button:active {
	background-image: url("../../img/seibubus/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;
}

@media only screen and (max-width:680px) {
	.easy-search-area.orv {
		margin-left: 235px;
		margin-top: -148px;
	}
}

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

@media only screen and (max-width:680px) {
	.easy-search-area.dnv {
		margin-left: 235px;
    	margin-top: -20px;
	}
}

.keyword-search-button {
	display: none;
	position: absolute;
	margin-top: -44px;
	margin-left: 250px;
	height: 40px;
	width: 45px;
	background-image: url("../../img/seibubus/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/seibubus/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/seibubus/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-pc {
	display: block !important;
}

#exchange-sp {
	display: none !important;
}

@media only screen and (max-width:680px) {
	#exchange-pc {
		display: none !important;
	}

	#exchange-sp {
		display: inline !important;
	}
}

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

@media only screen and (max-width:680px) {
	#exchange-img {
		vertical-align: middle;
	}
}

@media only screen and (max-width:680px) {
	#header-main-box {
		width: 100% !important;
		margin: 0px auto;
	}

	#header-link-box {
		width: 100% !important;
	}

	#footer-top-powered-box {
		width: 100% !important;
    	margin: 47px auto 40px auto;
	}

	#footer-top-to-top-box {
		width: 100% !important;
	    margin: 10px auto;
	    text-align: right;
	}

	#footer-link-container {
	    width: 100% !important;
	    text-align: left;
	    margin: 0px auto;
	}

	div#modal {
		position: absolute !important;
	}

	div#modal div.container {
		width: 100% !important;
		height: auto !important;
	}

	#areaResult {
		width: 90% !important;
		padding: 5px 10px !important;
	}

	#areaResult .history-table {
		width: 100% !important;
	}
}
@media only screen and (max-width:480px) {
	#header-img {
		width:100%;
		max-width: 100%;
		height: auto;
	}
}

#history-title {
	padding-left: 40px !important;
	background-image: url(../../../pc/img/odakyu-fare/fare/icon_search_history.png) !important;
	background-repeat: no-repeat !important;
}

#areaResult .history-name {
	background-image: none !important;
}
