@charset "utf-8";


h1 {
	padding: 3px 2%;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
.head_title {
	padding: 3px 2%;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin: 0;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

b {
	font-weight: bold;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	border: 0;
}

h2 i {
	margin: 0 4% 0 0;
	padding: 0;
}

/* price down */
.p-down {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 0 0 0;
	display: block;
}

.pankuzu {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
	margin: 4px 0px;
}

.pankuzu div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
}

.pankuzu a {
	border: 1px solid #006DD9;
	border-radius: 3px;
	background: #F0F8FF;
	display: inline-block;
	padding: 1px 5px;
}

/*
===========================================================
	 ぱんくず pan_wrap
========================================================== */
.pan_wrap {
	width: 100%;
	color: #666;
	position: relative;
	padding: 0 2%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 10px;
}

.pan_wrap div {
	padding-right: 0px !important;
}

.pan_wrap div,
.pan_wrap a {
	padding-right: 5px;
	display: inline-block;
	font-size: 10px;
	line-height: 17px;
	margin: 2px 0px;
}

.pan_wrap a {
	border: 1px solid #006DD9;
	border-radius: 3px;
	background: #F0F8FF;
	display: inline-block;
	padding: 1px 5px;
}

.pan_wrap h2 {
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

.pan_wrap::-webkit-scrollbar {
	height: 2px;
}

.pan_wrap::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}

.pan_wrap::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 5px;
}

/*
===========================================================
	 form
========================================================== */
input[type="checkbox"],
input[type="radio"] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	margin-right: 5px;
	line-height: 20px;
	vertical-align: sub;
}

.ListCheckbox {
	margin-left: 10px;
}

/* =========================================================
	 Header
========================================================= */
header {
	background: #ffffff;
	overflow: hidden;
	border-bottom: #ccc 1px solid;
	border-top-style: solid;
	margin: 0;
	padding: 0;
	height: 52px;
	width: 100%;
}

header h1 {
	float: left;
	display: table-cell;
	overflow: hidden;
	margin: 5px 0 0 5px;
	width: 68px;
	height: 47px;
	font: 10rem/100% "Hiragino Kaku Gothic Pro", "?q???M?m?p?S Pro W3";
	text-indent: 100%;
	white-space: nowrap;
	background: url(/img/sp/logo2.png) no-repeat 0 0;
	-webkit-background-size: 65px 42px;
	-moz-background-size: 65px 42px;
	background-size: 65px 42px;
}

header h1 a {
	display: block;
	height: 38px;
}

/*************************************
top-menu
*************************************/
/*menu*/
header .button02 {
	display: table-cell;
	height: 52px;
	vertical-align: top;
	float: right;
}

header .button02 p {
	display: table-cell;
	margin: 0;
	padding: 0;
	height: 52px;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

header .button02 p i {
	font-size: 20px;
	width: 100%;
	padding: 8px 0 4px;
}

header .button02 p a,
header .button02 p span {
	display: block;
	padding: 0 0 2px 0;
	width: 60px;
	font-size: 10rem;
	margin: 0;
	color: #333333;
}

.menu-button-right {
	right: 0;
	border: none;
}

/* =========================================================
	 Header end
========================================================= */
/* =========================================================
	 menu-slid end
========================================================= */
/*slid-menu*/
.menu-color {
	color: #999;
}

.user-color {
	color: #fff;
}

.btn-color {
	color: #777;
}

#main {
	background-color: #FFF;
	position: relative;
}

.mm-panels {
	background: #d5d5d5;
}

.slide_box {
	width: 90%;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px auto;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* slide_login
---------------------------------------- */
.slide_login {
	padding-top: 10px;

}

.slide_login p {
	background: #eee;
	color: #555;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 10px 2%;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.slide_login a {
	font-weight: bold;
	text-align: center;
	display: block;
	width: 90%;
	padding: 10px 2%;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 auto 5px;
	position: relative;
}

.slide_login a.sl_login_em {
	border: 1px solid #d38947;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb415), color-stop(50%, #ff9600), color-stop(50%, #ff8500), to(#ffa600));
	background-image: linear-gradient(top, #ffb415 0, #ff9600 50%, #ff8500 50%, #ffa600 100%);
	color: #fff;
}

.slide_login a i {
	position: absolute;
	top: 14px;
	left: 15px;
}

.slide_login a:last-child {
	margin-bottom: 10px;
}

.slide_login a.sl_login_tel {
	color: #006600;
	border: 1px solid #006600;
	background: #EEF6EE;
}

.slide_login a.sl_login_tel i {
	transform: scale(-1, 1);
}

.slide_login a.sl_login_inq {
	color: #DE3838;
	border: 1px solid #DE3838;
	background: #FBE9E9;
}

/* slide_list
---------------------------------------- */
.slide_list {}

.sl_list_tl {
	padding: 10px 5%;
	border-bottom: 1px solid #ccc;
}

.slide_list p {
	padding: 8px 5%;
	background: #eee;
}

.slide_list p i {
	margin-right: 10px;
	color: #555;
}

.slide_list ul {}

.slide_list a {
	display: block;
	padding: 12px 5%;
	overflow: hidden;
}

.slide_list a span {
	float: left;
	font-weight: bold;
	color: #666;
}

.slide_list a i,
.slide_list a i {
	float: left;
	margin: 3px 10px 0 0;
}




/* =========================================================
	 bnr slid start
========================================================= */
#slides02 {
	clear: both;
	display: none;
}

#slides02 img {
	width: 94%;
	height: auto;
	margin: 0 auto 10px auto;
}

.slidesjs-navigation02 {
	margin-top: 0px;
}

.slidesjs-navigation02 img {
	height: 20px !important;
	width: 15px !important;
}

.slidesjs-navigation02 ul {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}

.slidesjs-previous02 {
	margin-right: 5px;
	float: left;
}

.slidesjs-next02 {
	margin-right: 5px;
	float: right;
}

.slidesjs-pagination02 {
	margin: 0;
	list-style: none;
	text-align: center;
}

.slidesjs-pagination02 li {
	display: inline-block;
	margin: 10px 2px;
}

.slidesjs-pagination02 li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 10px;
	background-image: url(/img/sp/pagination.png);
	background-position: 0 0;
	background-size: 10px auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

.slidesjs-pagination02 li a.active,
.slidesjs-pagination02 li a:hover.active {
	background-position: 0 -20px
}

.slidesjs-pagination02 li a:hover {
	background-position: 0 -54px
}

.frame-item-area {
	text-align: center;
}

#slideNav01 {
	position: relative;
	height: 30px;
}

.prev02 {
	position: absolute;
	top: 5px;
	left: 20px;
	bottom: 10px;
}

.next02 {
	position: absolute;
	top: 5px;
	right: 20px;
	bottom: 10px;
}

/* =========================================================
	 bnr slid end
========================================================= */
/* =========================================================
	 search start
========================================================= */
/*ensen,area
.search01 {
	display:block;
	width:100%;
	height: auto;
	overflow:hidden;
	border: #BABABA 2px solid;
	text-align: left;
	background-color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:#BABABA 0px 2px 0px 0px;
	-webkit-box-shadow:#BABABA 0px 2px 0px 0px;
	-moz-box-shadow:#BABABA 0px 2px 0px 0px;
	margin: 3% auto;
	color:#212121;
	font-size:1em;
	font-weight:bold;
	text-indent:2%;
	padding:15px 0px;
}
.search01 p {
	display:inline;
	text-align:left;
	margin:0 0 0 5% !important;
	padding:0;
	line-height: 24px;
	font-weight:bold;
	vertical-align:middle;
}
.search01 span {
	font-size:1.3em;
	margin:0;
	padding:0;
	font-weight:bold;
}
.i-arrow {
	float:right;
	margin:1% 4% 0 0 !important;
	vertical-align:middle;
}
.search_list {
	width:94%;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.search_list li {
	width:19%;
	list-style:none;
	float:left;
	margin: 0px 3%;
}
.search_list li.s-001 {
	width:97%;
	float:none !important;
	margin:0 !important;
}
.search_list li.s-001 i {
	vertical-align:middle;
}*/
/*school city*/
.search03 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #BABABA 2px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 0 auto 5% auto;
	color: #212121;
	font-size: 0.9em;
	font-weight: bold;
	text-indent: 2%;
	padding: 8px 0px;
}

.search03 p {
	display: inline;
	text-align: left;
	margin: 0 0 0 5% !important;
	padding: 0;
	line-height: 19px;
	font-weight: bold;
	vertical-align: middle;
}

.search03 font {
	display: block;
	padding-left: 30px;
	/*	padding-left: 35px;*/
	text-align: left;
}

.search03 span {
	font-size: 1.17em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.search_list li.s-002 {
	width: 47% !important;
	float: left;
	margin: 0 3% 0 0;
}

.search_list li.s-002 i {
	vertical-align: middle;
}

.search_list li.s-003 {
	width: 47% !important;
	float: left;
	margin: 0 0% 0 0;
}

.search_list li.s-003 i {
	vertical-align: middle;
}

/*shinchiku*/
.search02 {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #BABABA 2px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 0px;
	color: #212121;
	font-weight: bold;
	text-indent: 2%;
	padding: 8px 5px;
}

.search02 i {
	width: 100%;
	text-align: center !important;
}

.search02 p {
	text-align: center;
	margin: 0 3px 0 5% !important;
	padding: 0;
	line-height: 17px;
	font-size: 0.7em;
	font-weight: bold;
}

.search02-left {
	margin: 0 3% 0 0% !important;
}

.search02-right {
	margin: 0 0% 0 3% !important;
}

/*keyword search*/
.search_name {
	width: 94%;
	display: block;
	height: auto;
	overflow: hidden;
	background: #DDDDDD;
	margin: 2% auto;
	text-align: center;
	padding: 2% 0;
}

.search_name input {
	width: 74%;
	height: 3em;
	border: #BABABA 1px solid;
	background: #fff;
	text-align: left;
	text-indent: 3%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: #C47500 0px 0px 0px 0px inset;
	-webkit-box-shadow: #C47500 0px 0px 0px 0px inset;
	-moz-box-shadow: #C47500 0px 0px 0px 0px inset;
	height: 40px !important;
	margin: 2px 0 0 0 !important;
}

.search_name a {
	padding: 9px 5%;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
	box-shadow: #970000 0px 2px 0px 0px;
	-webkit-box-shadow: #970000 0px 2px 0px 0px;
	-moz-box-shadow: #970000 0px 2px 0px 0px;
	background: #D80000;
}

.search-more {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}

.search-more a {
	color: #3A79AA;
	font-weight: bold;
	font-size: 1em;
}

.search-more i {
	margin: -2px 0 0 2% !important;
	padding: 0 !important;
	vertical-align: middle;
}

/* =========================================================
	 list start
========================================================= */
.list-waku {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 3% 0;
	background: #EAEAEA;
	border-top: #DCDCDC 1px solid;
}

.tabList {
	position: relative;
	display: inline-table;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	width: 100%;
}

.tabList li {
	position: relative;
	cursor: pointer;
	padding: 0px 3%;
	height: 30px;
}

.tabList li.active {
	/*	background:#FF9900;*/
	height: 37px;
	line-height: 37px !important;
	margin: 0 6px 0px 0 !important;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tabList li.active:after {
	bottom: -20px;
	border-width: 10px 20px;
	border-color: #999999 transparent transparent transparent;
}

.btAreaTab {
	position: relative;
	display: block;
	margin: 0 6px 7px 0;
	padding: 0;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	vertical-align: middle;
	color: #fff;
	font-weight: normal;
	background: #A8A498;
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#property-Listinge article ul {
	width: 100%;
}

#property-Listing article ul {
	/*	background:#EAEAEA; */
	height: auto;
	overflow: hidden;
	/*	padding: 0 0 20px 0; */
	margin: 0;
}




#property-Listing article ul li.Message {
	position: relative;
	text-align: center;
}

#property-Listing article ul li.Message:before {
	content: "";
	position: absolute;
}

#property-Listing article ul li.Message:after {
	content: "";
	display: none;
}

#property-Listing article ul li.Message .inner {
	cursor: pointer;
	display: block;
	padding: 15px;
	text-align: center;
}

#property-Listing article ul li.Message a .inner .text {
	color: #000;
	font-size: 13rem;
	line-height: 1.1;
	margin: 0 auto 5px;
	text-align: left;
	width: 280px;
}

#property-Listing article ul li.Message a .inner .text strong {
	color: #f00;
	font-size: 31rem;
	font-weight: bold;
	margin: 0 2px 0 40px;
}

#property-Listing article ul li.Message a .inner .btn-Signup {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cd0000), color-stop(0.00, #ff1a00));
	background: -webkit-linear-gradient(top, #ff1a00 0%, #cd0000 100%);
	background: -moz-linear-gradient(top, #ff1a00 0%, #cd0000 100%);
	background: -o-linear-gradient(top, #ff1a00 0%, #cd0000 100%);
	background: -ms-linear-gradient(top, #ff1a00 0%, #cd0000 100%);
	background: linear-gradient(top, #ff1a00 0%, #cd0000 100%);
	color: #fff;
	display: block;
	font-size: 19rem;
	font-weight: bold;
	height: 40px;
	line-height: 41px;
	margin: 0 auto 6px;
	text-align: center;
	width: 274px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#property-Listing article ul li.Message a .inner .att {
	color: #000;
	font-size: 12rem;
	text-align: center;
	width: 100%;
}

#property-Listing article ul li {
	/*	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px;*/
	display: block;
	min-height: 50px;
	padding: 0;
	position: relative;
	margin: 10px auto 0 auto;
}

/*list !!notouch!!*/
.itemList {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}

.dataList {
	display: none;
}

.dataList.active {
	display: block !important;
}

.itemBox {
	overflow: hidden;
	position: relative;
	display: inline-table;
	margin: 10px 0 0;
	padding: 0 0 0 0;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.itemBox > div,
.itemBox > label {
	display: table-cell;
	vertical-align: middle;
}

.itemBox:first-child {
	border-left: none;
}

.itemBox:last-child {
	border-right: none;
}

.itemBox table {
	word-spacing: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 10px;
	font-size: 0.8em;
	border: 1px solid #333333;
}

.itemBox table tr {
	border-bottom: 1px solid #18254C;
}

.itemBox table tr:last-child {
	border-bottom: none;
}

.itemBox table th,
.itemBox table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3px 5px;
}

.itemBox table th {
	width: 22%;
	text-align: left;
	font-weight: normal;
	background: #E4E4E4;
}

.itemBox table td {
	width: 28%;
}

.listBoxLeft {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 10%;
	text-align: center;
	border-radius: 4px 0 0 4px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	background: -webkit-gradient(linear, left top, left bottom, from(#273D7F), to(#18254C));
	background: -moz-linear-gradient(top, #273D7F, #18254C);
}

.listBoxMain {
	overflow: hidden;
	position: relative;
}

.listBoxMain .listBoxInner {
	word-spacing: -.4em;
	position: relative;
	display: block;
}

.listBoxMain .listBoxInner > div {
	word-spacing: normal;
	display: inline-block;
	padding: 5px 5px;
	/* vertical-align:top; */
}

.dImg {
	position: relative;
	overflow: hidden;
	height: auto;
	line-height: 0;
	text-align: center;
}

.dImg img {
	width: 100%;
	max-width: 100%;
}

.listBoxMain h2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 1em;
	padding: 0 5px 0 0;
	color: #777777;
	font-size: .9em;
}

.listBoxMain ol {
	word-spacing: -.4em;
	font-size: .8em;
}

.listBoxMain ol li {
	word-spacing: normal;
	display: inline-block;
	margin: 2px 5px 2px 0;
	vertical-align: middle;
}

.listBoxMain ol li.type {
	padding: 3px 5px;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	background: #003B6D;
	border-radius: 4px;
}

.listBoxMain ul {
	font-size: .9em;
}

.listBoxMain ul a {
	display: inline;
}

.listBoxMain ul li {
	display: inline-table;
	width: 100%;
	line-height: 1.5em;
}

.listBoxMain ul li.price {
	line-height: 1.5em;
	color: #f90000;
	font-size: 1.5em;
	font-weight: bold;
}

.listBoxMain ul li i {
	display: table-cell;
	width: 12px;
	height: 12px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.listBoxMain ul li i img {
	width: 100%;
}

.listBoxMain ul li p {
	display: inline;
	vertical-align: middle;
}

.listBoxMain ul li p.title {
	width: 6em;
	color: #003B6D;
	font-weight: bold;
}

.listBoxMain .dummy {
	word-spacing: -.4em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .9)));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
}

.listBoxMain .dummy .tilte {
	text-align: center;
}

.listBoxMain .dummy .tilte .messageNomal {
	color: #000;
	font-size: 16rem;
	font-weight: bold;
	line-height: 32px;
}

.listBoxMain .dummy .tilte .messageImportant {
	color: #D80000;
	font-size: 26rem;
	font-weight: bold;
	line-height: 32px;
}

.listBoxMain .dummy .messageNomal2 {}

.listBoxMain .dummy .messageNomal2 p {
	text-align: center;
	font-size: 11rem;
}

.listBoxMain .dummy .messageNomal2 span {
	color: #D80000;
	font-size: 20rem;
	font-weight: bold;
}

.listBoxMain .dummy div {}

.listBoxMain .dummy h2 {
	word-spacing: normal;
	margin: 5px 0 10px;
	padding: 0 0 0 20%;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .3);
}

.listBoxMain .dummy div.spaceL {
	text-align: right;
	font-weight: bold;
	color: #000;
	margin-top: 16px;
	width: 45%;
	margin-right: 7px;
}

.listBoxMain .dummy div.spaceL span {
	font-size: 1.6em;
	color: #D80000;
}

.listBoxMain.dummy div.spaceR {
	margin: 0 auto;
	width: 70%;

}

.listBoxMain.dummy div.spaceR p {
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 4px;
	color: #FFF;
	padding: 8px 0px;
}

.listBoxRight {
	width: 5%;
	text-align: center;
	border-radius: 0 4px 4px 0;
	/*background:-webkit-gradient(linear, left top, left bottom, from(#E7F3FD), to(#8B9FB0));
	background:-moz-linear-gradient(top, #E7F3FD, #8B9FB0);*/
}

.listBoxRight i {
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
}

/*#top-Wrapper article .ttl-Feature {
}
#top-Wrapper article .ttl-Feature ul {
	list-style :none;
	margin: 0;
	padding: 0; 
}
#top-Wrapper article .ttl-Feature li {
	border-color: #fff #ccc #ccc #ccc;
	border-style: solid;
	border-width: 1px 0;
	height: 54px;
	position: relative; 
}
#top-Wrapper article .ttl-Feature li:nth-of-type(1) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(1) a {
	background: url(/img/sp/bg-Profit01.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(2) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(2) a {
	background: url(/img/sp/bg-Profit02.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(3) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(3) a {
	background: url(/img/sp/bg-Profit03.png) no-repeat 8px 50%;
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(4) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(4) a {
	background: url(/img/sp/bg-Profit04.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(5) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(5) a {
	background: url(/img/sp/bg-Profit05.png) no-repeat 8px 50%;
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(6) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(6) a {
	background: url(/img/sp/bg-Profit06.png) no-repeat 8px 50%;	
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(7) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(7) a {
	background: url(/img/sp/bg-Profit07.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(8) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(8) a {
	background: url(/img/sp/bg-Profit08.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:nth-of-type(9) {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,	#eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,	#eeeeee 0%,#ffffff 100%);
}
#top-Wrapper article .ttl-Feature li:nth-of-type(9) a {
	background: url(/img/sp/bg-Profit09.png) no-repeat 8px 50%; 
	-webkit-background-size: 39px 39px;	
}
#top-Wrapper article .ttl-Feature li:after {
	content: "";
	display: block;
	height: 10px;
	border-top: 3px solid #ff8c00;
	border-right: 3px solid #ff8c00;
	position: absolute;
	right: 12px;
	top: 48%;
	margin-top: -5px;
	width: 10px;
	
	-webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top-Wrapper article .ttl-Feature li a {
	color: #333;
	font-size: 15rem;
	font-weight:bold;
	display: block;
	height: 54px;
	line-height: 54px;
	padding-left: 20px; 
}
#top-Wrapper article .ttl-Feature li:hover {
	background: #eee; 
}
#top-Wrapper article .ttl-Shopinfo {
}
#top-Wrapper article .ttl-Shopinfo .inner{
	margin: 10px;
	text-align: center;
	overflow: hidden;
}
#top-Wrapper article .ttl-Shopinfo .inner .float_l{
	float:left;
}
#top-Wrapper article .ttl-Shopinfo .inner .float_r{
	float:right;
}
#top-Wrapper article .ttl-Shopinfo .btn-Condition {
	margin: 0 auto;
	text-align: center;
}
#top-Wrapper article .ttl-Shopinfo .btn-Condition .btn{
	letter-spacing: normal;
	word-spacing: normal;
	width: 90%;
	margin: 0 auto;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	margin: 10px;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;

	margin: 0 auto;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(file://///LANDISK-JSP/disk/%E7%AC%AC%EF%BC%92%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%AB%E3%83%81%E3%83%BC%E3%83%A0%E3%80%90%E5%A3%B2%E8%B2%B7%E3%80%91/master/%E3%83%86%E3%82%B9%E3%83%88%E7%92%B0%E5%A2%83/sp/js/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-top: 5px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff8c00;
	border-color: #ff8c00;
	color: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0;
	background: url(file://///LANDISK-JSP/disk/%E7%AC%AC%EF%BC%92%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%AB%E3%83%81%E3%83%BC%E3%83%A0%E3%80%90%E5%A3%B2%E8%B2%B7%E3%80%91/master/%E3%83%86%E3%82%B9%E3%83%88%E7%92%B0%E5%A2%83/sp/js/img/controls.png) no-repeat 0 -96px;
	/*box-shadow*/
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(file://///LANDISK-JSP/disk/%E7%AC%AC%EF%BC%92%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%AB%E3%83%81%E3%83%BC%E3%83%A0%E3%80%90%E5%A3%B2%E8%B2%B7%E3%80%91/master/%E3%83%86%E3%82%B9%E3%83%88%E7%92%B0%E5%A2%83/sp/js/img/controls.png) no-repeat -58px -96px;
	/*box-shadow*/
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -58px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -46px;
	outline: 0;
	width: 54px;
	height: 92px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(file://///LANDISK-JSP/disk/%E7%AC%AC%EF%BC%92%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%AB%E3%83%81%E3%83%BC%E3%83%A0%E3%80%90%E5%A3%B2%E8%B2%B7%E3%80%91/master/%E3%83%86%E3%82%B9%E3%83%88%E7%92%B0%E5%A2%83/sp/js/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(file://///LANDISK-JSP/disk/%E7%AC%AC%EF%BC%92%E3%82%B3%E3%83%B3%E3%82%B5%E3%83%AB%E3%83%81%E3%83%BC%E3%83%A0%E3%80%90%E5%A3%B2%E8%B2%B7%E3%80%91/master/%E3%83%86%E3%82%B9%E3%83%88%E7%92%B0%E5%A2%83/sp/js/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 60px;
	left: 0;
	/*background: #666\9;
	background: rgba(80, 80, 80, 0.75);*/
	text-align: center;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #000;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* =========================================================
	 list end
========================================================= */
/* =========================================================
	 favorite_search start
========================================================= */
.favorite_search {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: #BABABA 1px solid;
}

.favorite_search li {
	width: 49%;
	list-style: none;
	float: left;
	margin: 0px 0%;
	padding: 0;
	border-left: #BABABA 1px solid;
}

.favorite_search li:first-child {
	border-left: none;
	padding-right: 3px;
}

.favorite_search li i {
	vertical-align: middle;
}

.favorite_search02 {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
	margin: 0px;
	color: #212121;
	font-weight: bold;
	text-indent: 2%;
	padding: 10px 0;
}

.favorite_search02 p {
	display: inline-block;
	text-align: left;
	margin: 0 3px 0 5% !important;
	padding: 0 11% 0 0;
	line-height: 17px;
	font-size: 0.9em;
	font-weight: bold;
}

i.angle-right {
	color: #666666;
	float: right;
}

.favorite_search02 span {
	display: inline-block;
	width: 14%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* =========================================================
	 favorite_search end
========================================================= */
/* =========================================================
	 footer start
========================================================= */
.changeViewWrap {
	width: 96%;
	margin: 7px auto;
	height: auto;
	overflow: hidden;
}

.changeView {
	padding-bottom: 3px;
}

.changeView a {
	display: block;
	padding: 12px;
	color: #3979AA;
	box-shadow: 0 3px 0 #3979AA;
	font-weight: bold;
	background: #eaf0f8;
	text-align: center;
	border: 1px solid #999;
}

.changeView i {
	margin-right: 10px;
}

/*sp-pc-switch end*/
/*bact-top start*/
.footer-up-color {
	color: #777777;
}

#back-Top {
	width: 100%;
	margin-top: 3%;
	padding: 0;
	border-bottom: #BABABA 2px solid;
	border-top: #BABABA 2px solid;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
}

#back-Top i {
	vertical-align: middle;
	margin-right: 5px;
	font-size: 20px;
}

#back-Top a {
	display: block;
	padding: 10px 0;
}

#back-Top a span {
	font-weight: bold;
}

/*bact-top end*/

.f_txt_menu {
	margin: 10px 4%;
}

.f_txt_menu p {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
}

.f_txt_menu ul {
	overflow: hidden;
	padding-bottom: 10px;
}

.f_txt_menu li {
	float: left;
}

.f_txt_menu li:not(:last-child):after {
	content: "｜";
	color: #999;
}

.f_txt_menu a {
	font-size: 12px;
	line-height: 22px;
}


.f_menu {
	overflow: hidden;
}

.f_menu ul {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #f5f5f5;
}

.f_menu li {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.f_menu li:nth-of-type(2n-1) {
	border-right: 1px solid #ccc;
}

.f_menu a {
	display: block;
	padding: 15px 4%;
	font-weight: bold;
	position: relative;
}

.f_menu a i {
	position: absolute;
	top: 18px;
	right: 4%;
	color: #999;
}

/*footer-tenpo start*/
.f-tel {
	width: 94%;
	font-size: 30px;
	margin: 0 auto;
	text-align: center;
}

.f-tel a {
	font-family: 'Century Gothic', 'Arial';
	font-weight: bold;
	color: #333333;
	padding: 10px 0 4px 0px;
	display: block;
	line-height: 25px;
}

.f-tel i {
	vertical-align: middle;
	margin: 0 8px 0 0;
	padding: 8px;
	font-size: 20px;
	transform: scale(-1, 1);
	background-color: #f5f5f5;
	border: 1px solid;
}

.office-info {
	width: 94%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: auto;
}

.office-info span {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 1% 0 !important;
	text-align: center;
}

.office-info a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

.office-info img {
	margin: 0;
	padding: 0;
	max-width: 60% !important;
	height: auto;
}

/*footer-tenpo end*/
.copyright {
	padding: 3px 0;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0 0 0;
}

/* =========================================================
	 footer end
========================================================= */
/* =========================================================
	 shosai start
========================================================= */
/*物件詳細 全体 幅間など*/
#listing-Details {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.de_h2 {
	display: flex;
}

.de_h2 span {
	display: block;
	line-height: 20px;
	margin-right: 5px;
	padding: 2px 5px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 12rem;
}

/* de_roominfo start */
.de_roominfo {
	width: 100%;
	margin: 0 auto 5px;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.de_roominfo img {
	float: left;
	height: 20px;
}

/* de_roominfo end */
/* de_price start */
.de_QuickInfo {
	overflow: hidden;
	margin: 0 auto 10px;
	width: 96%;
}

.QuickInfo {
	float: left;
	width: 68%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.boxwaku_num {
	margin: 0 auto 0 auto;
}
.boxwaku_num a {
	display: flex;
	justify-content: space-between;
	padding: 5px 16px 5px 8px;
	background: #333;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
.boxwaku_num a:after {
	content: "";
	width: 5px;
	height: 10px;
	margin: auto;
	background: #FFF;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
}
.boxwaku_num a span {
	font-weight: bold;
}
.de_price {
	float: left;
	color: #FF0000;
	font-size: 22px;
	text-align: left;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: block;
}

.QuickInfo span.bukken_icon_down {
	float: left;
	margin: 5px 0 0 5px;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 2px;
}

.QuickInfo_fav {
	width: 88%;
	margin: 10px auto;
}

.QuickInfo_fav a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding: 4px 0px 1px 0;
}

.QuickInfo_fav a.active {
	background: #eee;
	color: #999;
}

.QuickInfo_fav i {
	margin: 0;
	padding: 0;
	display: block;
	color: #FF9900;
}

.QuickInfo_fav a.active i {
	color: #999;
}

/* de_price end */

/* shosai slide 画像スライド
---------------------------------------- */
.slide_photo {
	height: 250px;

}

.slide_photo img {
	max-width: 100%;
	max-height: 250px;
}

.slide .comment {
	color: #000;
	font-size: 12px;
	width: 96%;
	text-align: left;
	background: #F7F2EC;
	padding: 2%;
}

.slide .count {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	width: 20%;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 5px auto;
	background: #ccc;
}

.w100 {
	width: 100%;
	margin: 0 auto;
}

/* de_tel-mail お問合せ
---------------------------------------- */
.de_tel-mail {
	width: 98%;
	background-color: #EAEAEA;
	margin: 0 auto;
	padding: 10px 1%;
	height: auto;
	overflow: hidden;
}

.de_tel-mail > div {
	float: left;
	width: 48%;
	text-align: center;
	margin: 0 1%;
}

.de_tel-mail a {
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	overflow: hidden;
}

.de_tel-mail a i,
.de_tel-mail a span {
	display: inline-block;
	vertical-align: middle;
}

.de_tel-mail a span {
	font-weight: bold;
	font-size: 16px;
}

.de_tel-mail a i {
	margin: 0 -5px 0 0;
	padding-left: 10px;
	font-size: 16px;
	transform: scale(-1, 1);
}

.de_tel a {
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 3px 0 #bbb;
}

.de_mail a {
	background: #F59805;
	border: 2px solid #F59805;
	box-shadow: 0 3px 0 #CE7D04;
}

.de_tel a {
	color: #333;
}

.de_tel i {
	color: #F59805;
}

.de_mail i,
.de_mail a {
	color: #fff;
}

/* room_comment start */
.room_comment {
	width: 96%;
	margin: 10px auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.room_comment_tl {
	overflow: hidden;
}

.room_comment_tl span {
	float: left;
	margin-right: 5px;
	display: block;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 13px;
	border-radius: 2px;
}

.room_comment_rec {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

.bukken_icon_only {}

.bukken_icon_new {}

.room_comment p {
	width: 96%;
	padding: 5px 2%;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}

/* de_info 物件情報
---------------------------------------- */
.de_info {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.de_subtl {
	background: #666666;
	width: 100%;
	margin: 0;
	padding: 5px;
	border-left: #333333 20px solid;
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.de_info table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.de_info th {
	width: 27%;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #F7F2EC;
	text-align: left;
	padding: 7px 2%;
	margin: 0;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #BCB7B0 solid;
	vertical-align: middle;
}

.de_info td {
	width: 69%;
	margin: 0;
	padding: 7px 2%;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background: #fff;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #BCB7B0 solid;
}

.de_info td span.de_info_price {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}

.de_info td span.bukken_icon_down {
	margin-left: 5px;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 2px;
}

.de_info td.half {
	width: 20% !important;
}

.de_info_note {
	font-size: 12px;
	padding: 5px 2%;
}

.de_info li {
	float: left;
	border: 1px solid #B2DCED;
	background: #E4F7FF;
	border-radius: 3px;
	margin: 2px;
	padding: 0 5px;
}

/* de_loan ローンシミュレーション
---------------------------------------- */
.sh_loan_bg {
	background-color: #FFFFFF;
	padding: 1px 1px 10px 1px;
}

.sh_loan_bg table {
	margin: 0 auto;
}

.sh_loan_bg th {
	width: 25%;
	font-size: 12px;
	text-align: left;
	padding: 7px 2%;
	vertical-align: middle;
	background: #F7F2EC;
	border-top: 1px #BCB7B0 solid;
}

.sh_loan_bg td {
	padding: 7px 2%;
	font-size: 13px;
	border-top: 1px #BCB7B0 solid;
}

.sh_loan_bg select {
	cursor: pointer;
}

.sh_loan_bg label {
	padding: 5px 10px;
	border: 1px dotted #333;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	white-space: normal !important;
}

.sh_loan_bg label:hover,
.sh_loan_bg label:active {
	background: #ffdfdf;
}

.sh_loan_bg label input {
	padding: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.sh_loan_yaji {
	text-align: center;
	padding: 6px;
}

.de_loan_sum {
	width: 100%;
	margin: 0 auto 10px;
}

.de_loan_sum table {
	width: 100%;
}

.de_loan_sum th,
.de_loan_sum td {
	border: 1px solid #ccc;
	text-align: center;
}

.de_loan_sum th {
	background: #FFFCE4;
	font-size: 11px;
	line-height: 15px;
	padding: 3px;
}

.de_loan_sum td {
	font-size: 14px;
	padding: 7px;
}

.de_loan_sum td span {
	font-weight: bold;
}

#calcResult,
#calcResult2 {
	color: #ff0000;
	font-size: 20px;
}

.de_loan_note {
	font-size: 12px;
	padding: 5px 2%;
}

.de_loan_note a {
	color: #1a75ff;
	text-decoration: underline;
	font-weight: bold;
}
/* de_del_info 削除物件情報
---------------------------------------- */
.de_del_h2 {
	display: flex;
	align-items: flex-start;
}
.de_del_h2 span {
	flex-shrink: 0;
	display: block;
	line-height: 20px;
	margin-right: 5px;
	padding: 2px 5px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 12rem;
}
.s-del-caution_txt {
	width: 96%;
	box-sizing: border-box;
	margin: 0 auto 10px auto;
	padding: 10px;
	background: #F7F6F3;
	font-size: 12px;
	line-height: 18px;
}
.s-del-caution_txt span {
	display: block;
	font-size: 10px;
}
.de_del_info {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.de_del_subtl {
	background: #666666;
	width: 100%;
	margin: 0;
	padding: 5px;
	border-left: #333333 20px solid;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.de_del_info table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
.de_del_info th {
	width: 27%;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background: #F7F2EC;
	text-align: left;
	padding: 7px 2%;
	margin: 0;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #BCB7B0 solid;
	vertical-align: middle;
}
.de_del_info td {
	margin: 0;
	padding: 7px 2%;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background: #fff;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #BCB7B0 solid;
}
.de_del_info td span.de_del_info_price {
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
}
.de_del_info td span.bukken_icon_down {
	margin-left: 5px;
	font-weight: bold;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 2px;
}
.de_del_info td.half {
	width: 20% !important;
}
.de_del_info_note {
	font-size: 12px;
	margin: 0 0 2% 0;
	padding: 5px 2%;
}
.de_del_info li {
	float: left;
	border: 1px solid #B2DCED;
	background: #E4F7FF;
	border-radius: 3px;
	margin: 2px;
	padding: 0 5px;
}
.sh_del_inq_normal {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
	background: #DE3838;
	border-radius: 3px;
	box-shadow: 0 3px #C43333;
	text-align: center;
	text-decoration: none;
}
.sh_del_inq_normal i {
	margin-right: 5px;
	color: #FFF;
}
.sh_del_inq_normal span {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
/* shosai_spot_wrap スポット情報
---------------------------------------- */

.shosai_spot_wrap {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

.shosai_spot_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: top;
}

.shosai_spot_row {
	width: 46%;
	margin: 1%;
	border: 1px solid #ccc;
	min-height: 200px;
	display: inline-block;
	vertical-align: top;
}

.shosai_spot_title {
	line-height: 24px;
	background-color: #F2F2F2;
	width: 98%;
	margin: 3px auto;
	text-align: center;
}

.shosai_spot_img {
	height: 130px;
	text-align: center;
	width: 96%;
	background: url(/img/img1.gif) no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 5px;
}

.shosai_spot_img img {
	width: 100%;
	margin: 0px auto;
	height: 130px !important;
	object-fit: cover;
}

.shosai_spot_item {
	width: 98%;
	margin: 3px auto;
	text-align: center;
}

/* fav-sns start */
.fav-sns {
	width: 100%;
	background: #FAF6E2;
	margin: 0;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
}

.fav-sns ul {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 2px 0;
	list-style: none;
	height: auto;
	overflow: hidden;
}

.fav-sns li.fav-sns_favorite {
	width: 43%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	border: #BABABA 1px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 0% 10px 0 0;
	color: #1F1F1F;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2%;
	padding: 5px 0px 1px 0;
	text-align: center;
}

.fav-sns li.fav-sns_favorite i {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	color: #FF9900;
}

.fav-sns li.fav-sns_mail {
	width: 24%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	border: #BABABA 1px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 0% 10px 0 0;
	color: #1F1F1F;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2%;
	padding: 5px 0px 1px 0;
	text-align: center;
}

.fav-sns li.fav-sns_mail i {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	color: #006DD9;
}

.fav-sns li.fav-sns_line {
	width: 24%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	border: #BABABA 1px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 0% auto;
	color: #1F1F1F;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2%;
	padding: 5px 0;
	text-align: center;
}

.fav-sns li.fav-sns_line img {
	max-width: 21px;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: block;
}

/* fav-sns end */


/* de_office 会社情報
---------------------------------------- */
.de_office {
	width: 100%;
}

.de_office_basic {
	width: 96%;
	margin: 10px auto;
	overflow: hidden;
}

.de_office_basic span {
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 0;
}

.de_office_basic a {
	display: block;
	float: right;
	border: 1px solid #333;
	padding: 5px 10px;
	border-radius: 3px;
	background: #eee;
}

.de_office_tel {
	width: 96%;
	margin: 0 auto 10px;
	text-align: center;
}

.de_office_tel a {
	border: 3px solid #DE3838;
	color: #DE3838;
	box-shadow: 0 5px 0 #C43333;
	padding: 5px 2%;
	display: block;
	border-radius: 3px;
	font-family: 'Century Gothic', 'Arial';
}

.de_office_tel i,
.de_office_tel p {
	display: inline-block;
	color: #D90000;
	vertical-align: middle;
}

.de_office_tel i {
	padding-left: 10px;
	transform: scale(-1, 1);
	font-size: 22px;
}

.de_office_tel p {
	font-size: 32px;
	font-weight: bold;
	padding: 3px 0 8px;
}

.de_office_code {
	width: 96%;
	margin: 0 auto 10px;
	text-align: center;
}

/* de_multi 複数棟現場
---------------------------------------- */
.de_multi_title {
	width: 96%;
	margin: 5px auto;
	font-weight: bold;
}

.de_multi {
	width: 96%;
	margin: 10px auto;
	box-sizing: border-box;
	padding: 2%;
	position: relative;
	border: 3px solid #ccc;
}

.de_multi > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}

.de_multi > a span {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
	box-sizing: border-box;
	line-height: 24px;
	bottom: 5px;
	left: 2%;
	padding: 5px 2%;
	box-sizing: border-box;
	font-size: 13rem;
	text-align: center;
	background: #eee;
}

.de_multi_photo {
	overflow: hidden;
}

.de_multi_photo p {
	width: 50%;
	max-height: 140px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}

.de_multi_price {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 35px;
}

/* de_ruiji 類似物件表示
---------------------------------------- */
.de_ruiji_subtl {
	background: #E8E7E5;
	padding: 2%;
}

.de_ruiji_subtl p {
	font-weight: bold;
	border-left: 5px solid #333;
	padding-left: 10px;
}

.de_ruiji {
	width: 98%;
	margin: 10px auto;
	overflow-y: hidden;
	overflow-x: scroll;
	display: flex;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.ruijibox {
	border: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	box-sizing: border-box;
	position: relative;
	background-size: 12px auto;
	padding: 2%;
	margin: 0 5px;
	flex: 0 0 75%
}

.ruijibox > a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}

.ruijibox > a p {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;
	box-sizing: border-box;
	line-height: 24px;
	top: 254px;
	text-align: center;
	margin: 0 2%;
	box-sizing: border-box;
	font-size: 13rem;
}

.ruiji_photo {
	width: 90%;
	margin: 0 auto;
	height: 240px;
}

.ruiji_photo img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
	height: 240px;
	width: 100%;
}

.ruiji_detail {
	font-size: 13rem;
	height: 70px;
	margin: 30px 0 0 0;
}

.ruiji_shurui {
	text-align: center;
	font-weight: bold;
	font-size: 11rem;
	background: #333;
	color: #fff;
	margin-bottom: 5px;
}

.ruiji_price {
	font-weight: bold;
	color: #ff0000;
	font-size: 15rem;
}

.ruiji_station {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ruiji_other {
	clear: both;
}

.ruiji_other ul {
	overflow: hidden;
}

.ruiji_other li {
	overflow: hidden;
	width: 49%;
	float: left;
}

.ruiji_other li:nth-child(2n-1) {
	margin-right: 1%;
}

.ruiji_other span {
	float: left;
	width: 35px;
	font-size: 12rem;
	color: #999;
}

.ruiji_other p {
	float: left;
	font-size: 13rem;
}

.ruiji_other {}

.de_ruiji_kodawari {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.de_ruiji_kodawari ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.de_ruiji_kodawari ul li {
	width: 100%;
	border-bottom: 1px solid #CCC;
	position: relative;
}

.de_ruiji_kodawari ul li a {
	display: block;
	width: 100%;
	line-height: 44px;
	font-size: 14px;
	text-indent: 15px;
	text-align: left;
	text-decoration: none;
}

.de_ruiji_kodawari ul li i {
	position: absolute;
	right: 10px;
	line-height: 44px;
	font-size: 16px;
}


/* shosai_notfound
---------------------------------------- */
.shosai_not_txt {
	padding: 20px 2%;
}

.shosai_not_txt p {
	text-align: center;
}

/* =========================================================
	 inq_form お問合せフォーム
========================================================= */

.inq_form {}

.inq_form_step {
	width: 96%;
	margin: 10px auto;
}

.inq_form table {
	margin: 0 auto;
}

.inq_form th,
.inq_form td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 2%;
	word-break: break-all;
}

.inq_form th {
	background: #F7F6F3;
	overflow: hidden;
	width: 30%;
}

.inq_form th p {
	float: left;
	font-size: 12px;
}

.inq_form th span {
	float: left;
	display: block;
	background: #d33f0f;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px;
	border-radius: 3px;
}

.inq_form .required p {
	float: left;
	display: block;
	background: #DE3838;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 0 5px;
	border-radius: 3px;
}

.inq_form td {}

.inq_form td label {
	cursor: pointer;
	display: block;
	line-height: 22px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	border-radius: 5px;
	margin: 5px 0;
	padding: 7px 10px;
	font-size: 15px;
}

.modify_rate_sp label {
	white-space: normal !important;
}

.inq_form td p {
	font-size: 12px;
}

.inq_form td input {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	box-shadow: none;
}

.inq_form td input[type="radio"],
.inq_form td input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 0;
	box-shadow: none;
}

.inq_form td input[type="text"] {
	font-size: 15px;
	line-height: 24px;
}

.inq_form td input[type="text"].inq_input_s {
	width: 30%;
}

.inq_form td textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	padding: 3% 3%;
	box-sizing: border-box;
	box-shadow: none;
}

.inq_privacy {
	width: 96%;
	margin: 10px auto;
	text-align: center;
}

.inq_privacy a {
	text-decoration: underline;
}

.inq_cookie {
	text-align: center;
	margin-bottom: 10px;
}

.inq_submit {
	width: 96%;
	margin: 0 auto 20px;
}

.inq_submit a,
.inq_submit input[type="submit"] {
	font-size: 20px;
	line-height: 60px;
	background: #DE3838;
	display: block;
	height: 60px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px #C43333;
	border: none;
	width: 300px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-appearance: none;
}

.inq_submit a i {
	padding-right: 10px;
}

.inq_submit a span {
	font-weight: bold;
}

.inq_back {
	text-align: center;
}

.inq_fin {
	padding: 20px 0;
	width: 96%;
	margin: 0 auto;
}

.inq_fin p {
	margin-bottom: 20px;
}

.inq_fin span {
	display: block;
	font-weight: bold;
	color: #ff0000;
}

.inq_fin_link a {
	display: block;
	border: 1px solid #333;
	border-radius: 3px;
	color: #333;
	width: 90%;
	padding: 10px 0;
	text-align: center;
	margin: 10px auto;
}

.inq_login {
	width: 96%;
	margin: 0 auto;
	padding: 4%;
	box-sizing: border-box;
	border: 2px solid #FF9900;
}

.inq_loginintro {
	border-bottom: 2px solid #FF9900;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.inq_loginform {
	text-align: center;
}

.inq_loginform input[type="text"],
.inq_loginform input[type="password"] {
	margin-bottom: 10px;
	width: 100%;
}

.inq_loginform input[type="submit"] {
	font-size: 16px;
	line-height: 40px;
	background: #DE3838;
	display: block;
	height: 40px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px #C43333;
	border: none;
	width: 200px;
	letter-spacing: 1px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-appearance: none;
}

.inq_login_link {
	padding-top: 10px;
}

.inq_login_link a {
	display: block;
	text-decoration: underline;
	color: #0066CC;
}


/* =========================================================
	 mail　メール
========================================================= */
.mail_room_wrap {
	width: 96%;
	margin: 10px auto 0;
}

.mail_room {
	font-size: 12px;
	margin-bottom: 10px;
}

.mail_room_code {
	background: #e3dfd4;
	padding: 5px 2%;
	border: 1px solid #ccc;
	border-bottom: none;
}

.mail_room table {
	width: 100%;
	border-collapse: collapse;
}

.mail_room th,
.mail_room td {
	border: 1px solid #ccc;
	padding: 5px 2%;
}

.mail_room th {
	width: 25%;
	background: #F7F6F3;
}

.mail_room td {
	width: 75%;
}


/* 
---------------------------------------- */



#property-Listing {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}



/*detail picture slide start*/
.w96 {
	width: 96%;
	margin: 0 auto;
}

.w95 {
	width: 100%;
	margin: 0 auto;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w80 {
	width: 80%;
}

.w70 {
	width: 70%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

.w45 {
	width: 46%;
	margin: 0 auto;
}

.w40 {
	width: 40%;
}

.w34 {
	width: 34%;
}

.w33 {
	width: 33%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 21%;
	margin: 0 auto;
}

.w10 {
	width: 10%;
}

.slideBox {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto 10px auto;
	padding: 0 0 2px 0;
	border-radius: 0px;
	/*	background:rgba(0,0,0,.1);*/
}

.slideBox ul.slides {
	position: relative;
	display: block;
	margin: 0 auto 18px;
	text-align: center;
}

.slideBox ul.slides li {
	position: relative;
	height: 42%;
	text-align: center;
}

.slideBox .slideNav {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 25px;
	height: 50px;
	top: 90px;
	margin: auto;
	text-align: center;
}

.slideBox .slideNav.left {
	left: 0;
}

.slideBox .slideNav.right {
	right: 0;
}

.slideBox .slideNav p {
	position: relative;
	display: block;
}

.slideBox .slideNav p img {
	width: 25px;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.slideBox .slideNav.left p img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*detail picture slide end*/
/*
===========================================================
	 search start
========================================================== */

.search_form {}

.search_form {
	width: 96%;
	margin: 0 auto 10px;
}

.search_form table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
}

.search_form th,
.search_form td {
	width: 96%;
	display: block;
	padding: 10px 2%;
}

.search_form th {
	background: #eee;
	overflow: hidden;
	font-weight: bold;
}

.search_form th span {
	display: block;
	float: right;
	background: #ff0000;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}

.search_form td {
	overflow: hidden;
}

.search_form td label {
	cursor: pointer;
	display: block;
	border: 1px dotted #999;
	border-radius: 5px;
	margin: 3px 0;
	padding: 7px 10px;
	font-size: 15px;
	float: left;
	width: 49%;
	box-sizing: border-box;
	line-height: 20px;
}

.search_form td label input {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}

.search_form td label:nth-child(2n-1) {
	margin-right: 2%;
}

.search_form td label input[type="radio"] {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.search_submit {
	width: 96%;
	margin: 0 auto 20px;
}

.search_submit a,
.search_submit input[type="submit"] {
	font-size: 20px;
	line-height: 60px;
	background: #FF9900;
	display: block;
	height: 60px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px #A66400;
	border: none;
	width: 300px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-appearance: none;
}

.search_submit a i {
	padding-right: 10px;
}

.search_submit a span {
	font-weight: bold;
}

.search_submit2 {
	width: 100%;
	display: block;
	background-color: rgba(51, 51, 51, 0.8);
	position: fixed;
	bottom: 60px;
	z-index: 999;
}

.search_submit2 a,
.search_submit2 input[type="submit"] {
	font-size: 20px;
	line-height: 50px;
	background: #FF9900;
	display: block;
	height: 50px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px #A66400;
	border: none;
	width: 50%;
	letter-spacing: 1px;
	margin: 10px auto 10px auto;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
	-webkit-appearance: none;
}

.search_submit2 a i {
	padding-right: 10px;
}

.search_submit2 a span {
	font-weight: bold;
}

.is-fixed {
	display: none !important;
}

.search_back {
	text-align: center;
}

/* 駅・エリア選択
---------------------------------------- */
.search_li_tl {
	box-sizing: border-box;
	width: 96%;
	padding: 10px 2%;
	margin: 0 auto 10px;
	background: #eee;
	overflow: hidden;
	font-weight: bold;
}

.search_li_tl span {
	display: block;
	float: right;
	background: #ff0000;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}

.search_li_tl span {}

.search_li_wrap {
	width: 96%;
	margin: 0 auto 10px;
}

.search_li_btn {
	display: block;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 3px 0 #ccc;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 13px 5%;
	box-sizing: border-box;
}

.search_li_btn i {
	padding-top: 3px;
	font-size: 17px;
}

.search_li_btn i:nth-of-type(1) {
	float: left;
	padding-right: 10px;
}

.search_li_btn i:nth-of-type(2) {
	float: right;
}

.search_li_btn span {
	display: block;
	float: left;
	font-weight: bold;
}

.search_li {
	margin-bottom: 10px;
}

.search_li_wrap ul {
	overflow: hidden;
}

.search_li_wrap li {
	float: left;
	width: 49%;
}

.search_li_wrap li:nth-child(2n-1) {
	margin-right: 2%;
}

.search_li_wrap label {
	cursor: pointer;
	display: block;
	border: 1px dotted #999;
	border-radius: 5px;
	margin: 3px 0;
	padding: 8px 8px 8px 8px;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 20px;
	background: #fff;
}

.search_li_wrap label:empty {
	display: none;
}
.search_li_wrap input {
	margin: -2px 6px 0 0;
	vertical-align: middle;
}
.town_school_btn_area {
	display: flex;
}
.town_school_btn_area div {
	display: inline-block;
	width: 49%;
	border-radius: 20px;
	position: relative;
}
.town_school_btn_area input[type="button"] {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 0 10px 10px;
	cursor: pointer;
	background: none;
	border: 1px solid #607594;
	border-radius: 20px;
	box-shadow: 0px 1px 0px 0px rgba(96, 117, 148, 1.0);
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #607594;
	position: relative;
	z-index: 1;
}
.town_school_btn_area div:before {
	content: "";
	width: 21px;
	height: 17px;
	position: absolute;
	top: 10px;
	left: 15px;
}
.town_school_btn_area div:nth-of-type(1):before {
	background: url(/img/sr_btn_town.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.town_school_btn_area div:nth-of-type(2):before {
	background: url(/img/sr_btn_school.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.town_school_btn_area div:nth-of-type(1) {
	margin-right: 2%;
}
.search_close_btn_wrap {
	display: inline-block;
	width: 80px;
	margin-left: calc(100% - 80px);
	background: #333;
	border-radius: 3px;
	position: relative;
}
.search_close_btn_wrap:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: auto;
	background: url(/img/sr_btn_close.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
}
.search_close_btn_wrap input[type="button"].search_close_btn {
	width: 80px;
	box-sizing: border-box;
	padding: 5px 0 5px 12px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	background: none;
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	z-index: 1;
}
.search_subli {
	background: #f5f5f5;
	margin-bottom: 2%;
	padding: 5%;
}
.search_subli p.search_subli_tl {
	font-weight: bold;
	padding: 2px 0 8px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	font-size: 15px;
}
.search_subli .sr_lang_tl {
	width: 100%;
}
.search_subli .sr_lang_tl p {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 0;
}

.search_subli p i {
	padding-right: 5px;
	font-size: 15px;
}
.search_subli ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
.search_subli ul li {
	margin-right: 0 !important;
}
.search_li_townbox .box {
	background: #f5f5f5;
	margin-bottom: 2%;
	padding: 5%;
}
.search_li_townbox .box p {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.search_li_townbox .line_d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_li_townbox .line_d li {
	width: 49% !important;
}


/* ----------------------------------------
.search-form {
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	height:auto;
	overflow:hidden;
}
.search-form h2 {
	margin: 0 0 0 0 !important;
	border-top:#DCDCDC 1px solid;
}
.search_form_table h2{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	border-left: 4px solid #333;}
.search_map_form table tr{
	display: block;
	width: 100%;}
.search_map_form table td{
	padding: 5px 0;
	background-color:#FFF;}
.search_form-text01 {
	display: block;
	width: 98%;
	height: auto;
	overflow: hidden;
	border: #BABABA 2px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 3% auto;
	color: #212121 !important;
	font-size: 15px;
	font-weight: bold;
	text-indent: 2%;
	padding: 10px 0px;
}
.search_form-text01 i {
	vertical-align: middle;
}
.search_form-text01 p {
	display:inline;
	text-align:left;
	margin:0 0 0 5% !important;
	padding:0;
	line-height: 24px;
	font-weight:bold;
	vertical-align:middle;
} 
.area_box {
	display:block;
	float:left;
	width:50%;
	margin:0 ;
	padding:5px 0;
	height:auto;
	overflow:hidden;
	border-bottom:#BABABA 1px solid;
}
.line_d h3 {
	border-left-style:solid;
	border-left-width:4px;
	width:92%;
	margin:7px auto 5px auto;
	padding:0 0 0 5px;
	font-size:14px;
	font-weight:bold;
	background:#fff;
}
.searchData {
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	height:auto;
	overflow:hidden;
}
.searchData table {
	width:100%;
}
.searchData table th {
	line-height: 2em;
	padding: 3px .5em;
	color: #202020;
	background: #EAEAEA;
	font-weight: bold;
}
.tLeft {
	background:#EAEAEA !important;
	padding:3px 0 3px 5px !important;
	font-size:13px !important;
	font-weight:bold !important;
	color:#202020 !important;
	border-bottom: 1px solid #ccc;
	text-align:left !important;
	
}
.searchData table th p {
	cursor: pointer;
	float: right;
	width: 60px;
	height: 23px;
	margin: 0 0 0 5px;
	text-align: center;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #212121;
	border: #BABABA 1px solid;
	background: #fff;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px
}
.chack_all {
	background: #FF9900 !important;
	color:#fff !important;
	border:#FF9900 1px solid !important
}
.searchData table td {
	line-height: 1.8em;
	color: #1F1F1F;
	padding: 5px 0 5px 10px;
}
.sTitle2 {
	line-height: 2em;
	padding: 3px .5em;
	color: #202020;
	background: #EAEAEA;
	font-weight: bold;
	margin:10px 0 10px 0;
	width:100%;
	text-align: left;
}
.iBoxPrnt {
	padding: 0px;
	width:100%;
}
.checkboxList {
	width:100%;
	margin:0;
	padding:0;
}
.checkboxList td {
	line-height: 1.8em;
	color: #1F1F1F;
	padding: 5px 0 5px 10px;
	font-size:12px;
	font-weight:bold;
}
.iBoxPrnt {
	text-align: left;
}
.search_floating {	
	position: fixed !important;	
	position: absolute;	
	bottom: 0;	
	left: 0;	
	width: 100%;	
}
.tCenter {
	width:100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding:10px 0;
	height:auto;
	overflow:hidden;
	margin:0;
}
.search_btn_in {
	width:90%;
	margin:0 auto;
	padding:0:
}
.btNormal {
	display:block;
	float:left;
	text-align: center;
	color: #FFFFFF;
	background:#FF9900;
	margin:0;
	padding:3px 0;
	width: 49%;
}
.btNormal i {
	color:#fff;
}
.btNormal p{
	display: inline;
	line-height: 24px;
	font-weight: bold;
	color:#fff;
}
.btMono {
	display:block;
	float:right;
	font-weight: bold;
	margin: 0 0 0 0;
	text-align: center;
	padding: 3px 0;
	background: #fff;
	width: 49%;
}
.btMono p {
	line-height: 24px;
	font-weight: bold;
	color: #333333;
}*/
/*table td label{
	width:100%;
	height:100%;
	padding: 5px .5em;
	display: block;}*/
.line_d:empty {
	display: none;
}
.line_d li {
	float: left;
	list-style: none;
	line-height: 20px;
}

.gakku_comment {
	color: #F00;
	font-size: 13px;
	width: 480px;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.koumoku_bg_m {
	background-color: #F5F5F5;
}

.kaiinbukken_count_map {
	text-align: left;
	border: 2px solid #FFD700;
	background: #fff7cc;
	margin: 12px 0px 12px 0px;
	overflow: hidden;
	padding: 15px;
}

.kaiinbukken_count_map span {
	color: #F00;
	font-size: 25px;
}

.l-sidewaku {
	margin: 0px 0px 10px 0px;
	padding: 1px;
	border-top: 2px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #fff;
}

.l-sidewaku h4 {
	margin: 0;
	font-size: 15px;
	line-height: 40px;
	background-color: #F3F2ED;
	color: #333333;
	font-weight: bold;
}

.maps-sear-komoku {
	margin: 10px 0;
	text-align: left;
}

.line_a2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.line_a2 li {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float: left;
	list-style: none;
	width: 90px !important;
	text-align: left;
	border: none;
	line-height: 23px;
}

.maps-sear-komoku {
	margin: 10px 0;
	text-align: left;
}

.s-school {
	text-align: center;
	width: 180px;
	margin: 0px auto;
}

ul.school {
	overflow: auto;
	height: 200px;
	background-color: #F3F2ED;
	width: 170px;
	margin: 0px auto !important;
}

.box {
	display: none;
	clear: both;
	border: none;
}

.line_d2 {
	clear: both;
	overflow: auto;
	margin: 0px auto;
	padding: 0px;
	padding-left: 10px;
	text-align: left;
	width: 180px;
	max-height: 200px;
	background-color: #F9F9F7;
}

.line_d2 li {
	width: 50% !important;
	display: inline-block;
	float: left;
}

.search_form_table h2 {
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14px;
	border-left: 4px solid #333;
}

.s-search td.s-searchtitle {
	margin: 2px;
	padding: 3px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF8C00;
	text-align: center;
	background-color: #FFF7CC;
}

.form .imgBox img {
	max-width: 100%;
}

/*
===========================================================
	 search end
========================================================== */
/*
===========================================================
	 list start
========================================================== */

/* room_count
---------------------------------------- */
.li_regist {
	background: #fff7cc;
	border: 2px solid #FFD700;
	clear: both;
	color: #000;
	font-size: 13rem;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	width: 96%;
	margin: 0 auto 10px;
}

.li_regist a {
	display: block;
	padding: 2%;
}

.li_regist span {
	font-weight: bold;
}

.li_regist span.li_regist_red {
	color: #ff0000;
}

.li_regist span.li_regist_blue {
	color: #3979AA;
	text-decoration: underline;
}


/* sort_order
---------------------------------------- */

.li_sort {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	background: #eee;
	padding: 10px 2%;
}

.li_sort_search {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}

.li_sort_search a {
	display: block;
	border: 2px solid #FF9900;
	border-radius: 3px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

.li_sort_search i {
	font-size: 15px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 15px;
	color: #FF9900;
}

.li_sort_search span {
	display: block;
	text-align: center;
	text-indent: 5px;
	font-weight: bold;
	color: #FF9900;
	background: #fff;
}

.li_sort_select {
	float: right;
	width: 49%;
}

.li_sort_select select {
	width: 100%;
}

.li_display_num_select {
	float: left;
	width: 49%;
}

.li_display_num_select select {
	width: 100%;
}

/* pager
---------------------------------------- */
.li_pager {
	width: 96%;
	margin: 5px auto;
}

.li_pager ul {
	overflow: hidden;
	text-align: center;
}

.li_pager li {
	width: 49%;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.pager_prev {
	float: left;
}

.pager_next {
	float: right;
}

.li_pager_sum {
	text-align: center;
	padding: 5px 0;
	line-height: 18px;
}

.li_pager_sum span {
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;
}

.li_pager_sum {}

.li_pager a,
.li_pager strong {
	display: block;
	padding: 12px 0;
	color: #3979AA;
	font-weight: bold;
	text-align: center;
	border: 1px solid #3979AA;
	border-radius: 3px;
}

.li_pager a {
	background: #eaf0f8;
}

.li_pager a img {
	width: 11px;
	height: auto;
	vertical-align: top;
	margin-top: 3px
}

.li_pager strong {
	color: #ccc;
}

/* glist pager
---------------------------------------- */
.gli_pager {
	width: 96%;
	margin: 5px auto;
}

.gli_pager ul {
	overflow: hidden;
	text-align: center;
}

.gli_pager li {
	float: left;
	width: 49%;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin: 0 0.5% 1%;
}

.gli_pager_sum {
	text-align: center;
	padding: 5px 0;
	line-height: 18px;
}

.gli_pager_sum span {
	font-size: 15px;
	font-weight: bold;
	color: #ff0000;
}

.gli_pager_sum {}

.gli_pager a,
.gli_pager strong {
	display: block;
	padding: 4px 0;
	color: #3979AA;
	font-weight: bold;
	text-align: center;
	border: 1px solid #3979AA;
	border-radius: 3px;
}

.gli_pager a {
	background: #eaf0f8;
}

.gli_pager a img {
	width: 11px;
	height: auto;
	vertical-align: top;
	margin-top: 3px
}

.gli_pager strong {
	color: #ccc;
}

/* li_conditions (list)
---------------------------------------- */
.li_conditions {
	border: 1px solid #ccc;
	width: 96%;
	margin: 0 auto 10px;
	line-height: 17px;
}

.li_conditions a {
	display: block;
}

.li_con_tl {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	font-size: 12px;
}

.li_con_tl p,
.li_con_tl span {
	padding: 2%;
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.li_con_tl p {
	border-right: 1px solid #ccc;
	font-weight: bold;
}

.li_con_tl span {
	display: block;
	text-align: center;
	color: #3979AA;
	background: #eaf0f8;
	font-weight: bold;
}

.li_con_tl span i {
	padding-left: 10px;
}

.li_con_txt {
	overflow: hidden;
	padding: 2%;
}

.li_con_txt h1 {
	font-size: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 32px;
	overflow: hidden;
	background: none !important;
	padding: 0px !important;
	color: #333 !important;
	text-overflow: clip !important;
	white-space: normal !important;
}

.li_con_txt h2 {
	font-size: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 32px;
	overflow: hidden;
}

.list_mail {
	width: 98%;
	margin: 5px auto;
	border: 1px solid #ccc;
	text-align: center;
	color: #f87d01 !important;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 500;
}

/* libox (bukken)
---------------------------------------- */
.libox_wrap {
	width: 96%;
	margin: 0 auto;
}

.libox {
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	box-shadow: 0px 1px 2px 0px #dddddd;
	position: relative;
	background: url(/img/sp/icon_arrow.png) no-repeat 98% 50%;
	background-size: 12px auto;
	font-size: 13rem;
	line-height: 1.5;
}

.libox a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}

.libox a p,
.glist_soldout_tl {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #eff1f4;
	padding: 3px;
}

.libox a h2 {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #F3F2ED;
	padding: 3px;
}

.libox a p span {
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	border-radius: 2px;
	margin-right: 3px;
}

.libox a h2 span {
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	border-radius: 2px;
	margin-right: 3px;
}

.list_row_num {
	clear: both;
	background-image: url(../img/list_row_num.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 0 0px;
	padding: 0px 0 0px 8px;
	line-height: 20px;
	text-align: left;
	text-indent: 10px;
}

.list_row_num span {
	background: none !important;
	display: inline-block !important;
	color: #000 !important;
	font-size: 14px !important;
}

span.bukken_icon_only {
	color: #ff0000;
	border: 1px solid #ff0000;
	background: #fff;
}

span.bukken_icon_down {
	background: #0099CC;
	border: 1px solid #0099CC;
	color: #fff;
}

span.bukken_icon_new {
	background: #FF9900;
	border: 1px solid #FF9900;
	color: #fff;
}

.libox_detail,
.libox_nologin {
	overflow: hidden;
	padding: 2%;
	padding-top: 35px;
}

.libox_photo {
	float: left;
	width: 50%;
	margin-right: 2%;
	text-align: center;
}

.libox_photo span {
	display: block;
	padding: 5px 0;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11rem;
	background: #607594;
	color: #fff;
	margin-bottom: 5px;
}

.libox_photo p img {
	max-width: 100%;
	max-height: 120px;
}

.libox_txt {
	float: left;
	width: 48%;
}

.libox_price {
	font-weight: bold;
	color: #de3838;
	font-size: 17rem;
	padding-bottom: 2px;
}

.libox_rimawari {
	color: #0000ff;
	font-weight: bold;
}

.libox_item {}

.libox_item span {
	color: #bbb;
	padding-right: 5px;
	font-weight: bold;
}

.libox_comment {
	clear: both;
	width: 96%;
	box-sizing: border-box;
	margin: 0 auto 2% auto;
	padding: 2%;
	background: #f5f5f5;
}

.libox_comment p {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 12rem;
	line-height: 1.4;
	color: #666;
}

.glist_soldout_img {
	padding-top: 30px;
}


/* 
---------------------------------------- */
/* libox_del (bukken)
---------------------------------------- */
.libox_del_wrap {
	width: 96%;
	margin: 0 auto;
}
.libox_del {
	box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	box-shadow: 0px 1px 2px 0px #dddddd;
	position: relative;
	background: url(/img/sp/icon_arrow.png) no-repeat 98% 50%;
	background-size: 12px auto;
	font-size: 13rem;
	line-height: 1.5;
}
.libox_del a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}
.libox_del a p {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #eff1f4;
	padding: 3px;
}
.libox_del a h2 {
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	line-height: 24px;
	background: #F3F2ED;
	padding: 3px 7px;
}
.libox_del a p span {
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	border-radius: 2px;
	margin-right: 3px;
}
.libox_del a h2 span {
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	border-radius: 2px;
	margin-right: 3px;
}
.libox_del_detail,
.libox_del_nologin {
	overflow: hidden;
	padding: 2%;
	padding-top: 35px;
}
.libox_del_photo {
	float: left;
	width: 50%;
	margin-right: 2%;
	text-align: center;
}
.libox_del_photo span {
	display: block;
	padding: 5px 0;
	border-radius: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11rem;
	background: #607594;
	color: #fff;
	margin-bottom: 5px;
}
.libox_del_photo p img {
	max-width: 100%;
	max-height: 120px;
}
.libox_del_txt {
	width: 100%;
}
.libox_del_price {
	font-weight: bold;
	color: #de3838;
	font-size: 17rem;
	padding-bottom: 2px;
}
.libox_del_rimawari {
	color: #0000ff;
	font-weight: bold;
}
.libox_del_item {}
.libox_del_item span {
	color: #bbb;
	padding-right: 5px;
	font-weight: bold;
}
.libox_del_comment {
	clear: both;
	width: 96%;
	box-sizing: border-box;
	margin: 0 auto 2% auto;
	padding: 2%;
	background: #f5f5f5;
}
.libox_del_comment p {
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 12rem;
	line-height: 1.4;
	color: #666;
}
/* 
---------------------------------------- */

#property-Listing article {
	overflow: hidden;
	margin-bottom: 10px;
}




#property-Listing article .Explanation {
	display: table;
	margin: 0 6px 7px;
	width: 96%;
	text-align: center;
	color: #D80000;
}

#property-Listing article .Explanation .number {
	color: #333;
	font-size: 10rem;
	line-height: 22px;
	margin: 0;
}

#property-Listing article .Explanation .number strong {
	color: #f00;
	font-size: 16rem;
	font-weight: bold;
}

#property-Listing article .Explanation .expression strong {
	color: #000;
	font-size: 14rem;
}

#property-Listing article .Explanation .exchange select {
	display: table-cell;
	font-size: 11rem;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 4px;
}

select {
	height: 36px;
	font-size: 1.2em;
	width: 135px;
}

.li_refine_tl {
	background: #333;
	font-size: 15px;
	color: #fff;
	padding: 10px 2%;
	margin: 10px 0;
}

.li_refine_tl i {
	margin-right: 10px;
}

.li_refine_tl p {
	font-weight: bold;
}

/* list_notfound
---------------------------------------- */
.list_not_txt {
	padding: 20px 2%;
}

.list_not_txt p {
	text-align: center;
}

/*
===========================================================
	 list end
========================================================== */

/*
===========================================================
	 list_map start
========================================================== */
.gmap-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

.gmap {
	width: 100%;
	height: 300px;
	margin: 0px auto;
}

.gmap_comment {
	background: #333;
	text-align: center;
	padding: 5px 2%;
	color: #fff;
}

.gmap-side-container {
	height: 298px;
	position: absolute;
	top: 0px;
	right: -232px;
	opacity: 0.2;
}

.gmap-side {
	background-color: #fff;
	width: 230px;
	height: 100%;
	overflow: auto;
	border: 1px solid #888;
}

.map-side-open {
	width: 30px;
	top: 100px;
	left: -30px;
	padding: 30px 0;
	text-align: center;
	position: absolute;
	cursor: pointer;
	background: #666666;
}

.map-side {
	font-family: 小塚ゴシック Pro;
}

.map-side-ti {
	background: #666666;
	color: #FFF;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}

.map-side-ti2 {
	background: #E3E3E3;
	color: #666666;
	width: 100%;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}

/**/
.map-side-list {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.map-side-list ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}

.map-side-list ul li {
	margin: 5px 0;
	line-height: 18px;
}

li.map-side-shurui {
	width: 50%;
	color: #233A69;
	padding: 0 5px;
	text-align: center;
	font-size: 11px;
	background: #C6E6F3;
}

li.map-side-name a {
	color: #666666;
	font-size: 12px;
}

li.map-side-img {
	width: 65px;
	float: left;
}

li.map-side-img img {
	max-width: 65px;
	height: auto;
}

li.map-side-info {
	width: 130px;
	float: right;
}

span.map-side-kakaku {
	color: #FF7F00;
	font-size: 15px;
}

li.map-side-more a {
	display: block;
	width: 200px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	padding-bottom: 2px;
	background: url(../img/map-side-list-morebg.jpg) left top no-repeat;
}

.maps-kaiin {
	overflow: hidden;
}

.maps-kaiin-count {
	width: 100%;
}

.maps-kaiin-btn {
	width: 100%;
	padding: 10px 0;
}

.kaiinbukken_count {
	font-size: 12px !important;
	line-height: 22px !important;
}

.kaiinbukken_count span {
	font-size: 18px !important;
	font-weight: bold !important;
}

.search_map_more {
	width: 96%;
	margin: 0 auto 10px;
	padding-top: 10px;
	border-top: 3px solid #ddd;
}

.search_map_more label {
	text-align: left;
	border: 1px dotted #999;
	border-radius: 3px;
	overflow: hidden;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.search_map_more label input,
.search_map_more label p {
	display: inline-block;
	vertical-align: middle;
}

.search_map_more label input {
	margin-right: 10px;
}

.search_map_more label p {}

.li_map_notfound {
	width: 96%;
	margin: 20px auto;
}

.li_map_notfound p {
	text-align: center;
}

/*
===========================================================
	 list_map end
========================================================== */


/*
===========================================================
	 mypage start
========================================================== */
.mypage_contents {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.mypage_contents h2 {
	margin: 0 0 0 0 !important;
	border-top: #DCDCDC 1px solid;
	padding: 0 0 2px 0;
}

.already_select {
	color: #fff !important;
}

.mypage_list {
	width: 96%;
	margin: 10px auto 0 auto;
	padding: 0;
	list-style: none;
}

.mypage_list li {
	width: 25%;
	list-style: none;
	float: left;
	margin: 0px;
}

.mypage_boder_right_off {
	border-right: #FAF6E2 1px solid;
}

.mypage_boder_left_off {
	border-left: #FAF6E2 1px solid;
}

.mypage_boder_left_on {
	border-left: #FF9900 1px solid;
}

.mypage_boder_right_on {
	border-left: #FF9900 1px solid;
}

.mypage02 {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #FAF6E2;
	margin: 0px;
	color: #212121;
	font-weight: bold;
	text-indent: 0%;
	padding: 8px 0px;
}

.mypage02 i {
	width: 100%;
	text-align: center !important;
}

.mypage02 p {
	text-align: center;
	margin: 0 3px 0 5% !important;
	padding: 0;
	line-height: 17px;
	font-size: 0.7em;
	font-weight: bold;
}

/*welcome*/
.mypage_welcome {
	width: 96%;
	margin: 0 auto 15px auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 0 0 8px 0;
	height: auto;
	overflow: hidden;
}

.mypage_welcome h2 {
	width: 95%;
	margin: 0 auto;
	padding: 5px 0 0px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #fff !important;
	text-indent: 0 !important;
	border-bottom: #ccc 1px solid;
}

.mypage_welcome h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 0 5px;
	margin: 0;
}

.mypage_welcome p {
	margin: 0;
	padding: 0 5px;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}

.mypage_welcome a {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	width: 95%;
	color: #3A79AA;
	text-decoration: underline;
}

/*roomlist*/
.mypage_roomlist {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}

.mypage_roomlist h3 {
	border-bottom: #ccc 1px solid;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 0 5px;
	border-bottom: #ccc 1px solid;
	margin: 0 auto 10px auto;
	width: 95%;
}

.mypage_roomlist .tabList li {
	position: relative;
	cursor: pointer;
	padding: 0px 2% !important;
	height: 30px;
}

.mypage_roomlist .btAreaTab {
	margin: 0 3px 0px 0 !important;
}

.mypage_roomlist .tabList li.active {
	margin: 0 3px 0px 0 !important;
}

/*
===========================================================
	 mypage end
========================================================== */
/*
===========================================================
	 mysearch start
========================================================== */
.mysearch_warp {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.mysearch_cont {
	width: 96%;
	margin: 0 auto 15px auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 0 0 8px 0;
	height: auto;
	overflow: hidden;
}

.mys_title {
	width: 95%;
	margin: 0 auto;
	padding: 5px 0 0px 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #fff !important;
	text-indent: 0 !important;
	border-bottom: #ccc 1px solid;
}

.mySearchArea {
	width: 95%;
}

.mySearchArea .menuBox {
	margin: 10px auto;
	text-align: center;
}

.mySearchArea .btArea.middle {
	position: relative;
	display: block;
}

.tTitleG {
	font-weight: bold;
	background: #E4E4E4;
}

.mysearch_input {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.mySearchData table {
	margin-bottom: 10px;
}

.mySearchData table th,
.mySearchData table td {
	padding: 15px 5px;
	font-size: 0.9em;
	margin: 0;
}

.mySearchData table td input {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	margin: 5px 0;
	padding: 0 .5em;
	font-size: 1.2em;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 2px;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .3) inset;
	background-color: #FFF4F4;
	border: 1px solid #FFB0B0;
}

.mySearchData table th {
	cursor: pointer;
	text-align: center;
}

.mySearch_cont_btn {
	width: 97%;
	float: none !important;
	margin: 0 !important;
}

.mySearch_cont_btn a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #BABABA 2px solid;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #BABABA 0px 2px 0px 0px;
	-webkit-box-shadow: #BABABA 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	margin: 3% auto;
	color: #212121;
	font-size: 1em;
	font-weight: bold;
	text-indent: 2%;
	padding: 15px 0px;
}

.mySearch_cont_btn a i {
	vertical-align: middle;
}

.mySearch_cont_btn a p {
	display: inline;
	text-align: left;
	margin: 0 0 0 5% !important;
	padding: 0;
	line-height: 24px;
	font-weight: bold;
	vertical-align: middle;
}

.mysearch_text {
	color: #f00;
	padding-bottom: 10px;
	font-size: 13px;
	text-align: center;
}

.mysearch_text .tCenter {
	background-color: #fff !important;
}

.btHighlight {
	display: block;
	width: 95% !important;
	margin: 10px 10px;
	padding: 10px 5px;
	border: 1px solid #d38947;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb415), color-stop(50%, #ff9600), color-stop(50%, #ff8500), to(#ffa600));
	background-image: linear-gradient(top, #ffb415 0, #ff9600 50%, #ff8500 50%, #ffa600 100%);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.btHighlight a {
	display: block;
	text-shadow: 0 -1px 1px #d38947;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

.mysearch_warp .tStrong {
	font-size: 14px !important;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.mysearch_cont .btNormal {
	padding: 6px 0;
	width: 100%;
	box-shadow: #970000 0px 2px 0px 0px;
	-webkit-box-shadow: #970000 0px 2px 0px 0px;
	-moz-box-shadow: #970000 0px 2px 0px 0px;
	border-color: #D80000;
	background: #D80000;
}

.mysearch_cont .btMono {
	margin: 10px 0;
	padding: 6px 0;
	width: 100%;
	border: #BCBCBC 1px solid;
	box-shadow: #BCBCBC 0px 2px 0px 0px;
	-webkit-box-shadow: #BCBCBC 0px 2px 0px 0px;
	-moz-box-shadow: #BCBCBC 0px 2px 0px 0px;
}

.mysearch_cont .tCenter {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
}

.mysearch_cont .sub-center {
	text-align: center;
}

.error_text {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	color: #FF0004;
}

.mysearch_input_last {
	width: 96%;
	margin: 10px auto 0 auto;
	height: auto;
	overflow: hidden;
}

.mysearch_input_last .tTitleG {
	background: #F5F5F5;
	color: #333333;
	font-size: 1em;
	line-height: 1.7em;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

.mysearch_input_last td {
	padding: 5px 5px !important;
}

.mysearch_cont h3.sTitle1 {
	background: #EAEAEA !important;
	padding: 10px 0px 10px 7px !important;
	font-size: 14px !important;
	color: #222222 !important;
}

.mysearch_list_row {
	width: 96%;
	margin: 10px auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.mysearch_list_row ul span {
	background: #EAEAEA !important;
	padding: 5px 0px !important;
	font-size: 14px !important;
	color: #222222 !important;
	display: block;
}

.mysearch_list_row ul {
	width: 85%;
	display: block;
	float: right;
	height: auto;
	overflow: hidden;
	list-style: none;
	border: #ccc 1px solid;
	padding: 0 0 15px 0;
}

.mysearch_list_row li {
	width: 100%;
	margin: 0;
	padding: 0 0px 5px 0;
	font-size: 12px;
	text-align: left;
	border-top: #DCDCDC 1px solid;
	/* border-bottom: #DCDCDC 1px solid; */
}

.border_none {
	border-top: none !important;
}

.mysearch_list_row li h4 {
	line-height: 2em;
	padding: 3px 0;
	color: #202020;
	background: #F5F5F5;
	font-weight: bold;
	margin: 0px 0 5px 0;
	width: 100%;
	text-indent: 5px;
}

.mysearch_list_row li .btNormal {
	width: 47% !important;
	margin: 0 3px;
	box-shadow: #970000 0px 3px 0px 0px;
	-webkit-box-shadow: #970000 0px 3px 0px 0px;
	-moz-box-shadow: #970000 0px 3px 0px 0px;
}

.mysearch_list_row li .btMono {
	width: 47% !important;
	margin: 0 3px 0 0px;
}

.mysearch_list_row .number_list {
	width: 11%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
}

.mysearch_list_row .number_list .btMono {
	width: 80%;
	float: none !important;
	margin: 6px auto;
}

/*
===========================================================
	 mysearch end
========================================================== */
/*
===========================================================
	 userreg start
========================================================== */
.userreg_wrap {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.userreg_wrap h2 {
	margin: 0 0 0 0 !important;
	padding: 0 0 2px 0 !important;
	border-top: #DCDCDC 1px solid;
}

.userreg_imgmain {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.userreg_imgmain img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.userreg_imgstep img {
	width: 100%;
	margin: 10px auto;
	padding: 0;
}

.userreg_cont {
	width: 95%;
	padding: 0 0 0 0;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
}

.userreg_cont h3.sTitle1 {
	background: #EAEAEA !important;
	padding: 10px 0px 10px 7px !important;
	font-size: 14px !important;
	color: #222222 !important;
}

.userreg_cont .sTitle2 {
	background: #F5F5F5 !important;
}

.userreg_cont .mb20 {
	margin: 0 auto 20px auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.userreg_cont .btNormal {
	float: none !important;
	width: 100% !important;
	padding: 10px 0 !important;
	margin: 10px 0;
	box-shadow: #A66400 0px 2px 0px 0px;
	-webkit-box-shadow: #A66400 0px 2px 0px 0px;
	-moz-box-shadow: #A66400 0px 2px 0px 0px;
}

.user_input {
	background: #D80000 !important;
	box-shadow: #970000 0px 2px 0px 0px !important;
	-webkit-box-shadow: #970000 0px 2px 0px 0px !important;
	-moz-box-shadow: #970000 0px 2px 0px 0px !important;
}

.userreg_cont .btMono {
	display: block;
	padding: 5px 0;
	width: 100%;
	color: #3979AA;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border: #BCBCBC 1px solid;
	box-shadow: #BCBCBC 0px 2px 0px 0px;
	-webkit-box-shadow: #BCBCBC 0px 2px 0px 0px;
	-moz-box-shadow: #BCBCBC 0px 2px 0px 0px;
	margin: 0 0 2px 0;
}

.userreg_cont .mb10 {
	padding: 70px 9px 0 9px;
}

.userreg_cont .mb-5 {
	padding: 3px 9px;
}

.userreg_cont .user_error {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 36px;
	margin: 5px 0;
	padding: 0 .5em;
	font-size: 1.2em;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 2px;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, .3) inset;
	background-color: #FFF4F4;
	border: 1px solid #FFB0B0;
}

.userreg_cont .iBoxPrnt {
	margin: 0 auto;
	width: 96%;
	background: none !important;
}

.userreg_cont .iBoxPrnt a {
	color: #3979AA;
}

.userreg_cont .iBoxPrnt p {
	background: none !important;
	text-align: center !important;
}

.userreg_cont .iBoxPrnt ul {
	word-spacing: -.4em;
	text-align: center;
}

.userreg_cont .iBoxPrnt ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-spacing: normal;
	display: inline-block;
	line-height: 1.2em;
	margin: 0 2% 0 0;
}

.userreg_cont .iBox50 {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	clear: both;
	word-spacing: -.4em;
	display: table-cell;
	width: 50%;
}

.userreg_cont .iBox50 p,
.iBox50 input {
	word-spacing: normal;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.userreg_cont .iBox50 p {
	width: 20%;
	background: none;
}

.userreg_cont .iBox50 input {
	width: 75%;
}

.userreg_cont .tCenter {
	text-align: center;
	font-size: 13px;
	padding: 0;
	background: none !important;
}

.tMust {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	background: #FF0000;
	padding: 3px;
	margin-left: 8px;
}

.tRed {
	color: #f00;
}

/*
===========================================================
	 userreg end
========================================================== */
/*
===========================================================
	 login start
========================================================== */
.login_wrap {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.login_wrap h2 {
	margin: 0 0 0 0 !important;
	padding: 0 0 2px 0 !important;
	border-top: #DCDCDC 1px solid;
}

.login_wrap .tCenter {
	width: 100%;
	background: none !important;
	padding: 0px 0;
}

.login_wrap .cBox {
	text-align: center;
}

.login_wrap .cBox .btNormal {
	width: 80%;
	margin: 5px auto;
	padding: 3% 5%;
	text-decoration: none;
	display: block;
	color: #FFF;
	background: #D80000;
	box-shadow: #970000 0px 2px 0px 0px;
	-webkit-box-shadow: #970000 0px 2px 0px 0px;
	-moz-box-shadow: #970000 0px 2px 0px 0px;
	float: none !important;
}

/*
===========================================================
	 login end
========================================================== */

/* ----------------------------------------
	reminder
---------------------------------------- */
.reminder_wrap {}

.reminder_txt {
	font-size: 15px;
	line-height: 24px;
	padding: 20px 0;
}

.reminder_form {}

.reminder_form table {
	width: 96%;
	border-collapse: collapse;
	margin: 0 auto 20px;
}

.reminder_form th,
.reminder_form td {
	border: 1px solid #ccc;
	padding: 15px 4%;
	font-size: 14px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.reminder_form th {
	background: #eee;
	border-bottom: none;
}

.reminder_form td {}

.reminder_form td input {
	padding: 2%;
	width: 96%;
	font-size: 17px;
	line-height: 30px;
	border-radius: 3px;
	background: #ffdfdf;
	-webkit-appearance: none;
	height: auto;
}

.reminder_form p {
	text-align: center;
}

.reminder_form p input {
	padding: 3% 4%;
	font-size: 15px;
	cursor: pointer;
	-webkit-appearance: none;
	background: #F4F9FF;
	border: 1px solid #006DD9;
	color: #006DD9;
}

.reminder_comptxt {
	padding: 20px 0;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	width: 96%;
	margin: 0 auto;
}

.reminder_login {
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}

.reminder_login_tl {
	font-size: 15px;
	padding: 20px 0;
}

.reminder_login table {
	width: 96%;
	border-collapse: collapse;
	margin: 0 auto 20px;
}

.reminder_login th,
.reminder_login td {
	border: 1px solid #ccc;
	padding: 15px 4%;
	font-size: 14px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.reminder_login th {
	background: #eee;
	border-bottom: none;
}

.reminder_login td {}

.reminder_login td input {
	padding: 2%;
	width: 96%;
	font-size: 17px;
	line-height: 30px;
	border-radius: 3px;
	background: #ffdfdf;
	-webkit-appearance: none;
	height: auto;
}

.reminder_login p input {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 3px;
	background: #F4F9FF;
	border: 1px solid #006DD9;
	color: #006DD9;
	cursor: pointer;
	font-size: 15px;
}

.reminder_login p input:hover {
	background: #DBEDFF;
	border: 1px solid #006DD9;
	color: #006DD9;
}

/*
===========================================================
	 error start
========================================================== */
.error_wrap {}

.error_main {
	text-align: center;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 10px;
}

.error_main p {
	display: inline-block;
	vertical-align: middle;
}

.error_main p:nth-of-type(1) {
	width: 70%;
}

.error_main p:nth-of-type(2) {
	width: 28%;
}

.error_img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.error_txt {
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}

.error_link {
	width: 100%;
	padding: 10px 0;
	background: #f5f5f5;
}

.error_link ul {
	width: 92%;
	margin: 10px auto 0;
}

.error_link li {
	margin-bottom: 10px;
}

.error_link a {
	display: block;
	border-radius: 3px;
	overflow: hidden;
	padding: 10px 4%;
	background: #fff;
	font-weight: bold;
}

.error_link li:nth-of-type(1) a {
	border: 2px solid #3979AA;
	color: #3979AA;
}

.error_link li:nth-of-type(2) a {
	border: 2px solid #E83015;
	color: #E83015;
}

.error_link a i {
	float: right;
	margin-top: 3px;
}


/*
===========================================================
	 error end
========================================================== */
/*
===========================================================
	 favorite start
========================================================== */
.favorite_not {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.favorite_not h3.sTitle1 {
	background: #EAEAEA !important;
	padding: 10px 0px 10px 7px !important;
	font-size: 14px !important;
	color: #222222 !important;
}

.favorite_not .tCenter {
	background: none !important;
	width: 96% !important;
	margin: 10px auto !important;
}

.favorite_not .btNormal {
	margin: 0 auto;
	width: 70%;
	float: none;
}

.favorite_not .btNormal a {
	display: block;
}


.fav_all {
	width: 96%;
	margin: 0 auto 10px;
	overflow: hidden;
}

.fav_all p {
	float: left;

}

.fav_all input {
	-webkit-appearance: none;
	width: 100%;
	padding: 8px 0;
	border-radius: 3px;
	font-size: 13px;

}

.fav_all_check {
	width: 49%;
	margin: 0 2% 2% 0;
}

.fav_all_check input,
.fav_all_reset input {
	background: #f0f0f0;
	border: 2px solid #f0f0f0;
}

.fav_all_reset {
	width: 49%;
}

.fav_all_inq {
	width: 100%;
}

.fav_all_inq input {
	background: #de3838;
	border: 2px solid #de3838;
	color: #fff;
	font-weight: bold;
}


.fav_list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	border: solid 2px #eff1f4;
	box-sizing: border-box;
	width: 100%;
	background: #eff1f4;
}

.fav_list:before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #eff1f4;
	z-index: 2;
}
.fav_list p {
	margin: 0;
	padding: 0;
}

.fav_list label {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

.fav_list input {
	width: 18px;
	height: 18px;
}

.fav_list a {
	float: right;
	background: #f5f5f5;
	border: 1px solid #a6a6a6;
	border-radius: 2px;
	font-size: 12px;
	padding: 3px 10px;
	color: #7e7e7e;
}

.fav_list i {
	margin-right: 5px;
}
/*
===========================================================
	 favorite end
========================================================== */
/*
===========================================================
	 学区検索 町名検索 共通
========================================================== */
.nameli_tl {
	width: 96%;
	margin: 0 auto 10px;
}

.nameli_subtl {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 2%;
	margin-bottom: 10px;
	background: #fff;
}

.nameli_subtl p {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}

.nameli_subtl span {
	display: block;
	font-size: 12px;
}

.nameli {
	width: 96%;
	padding: 2%;
	margin: 0 auto 10px;
	background: #f5f5f5;
}

.nameli h3 {
	font-weight: bold;
	border-left: 3px solid #333;
	border-bottom: 1px solid #333;
	padding: 8px;
	margin-bottom: 5px;
	font-size: 15px;
}

.nameli ul {
	overflow: hidden;
	width: 100%;
}

.nameli li {
	float: left;
	margin-bottom: 5px;
}

.nameli li a {
	display: block;
	background: #fff;
	border: 2px solid #999;
	border-radius: 3px;
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
}

.nameli a span {}

.nameli_back {
	margin-bottom: 10px;
}

.nameli_back a {
	display: block;
	background: #eaf0f8;
	border: 2px solid #3979AA;
	border-radius: 3px;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
}

/*
===========================================================
	 学区検索
========================================================== */
.nameli_school li {
	width: 49%;
}

.nameli_school li:nth-of-type(2n-1) {
	margin-right: 2%;
}

.nameli_school {
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nameli_school .inner {
	width: 100%;
	margin: 0 0 2% 0;
}

.nameli_school .inner li {
	width: 49%;
}


/*
===========================================================
	 町名検索
========================================================== */
.nameli_city li {
	width: 32%;
	margin-right: 2%;
}

.nameli_city li:nth-of-type(3n) {
	margin-right: 0;
}

/* =========================================================
	 メニュースライド
========================================================= */
.slidemenu {
	top: 0;
	width: 85%;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	background: #d5d5d5;
}

.slidemenu .slidemenu-header {
	position: relative;
}

.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}

.slidemenu-left {
	left: 0;
}

.slidemenu-right {
	right: 0;
}

/* =========================================================
	 ログインページ
========================================================= */

.user_merit {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	background-color: #F5F5F5;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.user_merit ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.user_merit ul li {
	list-style: none;
	margin: 15px auto 0px auto;
	padding: 0px;
	text-align: center;
}

.user_merit ul li img {
	width: 90%;
}

.login_userregist {
	width: 96%;
	margin: 15px auto 0px auto;
	padding: 0px;
}

.login_userregist img {
	width: 100%;
}

.login_merit {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.t_search_free {
	width: 98%;
	padding: 3% 4%;
	box-sizing: border-box;
	background: #F7F2E3;
	margin: 10px auto 0;
	border: 1px solid #ccc;
	overflow: hidden;
}

.t_search_free input[type="text"] {
	width: 78%;
	float: left;
	height: 40px;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.t_search_free input[type="submit"] {
	float: right;
	display: block;
	text-align: center;
	width: 20%;
	border-radius: 3px;
	box-shadow: 0 3px 0 #333;
	background: #666;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	letter-spacing: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	border: none;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.sh_top_gaiyou {
	margin: 15px 0 0 0;
	border-spacing: 0px 10px;
}

.sh_top_gaiyou tr th {
	display: block;
	float: left;
	padding: 5px 0px 5px 0px;
	background-color: #F7F6F3;
	font-size: 12px;
	font-weight: bold;
	width: 74px;
	text-align: center;
	color: #303030;
	margin: 0px;
}

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_tab {
	margin: 5px auto;
}

.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.cp_tab .cp_tabpanel {
	display: none;
}

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}

.cp_tabpanels {
	padding: 1px;
	background-color: #ccc;
}

.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 10px 3% 10px 3%;
	cursor: pointer;
	border: 1px solid #e8e7e5;
	border-bottom: 0;
	width: 48%;
	text-align: center;
	font-size: 14px;
}

.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}

.cp_tab > input:checked + label {
	margin-bottom: -1px;
	background-color: #e8e7e5;
	color: #000;
	font-weight: bold;
}

.cp_tab .cp_tabpanel {
	padding: 1px;
	border-top: 1px solid #cccccc;
}

.cp_tab {
	width: 99%;
	font-size: 0.8em;
}

.cp_tab label {}

/*物件詳細変更 マップ確認ボタン追加*/
/*住所横*/
.de_map_icon {
	float: right;
	margin-right: 2%;
}

.de_map_icon a {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	display: inline-block;
	box-shadow: 0 1px 0 #bbb;
	font-size: 3vw;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.de_map_icon a img {
	margin-right: 3px;
}

/*お気に入り横*/
.QuickInfo {
	width: 44% !important;
}

.QuickInfo_fav {
    /*	width: 110px !important;*/
	padding-bottom: 3%;
}

.QuickInfo_btn {
	display: flex;
	justify-content: space-between;
	float: right;
	align-items: center;
}

.QuickInfo_map {
	width: 110px;
	margin-right: 2%;
	padding: 0 0 3% 0;
}

.QuickInfo_map a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	border: #BABABA 1px solid;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: #bababa 0px 2px 0px 0px;
	-webkit-box-shadow: #bababa 0px 2px 0px 0px;
	-moz-box-shadow: #BABABA 0px 2px 0px 0px;
	color: #1F1F1F;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2%;
	padding: 5px 0px 1px 0;
	text-align: center;
}

.QuickInfo_map i {
	margin: 0;
	padding: 0;
	display: block;
	color: #4d9ffe;
}
/*************************************************/
/* assessment  */
/*************************************************/
.error_message {
	text-align: left;
	padding: 15px;
	margin: 10px auto;
	font-size: 15px;
	font-weight: bold;
	color: #f00;
	border: 1px solid #faa;
	background-color: #fee;
	line-height: 25px;
}
.asse_form_wrap {
	width: 96%;
	margin: 10px auto 20px;
}
.asse_form_wrap table,
.asse_form_wrap tbody,
.asse_form_wrap thead,
.asse_form_wrap tr,
.asse_form_wrap td {
	display: block;
}

.asse_form {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.asse_form table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.asse_form tr th,
.asse_form tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.asse_form tr th {
	display: block;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px;
	background: #f7f7f7;
}
.asse_form tr th p {
	display: inline;
}
.asse_form tr td {
	font-size: 15px;
	line-height: 22px;
	display: block;
	padding: 5px;
}
.asse_form th span {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 22px;
	border-radius: 3px;
}
.asse_form th span.asse_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
	float: right;
}
.asse_form th span.asse_any {
	border: 1px solid #237dc0;
	color: #237dc0;
	background: #dfebf5;
	float: right;
}
.asse_form td p {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}
.asse_form td p br {
	display: none;
}
.asse_form td input[type="text"],
.asse_form td input[type="tel"],
.asse_form td input[type="password"],
.asse_form td input[type="number"],
.asse_form td textarea,
.asse_form td select {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 2px 4px 0;
	box-shadow: none;
	height: auto;
	width: 100%;
	-webkit-appearance: none;
}
.asse_form td input[type="button"] {
	-webkit-appearance: none;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
}
.asse_form td input[type="button"]:hover {
	background: #ccc;
}
.asse_form td select {
	cursor: pointer;
	height: 42px;
	width: 100%;
	vertical-align: bottom;
}
.asse_form td textarea {
	height: 150px;
	display: block;
}
.asse_form td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 9px 15px 9px 9px;
	display: inline-block;
	margin: 0 2px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.asse_form td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.asse_form td label input[type="checkbox"],
.asse_form td label input[type="radio"] {
	vertical-align: sub;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.asse_form td input[type="text"]:hover,
.asse_form td input[type="tel"]:hover,
.asse_form td input[type="password"]:hover,
.asse_form td input[type="number"]:hover,
.asse_form td textarea:hover,
.asse_form td select:hover,
.asse_form td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
input.inq_input_s {
	width: 50% !important;
}
.asse_btn input[type="submit"] {
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 90%;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.asse_btn input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.asse_btn input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
.asse_btn input[type="button"]:hover {
	background: #ccc;
}
.asse_result {
	text-align: center;
	padding: 15px;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #aaf;
	background-color: #eef;
	line-height: 25px;
}
.asse_result .price {
	color: #00f;
	font-size: 25px;
	font-weight: bold;
}
/* form result complete
---------------------------------------- */
.asse_form_fin {
	margin: 20px auto;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 #999;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.asse_form_fin table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}
.asse_form_fin th, .asse_form_fin td {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.asse_form_fin th {
	text-align: left;
	background: #FAFAF9;
	padding: 5px;
	font-weight: bold;
}
.asse_form_fin td {
	padding: 5px;
	padding-bottom: 15px;
}
.asse_fin {
	font-size: 15px;
	line-height: 24px;
}
.asse_fin_txt {
	margin: 20px;
}
.asse_fin_txt span {
	color: #ff0000;
	font-weight: bold;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.asse_fin_txt p {}
.asse_fin_attention {
	border: 1px solid #090;
	padding: 20px;
	color: #090;
	margin: 20px;
}
.asse_fin_attention span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.asse_fin_attention p {}
/*stepBar*/
.stepBar {
	display: flex;
	max-width: 400px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}
.stepBar li:after {
	background: #ffdca9;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}
.stepBar li:first-child:after {
	display: none;
}
.stepBar li span {
	background: #ffdca9;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stepBar .visited:after {
	background: #ff9600;
}
.stepBar .visited span {
	background: #ff9600;
}
.sh_sale_gaiyou_mansion {
	width: 88%;
	margin: 0 auto;
}

.sh_sale_gaiyou_mansion a {
	display: block;
	margin: 5% 0;
	padding: 3% 0 3% 0;
	border: 1px solid #333;
	border-radius: 3px;
	background: #fff;
	font-size: 3.5vw;
	line-height: 3vh;
	color: #333;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.sh_sale_gaiyou_mansion a:empty {
	display: none;
}
.sh_sale_gaiyou_mansion a:after {
	content: "\306B\3064\3044\3066";
	margin: 0 0 0 1%;
	font-size: 3.5vw;
	line-height: 3vh;
}


.sh_sale_gaiyou_mansion a:before {
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
	transition: all 0.2s;
}
.ui-dialog {
	width: 98% !important;
	left: 0 !important;
}