@charset "utf-8";
/* = 
Theme Name: 
Theme URI: 
Description:
Author: 
Version: 1.1
-------------------------------------------------------------- */

img { -ms-interpolation-mode: bicubic; }

#main #content table tr {
	border:none;
	padding:0;
	margin:0;
}

#main #content table tr td {
	padding:0;
	margin:0;
	border-top:none;
	vertical-align: top;
}


/* = 物件リストページ
-------------------------------------------------------------- */

#main #content #list_simplepage {
	margin:0;
	padding:0;
}

#main #content #list_simplepage .list_detail table {
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:12px;
}

#list_simplepage .list_simple_boxtitle {
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4a535d;
	border-right-color: #b7b7b7;
	border-left-color: #b7b7b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7b7b7;
}

#list_simplepage .list_simple_boxtitle h2 a {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 3px 12px;
	display: block;
	background-color: #f8f8f8;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.list_simple_box { /zoom : 1;}

.list_simple_box:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

#list_simplepage .list_simple_box {
	padding: 6px;
	margin: 0 0 10px 0;
	background-color: #fefefe;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main #content #list_simplepage .list_detail dl {
	margin: 0px;
	padding: 5px;
	font-size:12px;
}

#main #content .list_detail dt {
	display: inline;
	font-weight: normal;
	color: #333;
}

#main #content .list_detail dd {
	display: inline;
	color: #333;
	margin: 0 0.6em 0 0.4em;
	padding: 0px;
}

#main #content .list_picsam {
	float: left;
	width:216px;
	color: #000;
}

#main #content .list_picsam img {
	border: 1px solid #333;
	background-color: #FFF;
	height: 100px;
	width: 100px;
	margin:  1px 1px 5px;
	padding: 1px;
	float: left;
}

#list_simplepage .list_details_button {
	clear:both;
	display: block;
	color:#00329B;
	font-size:13px;
	font-weight:bold;
	
	background-color: #f4f4f4;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #eeeeee), color-stop(0.5, #dddddd), color-stop(1, #ffffff));
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 49%, #dddddd 50%, #ffffff 100%);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#eeeeee',GradientType=0 ); /* ie */
	
	
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	box-shadow:0px 1px 0px #fff;
	
	border-radius: 3px;
	
	text-align: center;
	height: 24px;
	width:208px;
	border: 1px solid #999;
	margin: 0 0 3px 0;
	padding-top: 3px;

	letter-spacing: 0.1em;
}

#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }

#list_simplepage a:hover .list_details_button{
	color: #39F;
	text-decoration: underline;
}

#list_simplepage .list_detail {
	width: 63%;
	float: right;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	padding: 4px;
	margin:0;
	
	border-radius: 5px;
	
	-moz-box-shadow:0px 2px 1px #BEC2C6;
	-webkit-box-shadow:0px 2px 1px #BEC2C6;
	box-shadow:0px 2px 1px #BEC2C6;
}

#main #content #list_simplepage .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#main #content #list_simplepage .list_price {
	padding:5px;
	background:	-moz-linear-gradient(left, #ebf6fc, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#ebf6fc), to(#fff));
	background-color: #ebf6fc;
	line-height: 1.4;
}


#main #content #list_simplepage .list_price.rent {
	background:	-moz-linear-gradient(left, #fdedf0, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#fdedf0), to(#fff));
	background-color: #fdedf0;
}



#main #content #list_simplepage .list_detail .list_price tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CAE7F4;
}



#main #content #list_simplepage .list_detail .list_address dd { display: block; }



#list_simplepage .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}

#list_simplepage2 .entry-excerpt{
	padding-bottom: 10px;
	padding-left: 5px;
}


/* = 物件詳細ページ
-------------------------------------------------------------- */

#main #content #list_simplepage2{
	margin:0;
	padding:0;
	}
	
#main #content #list_simplepage2 .list_detail table{
	margin: 0px;
	padding: 0px;
	border:none;
}


#main #container #content #list_simplepage2 .list_simple_box{
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #f8f8f8;
}


#main #container #content #list_simplepage2 .list_simple_box .list_detail {
	width: 75%;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	margin:0;
	border-radius: 5px;
	-moz-box-shadow:0px 2px 1px #BEC2C6;
	-webkit-box-shadow:0px 2px 1px #BEC2C6;
	box-shadow:0px 2px 1px #BEC2C6;
}


#main #content #list_simplepage2 .list_detail table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-top: 2px;
	padding-bottom: 2px;
}

#main #content #list_simplepage2 .list_picsam {
	float: left;
	width:140px;
	color: #000;
}

#main #content #list_simplepage2 .list_picsam img {
/*	display: block;	*/
	border: 1px solid #999;
	background-color: #FFF;
	height: 130px;
	width: 130px;
	margin: 0 0 4px 0;
	padding: 1px;
}


#main #content #second_img {
	padding: 10px 0;
}

#main #content #second_img img {
	border: 1px solid #999;
	background-color: #FFF;
	width: 97px;
	height:97px;
	margin: 0 1px 0 0;
	padding: 1px;
}




#main #content #list_simplepage2 .list_price {
	background:	-moz-linear-gradient(left, #ebf6fc, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#ebf6fc), to(#fff));
	background-color: #ebf6fc;
	line-height: 2;
	margin: 0px;
	padding: 0 0 4px 1em;
}
#main #content #list_simplepage2 .list_price.rent {
	background:	-moz-linear-gradient(left, #fdedf0, #fff);
	background:	-webkit-gradient(linear, left top, right top, from(#fdedf0), to(#fff));
	background-color: #fdedf0;
}


#main #content #list_simplepage2 .list_detail table {
	font-size:14px;
}



#main #content #list_simplepage2 .list_simple_box .list_detail #list_add th{
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size:14px;
	border-bottom:1px solid #EEEEEE;
}


#main #content #list_simplepage2 .list_simple_box .list_detail #list_add td {
	line-height: 1.4;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	color: #555;
	border-bottom:1px solid #EEEEEE;
}


#main #content #list_simplepage2 .list_simple_box .list_detail #list_other th{
	border-right: 1px dotted #CCC;
	border-bottom:1px solid #EEEEEE;
	line-height: 1.2;
	padding: 0.5em;
	margin:0;
	white-space: nowrap;
	text-align: left;
	color: #444;
	width: 20%;
}

#main #content #list_simplepage2 .list_simple_box .list_detail #list_other td {
	line-height: 1.2;
	padding: 0.5em;
	margin:0;
	white-space: normal;
	width: 30%;
	border-bottom:1px solid #EEEEEE;
}


#main #container #content h3{
	border-bottom: 1px dotted #CCC;
	margin-top: 15px;
}


#list_simplepage2 h2.entry-title{
	font-weight: bold;
	padding: 4px 0 3px 12px;
	margin: 0px;
	
	display: block;
	background-color: #f8f8f8;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);

	border-top: 3px solid #4a535d;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;	
}


h1.page-title{
	border-bottom: 1px dotted #CCC;
}

#main #content .entry-content p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px;
}


.list_detail_bottom_info{
	font-size: 10px;
	width: 530px;
	text-align: right;
	float: right;
}



/* = topページ
-------------------------------------------------------------- */

#wrapper #main #container #content table tbody tr td #text-4 h3{
	border-bottom: 1px dotted #CCC;
}
#wrapper #main #container #content table tbody tr td #fudo_top_r-3 h3{
	border-bottom: 1px dotted #CCC;
}

/* = 汎用
-------------------------------------------------------------- */

.dpoint1 {
	font-size: 26px;
	font-weight: normal;
	color: #C00;
	float:left;
	padding: 4px;
	line-height: 1.2;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.dpoint2 {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	float:left;
	padding: 4px;
	line-height: 1.5;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.dpoint3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: inline;
}

.dpoint4 {
	font-size: 20px;
	color: #000;
	display: inline;
	font-weight: bold;
}



/* = home.php
-------------------------------------------------------------- */


#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin:0;
}
#content .grid-content {
	list-style-type: none;
}
#content .grid-content li {
	display: block;
	width: 150px;
/*	height: 260px;	*/
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	line-height: 1.4;
	float:left;
}
.clearLeft {
clear: left;
}
.clearRight {
clear: right;
}

#main #container #content h3{border-bottom: 1px dotted #CCC;}


#main #top_fbox #container #content table{
	margin: 0;
	padding: 0;
	border: none;
}

#main #top_fbox #container #content tr td{
	margin: 0;
	padding: 0;
	border: none;
}



/* = side form 物件検索
-------------------------------------------------------------- */
#secondary .widget-container form,
#primary .widget-container form { line-height: 1.2; padding-left: 5px;}
#secondary .widget-container form div,
#primary .widget-container form div{ margin-bottom: 6px; }



/* = 物件検索
-------------------------------------------------------------- */
.widget_fudo_search #s {
    width: 60%;
}



/* = 物件詳細ページ・関連物件
-------------------------------------------------------------- */


#syousai_box ul{ /zoom : 1; padding-left: 10px; }

#syousai_box ul:after{ content : ''; display : block; clear : both; height:0; }

#syousai_box ul.syousai-content li{
	display: block;
	width: 80px;

	list-style-type: none;

	font-size: 12px;
	line-height: 1.2;
	float:left;

	border: 1px solid #ccc;

	padding: 6px;
	margin:0 5px 4px 0;

	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff 70%, #F7F7F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,#ffffff), color-stop(100%,#F7F7F7)); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F7F7F7',GradientType=0 );

}

#syousai_box ul.syousai-content li span{ font-size: 10px;}


#main #container #content #list_simplepage2 .list_detail h3{
	font-size: 14px;
	margin: 8px 0px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
	color: #666;
}



/* = 物件検索 個別ページ用
-------------------------------------------------------------- */

#container .jsearch{
	padding: 0px 30px 30px;
	font-size: 12px;
	line-height: 2;
}

.jsearch p{
	margin: 0;
	padding: 0px 10px 10px 0px;
}

#main #container #content.jsearch h3{
	border-bottom: 1px dotted #CCC;
	border-left: 4px solid #CCC;
	padding: 5px 0px 5px 10px;
	margin: 20px 0px 10px -10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow : none;
}

#container .jsearch h4{
	border-left: 4px solid #CCC;
	padding: 0px 0px 0px 6px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	margin: 15px 0px 5px -10px;
}

#container .jsearch h5{
	margin: 10px 0px 0px -5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#container .jsearch ul{
	margin: 0 0 10px;
	padding: 0px;
	overflow: hidden;	/* モダンブラウザ向け */
	zoom: 1; /* IE向け */
}

.jsearch li{
	margin: 0 1em 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style-type: none;
}

.jsearch label {
    margin-right: 5px;
	color: #666;
}

#container .jsearch .submit input{ 
	width: 160px;
	border: 1px solid #298CBA;
	padding: 3px 10px;
	margin: 10px 10px 20px 0;
	color: #FFFFFF;
	font-weight: bold;

	cursor: pointer;

	border-radius: 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	
	background: #298CBA; /* old browsers */
	background: -moz-linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0298CB), color-stop(50%, #247CA4), color-stop(100%, #206D93)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0298CB', endColorstr='#206D93', GradientType=0 ); /* ie */
	background: linear-gradient(top, #0298CB 0%, #247CA4 50%, #206D93 100%);

}



/*  */

