@charset "utf-8";

/* summary ------------------
	1.	reset
	2.	base
	3.	font-size
	4.	grid
	5.	layout-style
	----module
	----ページトップへ
-------------------------- */
/* reset ----------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/*松岡さん案件開始 text-indent:-1100px;を外して、afterは全部消す*/
.detail_gallery360degrees .title {
    margin: 10px;
    font-size: 138%;
    font-weight: bold;
    text-indent: -1100px;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
}
img.jsSwapThumb0:hover {
    opacity: 0.5;
}
.detail_gallery360degrees .title:after {
    content: "この物件には360°画像があります！内覧気分で今すぐお部屋を見学しよう！";
    margin-left: 480px;
}

/*松岡さん案件終了*/

/*画像縦幅固定*/
td.dt0203pic img {
    height: 220px;
    width:auto;
    display: block;
    margin: 0 auto;
}
img#lightboxImg0 {
/*151130    height: 220px;*/
/*151201    width: auto;*/
max-width: 426px;
max-height: 251px;
}




/*画像縦幅固定終了*/

.dt0301 div p:nth-child(2):after {
    content: " ※無料電話は、光IP電話、及びIP電話からはご利用になれません。";
    display: block;
    font-size:11px;
}

.dt0301 div:nth-child(3) {
    margin-top: 2px;
}

.quickSearch h2 img{
	float:left;
	}
	

ol,ul {list-style: none;}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	vertical-align: middle;
}
:focus {outline: 0;}

/* base ----------------- */
body {
	color: #333;
	font-family: "メイリオ","MS PGothic","Hiragino Kaku Gothic Pro","Lucida Grande",sans-serif,Helvetica,Verdana;
	font-size: 13px;
	*font-size: 81.25%;
	line-height: 1.2em;
}
a:link{color:#073e6b;text-decoration:underline;}
a:visited{color:#800080;text-decoration:underline;}
a:hover{color:#287acc;text-decoration:none;}
a:active{color:#287acc;text-decoration:none;}
a:link img,
a:visited img{
	text-decoration:none;
}

a:hover{
	opacity:0.7;
}
/* font-style ----------------- */
.conbody h2{
	font-size: 123%;
}
.conbody h3.h3Ttl{
	font-size: 115%;
}
.conbody h4,
.conbody h5{
	font-size: 104%;
}
.pagetop,
.sTxt{
	font-size: 84%;
}
/* grid ----------------- */
.wrapper {
	width: 100%;
	background:#FFFFFF url(../images/frame/bg_body.gif) repeat-x scroll 0 0;
}
/*iPad用*/
@media screen and (max-device-width: 1024px) {
.wrapper{
	width:1000px;
}
}
.conbody {
	clear: both;
	width: 800px;
	padding: 0 10px;
	margin: 0px auto;
	background-color:#fff;
}
.conbody2 {
	clear:both;
	width:954px;
	margin:0px auto;
	background-color:#fff;
}
/* layout-style ----------------- */
/* module----- */
/* 汎用スタイル */
.align-right{
	text-align: right;
}
.align-left{
	text-align :left;
}
.align-center{
	text-align: center;
}
/* clear */
.clear{
	clear: both;
}
br.clear{
	line-height: 1pt;
	font-size: 1pt;
}
/* heading */
.conbody div.h2Ttl,
.conbody div.contentTtl{
	min-height: 35px;
	_height: 35px;
	margin: 0 0 16px 0;
	padding-left: 25px;
	padding-right: 10px;
	background: url(../images/frame/bg_h2_01.gif) left center no-repeat;
	line-height: 35px;
}
.conbody div.h2TtlStep,
.conbody div.contentTtlStep{
	min-height: 35px;
	_height: 35px;
	margin: 0 0;
	padding-left: 25px;
	padding-right: 10px;
	background: url(../images/frame/bg_h2_01.gif) left center no-repeat;
	line-height: 35px;
}
.conbody h2{
	color: #333333;
}
.conbody h3.h3Ttl{
	clear: both;
	min-height: 32px;
	_height: 32px;
	margin-top: 16px;
	padding-left: 14px;
	padding-right: 10px;
	background: url(../images/frame/bg_h3_01.gif) left center no-repeat;
	color: #00764E;
	line-height: 32px;
}
.conbody h3.h3Ttl img{
	float: right;
	padding: 7px 7px 0 0;
	display:none;
}
.conbody h4{
	margin-top: 16px;
	margin-bottom: 8px;
	padding: 0 3px 2px 3px;
	border-bottom: 1px solid #009160;
}
.conbody h4.h4Ttl{
	clear: both;
	min-height: 30px;
	_height: 30px;
	margin-bottom: 0;
	padding: 0 10px 0 20px;
	border: none;
	background: url(../images/frame/bg_h4_02.gif) left center no-repeat;
	line-height: 30px;
}
.conbody h5.h5Ttl{
	clear: both;
	background: #FFFFFF url(../images/frame/bg_h5_01.gif) left center no-repeat;
	border-bottom: 1px solid #009260;
	margin: 16px 0 10px;
	padding: 2px 0 2px 18px;
}
/* link-list */
.conbody ul.link-list-01,
.conbody ul.link-list-02{
	padding-top: 3px;
}
.conbody ul.link-list-01 li,
.conbody ul.link-list-02 li{
	margin: 3px 0;
	padding-left: 10px;
	background: url(images/arr_n.gif) 2px 0.5em no-repeat;
}
.conbody ul.link-list-01 li img,
.conbody ul.link-list-02 li img{
	vertical-align: middle;
}
.conbody ul.link-list-02{
	overflow: hidden;
	_position: relative;
	_zoom: 1;
}
.conbody ul.link-list-02 li{
	float: left;
	margin-right: 10px;
}
.conbody span.link-list-03{
	padding-left: 10px;
	background: url(images/arr_n.gif) 2px 0.35em no-repeat;
}
.conbody span.link-list-04{
	padding-left: 12px;
	background: url(images/arr_en.gif) 2px 0.35em no-repeat;
}
.conbody ul.inline-link-list{
	overflow: hidden;
}
.conbody ul.inline-link-list li{
	display: block;
	float: left;
	padding: 0 7px;
	background: url(../images/frame/devider_ccc.gif) left 50% no-repeat;
}
.conbody ul.inline-link-list li.first-child{
	padding-left: 0;
	background: none;
}
.conbody ul.image-list-01{
	overflow: hidden;
}
.conbody ul.image-list-01 li{
	float: left;
	margin-left: 15px;
}
.conbody ul.image-list-01 li.first-child{
	margin-left: 0;
}
a.linkArr{
	background: url(images/arr_n.gif) left center no-repeat;
	padding-left: 15px;
}
a.linkArr_det{
	background: url(images/arr_n.gif) left center no-repeat;
	padding-left: 15px;
}
/* ページトップへ----- */
.pagetop {
	clear:both;
	text-align: right;
	margin: 10px 0 20px;
}
.pagetop a {
	background: url(images/arr_ptop.gif) left center no-repeat;
	padding:2px 0 2px 16px;
}
/* その他common style */
.conbody div.error-message{
	_height: 400px;
	min-height: 400px;
	margin-bottom: 15px;
	border: 1px solid #d7d7d7;
	text-align: center;
}
.conbody div.error-message p{
	padding-top: 150px;
}
.conbody div.error-message2{
	min-height: 100px;
	margin-bottom: 5px;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding-top: 40px;
}
.error-message2_main{
	font-weight: bold;
	margin-bottom: 5px;
}
/* deprecated */
.btLink {cursor:pointer;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.btm5 {margin-bottom:5px;}
.btm10 {margin-bottom:10px;}
.btm15 {margin-bottom:15px;}
.btm20 {margin-bottom:20px;}
.btm30 {margin-bottom:30px;}
.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pbtm5 {padding-bottom:5px;}
.pbtm10 {padding-bottom:10px;}
.pbtm15 {padding-bottom:15px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.ml20 {margin-left:20px; display:none;}
.crAll {clear:both;}
.bfont {font-weight:bold;}

/* コピーガード */
/* 物件詳細　写真サイズ大用 */
div.guard256{
    position:relative;
    width:256px;
}
* html div.guard256{
		height:200px;
		}
/* 物件詳細　サムネイル写真用 */
div.guard48{
    position:relative;
    width:48px;
}
span.pic{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(images/spacer.gif);
	cursor:pointer;
}
/* ボタン背景 */
.btnBlock{
	clear: both;
	padding: 5px 0;
	background: url(../images/bg_btn_block.gif) repeat;
	text-align: center;
	margin-top:2px;
}
.btnBlock img{
	margin: 0 5px;
}
.btnBlock02{
	background: url(../images/bg_btn_block_02.gif) no-repeat;
}
.btnBlock02-b{
	width: 201px;
	padding: 10px;
	background: url(../images/bg_btn_block_02b.gif) no-repeat left bottom;
}
/* 閉じるボタン */
.closeBtn{
	padding: 10px 0;
	text-align: center;
}
/* 外枠インナー */
.innerImg{
	clear: both;
	height: 5px;
	font-size: 3px;
}