@charset "utf-8";

@import url("default.css");

/*タイトル
------------------------------*/
#titleLead h3 {
	background-color:#1A301F;
	margin:0 0 14px 0
}

/*土地情報
------------------------------*/
.box {
	background-color:#F7F7F7;
	padding:12px 14px 18px 14px;
	width:647px;
	margin:0 0 23px 0;
}

table.boxHead {
	width:647px;
	border-bottom:2px solid #1F3324;
	border-collapse:collapse;
}
td.entry {
	float:left;
	width:430px;
	color:#002200;
	font-size:1.4em;
	vertical-align:top;
	padding:0 0 7px 0;
}
td.date {
	float:right;
	color:#002200;
	text-align:right;
	padding:5px 0 0 0;
}

/*詳細情報
------------------------------*/
.explain {
	width:647px;
	/*float:left;*/
	padding:11px 0 0 0;
	background-image:url(../images/border_line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:0 0 20px 0;
}
.comment,.comment p {
	width:647px;
	margin:20px 0 0 0;
	/*
	width:480px;
	color:#4D4D4D;
	line-height:150%;
	margin:20px auto 0 auto;
	*/
}
.comment2,.comment2 p {
	width:480px;
	color:#4D4D4D;
	/*line-height:150%;*/
	margin:20px auto 0 auto;
}
.comment_l{
	width:393px;
	float:left;
	margin:20px 0 0 0;
}
.imgR {
	width:240px;
	float:right;
	margin:20px 0 0 0;
}
.imgR img{
	margin:0 0 10px 0;
}
/*写真
------------------------------*/
.picture {
	width:200px;
	float:right;
	padding:0 0 0 0;
}
.picture img {
	padding:0 0 3px 0;
}
/*条件検索
------------------------------*/
#search {
	color: #f7f7f7;
	font-style: normal;
	font-weight: normal;
}
.req_box strong.req {
	display:block;
	padding:8px 5px 12px 19px;
	border-left:6px solid #1F3324;
	border-bottom:1px solid #1F3324;
	font-size:1.3em;
	font-weight:bold;
}
/*
#search ul {
	list-style-type:none;
	padding:8px 0 17px 0;
}

#search li {
	background-image:url(../images/ico-arrow_002.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	padding:0 0 3px 23px;
	line-height:150%;
	font-size:1.2em;
	display:block;
	color:#998902; 
}*/
.req_box ul {
	list-style-type:none;
	padding:8px 0 17px 0;
}
.req_box li{
	background-image:url(../images/ico-arrow_002.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	padding:0 0 3px 23px;
	line-height:150%;
	font-size:1.2em;
	display:block;
	color:#998902; /* 追加 */
}

#search li a {
	/* display:block; */
}



/* ▼カテゴリーオーダー(pulugin)導入時に追加した内容▼ */
#req_box2 h2{
	display:block;
	padding:8px 5px 12px 19px;
	border-left:6px solid #1F3324;
	border-bottom:1px solid #1F3324;
	font-size:1.3em;
	font-weight:bold;
	color: #f7f7f7;
}
#req_box2 ul {
	list-style-type:none;
	padding:8px 0 17px 0;
}
#req_box2 li{
list-style-type:none;
}
#req_box2 .cat-item {
	background-image:url(../images/ico-arrow_002.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	padding:0 0 3px 23px;
	line-height:150%;
	font-size:1.2em;
	display:block;
	color:#998902; /* 追加 */
}
/* ▲カテゴリーオーダー(pulugin)導入時に追加した内容▲ */




/* nextback
------------------------------*/
#nextback {
	text-align: center;
	margin:50px 0 30px 0;
	color:#f7f7f7;
}

/* 404
------------------------------*/
.no_contents {
	margin:20px 0 100px 16px;
	color:#f7f7f7;
}
.no_contents h3 {
	font-size:12px;
	font-weight: normal;	
}
/*バナーエリア（下層ページ）
------------------------------*/
#otherBanner {
	margin:23px 0 0 0;
}

/*コメントトラックバックエリア
------------------------------*/
.user_area {
	text-align: right;
	padding:8px 0 0 0;
	color:#666666;
}
.user_area a{
	color:#9D9123;
}
.user_area2 {
	text-align: right;
	padding:8px 0 8px 0;
	color:#666666;
	background-image:url(../images/border_line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin:0 0 12px 0;
}
.user_area2 a{
	color:#9D9123;
}
.user_area3 {
	width:480px;
	text-align: right;
	padding:8px 0 8px 0;
	color:#666666;
	background-image:url(../images/border_line2.jpg) ;
	background-position: bottom;
	background-repeat: no-repeat;
	margin:0 auto 22px  auto;
}
input,small,#comment {
	color:#666666;
}

#form_area {
	width:480px;
	margin:12px auto 20px auto;
}
.form_name {
	color:#666666;
	display: block;
	margin:8px 0 3px 0;
}
.submit_area {
	margin:5px 0 0 0;
}

/*最近のコメント（サイドバーウィジェット）
------------------------------*/
.widget_recent_comments span{
	display: block;
	color:#998902;
	font-size:0.9em;
}

/*携帯投稿エリア
------------------------------*/

.photo {
	float:right;
    width:240px;
}



/*clearfix*/

.comment:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.comment {
  min-height: 1px;
}

* html .comment {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





