@charset "UTF-8";
/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#conts .topHead {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	background: url(../img/contents/top_ttl_bg01.jpg) repeat-x left top;
	font-size: 15px;
	background-size: auto 52px;
	-webkit-background-size: auto 52px;
}

#conts .topHead span {
	border-bottom: 1px solid #fff;
	background: url(../img/contents/top_ttl_bg02.jpg) no-repeat right bottom;
	display: block;
	padding: 16px 10px 14px;
	background-size: 320px 52px;
	-webkit-background-size: 320px 52px;
}

#conts .topHead img {
	float: right;
}

#conts .choice {
	margin: 0 8px 15px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../img/common/icon/ico01.png) no-repeat left 2px;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
}

#conts .lNav {
	margin-bottom: 40px;
}

#conts .lNav ul li {
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#eee);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#eee));
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
}

#conts .lNav ul li a {
	position: relative;
	display: block;
	padding: 25px 8px;
	border-bottom: 1px solid #fff;
	color: #000;
	text-decoration: none;
}

#conts .lNav ul li a:before {
	position: absolute;
	width: 53px;
	height: 53px;
	margin-top: -26px;
	top: 50%;
	left: 8px;
	background-size: 53px 53px;
	-webkit-background-size: 53px 53px;
	content: "";
}

#conts .lNav ul li.navi01 a:before {
	background: url(../img/contents/top_img_navi01.png) no-repeat left center;
}

#conts .lNav ul li.navi02 a:before {
	background: url(../img/contents/top_img_navi02.png) no-repeat left center;
}

#conts .lNav ul li.navi03 a:before {
	background: url(../img/contents/top_img_navi03.png) no-repeat left center;
}

#conts .lNav ul li a:after {
	position: absolute;
	width: 10px;
	height: 53px;
	margin-top: -26px;
	top: 50%;
	right: 8px;
	background-size: 10px 53px;
	-webkit-background-size: 10px 53px;
	content: "";
}

#conts .lNav ul li a:after {
	background: url(../img/contents/top_bar01.png) no-repeat left center;
}

#conts .lNav ul li a span {
	display: block;
	margin-left: 63px;
	padding-left: 20px;
	font-size: 15px;
	background: url(../img/common/icon/ico02.png) no-repeat left center;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
}

/*------------------------------------------------------------
	現在地より検索(物件一覧MAP)
------------------------------------------------------------*/
#conts .mapArea {
	margin: 0 auto 20px;
	text-align: center;
}

/*------------------------------------------------------------
	物件一覧
------------------------------------------------------------*/
#conts .result {
	margin-bottom: 20px;
}

#conts .result li {
	clear:both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: -1px;
}

#conts .result li a {
	width:100%;
	float:left;
	display: block;
	position: relative;
	display: table;
	color: #000;
	text-decoration: none;
}

.matome input{
font-size:11px;
padding:4px;
margin:0 10px 10px 10px;
background-color: #c00;
background-image: -webkit-linear-gradient(top, #ccc, #eee);
background-image:    -moz-linear-gradient(top, #ccc, #eee);
background-image:     -ms-linear-gradient(top, #ccc, #eee);
background-image:      -o-linear-gradient(top, #ccc, #eee);
background-image:         linear-gradient(top, #ccc, #eee);
}
.matome input:hover{
background-color: #c00;
background-image: -webkit-linear-gradient(top, #eee, #ccc);
background-image:    -moz-linear-gradient(top, #eee, #ccc);
background-image:     -ms-linear-gradient(top, #eee, #ccc);
background-image:      -o-linear-gradient(top, #eee, #ccc);
background-image:         linear-gradient(top, #eee, #ccc);
}


#conts .result li a .image {
	display: table-cell;
	vertical-align:middle;
	width:73px;
}
label span{
	display:block;
	float:left;
	width:20px;
	display:block;
	padding:0 3px;
	height:85px;
	line-height:85px;
	background:#DDE1C8;
	margin:0 6px 0 0;
}

#conts .sel_box{
	width:20px;
}

#conts .result li a .image img {
	border-radius: 3px;
	margin-right: 7px;
}

.img_in{
width:73px;
height:66px;
display: -moz-box;
display: -webkit-box;
-moz-box-align: center;
-webkit-box-align: center;
-moz-box-pack: center;
-webkit-box-pack: center;
}

#conts .result li .txtArea {
	display: table-cell;
	width: 100%;
	background: #efefef;
	font-size: 8px;
	border-radius: 3px;
	vertical-align:middle;
}


#conts .result li .txtArea p {
	padding: 3px 6px 0px;
	line-height: 1.3;
}


.txtArea a{
	font-size:10px;
}

.txtArea p{
	font-size:10px;
}

.txtArea span{
	font-size:10px;
}

#conts .result li .arrow {
	display: table-cell;
	padding: 0 10px;	
	background: #9c9c9c;
	border-radius: 0 3px 3px 0;
}
#conts .result li .txtArea_osu {
	display: table-cell;
	width: 100%;
	background: #DDE1C8;
	font-size: 8px;
	border-radius: 3px;
	vertical-align:middle;
}
#conts .result li .txtArea_osu p {
	padding: 3px 6px 0px;
	line-height: 1.3;
}


		.txtArea_osu a{
			font-size:10px;
		}

		.txtArea_osu p{
			font-size:10px;
		}

		.txtArea_osu span{
			font-size:10px;
		}
		#conts .result li .arrow_osu {
			display: table-cell;
			padding: 0 10px;	
			background: #9FAA64;
			border-radius: 0 3px 3px 0;
			}

#conts .result li .list_wrap{
	width:100%;
	overflow:hidden;
}
#conts .result li .list_wrap .check_wrap{
	float:left;
	width:26px;
	overflow:hidden;
}
.osusume_bar{
background:#9FAA64;
width:100%;
height:30px;
line-height:30px;
color:#fff;
text-indent:20px;
}

#conts .result li a:after {
	position: absolute;
	width: 4px;
	height: 7px;
	margin-top: -4px;
	top: 50%;
	right: 9px;
	background-size: 4px 7px;
	-webkit-background-size: 4px 7px;
	content: "";
	background: url(../img/common/icon/ico05.png) no-repeat;	
}
#conts .result a:after {
	position: absolute;
	width: 4px;
	height: 7px;
	margin-top: -4px;
	top: 50%;
	right: 9px;
	background-size: 4px 7px;
	-webkit-background-size: 4px 7px;
	content: "";
	background: url(../img/common/icon/ico05.png) no-repeat;	
}

#conts .price {
	color: #f00;	
}

#conts .zero_list {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 5px;	
	color: #f00;	
}

/*------------------------------------------------------------
	物件詳細
------------------------------------------------------------*/
#conts .roomDetail {
	text-align: center;
	margin-bottom: 15px;
}

#conts .roomDetail li {
	display: inline-block;
	margin-right: 5px;	
}

#conts .roomDetail li:last-child {
	margin-right: 0;
}

#conts .contactBtn {
	margin-bottom: 20px;
	background: #656565;
	padding: 12px 5px;
	text-decoration: none;
}

#conts .contactBtn .btnCom {
	margin: 0;
}

#conts .roomInfo {
	margin: 0 5px 20px;
}

#conts .roomInfo table {
	width: 100%;
	border-collapse: collapse;
}

#conts .roomInfo th,
#conts .roomInfo td {
	border: 1px solid #ddd;
	padding: 10px 5px;
	width: 24%;
	font-size: 10px;
}

#conts .roomInfo th {
	background: #f5f5f5;
	text-align: center;
	font-weight: normal;
}

#conts .roomInfo .first {
	width: 26%;
}

#conts .roomInfo td {
	text-align: left;
}

#conts .roomInfo .link {
	float: left;
	display: block;
	margin-top: 3px;
}

#conts .roomInfo .mapView {
	float: right;
	display: block;
	text-decoration: none;
	
	font-size: 8px;
	color: #ffffff;
	padding: 3px 14px;
	background: -moz-linear-gradient(
		top,
		#fa8405 0%,
		#fba64c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fa8405),
		to(#fba64c));
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border: 2px solid #fa8405;
}

/*------------------------------------------------------------
	お問合せ完了
------------------------------------------------------------*/
#conts .thanks {
	padding: 0 10px 20px;
}

#conts .thanks p {
	margin-bottom: 20px;
	font-size: 12px;
}

/*------------------------------------------------------------
	物件検索-駅・エリア選択
------------------------------------------------------------*/
#conts .sel_list {
	margin: -10px 0 20px;	
}

#conts .sel_list li {
	border-bottom: 1px solid #ccc;
	padding:0;
	overflow:hidden;
	font-size: 12px;
}

/*
#conts .sel_list li:nth-child(even) {
	background: #f7f7f7;	
}
*/

#conts .sel_list li:first-child {
	border-top: 1px solid #ccc;
}
#conts .sel_list li:last-child {
	border-bottom: 1px solid #ccc;
}

#conts .sel_list .inpcheck {
	width:20px;
	height:20px;
}
#conts .sel_list .sel_check_area {
	float:left;
	margin:0 12px 0 0;
	padding:8px;
	background:#E3F2FD;
}
#conts .sel_list li a{
	text-decoration:none;
	display:block;
	width:78%;
	padding:6px 10px;
	margin:3px 0 1px 46px;

background-color: #dadada;
background-image: -webkit-linear-gradient(top, #f0f0f0, #dadada);
background-image:    -moz-linear-gradient(top, #f0f0f0, #dadada);
background-image:     -ms-linear-gradient(top, #f0f0f0, #dadada);
background-image:      -o-linear-gradient(top, #f0f0f0, #dadada);
background-image:         linear-gradient(top, #f0f0f0, #dadada);

border:1px solid #ccc;
-webkit-border-radius: 0.3em;
   -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
     -o-border-radius: 0.3em;
        border-radius: 0.3em;
}
#conts .sel_list li span{
	display:block;
	width:78%;
	padding:6px 10px;
	margin:3px 0 1px 46px;

background-color: #dadada;
background-image: -webkit-linear-gradient(top, #f0f0f0, #dadada);
background-image:    -moz-linear-gradient(top, #f0f0f0, #dadada);
background-image:     -ms-linear-gradient(top, #f0f0f0, #dadada);
background-image:      -o-linear-gradient(top, #f0f0f0, #dadada);
background-image:         linear-gradient(top, #f0f0f0, #dadada);

border:1px solid #ccc;
-webkit-border-radius: 0.3em;
   -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
     -o-border-radius: 0.3em;
        border-radius: 0.3em;
}
/*------------------------------------------------------------
	お問合せフォーム
------------------------------------------------------------*/
#conts .contactInfo {
	margin: 0 7px 20px;
	padding: 7px 7px 2px;
	border-radius: 2px;
	background: #f3f3e3;
	font-size: 9px;
}

#conts .contactInfo .ttl {
	margin: 0 0 5px 5px;
	padding-left: 5px;
	font-weight: bold;
	background: url(../img/common/icon/ico03.png) no-repeat left center;
	background-size: 3px 5px;
	-webkit-background-size: 3px 5px;
}

#conts .contactInfo .txt {
	padding-left: 10px;
	line-height: 1.5;
}

#conts .contactTtl {
	margin-bottom: 15px;
	font-size: 12px;
	color: #fff;
	padding: 10px 8px;
	background: -moz-linear-gradient(
		top,
		#636363 0%,
		#585858);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#636363),
		to(#585858));
	border-bottom: 1px solid #9d9d9d;
}

#conts .contactTtl span {
	display: block;
	color: #FFFFFF;
    font-size: 12px;
	padding-left: 6px;
	background: url(../img/common/icon/ico07.png) no-repeat left 7px;
	background-size: 3px 5px;
	-webkit-background-size: 3px 5px;
}

#conts .box {
	margin: 0 7px 20px;
	padding: 10px;
	border: 1px solid #ede8db;
	border-radius: 2px;
	background: #fef5dd;
}

#conts .box .image {
	float: left;
	margin-right: 10px;
}

#conts .box p {
	font-size: 12px;	
}

#conts .selectFirst {
	margin: 0 7px 20px;
}

#conts .selectFirst p {
	margin: 20px 5px 15px;
	font-size: 12px;
}

#conts .mailForm .customer {
	margin-bottom: 0;	
}

#conts .mailForm table {
	margin-bottom: 30px;
	width: 100%;
	border-collapse: collapse;
}

#conts .mailForm th,
#conts .mailForm td {
	font-size: 12px;
	text-align: left;
}

#conts .mailForm th {
	padding: 10px 7px;
	border-top: 1px solid #d0cea8;
	border-bottom: 1px solid #d0cea8;
	background: #f3f3e3;
}

#conts .mailForm th p {
	padding-left: 15px;
	font-size: 11px;
	background: url(../img/common/icon/ico08.png) no-repeat left center; 
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}

#conts .mailForm th p span {
	color: #ff0000;
	font-size: 10px;
	font-weight: normal;
}

#conts .mailForm td {
	padding: 10px 7px 15px;
}

#conts .mailForm .confirm td {
	padding: 15px;
}

#conts .mailForm td input {
	width: 80%;
	font-size: 12px;
}

#conts .mailForm td select,
#conts .selectFirst select {
	width: 88%;
	font-size: 12px;
}

#conts .mailForm td.selectSmall select {
	width: 30%;
}

#conts .mailForm td textarea {
	width: 86%;
	height: 60px;
	margin-bottom: 20px;
}

#conts .mailForm .policy {
	margin-bottom: 5px;	
}

#conts .need,
#conts .error {
	color: #ff0000;	
}

#conts .message {
	margin: 0 0 20px 7px;
	padding-left: 5px;
	font-size: 11px;
	background: url(../img/common/icon/ico03.png) no-repeat left 5px;
	background-size: 3px 5px;
	-webkit-background-size: 3px 5px;
}

/*------------------------------------------------------------
	物件詳細
------------------------------------------------------------*/
#conts .line {
	margin: 0 5px;
}

#conts .mailForm td .listType input {
	width: 15px;
}

body.iphone #conts .mailForm td .listType label,
body.iphone #conts .mailForm td .listType input {
	vertical-align: middle;
}


/*一番上お気に入り*/
.sp_favorite{
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	width:75px;
	border:1px solid #e64219;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin:0 0px 0 0;
	background:#e64219;
	background:-moz-linear-gradient(top, #ffa162, #ff7316);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffa162), to(#ff7316));
	padding:2px 5px;
	float:right;
}
.f_link{
	text-decoration: none;
}
