/* housedo.com CSS */

/*設定*/
* {
/*margin:0; padding:0;*/
   -webkit-touch-callout:none;                       /*長押しした際のとび先URL非表示。*/
   -webkit-tap-highlight-color:rgba(255,255,0,0.4);  /*リンクをタッチした際のカラー。*/
}

body{
	background: url('./backimg/bg.gif') repeat-y 50% 100%;
	color: #000000;
	font-size: 80%;
	text-align: center;
	margin: 0 0;
	/* iPhoneバンドル */
	-webkit-text-size-adjust:100%;                       /*iPhone 文字の自動調整*/
}

a{
	color: #000099;
	outline: none;
}

a:hover{ color: #ff3300; }
img{ border:none;}
li{ list-style: none;}
br  {letter-spacing:normal; }

#main{
	width:980px;
	margin: 0 auto;
	text-align: center;
}

/* ヘッダー ------------------------------------- */

#top{
	background: url('./backimg/header_blue-line.gif') no-repeat 0 0;
	height: 5px;
}

#header{
	width: 930px;
	margin: 0 25px;
	text-align: left;
}

#header div#logo{
	width:199px;
	height: 52px;
	float: left;
}

#header-desc{
	width: 600px;
	float: left;
	background: url('./backimg/housedo_logo.gif') no-repeat 0 25%;
	padding: 2px 0 10px 0;
}

#header-desc h1{
	margin: 0 0 0 210px;
	font-size: 14px;
	font-weight: bold;
}

#header-desc p{
	margin: 0 0 0 210px;
	font-size: 14px;
	font-weight: bold;
}
/*TOP用 画面*/
#header-top h1{
	font-size: 14px;
	font-weight: bold;
}
#header-top span{
	font-size: 14px;
	font-weight: bold;
}
.count-tempo{
	width:384px;
	text-align:center;
	margin:12px 0px 0px 216px;
	padding: 2px 2px 2px 2px;
	border: 4px solid #EBEBEB;
	font-weight: bold;
	font-size: 14px;
}
 .count-tempo span{
	color: red;
	font-size: 30px;
	font-weight: bold;
}

.count-kounyu{
	width:253px;
	margin-top:10px;
	height:32px;
	background:url('./backimg/costomer_count.png') no-repeat ;
	text-align: right;
	vertical-align:bottom;
	float: right;
}
 .count-kounyu span{
	color: red;
	display:block;
	font-size: 24px;
	height:28px;
	font-weight: bold;
	margin: 1px 22px 0px 0px;
	vertical-align:bottom;
}

/*-------------------*/
#header-link-top{
	float: right;
	margin: 0;
}

#header-link-top span{
	background: url('./backimg/arrow_orange.gif') no-repeat 0 60%;
	padding: 0 8px 0 12px;
}
#header-link{
	float: right;
	margin: 30px 0 0 0;
}

#header-link span{
	background: url('./backimg/arrow_orange.gif') no-repeat 0 60%;
	padding: 0 8px 0 12px;
}

#header-denko{
	float: right;
	margin: 8px 0 0 0;
}
/* メインコンテンツ(左寄せ) ------------------------- */

#content{
	width: 664px;
	margin: 0 10px 0 24px;
	float: left;
	display: inline;
}

/* メインコンテンツ(右寄せ、物件一覧・詳細) -------------- */

#content2{
	width: 664px;
	margin: 0 24px 0 10px;
	float: right;
	display: inline;
}

/* メインコンテンツ(サイドバーなし、売りたいページ) -------------- */

#content3{
	width: 930px;
	margin: 0 auto;
}

/* トップページ地図 ------------ */

.tab-buy{
	float:left;
	margin:0 4px 0 0;
}

.tab-sell{
	margin:0 -2px 0 2px;
}

#tab-bottom{
	background: url('./backimg/tab_underline.gif') no-repeat 100% 100%;
	width:664px;
	height: 10px;
	margin-right:1px;
}

#map{
	width: 662px;
	height: 620px;
	border-right: 1px dotted #000099;
	border-left: 1px dotted #000099;
	border-bottom: 1px dotted #000099;
	position: relative;
	padding: 5px 0 0 0;
	margin: 0;
}

#map2{
	width: 662px;
	height: 620px;
	border-right: 1px dotted #000099;
	border-left: 1px dotted #000099;
	border-bottom: 1px dotted #000099;
	position: relative;
	display:none;
	padding: 5px 0 0 0;
}

.count{
	float: left;
	margin: 8px 5px 10px 5px;
	border: 4px solid #EBEBEB;
	font-weight: bold;
}

.count-new{
	float: right;
	width: 180px;
	margin: 8px 8px 10px 0;
	border: 4px solid #EBEBEB;
	font-weight: bold;
}

.count span,
.count-new span{
	font-size:150%;
	color: #FF6601;
	letter-spacing: -1pt;
}

#map a.open{
	padding: 0 4px;
}

#map span.nonepref,
#map2 span.nonepref{
	padding: 0 4px;
}

#map2 a{
	padding: 0 4px;
	text-decoration: underline;
	list-style-type: none;
	cursor : pointer;
}

div.map-desc{
	position: absolute;
	left: 30px;
	top: 100px;
	text-align:left;
	font-weight: bold;
}

.touhoku{
	position: relative;
	left: 500px;
	bottom: 350px;
	text-align:left;
	width: 150px;
}

.kantou{
	position: relative;
	left: 490px;
	bottom: 255px;
	text-align:left;
	width: 150px;
}

.shinetsu{
	position:relative;
	left: 257px;
	bottom: 520px;
	text-align:left;
	width: 150px;
}

.toukai{
	position:relative;
	left: 450px;
	bottom: 183px;
	text-align:left;
	width: 150px;
}
.kinki{
	position:relative;
	left: 142px;
	bottom: 467px;
	text-align:left;
	width: 150px;
}

.chugoku{
	position:relative;
	left: 44px;
	bottom: 591px;
	text-align:left;
	width: 150px;
}

.shikoku{
	position:relative;
	left: 248px;
	bottom: 294px;
	text-align:left;
	width: 150px;
}

.kyusyu{
	position: relative;
	left: 38px;
	bottom: 297px;
	text-align:left;
	width: 150px;
}

img.cmbuttom{
	width:140px;
	position: relative;
	left: 255px;
	bottom: 860px;
}

/* IE7用 css_browser_selector */
.ie7 img.cmbuttom{ left: 255px; bottom: 845px;}

/* IE8用 css_browser_selector */
.ie8 img.cmbuttom{ left: 255px; bottom: 850px;}

/* IE9用 css_browser_selector */
.ie9 img.cmbuttom{ left: 255px; bottom: 840px;}


/* Google Chrome用 css_browser_selector */

.chrome .touhoku{  left: 500px; bottom: 350px;}
.chrome .kantou{   left: 488px; bottom: 248px;}
.chrome .shinetsu{ left: 256px; bottom: 505px;}
.chrome .toukai{   left: 450px; bottom: 168px;}
.chrome .kinki{    left: 141px; bottom: 447px;}
.chrome .chugoku{  left: 43px;  bottom: 570px;}
.chrome .shikoku{  left: 248px; bottom: 270px;}
.chrome .kyusyu{   left: 38px;  bottom: 268px;}
.chrome img.cmbuttom{ left: 255px; bottom: 805px;}


/* Safari用 css_browser_selector */

.safari .touhoku{  left: 500px; bottom: 350px;}
.safari .kantou{   left: 488px; bottom: 258px;}
.safari .shinetsu{ left: 256px; bottom: 525px;}
.safari .toukai{   left: 450px; bottom: 194px;}
.safari .kinki{    left: 141px; bottom: 479px;}
.safari .chugoku{  left: 43px;  bottom: 605px;}
.safari .shikoku{  left: 248px; bottom: 310px;}
.safari .kyusyu{   left: 38px;  bottom: 318px;}
.safari img.cmbuttom{ left: 255px; bottom: 870px;}

/* iphone用 css_browser_selector */

.iphone .touhoku{  left: 500px; bottom: 350px;}
.iphone .kantou{   left: 488px; bottom: 268px;}
.iphone .shinetsu{ left: 256px; bottom: 550px;}
.iphone .toukai{   left: 450px; bottom: 225px;}
.iphone .kinki{    left: 141px; bottom: 525px;}
.iphone .chugoku{  left: 43px;  bottom: 660px;}
.iphone .shikoku{  left: 248px; bottom: 375px;}
.iphone .kyusyu{   left: 38px;  bottom: 398px;}
.iphone img.cmbuttom{ left: 255px; bottom: 960px;}

/* ipad用 css_browser_selector */

.ipad .touhoku{  left: 500px; bottom: 350px;}
.ipad .kantou{   left: 488px; bottom: 263px;}
.ipad .shinetsu{ left: 256px; bottom: 540px;}
.ipad .toukai{   left: 450px; bottom: 209px;}
.ipad .kinki{    left: 141px; bottom: 499px;}
.ipad .chugoku{  left: 43px;  bottom: 630px;}
.ipad .shikoku{  left: 248px; bottom: 340px;}
.ipad .kyusyu{   left: 38px;  bottom: 350px;}

/* mac-os用 css_browser_selector */

.mac .touhoku{  left: 500px; bottom: 350px;}
.mac .kantou{   left: 488px; bottom: 263px;}
.mac .shinetsu{ left: 256px; bottom: 545px;}
.mac .toukai{   left: 450px; bottom: 229px;}
.mac .kinki{    left: 141px; bottom: 514px;}
.mac .chugoku{  left: 43px;  bottom: 650px;}
.mac .shikoku{  left: 248px; bottom: 360px;}
.mac .kyusyu{   left: 38px;  bottom: 375px;}

#window{
	display:none;
	cursor: default;
	text-align: center;
}

#prefdata table{
	margin: 10px auto 10px auto;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px #bcbcbc solid;
	text-align: center;
}

#prefdata table th{
	border: 1px solid #cccccc;
	padding: 8px 10px;
}
#prefdata table td{
	border: 1px solid #cccccc;
	padding: 6px 5px;
}

#prefdata table tr.table-top{
	background: url('./backimg/areamap_obi.gif') repeat-x 0 0;
	height: 35px;
	color: #ffffff;
	padding: 0 0;
}

#prefdata table tr.bgcol{
	background-color: #E5F2FB;
}

#ajax-load{
    width:200px;
    height:160px;
    background-image:url(../housedo_img/common/loader.gif);
	margin: 0 auto 10px auto;
}

#window img.close{
	cursor: pointer;

}

/* トップページの店舗情報 */

.shoplist{
	float: left;
	margin: 10px 0 0 0;
}

.shoplist-main p{
	background: url('./backimg/marker_blue.gif') no-repeat 0% 25%;
	padding: 0 0 7px 16px;
	border-bottom: 1px dotted #ef8f00;
	margin: 7px 10px 0 0;
}

.shoplist-main-mall p{
	background: url('./backimg/marker_blue.gif') no-repeat 0% 25%;
	padding: 0 0 7px 16px;
	border-bottom: 1px dotted #9ac33a;
	margin: 7px 10px 0 0;
}

.shoplist-main-kaiori p{
	background: url('./backimg/marker_blue.gif') no-repeat 0% 25%;
	padding: 0 0 7px 16px;
	border-bottom: 1px dotted #2828AC;
	margin: 7px 10px 0 0;
}
.shop-link1{
	background: url('./backimg/arrow_orange.gif') no-repeat 64% 50%;
	text-align: right;
	margin: 5px 10px 5px 0;
}

.chrome .shop-link1{
	margin: 18px 10px 5px 0;
}

.shop-link2{
	background: url('./backimg/arrow_orange.gif') no-repeat 73% 50%;
	text-align: right;
	margin: 5px 10px 5px 0;
}

.chrome .shop-link2{
	margin: 18px 10px 5px 0;
}



#shopListUnit {
	position: relative;
	margin-top: 10px;
	margin-right: -5px;
}

#shopListUnit ul,
#shopListUnit  li {
	margin: 0;
	padding: 0;
}

#shopList01,
#shopList02,
#shopList03 {
	position: relative;
	width: 216px;
	float: left;
	margin-right: 5px;
	border: 1px solid #e38800;
	border-top: none !important;
}

#shopList02 {
	border: 1px solid #529511;
}
#shopList03 {
	border: 1px solid #04048a;
}

#shopListUnit h3 {
	padding: 0;
	margin: 0 -1px;
}

#shopListUnit .tooltips {
	position: absolute;
	right: 10px;
	top: 8px;
}

.shopCount {
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 190px;
	margin: -35px auto 0;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.1;
}

.shopCount span {
	font-size: 18px;
	color: #f00;
}

#shopListUnit ul {
	margin-top: 20px;
}

#shopListUnit ul li {
	text-align: left;
	margin: 0.3em 1em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #aaa;
	
}

#shopListUnit ul li a {
	display: block;
	padding-left: 1em;
	background: url('./backimg/icon_disc_01.png') no-repeat 0% 50%;
}

#shopListUnit p {
	text-align: right;
	margin: 0.4em 1em 0.4em 0;
	padding: 0;
}

#shopListUnit p a {
	padding-left: 1em;
	background: url('./backimg/icon_arw_01.png') no-repeat 0% 50%;
}

div.tooltip	{
	width: 180px;
	position: absolute;
	left: -9999px;
	background: #fff;
	border: 2px solid #009;
	border-radius: 5px;
	z-index: 99;
}

div.tooltip p{
	text-align: left;
	padding: 0.4em 0.8em;
	margin: 0;
}

/*
.shoplist-new{
	background: url('./backimg/obi_newshop.png') no-repeat 100% 100%;
	width: 218px;
	height: 64px;
	margin: 0 4px 0 0;
}

.shoplist-mall{
	background: url('./backimg/obi_mall_info.png') no-repeat 100% 100%;
	width: 218px;
	height: 64px;
	margin: 0 4px 0 0;
}

.shoplist-kaitori{
	background: url('./backimg/obi_kaitori.png') no-repeat 100% 100%;
	width: 218px;
	height: 64px;
}

.shoplist-main{
	width: 216px;
	margin: 0 0 0 0;
	text-align: left;
	 padding: 10px 0 0 0;
	border-right: 1px solid #ef8f00;
	border-left:  1px solid #ef8f00;
	border-bottom:  1px solid #ef8f00;
}

.shoplist-main-mall{
	width: 216px;
	margin: 0 0 0 0;
	text-align: left;
	padding: 10px 0 0 0;
	border-right: 1px solid #2c8500;
	border-left:  1px solid #2c8500;
	border-bottom:  1px solid #2c8500;
}
.shoplist-main-kaitori{
	width: 216px;
	margin: 0 0 0 0;
	text-align: left;
	padding: 10px 0 0 0;
	border-right: 1px solid #2828AC;
	border-left:  1px solid #2828AC;
	border-bottom:  1px solid #2828AC;
}
.shoplist-main a:hover{
	color: #009900;
}

.shoplist-main a span{
	color: #4B871A;
	font-weight: bold;
}

.shoplist-main-mall a:hover{
	color: #009900;
}

.shoplist-main-mall a span{
	color: #4B871A;
	font-weight: bold;
}

.shop-count-all{
	font-size: 17px;
	font-weight: bold;
	color: red;
	padding: 7px 25px 0 0;
}

.shop-count-open{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin: -1px 43px 0 0px;
}

.chrome .shop-count-open{
	margin: 3px 43px 0 0px;
}

.shoplist-new h3,
.shoplist-mall h3{
	float: left;
	color: #ffffff;
	text-align: left;
	padding: 0 0 0px 17px;
	margin: 15px 0 0 0;
	font-size: 20px;
}
*/
#preflist{
	width: 664px;
	padding: 15px 0;
	text-align: left;
	display: inline;
}

.menu-table{
	width:100%;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
    border-spacing: 0;
}
.menu-table th{
	width:100%;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: bottom;

}
.menu-table td{
  	width: 72px;
	border: none;
	padding: 0;
vertical-align: bottom;
}
/* パンくずリスト ----------------------------- */
#pankuzu {
	text-align: left;
	padding: 0;
	margin: 0 0;
	font-size: 11px;
	font-weight: normal;
}

/* エリア一覧・物件一覧・物件詳細で共有 ----------------------------*/

.main-title,
.main-title-list{
	height: 43px;
	background: url('./backimg/obi_main.gif') no-repeat 0 0;
	text-align:left;
	margin-top: 3px;
		margin-bottom: 1px;
}
.main-title-sub,
.main-title-list-sub{
	background: url('./backimg/obi_main_right.gif')no-repeat 0 0;
	width:74px;
	height: 74px;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.main-title h1,
.main-title h2{
	color: #ffffff;
	padding: 8px 0 0 12px;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

.main-title-list h1,
.main-title-list h2{
	color: #ffffff;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 16px;
	text-align:left;
	vertical-align:top;
	display:inline-block;
	float:left;
}

.main-title-list div.longtitle1 {
	color: #ffffff;
	padding: 8px 0 0 12px;
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0 0 6px;
	text-align:left;

}
.main-title-list div.longtitle2 {
	color: #ffffff;
	padding: 8px 0 0 12px;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0 0 6px;
	text-align:left;
	vertical-align:top;
}

h1.longtitle1{
	font-size: 14px;
	padding: 3px 0 0 6px;
}

h1.longtitle2{
	font-size: 12px;
	padding: 3px 0 0 3px;
	line-height: 0.9em;
}

.main-area{
	border: 1px solid #009;
	margin: -10px 0 0 0;
}

.main-desc{
	margin: 3px 0 15px 0;
}

.main-desc p{
	padding: 12px 0 0 12px;
	margin: 0 0;
	text-align:left;
	font-size: 14px;
	line-height:120%;
}

.main-desc span{
	font-weight:bold;
	color:#ff0000;
}

.main-desc span.checkstr{
	font-weight: bold;
}

.main-info{
	width: 552px;
	margin: 30px auto 20px;
	border: 1px solid #0080ff;
	border-radius: 5px;
	padding: 12px 18px;
}

.main-info p{
	padding: 0;
	margin: 0;
	text-align:left;
	font-size: 14px;
}

.main-info .txt-tel {
	color: #004680;
	font-weight: 900;
}
.main-info .nobig {
	margin: 8px 0;
}

.main-info .nobig p {
	font-size: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.main-info .nobig a{
margin-left: 45px;
}
.main-info .come {
	margin-top: 2px;
	margin-bottom: 2px;
}

#privatebanner{
	margin:0 0 28px 0;
}

#privateb2{
}

.preflist-area,
.preflist-ensen{
	width: 650px;
	text-align:left;
	margin: 10px auto;
}

.sub-title{
	background: url('./backimg/obi_sub.gif') repeat-x 0 0;
	height: 29px;
	text-align:left;
}

.sub-title p{
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 0 12px;
}

/* エリア一覧 ----------------------------- */

.search-box{
	width: 200px;
	float:left;
	margin: 0 0 0 15px;
	padding: 5px 0 20px 0;
	font-size: 14px;
}

.search-box p.citystr,
.search-box p.railstr{
	background: url('./backimg/ico_square.gif') no-repeat 0 20%;
	padding: 0 0 2px 16px;
	margin-bottom: -6px;
}

.search-box p.townstr,
.search-box p.stationstr{
	background: url('./backimg/ico_plus.gif') no-repeat 2% 20%;
	padding: 0 0 2px 20px;
	margin-bottom: -6px;
}

/* 物件一覧 ------------------------------------- */

.results-list{
	text-align:left;
}

.results-listin{
	height: 34px;
}

.estateCount{
	padding: 4px 10px 0 20px;
	float: left;
}

.estateCount span{
	font-weight:bold;
	font-size:24px;
	color:#ff0000;
	padding: 0 5px;
}

.pageLink{
	padding:-1px 0 0 0;
}

.pageLink li{
	padding:13px 0 0 0;
	float: left;
}

.orderSection{
	float:right;
	margin:8px 40px 0 0;
}

.estateCount2{
	padding: 0px 10px 0 20px;
	float: left;
}

.estateCount2 span{
	font-weight:bold;
	font-size:24px;
	color:#ff0000;
	padding: 0 5px;
}

.pageLink2{
	padding:-1px 0 0 0;
}

.pageLink2 li{
	margin:-3px 0 0 0;
	float: left;
}

.orderSection2{
	float:right;
	margin:-8px 40px 0 0;
}

.check{
	float:left;
	margin:5px 2px 0 316px;
}

.check2{
	float:right;
	margin:20px 5px -10px 0;
}

.qa{
	float:right;
	margin:5px 0 20px 0;
}
.qa2{
	float:right;
	margin:20px 0 6px 0;
}

.list-bottom-border{
	border-top: 1px dotted #000099;
	margin: 0 5px;
}

.area-list{
	text-align:left;
	font-size:16px;
}

#exp table{
	width: 650px;
	border-top: 1px dotted #000099;
	margin: 0 5px;
}

#exp table th,
#exp table td{
	font-size: 14px;
	padding: 0 0;
	margin: 0 0;
}

#exp td.mainImg{
	width: 200px;
	text-align: center;
	vertical-align: middle;
}

#exp td.mainImg img{
	width: 150px;
	margin-right: 10px;
}

#exp td.center{
	width: 210px;
	padding:5px 0 0 0;
}
#exp td.center p{
	margin: 0 0;
}

#exp td.notes{
	width: 200px;
	background-color: #F4F4F4;
}

#exp td.notes p{
	font-size: 13px;
	margin: 0 0;
	padding: 3px 0 3px 5px;
	background-color: #F4F4F4;
	border-bottom: 1px dotted #cccccc;
}

.notesin{
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 0 30px;
}

#exp tr.frame td{
	padding: 0 0 0 20px;
}

#exp table td.checkBtn{
	width: 30px;
	text-align: center;
	background-color: #FFF5DC;
}

#exp .price{
	font-size: 24px;
	font-weight: bold;
	color: #ff0000;
}

#exp table td.catchtd{
	background-color:#fcffde;
	text-align: left;
	font-size:14px;
}
.catch{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#fcffde;
}
.estatePage .catchimg{
	width:12px;
	height:12px;
	font-size:14px; 
}
/* 並べ替え(物件一覧ページ
--------------------------------------------------------------- */
#sorting{
	width:640px;
	height:50px;
	text-align:left;
	background-color: #F9F9E1;
	margin-left:10px;
}
.sortingin ul{
	float:left;
	margin:8px 0 0 0;
}
.sortingin li{
	margin:0 0 0 -20px;
}
.sortingin p{
	margin:0 0 0 -20px;
}

/* 物件詳細ページ ----------------------------------- */

#detail-title{
	background-color: #FFF5DC;
	margin:  0 5px;
	padding: 5px 10px 6px 10px;
}

#detail-title h2{
	width: 430px;
	float: left;
	text-align: left;
	margin: 0 0 0 0;
	font-size: 15px;
}

.datetime{
	text-align: right;
}

.main-img{
	width: 650px;
	margin: 10px auto 0 auto;
	display:block;
}
#gaikan-img{
	background-color: #ffffff;
}
#gaikan-img img{

	max-width: 255px;
	max-height: 255px;

}
.gaikan-image-pr{
	/*padding: 15px;*/
	width: 280px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 0 0 0 30px;
	vertical-align: middle;
}
#gaikan-img .gaikan-img-outer{
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 0 0 0 30px;
	background-color: #ffffff;
	vertical-align: middle;
}
.gaikan-img-division{
	/*padding: 15px;*/
	width: 280px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 0 0 0 30px;
	vertical-align: middle;
}
.sub-img-division{
	/*padding: 15px;*/
	width: 100%;
	height: 15px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	vertical-align: middle;
}
.sub-img-non-division{
	/*padding: 15px;*/
	width: 100%;
	height: 17px;
	border: none;
	background-color: #ffffff;
	vertical-align: middle;
}
#ieapi-outer{
	position:relative;
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 0 0 0 30px;
}


#detail-catch {
	width: 650px;
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size:16px;
}

#layout-img img{
	max-width: 255px;
	max-height:255px;

}
#layout-img .layout-img-outer{

	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	padding: 15px;
	margin: 0 5px 0 23px;
	background-color: #ffffff;
}
.layout-image-pr{
	width: 280px;
	/*padding: 15px;*/
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 0 5px 0 23px;
	vertical-align: middle;
}
.layout-image-division{
	width: 280px;
	/*padding: 15px;*/
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 0 0 0 23px;
	vertical-align: middle;
}
	
.sub-img{
	width: 655px;
	margin: 0 auto;
	margin-top: 20px;
	margin-left: 38px;
}

.sub-img ul li{
	width:120px;
	float:left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 8px;
}

.sub-img ul li img{
	width:110px;
	height:110px;
}

.estate-inquiry{
	width: 590px;
	margin: 10px auto;
}

.estate-mail{
	float: left;
}

.estate-tel{
	float: right;
	width: 282px;
	height: 109px;
	background: url('./backimg/banner_telephone.gif') no-repeat 0 0;
}

.estate-tel img{
	margin: 76px 30px 0 0;
}

table.estate-info{
	width: 620px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	text-align: left;
}

table.estate-info th{
	border: 1px solid #B4D172;
	padding: 3px 0 3px 10px;
	font-size: 13px;
	text-align: left;
}

table.estate-info td{
	width: 180px;
	border: 1px solid #B4D172;
	padding: 3px 0 3px 10px;
	font-size: 13px;
	text-align: left;
}

table.estate-info td.col,
table.estate-info th.col{
	background-color: #F4F4F4;
}

table.estate-info td.estateID{
	font-weight: bold;
	color: #0231FF;
}

table.estate-info td span.price{
	font-size: 20px;
	font-weight: bold;
	color: #FF3334;
}

.shop-info{
	width: 620px;
	margin: 0 auto;
	border: 1px solid #cccccc;
}

.shop-info table{
	width: 560px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.shop-info table th,
.shop-info table td{
	background-color: #FFEABF;
	padding: 3px 5px;
}

.shop-title{
	width: 620px;
	height: 29px;
	background: url('./backimg/obi_sub.gif') repeat-x 0% 0%;
	margin: 0 auto;
	text-align:left;
	border: 1px solid #cccccc;
}

.shop-title h3{
	padding: 8px 0 0 12px;
	margin: 0 0;
	font-weight: bold;
	font-size: 15px;
}

.shopname{
	text-align:left;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0 5px 10px;
}

.shop-img{
	width: 300px;
	height: 250px;
	margin: 0 10px 5px 5px;
	border: 1px solid #cccccc;
}

span.openMap{
	color: #000098;
	text-decoration: underline;
	list-style-type: none;
	cursor : pointer;
}

/* ローンシュミレーター */

#loan-box{
	background-color: #FFF8E8;
	border: 2px solid #FEC978;
	width: 595px;
	margin: 10px auto;
	padding: 3px 5px 3px 20px;
	text-align: left;
}

#loan-box input {
	text-align: right;
}

.loan-title{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 5px 0;
}

.loan-inp{
	float:left;
	margin:3px 8px;
	font-weight: bold;
}

.loan-inp input{
	text-align:right;
	margin: 3px 5px 3px 0;
	border: 1px solid #cccccc;
}

/* Google Map + Panoramio */

#googlemap{
	width: 600px;
	height: 300px;
	margin: 10px auto;
}

#panoramio{
	margin: 0 15px 10px 20px;
}

.panoramio-logo{
	text-align: right;
	margin: 20px 0 0 530px;
}

.panoramio-photo{
	float: left;
	width: 140px;
	margin: 15px 8px 0 8px;
}

.panoramio-img{
	width:120px;
	height:100px;
	padding: 8px 8px 20px 8px;
	margin: 0 0 5px 0;
	border: 1px solid #cccccc;
}

.panoramio-ico{
	margin-bottom:-6px;
}

/* サイドバー ------------------------------------- */

#side{
	background-color: #F4F4F4;
	width: 256px;
	margin: 0 22px 0 0;
	float: right;
	display: inline;
}

#side-left{
	background-color: #F4F4F4;
	width: 256px;
	margin: 0 0 0 22px;
	float: left;
	display: inline;
}

#mall{
	background-color: #FFFFFF;
	width: 234px;
	color: #ffffff;
	/*margin: 10px auto 0 auto;*/
	padding: 9px 0;
	border: 1px solid #70B704;
}
#mall p{
	margin: 5px;
	text-align: left;
}
#mall #mall-link{
	background-color: #ffffff;
	padding: 5px 0;
}

#mall #mall-link span{
	background: url('./backimg/arrow_orange.gif') no-repeat 0 60%;
	padding: 0 13px;
	font-size:105%;
}

#mypage{
	background: url('./backimg/mypage_bg.png') no-repeat 0 0;
	width: 237px;
	height:224px;
	margin: 15px 5px 20px 8px;
	text-align: center;
	font-weight: bold;
	
}
#mypage table{width: 212px;height: 100%; margin-left: 40px;}
#mypage table th {height:46px;}
#mypage #mypage-login-bnr{text-align: center;margin-left: 26px;margin-bottom: 77px;}
#mypage #mypage-login-bnr img{border: none;}
#mypage #mypage-bnr{text-align: center;margin-left: 15px;margin-bottom: 11px;}
#mypage #mypage-bnr img{border: none;}
#mypage #mypage-link{margin-left: 12px;}
#mypage #mypage-link a{font-size: 11px;text-decoration: none;vertical-align: bottom;}


.mentenance{
	margin: nene;
	text-align: left;
}

.mentenance table{
	margin:0;
	padding:0;
	margin-left:12px;
	width: 236px;
}
.mentenance table th{
	background: url("./backimg/obi_side.gif") no-repeat top right;
    height: 40px;
	background-color: #f4f4f4;
	border-bottom: 2px solid #ffaa00;
	text-align: center;
	vertical-align:bottom;
	font-size:16px;
	color: #ffffff;
}
.mentenance table td{
	background-color: #ffffff;
	text-align: left;
	border-top: 2px solid #ffaa00;
    border-bottom: 2px solid #2828AC;
    border-left: 2px solid #2828AC;
    border-right: 2px solid #2828AC;
}
.mentenance table td div{text-align: center;}
.mentenance table td span{
	font-weight: bold;
	text-align: center;
}
#fc-banner{
	margin: 10px 0;
}
.fc-banner{
	margin: 10px 0;
}
.img-banner{
	width:236px;
}

.site-search{
	margin: 15px 5px 20px 5px;
	text-align: left;
}

.input-box{
	margin: 10px 4px 0 3px;
	border: 1px solid #cccccc;
	float: left;
}

.search-btn1{
	float: right;
	margin: 7px 0 0 0;
}
.search-btn2{
	float: right;
	margin: 7px 0;
}
.search-btn3{
	float: right;
	margin: 7px 0;
}

.search-border{
	border-top: 1px dotted #cccccc;
	margin: 15px 7px 0 7px;
}

#number{
	background: url('./backimg/bg_number_side.gif') repeat-y 0 0;
	width: 221px;
	margin: 0 10px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	word-wrap: break-word;
}

#number-head{
	background: url('./backimg/bg_number_head.gif') no-repeat 0 0;
	width: 237px;
	height: 5px;
	margin: 10px 10px 0 10px;
}

#number-foot{
	background: url('./backimg/bg_number_foot.gif') no-repeat 0 0;
	width: 237px;
	height: 5px;
	margin: 0 10px 0 10px;
}

#number-u{
	margin: 5px 0;
}

#number-u span{
	font-size: 25px;
	margin: 0 6px 0 3px;
	color: red;
}

#number-d{
	font-size: 16px;
}

#number-d a{
	font-size: 25px;
	margin: 0 6px 0 3px;
}

#search-box{
	text-align: left;
	padding: 0 8px 0 0;
	margin: 13px 0 10px 10px;
}

#recommend-title,
#new-title{
	background: url('./backimg/obi_side.gif') no-repeat 0 0;
	width: 236px;
	height: 44px;
	margin: 15px auto 0 auto;
	line-height: 36px;
}

#recommend-title h3,
#new-title h3{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0 0;
	padding: 11px 0 0 8px;
}

#recommend,
#new{
	width: 222px;
	background-color: #ffffff;
	border-bottom: 2px solid #2828AC;
	border-right: 2px solid #2828AC;
	border-left:  2px solid #2828AC;
	margin: 0 auto;
	padding: 5px;
}

#recommend img,
#new img{
	float: left;
	margin: 3px;
	border: 1px solid #cccccc;
	width:100px;
}

.dotborder{
	border-top: 1px dotted #cccccc;
	margin: 7px 0;
}

#recommend div.explane,
#new div.explane{
	text-align: left;
	margin: 6px 0 0 3px;
}

#recommend div.explane span,
#new div.explane span{
	font-size: 13px;
	font-weight: bold;
	color: #FF3334;
}

/* エリア・沿線変更(物件一覧の下部) ------------------------- */

#changeArea{
	text-align: left;
	border: 1px solid #E1E1E1;
	margin: 15px 0 0 0;
}
.othSelect{
	padding: 0 10px;
}
.othSelect dt span{
	font-size:110%;
	font-weight: bold;
}

.othSelect dd{
	margin: 0 0 20px 0;
}
.othSelect li{
	display: inline-block;
	margin: 0 12px 0 0;
}

/* 検索条件リンク(物件一覧の下部) ------------------------- */

#estateLinks table{
	margin:10px 0;
}
#estateLinks table th{
	width:100px;
	font-size:110%;
	font-weight: bold;
	padding:5px;
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
}
#estateLinks td{
	width:580px;
	padding:5px 0;
	border: 1px solid #E1E1E1;
	text-align: left;
}
#estateLinks li{
	display: inline-block;
	margin: 0 0 0 10px;
}

/* .goTop：ページ上部へスクロール ---------------------------------- */

.goTop{
	clear: both;
	padding:5px 0 0 0;
	margin: 0 25px 8px 0;
	text-align: right;
}

/* フッター開閉リンク(物件一覧) --------------------------------------------------------*/
#relationlink-list{
	text-align:left;
}

.relationlink-text{
	padding: 5px 0 0 25px;
}

.drop-title{
	padding: 10px 0 10px 12px;
	font-weight: bold;
	font-size: 14px;
	background-color: #A5D8F3;
	border-top: 1px solid #3D9DCF;
	border-left: 1px solid #3D9DCF;
	border-right: 1px solid #3D9DCF;
}

.drop-box{
	width:632px;
	padding: 0 15px;
	margin: 0 0 0 0;
	float:left;
	border-left: 1px solid #3D9DCF;
	border-right: 1px solid #3D9DCF;
	border-bottom: 1px dotted #3D9DCF;
}

.drop-line{
	width:30px;
	background-color: #ffffff;
	border: 1px solid #3D9DCF;
	float: left;
	margin:10px 30px 0 20px;
	padding: 2px 7px;
	text-align: center;
	font-weight:bold;
}

.drop-list{
	width:600px;
	margin: 0 0 0 60px;
}

.dropdownb{
	line-height:18px;
	text-align: left;
}

.dropdownb ul {
	display:block;
	list-style-type: none;
	margin-left:0;
}

.dropdownb ul ul{
	display:none;
	position:absolute;
}

.dropdownb ul li.pref-link{
	float:left;
	width:130px;
	margin-right:40px;
	margin-bottom:10px;
	text-decoration:underline;
	color:#000099;
}

.dropdownb li li {
	clear:both;
}

.dropdownb li:hover {
	position:relative;
}

.dropdownb li:hover > ul {
	display: block;
}

.dropdownb li a{
	display: block;
}

.dropdownb-in li a{
	display: block;
	width:184px;
	background-color:#fff;
	margin-left:-42px;
	border: 1px solid #ffaa00;
	padding:1px 0 1px 3px;
	margin-top:-1px;
}

.ie7 .dropdownb-in li a{
	display: block;
	width:184px;
	background-color:#fff;
	margin-left:0px;
	border: 1px solid #ffaa00;
	padding:1px 0 1px 3px;
	margin-top:-1px;
}

.dropdownb-out ul li.pref-text{
	float:left;
	width:40px;
	vertical-align:bottom;
	margin-right:20px;
}


/* IE用 */
* html .dropdownb li{
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .dropdownb li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .dropdown li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

.dropdownb .column1 {position:relative;}
.dropdownb .column1 ul {display:block;}
.dropdownb .column1 * ul {display:none;}

.dropdownb .column2 {position:relative;}
.dropdownb .column2 ul {display:block;}
.dropdownb .column2 * ul {display:none;}

.dropdownb .column3 {position:relative;}
.dropdownb .column3 ul {display:block;}
.dropdownb .column3 * ul {display:none;}


/* フッター --------------------------------------- */

#footer{
	width:980px;
	background-color: #ffffff;
	margin: 10px auto 0 auto;
	text-align: center;
}

#footer-link{
	border-top: 1px solid #cccccc;
	margin:0 25px;
	padding:10px 0;
}

#footer-link a{
	margin: 0 5px;
}

#footer-banner{
	vertical-align:middle;
}

#footer-banner .footer-ad{
	margin-left: 8px;
}
	
#footer-copy{
	background-color: #000098;
	color: #ffffff;
	padding:10px 0;
}

/* 回り込み解除 ------------------------------------ */

.clear{
	clear:both;
}


/* トップページ開閉リンク --------------------------------------------------------*/
.tdrop-box{
	width:664px;
	float:left;
	display: inline;
}

.tdrop-line{
	float: left;
	display: inline;
}

.tdrop-area{
	width:132px;
	margin:8px 15px 0 20px;
}

.tdrop-list dl{
	width: 40px;
	float: left;
	margin-right: 20px;
}

.tdrop-list dl a {
	display: block;
}

.tdrop-list dl dt a {
	text-align: left;
}
.tdrop-list dl:hover dt a {
	background: #ffffff;
}
.tdrop-list dl dd {
	width:150px;
	display: none;
	margin-left: -32px;
}

.tdrop-list dl:hover dd {
	display: block;
	padding:2px;
}

.tdrop-list dd a {
	width:150px;
	padding:0 0 0 30px;
}


/* フッターリンク開閉リンク� --------------------------------------------------------*/
.tdrops-list{
	margin:13px 0 0 0;
}

.dropdown{
	line-height:18px;
	text-align: left;
}

.dropdown ul {
	display:block;
	list-style-type: none;
	margin-left:0;
}

.dropdown ul ul{
	display:none;
	position:absolute;
}

.dropdown ul li.pref-link{
	float:left;
	width:40px;
	margin-right:20px;
}

.dropdown li li {
	clear:both;
}

.dropdown li:hover {
	position:relative;
}

.dropdown li:hover > ul {
	display: block;
}

.dropdown li a{
	display: block;
}

.dropdown-in li a{
	display: block;
	width:134px;
	background-color:#fff;
	margin-left:-42px;
	border: 1px solid #ffaa00;
	padding:1px 0 2px 2px;
	margin-top:-1px;
}

.dropdown-out ul li.pref-text{
	float:left;
	width:40px;
	margin-right:20px;
}


/* IE用 */
* html .dropdown li{
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .dropdown li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .dropdown li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

.dropdown .column1 {position:relative;}
.dropdown .column1 ul {display:block;}
.dropdown .column1 * ul {display:none;}

.dropdown .column2 {position:relative;}
.dropdown .column2 ul {display:block;}
.dropdown .column2 * ul {display:none;}

.dropdown .column3 {position:relative;}
.dropdown .column3 ul {display:block;}
.dropdown .column3 * ul {display:none;}

/* 物件一覧絞り込み ------------------------------------------------------------------------ */

#selectTypeName-header{
	background: url('./backimg/header_search.gif') no-repeat 0 0;
	height:47px;
}

#selectTypeName-footer{
	background: url('./backimg/footer_serch.gif') no-repeat 0 0;
	height:21px;
}

#selectTypeName{
	background: url('./backimg/bg_serch.gif') repeat-y 0 0;
	padding: 5px 17px 10px 18px;
}

#selectTypeName fieldset{
	margin: 6px 0 0 0;
	padding: 0 0;
	text-align: left;
}

#selectTypeName .label{
	background: url('./backimg/arrow_orange.gif') no-repeat 5% 45%;
	padding: 0 10px 0 15px;
}

#selectTypeName ul{
	padding: 3px 5px;
}

#selectTypeName select{
	margin: 5px 0 5px 5px;
}

#changeData .pageHeader .estateCount{
	float: left;
	margin: 0 5px 0 0;
}

#changeData .pageHeader .estateCount span{
    padding: 0 3px;
}

form#inquery input#inq{
	padding:0 12px 0 0;

}
form#inquery input#query{
}
.orderBy dt,
.orderBy dd{
    float: left;
    margin: 0 1em 0 0;
}

/* 店舗一覧　&　全国の物件種別選択ページ
 ------------------------------------------------------------------------ */
.pref-title{
	padding:0 0 0 30px;
	font-weight:bold;
	font-size:18px;
}

.prefbox{
	width:640px;
}

.prefarea{
	padding:10px 0 0 40px;
}

.prefbox-list ul{
	float:left;
	margin-left:25px;
}

.prefbox-list ul li{
	width:45px;
	float:left;
	margin-left:20px;
	font-size:15px;
}

.area-title{
	padding:25px 0 0 20px;
	font-weight:bold;
	font-size:16px;

}
.area{
	float:left;
	width:40px;
	border:solid 1px #C0C0C0;
	padding: 5px 0 10px 0;
	margin: -1px 0 3px 3px;
	display:block;
}
.area a:hover{text-decoration:underline;}

.tenpoTable{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #ddd;
}
.huruta-mark-non{
	width:63px;
	border-bottom:1px solid #ddd;
}

.huruta-mark{
	background-image: url('../housedo_img/tenpo/huruta2.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	width:63px;
	border-bottom:1px solid #ddd;
}
.tempo-sate-mark{
	background-image: url('../housedo_img/tenpo/ico_housedo.png');
	background-position:center left;
	background-repeat:no-repeat;
	width:124px;
	border-bottom:1px solid #ddd;
}
.tempo-mall-mark{
	background-image: url('../housedo_img/tenpo/ico_mall.png');
	background-position:center left;
	background-repeat:no-repeat;
	width:124px;
	border-bottom:1px solid #ddd;
}
.tempo-baikyaku-mark{
	background-image: url('../housedo_img/tenpo/ico_baikyaku.png');
	background-position:center left;
	background-repeat:no-repeat;
	width:124px;
	border-bottom:1px solid #ddd;
}
.link-box1{
    padding: 8px 0 8px 0;
    text-align:left;
}
.link-box1 ul{
    padding:0;
}
.link-box1 li{
    list-style:disc;
}
.link-box1 span{
    color: #4B871A;
    font-weight: bold;
}
.link-box1 a:hover{text-decoration:underline;}

.link-box2{
    width:110px;
    padding: 2px 10px 5px 10px;
    text-align:right;
    vertical-align:top;
    font-size:12px;
    border-bottom:1px solid #ddd;
}

.link-box3{
    width:477px;
    padding: 2px 0 5px 0;
    font-size:12px;
    text-align:lift;
    border-bottom:1px solid #ddd;
}

.estate-select-box{
	margin: 20px 0 20px 85px;
}

.estate-select-box a{
	font-size: 15px;
	padding: 0 20px 0 0;
}

/* サイトマップ
 ---------------------------------------------------------------- */
.sm-box{
	width:632px;
}
.sm-line{
	padding:0 0 0 30px;
}
.sm-area{
	width:132px;
}
.sm-list{
	width:640px;
	padding:0 0 0 80px;
}

.sm-list ul{
	float: left;
	padding:0;
}

.sm-dd{
	line-height:18px;
	text-align: left;
}

.sm-dd ul {
	display:block;
	list-style-type: none;
	margin-left:0;
}

.sm-dd ul ul{
	display:none;
	position:absolute;
}

.sm-dd ul li.pref-link{
	float:left;
	width:40px;
	margin-right:20px;
}

.sm-dd li li {
	clear:both;
}

.sm-dd li:hover {
	position:relative;
}

.sm-dd li:hover > ul {
	display: block;
}

.sm-ddin ul{
	width:60px;
}

 /* IE7用 */
.ie7 .sm-ddin ul{
	margin-left:0;
}
 /* IE7用 */


.sm-ddin li a{
	display: block;
	width:132px;
	background-color:#fff;
	border: 1px solid #ffaa00;
	padding:1px 0 2px 2px;
	margin:-1px 0 0 -2px;
}


/* IE用 */
* html .sm-dd li{
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .sm-dd li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html .sm-dd li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}



.sm-dd .column1 {position:relative;}
.sm-dd .column1 ul {display:block;}
.sm-dd .column1 * ul {display:none;}

.sm-dd .column2 {position:relative;}
.sm-dd .column2 ul {display:block;}
.sm-dd .column2 * ul {display:none;}

.sm-dd .column3 {position:relative;}
.sm-dd .column3 ul {display:block;}
.sm-dd .column3 * ul {display:none;}



/* ---売りたい方--- */

.sell-preflist{
	padding:0 0 20px 0;
}

.sell-preflistin{
	padding:0 0 0 40px;
}

.sell-preflistin ul li{
	width: 60px;
	float:left;
}

/* --------- */
.sm-p{
	padding:15px 0 0 25px;
}
.sm-p a{
	padding: 0 0 0 20px;
}

/* --------- */
.smu-box{
	width:650x;
}
.smu-box1{
	width:314px;
	float:left;
	margin: 10px auto;
}
.smu-box2{
	width:314px;
	float:right;
}
.subu-title{
	background: url('./backimg/obi_sub.gif') repeat-x 0 0;
	height: 29px;
	text-align:left;
}

.subu-title p{
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 0 12px;
}

/* 404--------- */

#notfound p{
	font-weight: bold;
	font-size: 16px;
}

/* results-none--------- */

#results-none{
	margin:0 0 30px 0;
}

#results-none span{
	font-weight:bold;
	font-size:18px;
	color:#ff0000;
}

#results-none p{
	font-size:14px;
}

/* results-none--------- */

#results-none-area{
	text-align: center;
	margin:0 0 30px 0;
	padding:20px 0 0 0;
}

#results-none-area span{
	font-weight:bold;
	font-size:18px;
	color:#ff0000;
	padding:30px 0 0 0;
}

#results-none-area p{
	text-align: center;
	font-size:14px;
}

/* 売りたいページ--------- */

div#content3 p{
	font-size: 16px;
}

div#content3 p span{
	color: red;
	font-weight: bold;
}

#sell-catch{
	width: 930px;
	height: 300px;
	margin: 15px auto 35px auto;
}

#sell-title{
	width: 932px;
	height: 49px;
	margin: 15px auto;
	padding: 10px 0 0 0;
	background: url('./backimg/sell_inquiry_title.gif') no-repeat 0 0;
}

#sell-title span{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}

div#sell-form{
	margin: 0 auto 10px auto;
	border: 1px solid #cccccc;
	border-width: 1px 1px 0 1px;
	border-spacing: 0;
	text-align: left;
	font-size: 16px;
}

div#sell-form div.input-title{
	width: 300px;
	height: 40px;
	background-color: #F5F5F5;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 15px 0 5px 10px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
}

div#sell-form div.input-form{
	width: 917px;
	height: 40px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px 0 10px 10px;
}

div#sell-form span{
	font-size:14px;
	color: red;
	font-weight: bold;
}

div#sell-form select{
	border: 1px solid #cccccc;
}

input.must{
	background-color: #F7C8C8;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 3px;
}

input.normal{
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 3px;
}

div#sell-form div.input-title-tel,
div#sell-form div.input-title-mail{
	width: 300px;
	height: 45px;
	background-color: #F5F5F5;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 15px 0 5px 10px;
	margin-right: 20px;
	float: left;
	font-weight: bold;
	display: none;
}

div#sell-form div.input-form-tel,
div#sell-form div.input-form-mail{
	width: 917px;
	height: 45px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 10px 0 10px 10px;
	display: none;
}


/* マイページ登録紹介ページ--------- */

#loginu{
	float:right;
	position:relative;
	bottom:20px;
	left:264px;
	color: #ff3300;
}

#loginu a{
	color: #ff3300;
}

#loginu a:hover{
	color: #FE7AF4;
}


#logind{
	position:relative;
	top:6px;
	left:178px;
	color: #000099;
}


#landing-wrap{
	width: 940px;
	margin:auto;
}

#landing-up{
	height:16px;
	background: url('./backimg/bg_lupper.jpg') no-repeat 0 0;
}

#landing-middle{
	background: url('./backimg/bg_lmiddle.jpg') repeat-y 0 0;

}

#landing-head{
	width:902px;
	height:255px;
	background: url('./backimg/lheader.jpg') no-repeat 0 0;
	margin:auto;
}

#landing-headin{
	padding:169px 0 0 286px;
}



.lbox{
	width:902px;
	margin:auto;
	text-align:left;
	font-size:14px;
}

#merit h1{
	margin:0;
}


#merit1{
	width:455px;
	height:278px;
	background: url('./backimg/merit_01.jpg') no-repeat 0 0;
	float:left;
}

.box{
	width:240px;
	position:relative;
	top:130px;
	left:60px;
	line-height:150%;
}

.box2{
	width:240px;
	position:relative;
	top:128px;
	left:30px;
	line-height:150%;
}


#merit2{
	width:447px;
	height:278px;
	background: url('./backimg/merit_02.jpg') no-repeat 0 0;
	float:left;
}

#merit3{
	width:455px;
	height:274px;
	background: url('./backimg/merit_03.jpg') no-repeat 0 0;
	float:left;
}

#merit4{
	width:447px;
	height:274px;
	background: url('./backimg/merit_04.jpg') no-repeat 0 0;
	float:left;
}

#merit5{
	width:455px;
	height:288px;
	background: url('./backimg/merit_05.jpg') no-repeat 0 0;
	float:left;
}

#merit6{
	width:447px;
	height:288px;
	background: url('./backimg/merit_06.jpg') no-repeat 0 0;
	float:left;
}


#landing-foot{
	width:902px;
	height:112px;
	background: url('./backimg/lfooter.jpg') no-repeat 0 0;
	padding:20px 0 0 170px;
}

#landing-footer{
	width:940px;
	height:16px;
	background: url('./backimg/bg_lbottom.jpg') no-repeat 0 0;
}



/* 店舗紹介ページ--------- */

#center-content{
	border: 1px solid #C0C0C0;
	padding: 16px 10px 10px 10px;
}

.photoagallery1{
	margin: 10px 0 20px 0;
}
.photoagallery2{
	margin: 24px 0 20px 0;
	float:left;
}
.photoagallery3{
	text-align: center;
	float:left;
}

.photoagallery4{
	text-align: center;
}


.photobox{
	margin-left:86px;
	width:200px;
	float:left;
}


.photoframe{
	margin: 10px 0 0 10px;
	padding: 2px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #cccccc #aaaaaa #aaaaaa #cccccc;
}

.shop_bnr{
	margin:10px 4px 10px 10px;
}

table.list-box{
	width: 90%;
	margin:auto;
}
.list-box th{
	padding:10px 8px;
	border:solid #000099 1px;
}
.list-box td{
	text-align:left;
    	padding:5px 8px;
   	border:solid #000099 1px;
}

.list-box td span{
	font-weight:bold;
	font-size:28px;
}

.tenpo-box{
	width:664px;
	float:left;
	margin:0 0 10px 10px;
}

.tenpo-area{
	width:132px;
	margin:8px 15px 0 0;
	float: left;
}

.tenpo-list ul li{
	width: 40px;
	float: left;
	margin-right: 20px;
}

.nobig{
	float:left;
}

.nobig p{
	text-align:left;
	font-weight:bold;
	font-size:34px;
	margin-left:20px;
}

.come{
	float:left;
	margin:20px 0 0 0;
}
.come p{
	font-size:12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.come2{
	margin:20px 0 0 0;
	clear:both;
}
.come2 p{
	font-size:15px;
}

.come2 p span{
	color:#000;
	font-weight:bold;
}

.estate-banner{
	width: 640px;
	margin:14px 0 14px 10px;
}

.banner-mail{
	float: left;
}

.banner-tel{
	margin: 0 0 0 10px;

}

.banner-tenpo{
	margin:0 0 0 10px;
	float: left;
}

p.panoNotice{
    color:#a9a9a9;
    font-size: 11px;
}
p.lowNotice{
	text-align:left;
    color:#a9a9a9;
    font-size: 11px;
}
/* 物件PR */
.estatePR-title{
	width: 620px;
	height: 29px;
	background: url('./backimg/obi_sub.gif') repeat-x 0% 0%;
	margin: 0 auto;
	text-align:left;
	border: 1px solid #cccccc;
}
.estatePR-title h3{
	padding: 8px 0 0 12px;
	margin: 0 0;
	font-weight: bold;
	font-size: 15px;
}
.estatePR-info {
	width: 620px;
	border: 1px solid #cccccc;
	margin: 0 auto  10px;
	word-wrap: break-word;
	word-break: break-all;
	text-align:left;
}
.estatePR-info div{
	padding: 5px 5px 5px 5px;
}


/* #zouzei
-----------------------------------*/
#zouzei {
	padding: 20px;
	line-height: 1.6;
}
	#zouzei div,
	#zouzei ul,
	#zouzei li,
	#zouzei p,
	#zouzei span,
	#zouzei table,
	#zouzei th,
	#zouzei td {
		margin: 0;
		padding: 0;
		color: #000;
		font-weight: normal;
	}
	
	#zouzei .section01 {
		margin-top: 40px;
	}
	#zouzei p {
		line-height: 1.6;
		margin-top: 20px;
	}
	
	#zouzei .sub-title p {
		padding-left: 1em;
		font-weight: 900;
		text-shadow: 0 1px 0 #fff;
	}
	
	#zouzei .ttl02 {
		background: url(../housedo_img/zouzei/bg-ttl02.png) repeat-x 0 50%;
		width: 90%;
		margin: 0 auto;
	}
	
	#zouzei .ttl02 span {
		background-color: #fff;
		font-weight: 900;
		color: #0f348c;
	}
	
	#zouzei .ttl03 {
		background: url(../housedo_img/zouzei/bg-ttl03.png) repeat-y 0 0;
		padding-left: 0.8em;
		text-align: left;
		font-size: 15px;
		font-weight: 900;
	}
	
	
	/* table */
	#zouzei table {
		width: 90%;
		margin: 10px auto;
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	#zouzei table th,
	#zouzei table td {
		padding: 0.4em 0.6em;
		border: 1px solid #ccc;
	}
	#zouzei table th {
		font-weight: 900;
	}
	#zouzei table td {
		text-align: left;
	}
	#zouzei tbody th {
		text-align: left;
	}
	
	/* tbl01 */
	#zouzei .tbl01 thead th {
		background-color: #b7e6ff;
		font-weight: 900;
	}
	#zouzei .tbl01 tbody th {
		background-color: #d9f1fe;
	}
	#zouzei .tbl01 tbody .th-style01 {
		background-color: #b7e6ff;
		width: 2em;
	}
	#zouzei .tbl01 .even {
		background-color: #f1faff;
	}
	
	/* tbl02 */
	#zouzei .tbl02 tbody th {
		background-color: #ffe9c6;
	}
	#zouzei .tbl02 tbody .th-style02 {
		background-color: #ffd390;
		width: 2em;
	}
	#zouzei .tbl02 .even {
		background-color: #fff6e7;
	}
	
	/* btn-unit */
	.btn-unit {
		text-align: center;
		margin-top: 20px !important;
	}
	.btn-unit li {
		display: inline;
		padding: 0 10px !important;
	}
	
	/* terms-list */
	#zouzei .terms-list {
		border: 1px dotted #b2b2b2;
		width: 90%;
		margin: 10px auto;
		padding: 10px 20px;
		border-radius: 4px;
	}
	#zouzei .terms-list ul {
		margin-bottom: 20px;
	}
	#zouzei .terms-list ul li {
		background: url(../housedo_img/zouzei/icon-disc.png) no-repeat 0 0.6em;
		padding-left: 0.8em;
		text-align: left;
		margin-top: 0.4em;
	}
	
	#zouzei .arw-link {
			background: url(../housedo_img/zouzei/icon-arw.png) no-repeat 0 50%;
			padding-left: 1em;
			font-size: 12px;
	}
	#zouzei .colWidth05 { width: 5%;}
	#zouzei .colWidth08 { width: 8%;}
	#zouzei .colWidth10 { width: 10%;}
	#zouzei .colWidth15 { width: 15%;}
	#zouzei .colWidth20 { width: 20%;}
	#zouzei .colWidth25 { width: 25%;}
	#zouzei .colWidth30 { width: 30%;}
	#zouzei .colWidth35 { width: 35%;}
	#zouzei .colWidth40 { width: 40%;}
	#zouzei .colWidth45 { width: 45%;}
	#zouzei .colWidth50 { width: 50%;}
	#zouzei .marginTop0 { margin-top: 0;}
	#zouzei .marginTop10 {	margin-top: 10px;}
	#zouzei .marginTop20 {	margin-top: 20px;}
	#zouzei .marginTop30 {	margin-top: 30px;}
	#zouzei .marginTop50 {	margin-top: 50px;}
	#zouzei .alignCenter { text-align: center;}
	#zouzei .alignRight { text-align: right;}
	#zouzei .nowrap { white-space: nowrap;}
	#zouzei .note01 { font-size:10px;}
	#zouzei .em01 { font-weight: 900; color: #f00;}
	#zouzei .em02 { font-weight: 900;}
