@charset "utf-8";
/*------------------------------------------------------------
書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft{text-align:left !important;}
.taCenter{text-align:center !important;}
.taRight{text-align:right !important;}

/* フォントの太さ */
.fwNormal{font-weight:normal !important;}
.fwBold{font-weight:bold !important;}

/*------------------------------------------------------------
微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}

/*------------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after{height:0;visibility:hidden;content:".";display:block;clear:both;}

/*------------------------------------------------------------
リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*------------------------------------------------------------
下層共通
------------------------------------------------------------*/
#conts .comHead{
position:relative;
margin-bottom:15px;
text-align:center;
font-size:11px;
background:-moz-linear-gradient(top,#eeeeee 0%,#eaebeb);
background:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#eaebeb));
border-bottom:1px solid #dddddd;
-moz-box-shadow:1px 2px 3px rgba(247,248,248,0.4),inset 0px 0px 2px rgba(255,255,255,1);
-webkit-box-shadow:1px 2px 3px rgba(247,248,248,0.4),inset 0px 0px 2px rgba(255,255,255,1);
}

#conts .comHead h2{font-weight:bold;}
#conts .comHead h2 span{
line-height:46px;
padding:0 0 0 5px;
float:left;
white-space: normal;
word-wrap: break-word;
}

#conts .last{margin-bottom:30px;}
#conts .comHead .back{float:left;}
.back2{
float:left;
line-height:46px;
display:inline-block;
padding-left:5px;
}
.back2 span{
right:10px;
display:inline-block;
content:'';
width:8px;
height:8px;
/*margin-top:-4px;*/
border-top:2px solid #666;
border-right:2px solid #666;
-webkit-transform:rotate(-135deg);
transform:rotate(-135deg);
white-space:nowrap;
text-indent:100%;
overflow:hidden;/*テキスト非表示*/
}

.back2 a:link{color:#555;text-decoration: none;}
.back2 a:visited{color:#555;text-decoration:underline;}
.back2 a:hover{color:#555;text-decoration:underline;}
.back2 a:active{color:#555;text-decoration:underline;}	

#conts .paging{
margin-bottom:10px;
background:-moz-linear-gradient(top,#eeeeee 0%,#eaebeb);
background:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#eaebeb));
border-top:1px solid #dddddd;
-moz-box-shadow:3px 2px 1x rgba(247,248,248,0.4),inset 0px 0px 3px rgba(255,255,255,1);
-webkit-box-shadow:3px 2px 1px rgba(247,248,248,0.4),inset 0px 0px 3px rgba(255,255,255,1);
}

#conts .paging ul{
padding:7px 6px 6px;
background:-moz-linear-gradient(top,#eeeeee 0%,#eaebeb);
background:-webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#eaebeb));
border-bottom:1px solid #dddddd;
-moz-box-shadow:1px 2px 3px rgba(247,248,248,0.4),inset 0px 0px 3px rgba(255,255,255,1);
-webkit-box-shadow:1px 2px 3px rgba(247,248,248,0.4),inset 0px 0px 3px rgba(255,255,255,1);
}

#conts .paging .prev,
#conts .paging .back{float:left;}
#conts .paging .next{float:right;}

#conts .sortarea{overflow:hidden;}
#conts .sortob select{
width:48%;
float:right;
border:1px solid #999;
background-color:#eee;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
padding:5px 0;
color:#222;
line-height:2;
text-indent:0.2em;
}
#conts .subTtl,
#conts .subTtlTwo p{
padding-left:5px;
font-weight:bold;
font-size:18px;
background-size:13px 13px;
-webkit-background-size:13px 13px;
margin-bottom:auto;
}
.sortob{
	overflow:hidden;}

#conts .subTtl{margin:0 8px 5px;}
#conts .subTtlTwo{margin-bottom:15px;padding:0 0 13px 0;}
#conts .subTtlTwo p{padding-left:1em;}
#conts .subTtlTwo p .need{margin-left:0;font-weight:normal;}
#conts .btnCom{margin:0 auto 20px;text-align:center;}
#conts h3.searchTtl{
margin-bottom:10px;
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));
}
#conts .searchNav ul{margin-top:15px;text-align:center;}
#conts .searchNav ul li{display:inline-block;}
#conts .searchNav ul li:nth-child(2){margin:0 6px;}
#conts .searchNav ul li a{display:block;}

#conts02 h3.searchTtl{
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));
}
#conts02 .searchNav{background-color:#ccc;margin-top:0px;}
#conts02 .searchNav ul{margin:0px;padding:15px 0 20px 0;text-align:center;}
#conts02 .searchNav ul li{display:inline-block;}
#conts02 .searchNav ul li:nth-child(2){margin:0 6px;}
#conts02 .searchNav ul li a{display:block;}
.searchttl02{
background-color:#eee;
padding:5px 0px 5px 18px;
margin-bottom:10px;
line-height:30px;
font-weight:bold;
}
.searchlinebg{
background-color:#eee;
padding-top:5px;	
padding-bottom:5px;
margin-bottom:20px;
}
#conts .menu{margin:0 10px 20px;}
#conts .menu li{
line-height:30px;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:3px;
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 .menu li a{
position:relative;
display:block;
padding:10px 18px;
color:#000;
font-size:13px;
text-decoration:none;
}
#conts .menu li a span{font-size:11px;}
#conts .menu li a:before{
position:absolute;
width:4px;
height:23px;
margin-top:-12px;
top:50%;
left:8px;
background-size:4px 23px;
-webkit-background-size:4px 23px;
content:"";
}
#conts .menu li a:before{background:url(../img/bar02.png) no-repeat left center;}
#conts .menu li a:after{
position:absolute;
width:7px;
height:11px;
margin-top:-6px;
top:50%;
right:10px;
content:"";
background:url(../img/icon/ico06.png) no-repeat;
background-size:7px 11px;
-webkit-background-size:7px 11px;
}
#conts .magBlock1{margin-bottom:30px;}
#conts .errCom{color:#FF0000;font-size:12px;text-align:center;margin:20px auto;}
#conts .selmenu li{
cursor:pointer;
display:block;
line-height:30px;
background-color:#eee;
border-bottom:1px solid #ccc;
padding:8px 0;
}
#conts .selmenu li label{display: block;}
#conts .selmenu li span{font-size:11px;
display:inline-block;
padding:0 3px;
margin:0 6px 0 3px;
line-height:1.6;
float:none;
width:auto;
}

.mt10{margin-top:10px;}

/*この物件のポイント*/
.ttlcome{padding:5px 0;width:100%;}
.ttlcome_inner{background-color:#FFC;padding:1em 1em 1em 1em;font-size:16px;}
.ttlcome_inner span{font-weight:bold;}
.point{background-color:#FFC;padding:1em;font-size:16px;}
.point li{font-size:16px;}
.point span{color:#F00;}
