@charset "utf-8";

/********************************/
/* 家を建てる時 TOPページ用CSS  */
/********************************/

/* 全ページ共通CSS読み込み */
@import url("common.css");

/***** 詳細情報ページ用CSS *****/
/* 詳細情報コンテンツ基盤 */
#detial_mainbase{
	padding-left:19px;
	padding-right:19px;
}
#detial_title{
	background-image:url(../_images/detial/detial_titlebg.jpg);
	width:720px;
	height:32px;
	margin-top:13px;
	margin-bottom:6px;
	padding-left:40px;
	padding-top:2px;
	font-size:18px;
	font-weight:bold;
}

#detial_headbase{
	margin-bottom:9px;
}
/* 検索ボタン */
#detial_return_btn{
	width:119px;
	height:22px;
}
#detial_return_btn a img{
	visibility:hidden;
}
#detial_return_btn a{
    display:block;
    width:119px;
    height:22px;
	background-image:url(../_images/detial/detial_returnsearchout_btn.jpg);
    background-position:0px 0px;
    background-repeat:no-repeat;
}
#detial_return_btn a:hover{
    background-position:0px -22px;
}
#detial_title_l{
	float:left;
	width:641px;
	line-height:150%;
}
#detial_title_r{
	float:right;
	width:119px;
}
#detial_content_l{
	float:left;
	padding-right:8px;
	width:394px;
}
.detial_content_l_midashi{
	background-image:url(../_images/detial/detial_contentmidashi.jpg);
	font-weight:bold;
	width:375px;
	height:20px;
	padding-top:2px;
	padding-left:15px;
	margin-bottom:5px;
}
#detial_content_l_naiyou{
	width:390px;
	padding-bottom:10px;
}
#gmap01{
	width:388px;
	height:148px;
	padding-top:70px;
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #999999;
	text-align:center;
}
#detial_content_r{
	float:left;
	width:360px;
}
#detial_content_r img{ border:1px solid #999999; }
#detial_content_r_imgone{
	margin-bottom:8px;
}
#detial_content_r_imgtwo{
	float:left;
	margin-right:19px;
}
#detial_content_r_imgthree{
	float:left;
}

#detial_otoiawase_title{
	background-image:url(../_images/detial/detial_otoiawasetitle.jpg);
	width:735px;
	height:22px;
	padding-left:25px;
	padding-top:2px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
}
#detial_otoiawase_content{
	margin-bottom:8px;
}
#detial_return_btn_r{
	float:right;
	width:119px;
	height:22px;
}
#detial_return_btn_r a img{
	visibility:hidden;
}
#detial_return_btn_r a{
    display:block;
    width:119px;
    height:22px;
	background-image:url(../_images/detial/detial_returnsearchout_btn.jpg);
    background-position:0px 0px;
    background-repeat:no-repeat;
}
#detial_return_btn_r a:hover{
    background-position:0px -22px;
}

/* ログイン中メッセージ */
#detail_msg{
	padding:5px;
	border:1px solid #FF0000;
	margin-top:5px;
}

/* リストタイトル */
#detial_list_title{
	background-image:url(../_images/detial/detial_otoiawasetitle.jpg);
	width:735px;
	height:22px;
	padding-left:25px;
	padding-top:2px;
	margin-top:15px;
	margin-bottom:10px;
	font-size:110%;
	font-weight:bold;
}
/* 一覧リスト見出し */
.order_listtitle{
	width:740px;
	background-image:url(../_images/detial/detail_listtitle.jpg);
	height:22px;
	line-height:22px;
	padding-left:20px;
}
/* 一覧リスト見出しタイトルアイコン */
.order_listtitle_titleicon{
	float:left;
	height:19px;
	font-weight:bold;
	padding-top:4px;
}
* html .order_listtitle_titleicon{
	float:left;
	height:17px;
	font-weight:bold;
	padding-top:6px;
}
/* 一覧リスト見出しタイトルテキスト */
.order_listtitle_title{
	float:left;
	height:22px;
	font-weight:bold;
	line-height:22px;
}
* html .order_listtitle_title{
	float:left;
	height:22px;
	font-weight:bold;
	line-height:22px;
}
/* 一覧リスト見出し詳細テキスト */
.order_listtitle_detitxt{
	float:right;
	height:20px;
	padding-top:2px;
	padding-right:7px;
}
* html .order_listtitle_detitxt{
	float:right;
	height:21px;
	padding-top:1px;
}
/* 一覧リスト見出し詳細アイコン */
.order_listtitle_detiicon{
	float:right;
	height:19px;
	padding-top:3px;
}
* html .order_listtitle_detiicon{
	float:right;
	height:17px;
	font-weight:bold;
	padding-top:5px;
}
/* 一覧リスト見出しパノラマテキスト */
.order_listtitle_panotxt{
	float:right;
	height:20px;
	padding-top:2px;
	padding-right:20px;
}
* html .order_listtitle_panotxt{
	float:right;
	height:21px;
	padding-top:1px;
}
/* 一覧リスト見出しパノラマアイコン */
.order_listtitle_panoicon{
	float:right;
	height:19px;
	padding-top:3px;
}
* html .order_listtitle_panoicon{
	float:right;
	height:17px;
	padding-top:5px;
}
/* 一覧リストコンテンツ */
.order_listdata{
	width:760px;
	padding:10px 0px;
}
.listdata_img{
	width:100px;
	padding:0px 10px;
	float:left;
	text-align:center;
}
.listdata_feat{
	width:630px;
	padding-right:10px;
	float:left;
}
/* リンク色 黒へ */
.order_listtitle a{
	color:#000000;
	text-decoration:none;
}
.order_listtitle a:hover{
	color:#000000;
	text-decoration:underline;
}

