@charset "utf-8";

/* 共通スタイル
---------------------------------------*/
body {
	background-color:#f2f7ff;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	font-size:75%;
	color:#272727;
	text-align: center;
}

.clear {clear:both;}



a:hover { color:#FF6600; }

div#wrapper {
	width:850px;
	margin:0 auto;
	text-align:left;
	padding: 0 10px;
	background:url(../img/bgWrapper.png) left top repeat-y;
}

div#header {
	width: 850px;
	height: 135px;
	background:url(../img/header/bgHeader.jpg) left top no-repeat;
	padding: 0;
	position:relative;
	margin-bottom: 15px;
}

div#header div#headMenu {
	top: 5px;
	right: 15px;
	position: absolute;
}

div#header div#telNo {
	position: absolute;
	right: 15px;
	top: 27px;
}

div#header div#headMenu img { 
}

div#header h1 {
height:75px;
left:0;
position:absolute;
top:7px;
width:425px;
}


div#main {
	width: 820px;
	padding: 0 15px;
}

div#main div#alpha {
	width: 610px;
	float: right;
	display:inline;
	overflow:hidden;	
}

div#main div#beta {
	width: 192px;
	float: left;
}

div#main div#beta a img {
	margin-bottom:3px;
}

div#footer {
	width: 820px;
	padding: 10px 15px;
}

div#footer address {
	line-height:1.3;
	padding-left: 1em;
	float: left;
}

div#footer div#footer2 {
	background: url(../img/footer/logo.gif) 18px center no-repeat #4c70b7;
	padding: 18px 10px 18px 250px;
	color: #ffffff;
	margin-bottom: 1px;
}

div#footer div#footer2 strong {
	font-weight:bold;
	font-size:120%;
}

div#retTop {
	clear:both;
	border-bottom: 2px solid #003399;
	text-align: right;
	position: relative;
}


/* フッタメニュー
----------------------------------------------------------- */
div#footMenu {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	margin-bottom: 1px;
}

div#footMenu ul {}

div#footMenu ul li { display: inline; }

div#footMenu ul li a {
	margin: 0 2em 0 0;
	padding: 5px 0 5px 15px;
	background:url(../img/footer/iconFootLink.gif) left center no-repeat;
}

div#copyright {
	border-top:1px solid #d1d1d1;
	text-align:center;
	padding: 10px;
}

div#map div#copyright { border-top:none; }



/*　検索部分
-------------------------------------------*/
div#chintaiKensaku {}

div#chintaiKensaku h2 {
	width: 610px;
	height: 30px;
}

div#topHarfLeft div#chintaiKensaku h2 {
	width: 290px;
	height: 30px;
}


div#chintaiKensaku h3 { margin-bottom:10px; }

div#chintaiKensaku h3.gedan {
}

div.gedanMenuBox {
	width: 85px;
	margin-left: 10px;
	float: left;
}
div.gedanMenuBox img {
	padding: 2px;
	border: 1px solid #c4c4c4;
	background-color: #ffffff;
}
div.gedanMenuBox p a {
	padding-left: 15px;
	background:url(../img/common/iconGedanLink.gif) left center no-repeat;
	display: block;
	padding: 5px 0 5px 15px;
}

div#chintaiKensaku div.body {
	padding: 10px;
	border: none;
	margin-top: 10px;
}

div#chintaiKensaku div.body table { margin-left: 20px; 
}

div#chintaiKensaku div.body table th,
div#chintaiKensaku div.body table td { padding:5px; }

div#chintaiKensaku div.body table th {
	text-align: right;
	font-weight: bold;
	padding-left: 0px;
}

div#chintaiKensaku div.body table td {}

div#chintaiKensaku div.body table td select { border: 1px solid #999999; }
div#chintaiKensaku div.body table td label { }



/* 物件リスト関連
--------------------------------------*/
div.bukkenList {
	width: 290px;
	position: relative;
}

div.bukkenList div.titleCt,
div.bukkenList div.titleBb
{
	border:1px solid #ff9e54;
	background-color:#ffdec8;
	padding: 13px 6px 12px 40px;
	position: relative;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
	width:242px;
}

div.bukkenList div.titleBb {
	padding: 13px 6px 12px 10px;
	background-color: #fdd9d6;
	border: 1px solid #ff7664;
	width: 272px;
}

div.bukkenList div.titleCt span.icon {
	width:30px;
	height:30px;
	position:absolute;
	top:4px;
	left:6px;
}

div.bukkenList div.thumb {
	float:left;
	margin-left:5px;
	display:inline;
}

div.bukkenList div.text {
	float:right;
	margin-left:5px;
	display:inline;
	width: 155px;
	padding-right: 5px;
}

div.bukkenList div.text table {
	border-collapse:collapse;
	margin-bottom: 5px;
}
div.bukkenList div.text table th,
div.bukkenList div.text table td { padding:3px; }
div.bukkenList div.text table th { padding-right: 0.5em; }
div.bukkenList div.text table td {}


div.bukkenList div.thumb img {
	background-color:#FFFFFF;
	padding:3px;
	border:1px solid #cccccc;
}

div.blOdd { float:left; }
div.blEven { float:right; }

div.dotline {
	clear:both;
	border-bottom:1px dotted #cccccc;
	margin-bottom: 2em;
	height: 1px;
	overflow: hidden;
}

.price {
	color:#FF0000;
	font-weight:bold;
	font-size:120%;
}

div#pageLink {
	text-align:center;
	background-color: #e7e7e7;
	padding: 10px;
}

div#pnkz { padding: 5px 0; 
}


/* 物件詳細
--------------------------------------*/
div.titleCt610,
div.titleBb610
{
	border:1px solid #ff9e54;
	background-color:#ffdec8;
	padding: 13px 83px 12px 40px;
	/*padding:5px 5px 5px 10px;*/
	position: relative;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
	width:485px;
}

div.titleCt610 img,
div.titleBb610 img{
	vertical-align:middle;
	margin-right:5px;
}

a.printIcon {
	float:right;
	width:70px;
	height:25px;
}


div.titleBb610 {
	padding: 13px 6px 12px 10px;
	background-color: #fdd9d6;
	border: 1px solid #ff7664;
	width: 592px;
}

div.titleCt610 span.icon {
	width:30px;
	height:30px;
	position:absolute;
	top:4px;
	left:6px;
	display:block;
}

div.titleBb610 span.print,
div.titleCt610 span.print {
	position: absolute;
	width: 70px;
	height: 25px;
	right: 5px;
	bottom: 6px;
	display:block;
	clear:both;
}

div#mainPhoto {
	width: 300px;
	float:left;
}

div#mainPhoto img {
	padding:3px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}


div#subPhoto {
	width: 292px;
	float:right;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:3px;
}

div#galleryDiv {
}

div#mapImg {
border:1px solid #CCCCCC;
float:left;
text-align:center;
width:298px;
}

div#mapImg img {
	padding:3px;
	background-color:#FFFFFF;
}

div#bukkenText {
	width: 300px;
	float:right;
	line-height: 1.5;
}

div#bukkenText p { margin-bottom:1em; }

div#bukkenText table { margin-bottom: 1em; }
div#bukkenText table th { padding: 5px 20px 5px 5px; }
div#bukkenText table td { padding: 5px; }

table.bknSyousai { 
	margin: 1em auto;
	width: 99%;
}

table.bknSyousai,
table.bknSyousai th,
table.bknSyousai td { border:1px solid #676767; 
}

table.bknSyousai th,
table.bknSyousai td { padding:5px;}


table.bknSyousai th {
	width: 115px;
	text-align: center;
	background-color: #e9f6f9;
}

table.bknSyousai td { width: 160px; }

div#map {
	height: 283px;
	width: 608px;
	border: 1px solid #cccccc;
	margin: 1em 0;
}

div#bkSyousaiBtm {
	background:url(../img/common/bgSyousaiBtm.gif);
	text-align:center;
	padding:15px 0;
}

div#bkSyousaiBtm img {
	margin: 0 2px;
	vertical-align: middle;
}



div.sideKenCt,div.sideKenBb { margin-bottom: 1em; }
div.sideKenCt p,div.sideKenCt h2,div.sideKenBb p,div.sideKenBb h2 {
	margin-bottom:1em;
	line-height:1.5;
}

div.sideKenCt h2,div.sideKenBb h2 {
	height:30px;
	width:192px;
}


/* 検索結果
--------------------------------------------*/
div.entry-body-text {}

div.entry-body-text ol {}

div.entry-body-text ol li {
float:left;
height:230px;
margin-left:7px;
margin-right:7px;
_margin-left:6px;
_margin-right:6px;
width:290px;
display:inline;
}

div.entry-body-text ol li div.thumb {
	float:left;
	margin-left:5px;
	margin-right:1em;
}

div.entry-body-text ol li div.thumb img {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:3px;
}

div.entry-body-text ol li div.titleCt610 {
background-color:#FFDEC8;
border:1px solid #FF9E54;
font-size:120%;
font-weight:bold;
margin-bottom:12px;
padding:10px 5px 10px 44px;
position:relative;
width:242px;
}

div.entry-body-text ol li div.titleBb610 {
background-color:#FDD9D6;
border:1px solid #FF7664;
font-size:120%;
font-weight:bold;
margin-bottom:12px;
padding:10px 5pxpx;
position:relative;
width:275px;
}


div.entry h3 {padding:1em;}

p.posted {clear:both;}




#accordion2 {width:192px; margin:0 auto 2em;}
.accordion2 {width:192px; color:#333}
.accordion2 dt {width:180px; padding:4px 6px; font-weight:bold; cursor:pointer; background-color:#666; background-image:url(../img/arrow_down.gif); background-position:right center; background-repeat:no-repeat; color:#fff; border-top:1px solid #333}
.accordion2 dt:hover {background-color:#555}
.accordion2 .open {background-color:#444; background-image:url(../img/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff;line-height:1.5}
.accordion2 span {display:block; width:229px; border-top:none; padding:15px}

div#chkboxes{
	padding:0.5em;
	line-height:2;
}

div#chkboxes input {
	vertical-align:middle;
}


div.sideKenCt select,
div.sideKenBb select {
width:160px;
margin-left:10px;
}

div.entry-body-top div.body {
background:transparent url(../img/chintai/bgShibori.gif) repeat scroll 0 0;
margin-bottom:1em;
margin-left:7px;
margin-right:7px;
padding:10px;
}

div.entry-body-top div.body h3.gedan {
	margin:0 0 12px 0;
	padding:0;
}

div.entry-body-top div.body hr {
	margin-bottom:0;
}

div.subPhotoPrint {display:none;}

div#mapphoto {
	float:left;
	margin-right:0.5em;
}


.clearfix:after {
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden;
}
.clearfix {display: inline-block;}  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%;}  
.clearfix {display: block;}  
/* End hide from IE-mac */  