<style>
.errorTitle {
	text-align:center;
}
.errorContents {
	width: 700px;
	margin: 10px auto 80px auto;
}

li {
	text-decoration: none;
	list-style: none;
}

.Box_pd20 {
	padding: 20px;
}

.clearfix::after {
	content: '';
	display: table;
	clear: both;
}

.stationSearch {
	width: 100%;
	background: #F1F9F8;
	border-radius: 7px;
	vertical-align: top;
	position: relative;
}

.stationSearch h2 {
	font-size: 110%;
	color: #666;
	margin: 6px 0;
}

.stationSearch h2::before {
	content: "\0025a0";
	color: #009260;
	font-size: 14px;
	margin-right: 5px;
}

.stationSearch h3 {
	font-size: 110%;
	color: #009260;
	margin: 5px 0;
}

/*-------　駅名入力フォーム　-------*/
.station {
	background: #e0f4f1;
	padding: 20px;
	position: relative;
}

.stationBack p img {
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 18%;
}

.stationFormBox {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	display: inline-block;
	border-radius: 7px 0 0 7px;
	float: left;
	box-sizing: border-box;
}

.stationForm {
	padding: 8px 0 8px 10px;
	color: #333;
	height: 18px;
	border-radius: 7px 0 0 7px;
	background: #fff;
	width: 310px;
	border: none;
	font-size: 14px;
}

.stationFormBox span {
	padding: 8px;
	font-size: 14px;
	background: #fff;
	border-left: 1px #ccc dashed;
	display: inline-block;
	height: 18px;
	vertical-align: top;
}

.stationFormBox p {
	display: inline-block;
	float: right;
}

.station p a:hover img {
	opacity: 1;
}

.stationSearch p {
	margin: 0;
}

/*-------　チェックボックス　-------*/
.roompriceBox {
	padding: 20px;
	background: #F1F9F8;
}

.room {
	width: 61%;
	float: left;
	margin-right: 20px;
}

.roomBox {
	background: #fff;
	padding: 10px;
}

.room ul li {
	float: left;
	width: 25%;
	font-size: 100%;
	margin: 4px 0;
}

input[type=checkbox] {
	display: none;
}

.check {
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
	vertical-align: middle;
	cursor: pointer;
}

.check:hover:after {
	border-color: #009260;
}

.check:after {
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	content: '';
}

.check:before {
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #009260;
	border-bottom: 3px solid #009260;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked+.check:before {
	opacity: 1;
}

/*-------　家賃を選択　-------*/
.price {
	width: 35.9%;
	float: right;
}

.price select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.price select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	background: url(/error/image/selectarrow.png) right 50% no-repeat,
		-webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
	background: url(/error/image/selectarrow.png) right 50% no-repeat,
		linear-gradient(to bottom, #fff 0%, #efebe1 100%);
	background-size: 25px, 100%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 100%;
}

/*-------　検索ボタン　-------*/
.search_Submit {
	display: inline-block;
	position: absolute;
	bottom: 23px;
	right: 20px;
}

.search_Submit p {
	margin-top: 12px;
	position: relative;
	width: 237px;
	background: #c45e4a;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	box-shadow: 0px 4px 0px 0px #9e4533;
	-moz-box-shadow: 0px 4px 0px 0px #9e4533;
	-webkit-box-shadow: 0px 4px 0px 0px #9e4533;
}

.search_Submit p a {
	color: #fff;
	font-size: 124%;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.search_Submit p a:hover {
	background: #f0694e;
}

.search_Submit p::before {
	position: absolute;
	content: "";
	top: 51%;
	left: 45px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	background: url(/error/image/loop.png) top left no-repeat;
	background-size: 16px;
}

.search_Submit p a:hover::before {
	position: absolute;
	content: "";
	top: 51%;
	left: 45px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	background: url(/error/image/loop.png) top left no-repeat;
	background-size: 16px;
}

.list {
}
.list ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}
.list ul li {
    float: left;
    padding: 5px;
    position: relative;
}

.bukken-list1 {
	clear: both;
	margin: auto;
}
.bukken-list1 ul {
	padding-bottom:10px;
}
.bukken-list1 li {
	margin-bottom: 4px;
	padding: 0 10px;
	float: left;
	border-right: 1px solid #666;
}
.bukken-list1 li.first{
	padding-left: 0;
}
.bukken-list1 li.end{
	border-right: none;
}
.bukken-list1 h3{
	clear: both;;
}

.column01 {
	float:left;
	width: 415px;
	padding-right:30px;
}
.column02 {
	width: 415px;
	float:left;
	margin-bottom:20px;
}


.wrapper-header1 {
    background: #fff;
    margin: 0 auto;
    padding-top: 11px;
    height: 72px;
    border-top: 2px solid #009260;
    border-bottom: 1px solid #baddd1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.header div.ci {
    float: left;
    width: 140px;
    padding-top: 0;
}

.header h1 {
    padding: 10px 0 0 50px;
}


.ci {
    padding: 0px;
}


li#favorite {
    margin-top: 23px;
    float: none;
    position: absolute;
    top: 0;
    left: 645px;
}

li#kep {
    float: none;
    position: absolute;
    top: 0;
    left: 794px;
}


h2.error404 {
    margin-left: 130px;
    font-size: 26px;
    color: #666;
}

.btm21{
	margin-bottom: 20px;
	font-size:14px;
	display:block;
	text-align:left;
	margin-left:130px;
	}


dl.japan1-1 {
    float: left;
    display: block;
    width: 450px;
}


dl.japan1-2 {
    float: right;
    display: block;
    width: 450px;
}


.wrapper-footernav .testb {
    width: 960px;
    float: left;
}


</style>