@charset "UTF-8";

@media print, screen and (min-width: 769px) {
	
#search {
	margin: 0px;
	position: relative;
}
#search h2 {
	text-align: left;
	background-image: url(/images/icon_search.png);
	background-position: left center;
	padding-left: 60px;
	line-height: 50px;
}
#search .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#search .count .cnt {
	font-weight: bold;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}
#search .count .cnt em {
	font-size: 24px;
	font-style: normal;
}
#search .count .cnt span a {
	color: #114FA9;
}
#search .count .cnt span strong {
	font-size: 24px;
	color: #D32E18;
}
#search .count .regist {
	float: right;
}
#search .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#search .count .regist a:hover {
	background-color: #FE201C;
}
#search .search_select {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .search_select li {
	width: 30%;
}
#search h4 {
font-size: 16px;
background-color: #efefef;
padding: 10px;
text-align: left;
margin-bottom: 20px;
}
#search .search_area {
	border: 1px solid #657281;
	line-height: 46px;
	text-align: left;
	height: 46px;
	padding-left: 180px;
	margin-bottom: 20px;
}
#search .step1 {
	background-image: url(/images/search_step1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .step2 {
	background-image: url(/images/search_step2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .step3 {
	background-image: url(/images/search_step3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .kind_block, #search .search_block {
	margin-bottom: 40px;
	overflow: hidden;
}
#search .kind_block .check, #search .search_block .check {
	padding: 10px;
	background-color: #EBEBF7;
	text-align: left;
	margin-bottom: 20px;
}
#search .kind_block .select, #search .search_block .select {
	margin-bottom: 40px;
}
#search .kind_block .select ul, #search .search_block .select ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .kind_block .select ul:before, #search .search_block .select ul:before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
#search .kind_block .select ul:after, #search .search_block .select ul:after {
	content: "";
	display: block;
	width: 23%;
}
#search .kind_block .select li, #search .search_block .select li {
	width: 23%;
	box-sizing: border-box;
}
#search .kind_block .select input[type=radio] {
	display: none;
}
#search .kind_block .select input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
#search .search_block .select input[type=checkbox] {
	display: none;
}
#search .search_block .select input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
.select .label {
	display: block;
	float: left;
	margin: 5px;
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #697888;
	border-radius: 5px;
}
.select .label:hover {
	background-color: #efefef;
}
#search .kodawari {
	overflow: hidden;
}

#search .kodawari table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#search .kodawari table tr th {
	text-align: left;
	padding: 12px;
	width: 20%;
	line-height: 1.5em;
	border: 1px solid #CCC;
	background-color: #eee;
	vertical-align: top;
}
#search .kodawari table tr td {
	border: 1px solid #CCC;
	padding: 10px;
	text-align: left;
}
#search .kodawari table tr td ul {
	overflow: hidden;
}
#search .kodawari table tr td ul li {
	float: left;
	width: 24%;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin-right: 1%;
}
#search .kodawari ul input {
	display: block;
	float: left;
}
#search .kodawari #more p {
	font-size: 18px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*
---------------------------------------
町名検索
---------------------------------------
*/

#search .add_top {
	margin-bottom: 20px;
	overflow: hidden;
}
#search .add_top dl {
	margin: 0px;
	padding: 0px;
}
#search .add_top dl dt {
	float: left;
	width: 10%;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
#search .add_top dl dd {
	float: right;
	width: 70%;
}
#search .add_top dl dd ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#search .add_top dl dd li {
	width: 10%;
}
#search .add_top dl dd li a {
	text-decoration: underline;
}
#search .add_top dl dd li a:hover {
	text-decoration: none;
}
#search .search_block .address {
	margin-bottom: 50px;
}
#search .search_block .address ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .search_block .address ul::after {
	content: "";
	display: block;
	width: 13%;
}
#search .search_block .address ul li {
	width: 13%;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: left;
}
#search .address input[type=checkbox] {
	display: none;
}
#search .address input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #999999;
}
#search .address .label {
	display: block;
	float: left;
	margin: 5px;
	width: 85%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
}
#search .address .label:hover {
	background-color: #f1f1f1;
}
#search .search_block .school_left {
	float: left;
	width: 48%;
}
#search .search_block .school_right {
	float: right;
	width: 48%;
}
#search .search_block .school_left .select li, #search .search_block .school_right .select li {
	width: 48%;
}
.search_box select, .price_box select {
	/* styling */
	background-color: white;
	border: thin solid #999;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* arrows */
.search_box select.minimal, .price_box select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),  linear-gradient(135deg, gray 50%, transparent 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),  calc(100% - 15px) calc(1em + 2px),  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
}
.search_box select.minimal:focus, .price_box select.minimal:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%),  linear-gradient(135deg, transparent 50%, green 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em,  calc(100% - 20px) 1em,  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}
 .search_box select:-moz-focusring, .price_box select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.search_box .searchbt, .price_box .searchbt {
	height: 40px;
	width: 150px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4;
	background-color: #CC3201;
	border-style: none;
}
.price_box .searchbt {
	margin-top: 24px;
}
#search .search_box, #search .kind_box {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#search .search_box dl, #search .kind_box dl {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #e4e9ed;
}
#search .search_box dl dt, #search .kind_box dl dt {
	background-color: #697888;
	float: left;
	width: 20%;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	margin-right: 30px;
	color: #FFF;
}
#search .search_box dl dd {
	float: left;
	margin-right: 30px;
	margin-top: 12px;
}
#search .kind_box dl dd {
	float: left;
	width: 75%;
	margin-top: 5px;
}
#search .kind_box dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#search .kind_box dl dd ul li {
	width: 23%;
}
#search .kind_box input[type=radio] {
	display: none;
}
#search .kind_box input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #3399CC;
}
.kind_box .label {
	display: block;
	float: left;
	margin: 5px;
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
	background-color: #FFF;
}
.kind_box .label:hover {
	background-color: #f1f1f1;
}
#search .kind_box dl dd ul li .shinchiku {
	background-image: url(/images/map-icon01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .cyuko {
	background-image: url(/images/map-icon02.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .tochi {
	background-image: url(/images/map-icon03.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .mansion {
	background-image: url(/images/map-icon04.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
/*価格を絞り込む*/
.price_box .price {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.price_box .price label {
	display: block;
	font-weight: bold;
	cursor : pointer;
}
/*チェックボックスを非表示にする*/
.price_box .price input[type=checkbox] {
	display: none;
}
/*中身を非表示にしておく*/
.price_box .price div {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;/*ゆっくり表示させる*/
	opacity: 0;
}
/*クリックで中身を表示*/
.price_box .price input:checked + label + div {
	height: auto;
	opacity: 1;
}
/*アイコン*/
.price_box .price label::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.price_box .price input:checked + label::before {
	content: '\f068';
}
.price_box .price .trigger {
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#map .zoom {
	text-align: right;
	padding-bottom: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#search .price_box .price .input ul li dl dd .price_input {
	width: 150px;
	font-size: 15px;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#search .price_box .price .input ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#search .price_box .price .input ul li dl dt {
	text-align: left;
}
#search .price_box .price .input {
	width: 100%;
	background-color: #f1f1f1;
}
.addbt {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*
==========================================================
MAP検索吹き出し物件表示
==========================================================
*/


#map img {
	border: none;
	color: #666;
	color: #666;
}

#map a img {
 border: none;
 text-decoration: none;
}

#map dl{
	padding:0px;
	width:270px;
	font-size:12px;
	height: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#map dl a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#map dt{
	width: 90px;
	height: 69px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
}
#map dt img {
position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}

#map dd{
	margin:0px;
	padding: 2px;
}

#map dd.syubetsu {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	width: 100px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	float: left;
	height: 23px;
	line-height: 20px;
	margin-bottom: 1px;
	padding-left: 0px;
}

#map dd.syousai {
	height: 23px;
	float: right;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
#map dd.hanbai {
	height:20px;
	float: left;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
}

#map dd.new {
	height:20px;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
	float: left;
}

#map dd.kakaku {
	font-size: 10px;
	width: 85px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#map .price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#map dd.rosen {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	height: 30px;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	width: 160px;
}

#map dd.comment{
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 260px;
	clear: both;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	float: left;
	line-height: 1.5em;
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
}
#map dd.spotname {
	float: left;
	width: 160px;
	margin-left: 5px;
	display: block;
	height: 100px;
	overflow: hidden;
}
#map dd.spotname p.title {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map dd.spotname p.spotcomment {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map.spoturl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
}


}


@media screen and (min-width: 521px) and (max-width: 768px) {

#search {
	margin: 0px;
	position: relative;
}
#search h2 {
	text-align: left;
	background-image: url(/images/icon_search.png);
	background-position: left center;
	padding-left: 60px;
	line-height: 50px;
}
#search .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	line-height: 1.5em;
}
#search .count .cnt {
		font-weight: bold;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#search .count .cnt em {
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0.1em;
}
#search .count .cnt span a {
	color: #114FA9;
}
#search .count .cnt span strong {
	font-size: 24px;
	color: #D32E18;
}
#search .count .regist {
	float: right;
}
#search .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#search .count .regist a:hover {
	background-color: #FE201C;
}
#search .search_select {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .search_select li {
	width: 30%;
}
#search h4 {
font-size: 16px;
background-color: #efefef;
padding: 10px;
text-align: left;
margin-bottom: 20px;
}
#search .search_area {
	border: 1px solid #657281;
	line-height: 46px;
	text-align: left;
	height: 46px;
	padding-left: 180px;
	margin-bottom: 20px;
}
#search .step1 {
	background-image: url(/images/search_step1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .step2 {
	background-image: url(/images/search_step2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .step3 {
	background-image: url(/images/search_step3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#search .kind_block, #search .search_block {
	margin-bottom: 40px;
	overflow: hidden;
	width: 98%;
	margin-left: auto;
margin-right: auto;
}
#search .kind_block .check, #search .search_block .check {
	padding: 10px;
	background-color: #EBEBF7;
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}
#search .kind_block .select, #search .search_block .select {
	margin-bottom: 40px;
}
#search .kind_block .select ul, #search .search_block .select ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .kind_block .select ul:before, #search .search_block .select ul:before {
	content: "";
	display: block;
	width: 46%;
	order: 1;
}
#search .kind_block .select ul:after, #search .search_block .select ul:after {
	content: "";
	display: block;
	width: 46%;
}
#search .kind_block .select li, #search .search_block .select li {
	width: 46%;
	box-sizing: border-box;
}
#search .kind_block .select input[type=radio] {
	display: none;
}
#search .kind_block .select input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
#search .search_block .select input[type=checkbox] {
	display: none;
}
#search .search_block .select input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
.select .label {
	display: block;
	float: left;
	margin: 5px;
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #697888;
	border-radius: 5px;
}
.select .label:hover {
	background-color: #efefef;
}
#search .kodawari {
	overflow: hidden;
}

#search .kodawari table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#search .kodawari table tr th {
	text-align: left;
	padding: 12px;
	width: 20%;
	line-height: 1.5em;
	border: 1px solid #CCC;
	background-color: #eee;
	vertical-align: top;
}
#search .kodawari table tr td {
	border: 1px solid #CCC;
	padding: 10px;
	text-align: left;
}
#search .kodawari table tr td ul {
	overflow: hidden;
}
#search .kodawari table tr td ul li {
	float: left;
	width: 24%;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin-right: 1%;
}
#search .kodawari ul input {
	display: block;
	float: left;
}
#search .kodawari #more p {
	font-size: 18px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*
---------------------------------------
町名検索
---------------------------------------
*/

#search .add_top {
	margin-bottom: 20px;
	overflow: hidden;
}
#search .add_top dl {
	margin: 0px;
	padding: 0px;
}
#search .add_top dl dt {
	float: left;
	width: 10%;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}
#search .add_top dl dd {
	float: right;
	width: 70%;
}
#search .add_top dl dd ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#search .add_top dl dd li {
	width: 10%;
}
#search .add_top dl dd li a {
	text-decoration: underline;
}
#search .add_top dl dd li a:hover {
	text-decoration: none;
}
#search .search_block .address {
	margin-bottom: 50px;
}
#search .search_block .address ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .search_block .address ul::after {
	content: "";
	display: block;
	width: 13%;
}
#search .search_block .address ul li {
	width: 13%;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: left;
}
#search .address input[type=checkbox] {
	display: none;
}
#search .address input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #999999;
}
#search .address .label {
	display: block;
	float: left;
	margin: 5px;
	width: 85%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
}
#search .address .label:hover {
	background-color: #f1f1f1;
}
#search .search_block .school_left {
	float: left;
	width: 48%;
}
#search .search_block .school_right {
	float: right;
	width: 48%;
}
#search .search_block .school_left .select li, #search .search_block .school_right .select li {
	width: 48%;
}
.search_box select, .price_box select {
	/* styling */
	background-color: white;
	border: thin solid #999;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* arrows */
.search_box select.minimal, .price_box select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),  linear-gradient(135deg, gray 50%, transparent 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),  calc(100% - 15px) calc(1em + 2px),  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
}
.search_box select.minimal:focus, .price_box select.minimal:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%),  linear-gradient(135deg, transparent 50%, green 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em,  calc(100% - 20px) 1em,  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}
 .search_box select:-moz-focusring, .price_box select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.search_box .searchbt, .price_box .searchbt {
	height: 40px;
	width: 150px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4;
	background-color: #CC3201;
	border-style: none;
}
.price_box .searchbt {
	margin-top: 24px;
}
#search .search_box, #search .kind_box {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#search .search_box dl, #search .kind_box dl {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #e4e9ed;
}
#search .search_box dl dt, #search .kind_box dl dt {
	background-color: #697888;
	float: left;
	width: 20%;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
	margin-right: 20px;
	color: #FFF;
}
#search .search_box dl dd {
	float: left;
	margin-right: 5px;
	margin-top: 12px;
}
#search .kind_box dl dd {
	float: left;
	width: 75%;
	margin-top: 5px;
}
#search .kind_box dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#search .kind_box dl dd ul li {
	width: 23%;
}
#search .kind_box input[type=radio] {
	display: none;
}
#search .kind_box input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #3399CC;
}
.kind_box .label {
	display: block;
	float: left;
	margin: 5px;
	width: 90%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
	background-color: #FFF;
}
.kind_box .label:hover {
	background-color: #f1f1f1;
}
#search .kind_box dl dd ul li .shinchiku {
	background-image: url(/images/map-icon01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .cyuko {
	background-image: url(/images/map-icon02.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .tochi {
	background-image: url(/images/map-icon03.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .mansion {
	background-image: url(/images/map-icon04.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
/*価格を絞り込む*/
.price_box .price {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.price_box .price label {
	display: block;
	font-weight: bold;
	cursor : pointer;
}
/*チェックボックスを非表示にする*/
.price_box .price input[type=checkbox] {
	display: none;
}
/*中身を非表示にしておく*/
.price_box .price div {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;/*ゆっくり表示させる*/
	opacity: 0;
}
/*クリックで中身を表示*/
.price_box .price input:checked + label + div {
	height: auto;
	opacity: 1;
}
/*アイコン*/
.price_box .price label::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.price_box .price input:checked + label::before {
	content: '\f068';
}
.price_box .price .trigger {
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#map .zoom {
	text-align: right;
	padding-bottom: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#search .price_box .price .input ul li dl dd .price_input {
	width: 150px;
	font-size: 15px;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#search .price_box .price .input ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#search .price_box .price .input ul li dl dt {
	text-align: left;
}
#search .price_box .price .input {
	width: 100%;
	background-color: #f1f1f1;
}
.addbt {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*
==========================================================
MAP検索吹き出し物件表示
==========================================================
*/


#map img {
	border: none;
	color: #666;
	color: #666;
}

#map a img {
 border: none;
 text-decoration: none;
}

#map dl{
	padding:0px;
	width:270px;
	font-size:12px;
	height: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#map dl a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#map dt{
	width: 90px;
	height: 69px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
}
#map dt img {
position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}

#map dd{
	margin:0px;
	padding: 2px;
}

#map dd.syubetsu {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	width: 100px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	float: left;
	height: 23px;
	line-height: 20px;
	margin-bottom: 1px;
	padding-left: 0px;
}

#map dd.syousai {
	height: 23px;
	float: right;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
#map dd.hanbai {
	height:20px;
	float: left;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
}

#map dd.new {
	height:20px;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
	float: left;
}

#map dd.kakaku {
	font-size: 10px;
	width: 85px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#map .price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#map dd.rosen {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	height: 30px;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	width: 160px;
}

#map dd.comment{
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 260px;
	clear: both;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	float: left;
	line-height: 1.5em;
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
}
#map dd.spotname {
	float: left;
	width: 160px;
	margin-left: 5px;
	display: block;
	height: 100px;
	overflow: hidden;
}
#map dd.spotname p.title {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map dd.spotname p.spotcomment {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map.spoturl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
}

}


@media screen and (max-width: 520px) {
	
#search {
	margin: 0px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#search h2 {
	text-align: left;
	background-image: url(/images/icon_search.png);
	background-position: left center;
	background-size:40px 40px;
	padding-left: 60px;
	line-height: 40px;
}
#search .count {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f1f1f1;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#search .count .cnt {
	font-weight: bold;
	text-align: left;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
}
#search .count .cnt em {
	font-size: 18px;
	font-style: normal;
}
#search .count .cnt span a {
	color: #114FA9;
}
#search .count .cnt span strong {
	font-size: 18px;
	color: #D32E18;
}
#search .count .regist {
	clear: both;
	float: none;
}
#search .count .regist a {
	background-color: #D32E18;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#search .count .regist a:hover {
	background-color: #FE201C;
}
#search .search_select {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .search_select li {
	width: 32%;
	margin-bottom: 5px;
}
#search h4 {
font-size: 16px;
background-color: #efefef;
padding: 10px;
text-align: left;
margin-bottom: 20px;
}
#search .search_area {
	border: 1px solid #657281;
	line-height: 46px;
	text-align: left;
	height: 46px;
	padding-left: 180px;
	margin-bottom: 20px;
}
#search .step1 {
	background-image: url(/images/search_step1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 120px;
	margin-bottom: 20px;
	font-size: 14px;
}
#search .step2 {
	background-image: url(/images/search_step2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 120px;
	margin-bottom: 20px;
	font-size: 14px;
}
#search .step3 {
	background-image: url(/images/search_step3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 120px;
	margin-bottom: 20px;
	font-size: 14px;
}
#search .kind_block, #search .search_block {
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 14px;
}
#search .kind_block .label span {
	font-size: 12px;
}
#search .kind_block .check, #search .search_block .check {
	padding: 10px;
	background-color: #E1E1F4;
	text-align: left;
	margin-bottom: 20px;
}
#search .kind_block .select, #search .search_block .select {
	margin-bottom: 30px;
}
#search .kind_block .select ul, #search .search_block .select ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search .kind_block .select ul:before, #search .search_block .select ul:before {
	content: "";
	display: block;
	width: 48%;
	order: 1;
}
#search .kind_block .select ul:after, #search .search_block .select ul:after {
	content: "";
	display: block;
	width: 48%;
}
#search .kind_block .select li, #search .search_block .select li {
	width: 47%;

	margin-bottom: 20px;
}
#search .kind_block .select input[type=radio] {
	display: none;
}
#search .kind_block .select input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
#search .search_block .select input[type=checkbox] {
	display: none;
}
#search .search_block .select input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #697888;
}
.select .label {
	display: block;
	width: 98%;
	height: 45px;
	text-align: center;
	line-height: 45px;

	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
}
.select .label:hover {
	background-color: #f1f1f1;
}



#search .kodawari {
	overflow: hidden;
}
#search .kodawari table tr th {
	text-align: left;
	padding: 12px;
	width: 20%;
	line-height: 1.5em;
}
#search .kodawari table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 50px;
}
#search .kodawari table tr th {
	background-color: #eee;
	vertical-align: top;
	display: block;
	width: 100%;
}
#search .kodawari table tr td {
padding: 10px;
	text-align: left;
		display: block;
}
#search .kodawari table tr td ul {
	overflow: hidden;
}
#search .kodawari table tr td ul li {
	float: left;
	width: 48%;
	margin-bottom: 10px;
	line-height: 1.5em;
	margin-right: 1%;
	margin-right: 1%;
}
#search .kodawari ul input {
	display: block;
	float: left;
}
#search .kodawari #more p {
	font-size: 18px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*
---------------------------------------
町名検索
---------------------------------------
*/

#search .add_top {
	margin-bottom: 20px;
	overflow: hidden;
}
#search .add_top dl {
	margin: 0px;
	padding: 0px;
}
#search .add_top dl dt {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
#search .add_top dl dd {
	margin: 0px;
	padding: 0px;
}
#search .add_top dl dd ul {
	margin: 0px;
	padding: 0px;
	display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#search .add_top dl dd ul:before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
#search .add_top dl dd ul:after{
  content:"";
  display: block;
  width:25%;
}
#search .add_top dl dd li {
	width: 25%;
	margin-bottom: 10px;
}
#search .add_top dl dd li a {
	text-decoration: underline;
}
#search .add_top dl dd li a:hover {
	text-decoration: none;
}
#search .search_block .address {
	margin-bottom: 20px;
}
#search .search_block .address ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
#search .search_block .address ul:before{
  content:"";
  display: block;
  width:30%;
  order:1;
}
#search .search_block .address ul:after{
  content:"";
  display: block;
  width:30%;
}
#search .search_block .address ul li {
	width: 30%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#search .address input[type=checkbox] {
	display: none;
}
#search .address input[type="checkbox"]:checked + label {
	color: #ffffff;
	background-color: #999999;
}
#search .address .label {
	display: block;
	float: left;
	margin: 5px;
	width: 80%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
}
#search .address .label:hover {
	background-color: #f1f1f1;
}
#search .search_block .school_left {
}
#search .search_block .school_right {
	float: right;
	width: 48%;
}
#search .search_block .school_left .select li, #search .search_block .school_right .select li {
	width: 48%;
}
.search_box select, .price_box select {
	/* styling */
	background-color: white;
	border: thin solid #999;
	border-radius: 4px;
	display: inline-block;
	line-height: 1.5em;
	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-top: 0.5em;
	padding-right: 3em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	font-family: inherit;
	font-size: 14px;
}
/* arrows */
.search_box select.minimal, .price_box select.minimal {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),  linear-gradient(135deg, gray 50%, transparent 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px),  calc(100% - 15px) calc(1em + 2px),  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
}
.search_box select.minimal:focus, .price_box select.minimal:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%),  linear-gradient(135deg, transparent 50%, green 50%),  linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em,  calc(100% - 20px) 1em,  calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px,  5px 5px,  1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}
 .search_box select:-moz-focusring, .price_box select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.search_box .searchbt, .price_box .searchbt {
	height: 40px;
	width: 150px;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4;
	background-color: #CC3201;
	border-style: none;
}
.price_box .searchbt {
	margin-top: 24px;
}
#search .search_box, #search .kind_box {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#search .search_box dl, #search .kind_box dl {
	overflow: hidden;
	margin: 0px;
	padding: 10px;
	background-color: #E1E1F4;
}
#search .search_box dl dt, #search .kind_box dl dt {
	background-color: #1D4B9E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFF;
}
#search .search_box dl dd {
	float: left;
	margin-top: 12px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#search .search_box dl dd:last-child {
	clear: both;
	float: none;
}
#search .kind_box dl dd {
	margin-top: 5px;
}
#search .kind_box dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#search .kind_box dl dd ul li {
	width: 23%;
}
#search .kind_box input[type=radio] {
	display: none;
}
#search .kind_box input[type="radio"]:checked + label {
	color: #ffffff;
	background-color: #3399CC;
}
.kind_box .label {
	display: block;
	float: left;
	width: 88%;
	height: 70px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 12px;
	padding-top: 10px;
}
.kind_box .label:hover {
	background-color: #f1f1f1;
}
#search .kind_box dl dd ul li .shinchiku {
	background-image: url(/images/map-icon01.png);
	background-position: center 33px;
	background-repeat: no-repeat;
	vertical-align: -0.1%;
	font-size: 10px;
}
#search .kind_box dl dd ul li .cyuko {
	background-image: url(/images/map-icon02.png);
	background-position: center 33px;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .tochi {
	background-image: url(/images/map-icon03.png);
	background-position: center 33px;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .mansion {
	background-image: url(/images/map-icon04.png);
	background-position: center 33px;
	background-repeat: no-repeat;
}
/*価格を絞り込む*/
.price_box .price {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.price_box .price label {
	display: block;
	font-weight: bold;
	cursor : pointer;
}
/*チェックボックスを非表示にする*/
.price_box .price input[type=checkbox] {
	display: none;
}
/*中身を非表示にしておく*/
.price_box .price div {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;/*ゆっくり表示させる*/
	opacity: 0;
}
/*クリックで中身を表示*/
.price_box .price input:checked + label + div {
	height: auto;
	opacity: 1;
}
/*アイコン*/
.price_box .price label::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 8px;
}
/*クリックでアイコン入れ替え*/
.price_box .price input:checked + label::before {
	content: '\f068';
}
.price_box .price .trigger {
	background-color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#map .zoom {
	text-align: right;
	padding-bottom: 3px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#search .price_box .price .input ul li dl dd .price_input {
	width: 150px;
	font-size: 15px;
	border-radius: 3px;
	border: 2px solid #ddd;
	box-sizing: border-box;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#search .price_box .price .input ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#search .price_box .price .input ul li dl dt {
	text-align: left;
}
#search .price_box .price .input {
	width: 100%;
	background-color: #f1f1f1;
}
.addbt {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*
==========================================================
MAP検索吹き出し物件表示
==========================================================
*/


#map img {
	border: none;
	color: #666;
	color: #666;
}

#map a img {
 border: none;
 text-decoration: none;
}

#map dl{
	padding:0px;
	
	font-size:12px;
	height: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#map dl a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}
#map dt{
	width: 90px;
	height: 69px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
}
#map dt img {
position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}

#map dd{
	margin: 0px;
	padding: 2px;
	width: 86px;
	float: right;
}

#map dd.syubetsu {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;

	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: center;
	float: left;


	margin-bottom: 1px;
	padding-left: 0px;
}

#map dd.syousai {
	height: 23px;
	float: right;
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 0px;
}
#map dd.hanbai {
	height:20px;
	float: left;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
}

#map dd.new {
	height:20px;
	background-color: #FFFFFF;
	width: 40px;
	text-align: center;
	float: left;
}

#map dd.kakaku {
	font-size: 10px;
	width: 60px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#map .price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#map dd.rosen {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	height: 34px;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	width: 180px;
	line-height: 1.5em;
}

#map dd.comment{
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	width: 180px;
	clear: both;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	float: left;
	line-height: 1.5em;
	padding-top: 5px;
	height: 40px;
	overflow: hidden;
}
#map dd.spotname {
	float: left;
	width: 160px;
	margin-left: 5px;
	display: block;
	height: 100px;
	overflow: hidden;
}
#map dd.spotname p.title {
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map dd.spotname p.spotcomment {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
#map.spoturl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 5px;
}

.footerpdd {
padding-bottom: 100px!important;
background-color: #EEEEEE;
}

}



/*
==========================================================
フォーム部品
==========================================================
*/

.kodawari input, .kodawari button, .kodawari textarea, .kodawari select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.kodawari input[type="radio"]{
  display: none;
}
.kodawari .radio{
  font-size: 16px;
  margin-right: 12px;
  padding-left: 24px;
  position:relative;
}
.kodawari .radio::before{
	background: white;
	border: 1px solid #666;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
}
.kodawari input[type="radio"]:checked + .radio::after{
	background-color: #666;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	width: 12px;
	height: 12px;
}

.kodawari input[type="checkbox"]{
  display: none;
}
.kodawari .check{
  font-size: 16px;
  padding-left: 22px;
  position:relative;
}
.kodawari .check::before{
	background-color: white;
	border: 1px solid #666;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
}
.kodawari input[type="checkbox"]:checked + .check::before{
	background-color: #666;
}
.kodawari input[type="checkbox"]:checked + .check::after{
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  height: 11px;
  width: 6px;
  transform: rotate(40deg);
}

.kodawari select {
	/* styling */
	background-color: white;
	border: thin solid #999;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
}
.kodawari select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.kodawari select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.kodawari select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.kodawari .css_btn_class {
	height: 60px;
	/*width: 30%;*/
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 8px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	background-color: #D90E00;
	color: #ffffff;
	display: inline-block;
	border: none;
}
#kodawari .css_btn_class:hover {
	background-color: #FFCD01;
	text-decoration: none;
}



@media screen and (max-width: 320px) {

#search .step1 {
	background-image: url(/images/search_step1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 100px;
	margin-bottom: 20px;
	font-size: 12px;
}
#search .step2 {
	background-image: url(/images/search_step2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 100px;
	margin-bottom: 20px;
	font-size: 12px;
}
#search .step3 {
	background-image: url(/images/search_step3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% 100%;
	line-height: 40px;
	text-align: left;
	height: 40px;
	padding-left: 100px;
	margin-bottom: 20px;
	font-size: 12px;
}
#search .kind_block, #search .search_block {
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 12px;
}
#search .kind_block .label span {
	font-size: 10px;
}

#search .kind_box dl dd ul li .shinchiku {
	background-image: url(/images/map-icon01.png);
	background-position: center 33px;
	background-repeat: no-repeat;
	vertical-align: -0.1%;
	font-size: 5px!important;
}
#search .kind_box dl dd ul li .cyuko {
	background-image: url(/images/map-icon02.png);
	background-position: center 33px;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .tochi {
	background-image: url(/images/map-icon03.png);
	background-position: center 33px;
	background-repeat: no-repeat;
}
#search .kind_box dl dd ul li .mansion {
	background-image: url(/images/map-icon04.png);
	background-position: center 33px;
	background-repeat: no-repeat;
	font-size: 9px!important;
}
.select .label {
	display: block;
	margin: 5px;
	width: 88%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #000000;
	border: 1px solid #999999;
	border-radius: 5px;
}




}
