@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	-webkit-print-color-adjust: exact;
	background-color: #4E5869;
	margin: 0;
	padding: 0;
	color: #000;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
    font-size: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}

li {  list-style: none;}
p.Permalink{	text-align: right; }
a img {	border: none;}
a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {	text-decoration: none;}

#wrapper {
	top: 0;
	left: 0;
	width: 100%;
 	background-color: #f4f4ee;
	overflow-x:hidden;
	position:relative;
}

#container{
	margin-left: 155px;
    float: left;
	width: 100%;
	padding: 5px 10px 0 10px;
}

#content {	width: 85%;}

#content:after {
  font-size:1px;
  content:".";
  display:block;
  height:0px;
  clear:both;
}
#content {  zoom:1;}

#header {
    float: left;	
	width: 145px;	
	margin-right: -155px;
	padding: 5px 0px 0 10px;
    position: relative;	
}

/*＝＝＝ロゴボックス＝＝＝＝＝＝＝＝＝*/
.logo_box {
    margin: 5px 0 10px;
	height:150px;
	width: 143px;
	margin: 0 5px 10px 0;
	background-color: #fff;
	border:solid 1px #000;
	border-radius: 5px;		
}
.logo_box{
    /*display:table;*/
    text-align: center;
}
.logo_box > *{
    /*display:table-cell;*/
    vertical-align: middle;
}


/*＝＝＝検索ボックス＝＝＝＝＝＝＝＝＝*/
#search_box {
	height:100px;
	width: 125px;
	background-color: #ddd;
	padding: 10px;
	margin-bottom: 0px;
	border-radius: 5px
}
.search_top {
	float: left;
}

.search_top select {
	width: 88px;
}

.city{
	width: 80px;	
	
	}

.find{float: right;
	margin-right: 2px;
}

#search_inner_box{
	width: 270px;
	padding: 30px 10px;
}
#search_inner_box select {
	height:25px;
	width: 150px;
	font-size:100%;
}
.search_name{
	height:25px;
	width: 98px;
}

/*＝＝＝ナビボックス＝＝＝＝＝＝＝＝＝*/
nav{
	width: 145px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*＝＝＝リンクボックス＝＝＝＝＝＝＝＝＝*/
#link_box {
	height:120px;
	width: 125px;
	background-color: #ddd;
	padding: 10px;
	margin-bottom: 0px;
	border-radius: 5px
}

#link_box img{
	margin-bottom: 10px;
}
/*＝＝＝検索メニュー＝＝＝＝＝＝＝＝＝*/
ul.nav01 {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 10px;
}
ul.nav01 li {
	border-bottom: 1px solid #666;
}

ul.nav01 li a, ul.nav01 li a:visited {
	padding: 8px 5px 8px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 80%;
}
ul.nav01 li a:hover, ul.nav01 li a:active, ul.nav01 li a:focus {
	color: #FFF;
	font-size: 80%;
}
/*　アパート　*/
.nav_Or a, .nav_Or a:visited {	background-color: #eb8d00; }
.nav_Or a:hover, .nav_Or a:active, .nav_Or a:focus {	background-color: #ff9900;}
/*　マンション　*/
.nav_Pur a, .nav_Pur a:visited {	background-color: #806ec4; }
.nav_Pur a:hover, .nav_Pur a:active, .nav_Pur a:focus {	background-color: #511fc4;}
/*　一戸建て　*/
.nav_Gur a, .nav_Gur a:visited {	background-color: #57c69d; }
.nav_Gur a:hover, .nav_Gur a:active, .nav_Gur a:focus {	background-color: #1c916a;}
/*　事務所・店舗　*/
.nav_Bul a, .nav_Bul a:visited {	background-color: #69bee4; font-weight: 900; text-shadow: 1px 2px 1px rgba(35,160,200,1);}
.nav_Bul a:hover, .nav_Bul a:active, .nav_Bul a:focus {	background-color: #1ea7e4;}
/*　借地・駐車場　*/
.nav_Yel a, .nav_Yel a:visited {	background-color: #ffd400; font-weight: 900; text-shadow: 1px 2px 3px rgba(105,88,14,0.6); }
.nav_Yel a:hover, .nav_Yel a:active, .nav_Yel a:focus {	background-color: #e5c211;}
/*　売買物件　*/
.nav_Pin a, .nav_Pin a:visited {	background-color: #f8aec4; font-weight: 900; text-shadow: 1px 2px 3px rgba(127,91,103,0.6); }
.nav_Pin a:hover, .nav_Pin a:active, .nav_Pin a:focus {	background-color: #f85787;}

/*＝＝＝通常メニュー＝＝＝＝＝＝＝＝＝*/
ul.nav02 {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 5px;
}
ul.nav02 li {
	border-bottom: 1px solid #666;
	
}
ul.nav02 li a, ul.nav02 li a:visited {
	padding: 8px 5px 8px 10px;
	display: block;
	text-decoration: none;
	background-color: #f89752;
	color: #fff;
	font-size: 80%;
	
}
ul.nav02 li a:hover, ul.nav02 li a:active, ul.nav02 li a:focus {
	background-color: #f87416;
	color: #FFF;
	font-size: 80%;
}
/*　navの画像とテキストを*/
img.nav_cell {
	 vertical-align: -5px; 
}

/*＝＝＝トップコンテンツ＝＝＝＝＝＝＝＝＝*/

.content_box01{
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 287px;
	height: 397px;
	background-color: #101e89;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 100%;
	line-height:140%;
	color: #fff;
	/*text-align: center;*/
}

.content_box01 a, .content_box01 a:visited{
	text-decoration: none;
	color: #fff;
}
.content_box01 > *{
    /*display:table-cell;*/
    vertical-align: middle;
}


.content_box02{
	margin: 0 5px 5px 0;
	padding: 0px;
	width: 287px;
	height: 192px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 80%;
	line-height:140%;
    text-align: center;
}

.content_Title {
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 287px;
	height: 192px;
	border-radius: 5px;	
	float: left;
	font-size: 100%;
	line-height:120%;
    /*display:table;*/
    text-align: center;
}
.content_Title a, .content_Title a:visited{
	text-decoration: none;
	color: #fff;
}
.content_Title > *{
    /*display:table-cell;*/
    vertical-align: middle;
}
/*
.vOra{	background-color: #f87416;	border:solid 4px #f89752; }
.vOra a:hover, .vOra a:active, .vOra a:focus {	background-color: #f89752; }
*/
.tGre{	background-color: #57c69d;	border:solid 4px #57c69d; }
.tGre a:hover, .tGre a:active, .tGre a:focus {	background-color: #1c916a; }

.Title_inn {
margin:10px 0 0 0px;	
}

.tel {
font-size: 140%;
}

.content_box02_Sli {
	width: 287px;
	margin:-80px 0 0 0px;	
    text-align: center;
	color: #fff;
	font-size: 160%;
	line-height:140%;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.9);
}

.VTR{	background-color: #000; }
.VTR_in{ margin: 5px 1px;	}


.content_box03{
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 137px;
	height: 192px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 80%;
	line-height:100%;
}

.content_box03 a:link {
	color:#414958;
	text-decoration: none;
}
.content_box03 a:visited {
	color: #4E5869;
	text-decoration: none;
}

.listBox h3 {
  font-size: 100%;
    margin: 0px;
    padding: 0px;
}

li.red{	color: #ff0000; text-align: right; }

.entrytt ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.entrytt li {line-height: 120%;
    margin: 0px;
    padding: 0px;
}

.content_cate {
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 137px;
	height: 192px;
	border-radius: 5px;	
	float: left;
	font-size: 120%;
	line-height:100%;
    text-align: center;
}
.content_cate p{
	margin: 5px 0;	
	font-size: 100%;
    text-align: center;
	color: #fff;
}


.content_cate a, .content_cate a:visited{
	text-decoration: none;
	color: #fff;
}
.content_cate > *{
    vertical-align: middle;
}

.Pin{	background-color: #f8aec4;	border:solid 4px #f8aec4; font-weight: 900; /*	text-shadow: 1px 2px 3px rgba(127,91,103,1.0);*/ }
.Pin a:hover, .Pin a:active, .Pin a:focus {	background-color: #f85787; }

.Yel{	background-color: #ffd400;	border:solid 4px #ffd400; font-weight: 900;	text-shadow: 2px 2px 5px rgba(105,88,14,0.3); }
.Yel a:hover, .Yel a:active, .Yel a:focus {	background-color: #e5c211; }

.Blu{	background-color: #69bee4;	border:solid 4px #69bee4; font-weight: 900;  }
.Blu a:hover, .Blu a:active, .Blu a:focus {	background-color: #1ea7e4; }

.Pur{	background-color: #806ec4;	border:solid 4px #806ec4; font-weight: 900;  }
.Pur a:hover, .Pur a:active, .Pur a:focus {	background-color: #511fc4; }

.Gre{	background-color: #57c69d;	border:solid 4px #57c69d; font-weight: 900;  }
.Gre a:hover, .Gre a:active, .Gre a:focus {	background-color: #1c916a; }

.Ora{	background-color: #f89752;	border:solid 4px #f89752; }
.Ora a:hover, .Ora a:active, .Ora a:focus {	background-color: #f87416; }

.add{	background-color: #ccc;	border:solid 4px #ddd;	}
.add a:hover, .add a:active, .add a:focus {	background-color: #aaa; }

.Re{	background-color: #a30800;	border:solid 4px #7d0600; }
.Re a:hover, .Re a:active, .Re a:focus {	background-color: #7d0600; }
	
.Or{	background-color: #f87416;	border:solid 4px #f87416; font-weight: 900; }
.Or a:hover, .Or a:active, .Or a:focus {	background-color: #c75d12; }

.Apa{	background-color: #ff9900;	border:solid 4px #ff9900; }
.Apa a:hover, .Apa a:active, .Apa a:focus {	background-color: #fb8d00; }

.Man{	background-color: #8e67fd;	border:solid 4px #8e67fd; }
.Man a:hover, .Man a:active, .Man a:focus {	background-color: #825fe8; }
	
.Dat{	background-color: #00e64d;	border:solid 4px #00e64d; }
.Dat a:hover, .Dat a:active, .Dat a:focus {	background-color: #00d447; }
	
.OaS{	background-color: #67dddd;	border:solid 4px #67dddd; }
.OaS a:hover, .OaS a:active, .OaS a:focus {	background-color: #5ec9c9; }
	
.LaP{	background-color: #fdf569;	border:solid 4px #fdf569; }
.LaP a:hover, .LaP a:active, .LaP a:focus {	background-color: #e3dc5e; }
	
.BaS{	background-color: #e661ac;	border:solid 4px #e661ac; }
.BaS a:hover, .BaS a:active, .BaS a:focus {	background-color: #d1589d; }

.content_box04{
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 88%;
	height: 600px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 80%;
	line-height:100%;
}

.content_box05{
	padding: 0 5px 5px 5;
	margin-left: 5px;
	width: 30%;
	height: 620px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float:  left;
	position: relative;	
	overflow:scroll;
}


.content_box06{
	/*margin-right: -305px;*/
	padding: 0 5px 5px 0;
	width: 60%;
	height: 620px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 100%;
	line-height:100%;
}

.content_box07{
	margin: 0 5px 5px 0;
	width: 88%;
	height: 50px;
	font-size: 80%;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
}
.content_box08{
	margin: 0 5px 5px 0;
	padding: 0px 0;
	width: 88%;
	height: 600px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	
	float: left;
	font-size: 80%;
	line-height:100%;
}
.content_box09{
	margin: ;
	padding: 20px 0 10px 0;
	width: 80%;
	height: 20px;
	text-align: center;
	font-size: 80%;
	line-height:100%;
	clear:both;
}

.content_box10, .content_box10b {
	margin: 0 5px 5px 0;
	width: 738px;
	height: auto;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	

}
.content_box10_inner , .content_box10b_inner{	
	padding: 10px;	
	font-size: 100%;
	line-height:140%;
}
.content_box10_inner h1 ,.content_box10b_inner h1 {	
	padding: 15px 8px;	
	font-size: 140%;
	line-height:100%;
}
  .photobox {
    float: left;
    width: auto;
    margin: 0px;
    padding: 3px;
  }
  .photodata {
    /*float: left;*/
width: 698px;
    margin: 0px;
    padding: 3px;
  }
time {	float:right}
.content_box11{
	margin: 0 5px 5px 0;
	width: 738px;
	height: 1208px;
	background-color: #fff;
	border:solid 4px #ddd;
	border-radius: 5px;	

}

/*＝＝＝フッター＝＝＝＝＝＝＝＝＝*/
#footer_nav {
	padding: 10px 0;
	background-color: #baa38a;
	position: relative;
	clear: both;

}

#footer_nav_inner {background-color: #baa38a;
	padding-bottom: 0px;
	width: 100%;
	min-height: 200px;
}

#footer_nav_box {
	text-align: center;
	padding: 10px 0 0;
	width: 700px;
	height: 190px;
	margin-right:auto;
	margin-left:auto;
	/*margin-left: 155px;
	float: left;*/
}

#footer_nav_box dl {
	margin: 0 20px 10px 0;
	min-height: 115px;
	float: left;
	font-size: 85%;
	color: #fff;
}

#footer_nav_box dl.fnav01 {	width: 80px;}
#footer_nav_box dl.fnav03 {	width: 150px;}
#footer_nav_box dl.fnav04 {	width: 200px;}

#footer_nav_box dl dt {	margin-bottom: 5px;}
#footer_nav_box dd {	margin-left: 15px;}
#footer_nav_box li {	height:18px;}

#footer_nav_box li a, #footer_nav_box li a:visited {
	text-decoration: none;
	color: #fff;
}

#footer_nav_box li a:hover, #footer_nav_box li a:active, #footer_nav_box li a:focus {
	color: #fff;
	text-shadow: 3px 2px 1px rgba(0,0,0,0.6);
}

#footer {
	background-color: #f87416;
	position: relative;
	clear: both;
	font-size: 90%;
	color: #fff;
	    height:300px;

}
.footer_box_L{
	margin: 5px 0 0 20px;
	width: auto;
	
}
.footer_box_M{line-height: 100%;
	width: 720px;
	height:30px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}


/* フッターナビ下　*/
ul.footer_box_M  {	text-align: center;}
.footer_box_M li {	height: 20px;
	padding:2px 15px;
	float: left;
}
.footer_box_M li a, .footer_box_M li a:visited {
	text-decoration: none;
	color: #fff;
}

.footer_box_M li a:hover, .footer_box_M li a:active, .footer_box_M li a:focus {
	color: #fff;
	text-shadow: 3px 2px 1px rgba(0,0,0,0.6);
}

.footer_box_R{
	width: 100%;
	height:30px;
	text-align: center;
}

/*  flaotを解除する   */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1; /* for IE6/7 */
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* （仮）物件詳細 */
.cont_iner_R_box{
	margin:2px;
	width: 60px;
	height:40px;	
}

/*======お問い合わせ==============================*/
.content_box10b h1{	font-size: 100%;}

.content_box10b table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	height: auto;
	margin-top: 5px;	
	margin-bottom: 5px;
}

.content_box10 th , .content_box10 td , .content_box10b th , .content_box10b td	{
	padding: 5px;
	color: #1D5C79;
}

.content_box10 th , .content_box10b th	{
	border-bottom: 1px solid #DDD;
}
.content_box10 td ,.content_box10b td	{
	border-bottom: 1px solid #DDD;
}
.th_web_p{width: 25%;	font-size: 100%;}
.td_web_p{width: 75%;}
.td_web_p input {width: 100%; height:30px;}
.td_web_p textarea {width: 100%; height:300px; }

