@charset "utf-8";
/* --------------------------------------------------------------------

全ページ共用スタイル

-------------------------------------------------------------------- */
body{
	margin:0;
	padding:0;
	color:#333;
	text-align:center;
	background-color:#fff;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	}

/* markup CSS */
div{margin:0;padding:0;}
form,input{padding:0;margin:0;}	
p{padding:0;margin:0;}
th{font-style:normal;font-weight:normal;text-align:left}
td{vertical-align:top;}
img{border:0;margin:0;padding:0;}
ul{margin:0;padding:0;}
li{margin:0;padding:0;}
dl{margin:0;padding:0;}
dt{margin:0;padding:0;}
dd{margin:0;padding:0;}
em{font-style:normal;font-weight:bold;}
h1,h2,h3{margin:0;padding:0;}
span{margin:0; padding:0;}
table{line-height:150%; font-size:100%;}

/* ----------------------------------------------------------------- */

a{color:#0094e1;text-decoration:underline;outline:0;}
a:visited{color:#0094e1;text-decoration:underline;}
a:hover{color:#ff3333;text-decoration:underline;}

/* --------------------------------------------------------------------

Float Clearing

-------------------------------------------------------------------- */
.clearFix { zoom: 1; }/* for IE 5.5-7 \*/
.clearFix:after {
 content: ".";  
 display: block;  
 visibility: hidden;  
 height: 0.1px;  
 font-size: 0.1em;  
 line-height: 0;  
 clear: both;  
	}

/* --------------------------------------------------------------------

構造

-------------------------------------------------------------------- */

/*マージン*/
.mar-t3{	margin-top:3px;	}
.mar-t10{	margin-top:10px;	}
.mar-t20{	margin-top:20px;	}
.mar-t30{	margin-top:30px;	}
	
.mar-r5{	margin-right:5px;	}
.mar-r10{	margin-right:10px;	}
.mar-r15{	margin-right:15px;	}
.mar-r20{	margin-right:20px;	}

.mar-b2{	margin-bottom:2px;	}
.mar-b5{	margin-bottom:5px;	}
.mar-b10{	margin-bottom:10px;	}
.mar-b15{	margin-bottom:15px;	}
.mar-b20{	margin-bottom:20px;	}
.mar-b30{	margin-bottom:30px;	}
.mar-b40{	margin-bottom:40px;	}
.mar-b50{	margin-bottom:50px;	}
.mar-b60{	margin-bottom:60px;	}
.mar-b270{	margin-bottom:255px;}
	
.mar-l5{	margin-left:5px;	}
.mar-l10{	margin-left:10px;	}
.mar-l30{	margin-left:30px;	}




/* -------- 全体 -------- */

body{
	background:url(../image/common/bg_all.gif);
	}

#wrap{
	width:820px;
	margin:0 auto;
	color:#333;
	text-align:center;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	background-color:#ffffff;
	font-size:0.8em;
	line-height:1.5em;
	}
	
#page{
	width:750px;
	margin:0 auto;
	}
	
.logo{
	float:left;
	margin:10px 0 0 0;
	text-align:left;
	width:315px;
	}

.Snavi{
	float:right;
	display:inline;
	padding:10px 0 0 0;
	}

.Snavi ul li img{
	vertical-align:middle;
	margin:0 5px 0 0;
	}

.Snavi ul li{
	float:left;
	margin:0 0 0 15px;
	list-style:none;
	}

.Gnavi{
	margin:20px 0 15px 0;
	}

.Gnavi ul li{
	float:left;
	display:block;
	width:150px;
	list-style:none;
	}

.footerBox{
	text-align:right;
	padding:20px 0 0 0;
	}

.back-top a{ color:#333333;text-decoration:underline;}
.back-top a:visited{ color:#333333;text-decoration:underline;}
.back-top a:hover{color:#ff3333;text-decoration:underline;}
	
.back-top{
	padding:15px 35px 5px 0;
	}

.back-top img{
	vertical-align:middle;
	margin:0 0 0 5px;
	}

.footer{
	background:#eeeeee;
	height:80px;
	margin:10px 0 0 0;
	}

.bnrBox{
	width:430px;
	height:28px;
	text-align:right;
	float:left;
	padding:10px 0 0 35px;
	}

.bnrBox ul li{
	float:left;
	margin:0 10px 0 0;
	list-style:none;
	}

.copy{
	text-align:right;
	padding:10px 35px 25px 0;
	}
	
#ContentsBox{
	text-align:center;
	}

#contents{
	width:740px;
	margin:0 auto;
	text-align:left;
	}

.red{
	color:#ff3333;
	}

h2{
	width:740px;
	height:31px;
	font-size:125%;
	color:#000000;
	text-align:left;
	padding:6px 0 0 35px
	}

.h3-ttl{ 
	text-align:left;
	padding:0 0 0 12px;
	background:url(../image/contents/h3_ttl.gif) no-repeat left;
	font-size:115%;
	}
	
/*--各ページh2--*/

.h2-dev{ background:url(../image/h2/h2_development.gif) no-repeat center top; }
.h2-chukai{	background:url(../image/h2/h2_chukai_.gif) no-repeat center top; }
.h2-reform{ background:url(../image/h2/h2_reform.gif) no-repeat center top; }
.h2-recruit{ background:url(../image/h2/h2_recruit.gif) no-repeat center top; }
.h2-company{ background:url(../image/h2/h2_company.gif) no-repeat center top; }
.h2-other{ background:url(../image/h2/h2_other.gif) no-repeat center top; }



/*----TOP------*/

.indexBox{	text-align:left;
	}

.top-Left{
	width:240px;
	margin:0 26px 0 0;
	float:left;
	}

.newstable{
	width:240px;
	}

.newstable tr td{
	border-bottom:dotted #b7b2ae 1px;
	padding:5px 0 5px 8px;
	}

.btn-chukai{
	background:url(../image/index/btn_chukai.jpg) top left no-repeat;
	width:240px;
	height:100px;
	}

.btn-reform{
	background:url(../image/index/btn_reform.jpg) top left no-repeat;
	width:240px;
	height:100px;
	}

.btn-reformT{
	background:url(../image/index/btn_reform_03.jpg) no-repeat right top;
	width:131px;
	height:67px;
	padding-top:5px;
	}

.btn-chukaiT{
	background:url(../image/index/btn_chukai_03.jpg) no-repeat right top;
	width:131px;
	height:67px;
	padding-top:5px;
	line-height:130%;
	}

.btn-reformL{
	float:left;
	width:109px;
	}

.btn-reformR{
	float:right;
	width:131px;
	}

.Left-bnr{
	width:240px;
	}

.top-Right{
	width:480px;
	float:right;
	}

.recomend-table{
	width:480px;
	border-bottom:dotted #b7b2ae 1px;
	}

	
.reco-info{
	text-align:right;
	padding:10px 8px 10px 0;
	}

.reco-info img{
	vertical-align:middle;
	margin:0 5px 0 0;
	}


.reco-img{
	width:173px;
	padding:15px 15px 15px 8px;
	}

.reco-txt{
	padding:15px 0 0 0;
	}

/*--分譲住宅--*/

.devtable{
	width:740px;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	margin:0 auto 30px;
	}

.devtable02{
	width:740px;
	margin:0 auto;
	border:1px solid #bbbbbb;
	}

.devtable th{
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	background:#d6e4f0;
	padding:3px 5px;
	}

.devtable02 th{
	text-align:left;
	vertical-align:middle;
	border-bottom:1px solid #bbbbbb;
	background:#eee;
	font-size:115%;
	font-weight:bold;
	padding:5px 0 5px 10px;
	}

.outside{
	width:740px;
	margin:10px 0 30px 0;
	padding:40px 0 0 0;
	border-top:1px dotted #bbbbbb;
	}

.h3-past{
	text-align:left;
	border-bottom:dotted 1px #bbb;
	background:#eee;
	padding:5px 10px;	
	}
	
.devtable td{
	text-align:center;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	vertical-align:middle;
	padding:5px;
	}

.devtable02 td{
	text-align:left;
	vertical-align:middle;
	padding:10px 0 10px 15px;
	width:33%;
	}

.devtable .th01{	width:20%;	}
.devtable .th02{	width:38%;	}
.devtable .th03{	width:36%;	}
.devtable .th04{	width:6%;	}


/*--仲介物件--*/


.chutable{
	width:740px;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	margin:0 auto 30px;
	}

.chutable th{
	text-align:center;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	background:#ffd8d8;
	padding:3px 5px;
	}
	
.chutable td{
	text-align:center;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	vertical-align:middle;
	padding:5px;
	}

.chutable .th01{	width:20%;	}
.chutable .th02{	width:30%;	}
.chutable .th03{	width:13%;	}
.chutable .th04{	width:6%;	}


/*---Reform---*/

.reform-point{
	background:url(../image/contents/ic_reform_point.gif) no-repeat left top;
	padding:2px 0 0 130px;
	margin:5px 0 0 0;
	height:19px;
	}


/*---Recruit---*/
.recruittable{
	width:740px;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	}

.recruittable th{
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding:10px 0 10px 5px;
	background:#fffae4;	
	}

.recruittable td{
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding:10px 0 10px 5px; 	
	}

/*---Company---*/

.company-img01{
	float:right;
	margin:0 0 0 20px;
	}

.company-img02{
	float:right;
	}

.company-img03{
	float:left;
	margin:0 20px 0 0;
	}

.company-gaiyo{
	float:left;
	}

.company-gaiyo th{
	vertical-align:top;
	font-weight:bold;
	padding:0 20px 15px 2px;
	}

.company-gaiyo td{
	padding:0 0 15px 0;
	}

.company-enkaku th{
	vertical-align:top;
	font-weight:bold;
	padding:0 20px 15px 2px;
	}

.company-enakaku td{
	padding:0 0 15px 0;
	}

.com-map{
	float:left;
	margin:0 5px 30px 0;
	}
	
.map-btn{
	text-align:center;
	}


/*--セキュリティポリシー--*/

.secu-ul{
	margin:0 0 30px 20px;
	line-height:160%;
	}
.secu-link a{ color:#333333; }
.secu-link a:visited{ color:#333333; }
.secu-link a:hover{color:#ff3333;text-decoration:underline;}

.secuBox dt{
	font-weight:bold;
	margin:0 0 5px 0;
	}

.secuBox dd{
	margin:0 0 30px 0;
	line-height:150%;
	}

.secuBox ul{
	margin:5px 0 0 15px;
	}

.secuBox li{
	list-style:none;
	}


/*--お問合わせ--*/
.contact-num{
	font-size:125%;
	font-weight:bold;
	}

.contacttable{
	width:740px;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	}

.contacttable th{
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding:5px 0 5px 5px;
	background:#eeeeee;
	}

.contacttable td{
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	padding:5px 0 5px 5px;
	vertical-align:middle;
	}

.contacttable .td01{
	width:26%;
	background:#d6e4f0;
	vertical-align:middle;
	}
	
.send-btn{
	text-align:center;
	}

.con-check01{ margin:0 3px 0 0;	}
.con-check02{ margin:0 3px 0 15px;	}

.input01{ width:98%; }
.input02{ width:70%; }

input{ vertical-align:middle; }

/*--サイトマップ--*/
.ttl-sitemap{
	width:740px;
	border-bottom:1px dotted #bbbbbb;
	padding-bottom:5px
	}

.sitemaptable{
	width:740px;
	}

.sitemaptable th{
	width:20%;
	background:url(../image/common/ico_right.gif) no-repeat left;
	padding:8px 0 10px 25px;
	}

.sitemaptable td{
	padding:8px 0 10px;
	}
	
/*--物件詳細--*/
.btn-back{
	text-align:left;
	}

.btn-back img{
	vertical-align:middle;
	margin:0 5px 0 0;
	} 

.phototable{
	width:740px;
	}

.phototable .td01 img,.phototable .td02 img{
	height:inherit;
	}

.con-detable01,.con-detable02,.con-detable03,.con-detable04{
	width:740px;
	border-bottom:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	vertical-align:top;
	}

.con-detable01 th,.con-detable02 th{
	text-align:center;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	background:#ffd8d8;
	padding:5px
	}

.con-detable03 th,.con-detable04 th{
	text-align:center;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	background:#d6e4f0;
	vertical-align:top;
	padding:5px
	}

.con-detable01 td,.con-detable02 td,.con-detable03 td,.con-detable04 td{
	text-align:left;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	vertical-align:middle;
	padding:5px 0 5px 5px;
	}

.con-detable01 th,.con-detable03 th{	width:10%;	}
.con-detable01 td,.con-detable03 td{	width:15%;	}
.con-detable02 th,.con-detable04 th{	width:15%;	}
.con-detable02 td,.con-detable04 td{	width:35%;	}

.td-blank{	width:20px;	}
