@charset "UTF-8";
/* CSS Document */

/*-------------------------------------
*
* 物件詳細
*-------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

div#main {
	margin-top: 15px;
	margin-bottom: 0;
	width: 720px;
}

div#sub {
	margin-top: 15px;
	margin-bottom: 0;
	width: 210px;
}

/*-------------------------------------
*
* 物件詳細 ヘッダ　挿入
*-------------------------------------- */
p#objectGuide {
	margin-bottom: 10px;
	padding: 3px 5px;
	background: #f1f1f1;
	font-size: 80%;
	color: #666666;
}


/*-------------------------------------
*
* 物件詳細 写真エリア
*-------------------------------------- */
#photoArea {
	border-radius: 3px;
	border: 1px solid #cecece;
	padding: 9px 9px 0 9px;
	margin-bottom: 40px;
}

#photoArea ul,
#photoArea li {
	padding: 0;
	margin: 0;
}

/* --- 外観／間取り切替　枚数 --- */
#photoArea #photoNav01 {
	background: #f1f1f1;
	padding: 7px 9px;
	margin-bottom: 10px;
	position: relative
}

#photoArea #photoNav01 ul  {
	float: left;
}

#photoArea #photoNav01 ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

#photoArea #photoNav01 ul li {
	margin-right: 15px;
}

/* 外観 */
#photoArea #photoNav01 #changeAppearance {
	background: url(/images/detail/rn_icn_appearance.png) 0 center no-repeat;
	padding-left: 21px;
}

/* 間取り */
#photoArea #photoNav01 #changeFloorplan {
	background: url(/images/detail/rn_icn_floorplan.png) 0 center no-repeat;
	padding-left: 21px;
}

/* 写真枚数 */
#photoArea #photoNav01 #photoNum {
	text-align: right
}

/* --- 詳細画像一覧 --- */
#photoArea #photoDetail {
	background: #f1f1f1;
	margin: 0 -9px 0 -9px;
	padding: 11px 0 6px;
	overflow: hidden;
}

#photoArea #photoDetail ul {
	margin-left: 4px;
	width: 715px;
}

#photoArea #photoDetail li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* --- メイン画像エリア --- */
#photoArea #photoMain {
	position: relative;
	margin-bottom: 12px;
}

/* メイン画像 */
#photoArea #photoMain #photoMainImg {
	text-align: center;
}

#photoArea #photoMain #photoMainImg img {
	border: 1px solid #dddddd;
}

/* 画像送り */
#photoArea #photoMain #photoNav02 {
	margin: 0;
	padding: 0;
	height: 0;
}
#photoArea #photoMain #photoNav02 li {
	float: left;
}

#photoArea #photoMain #photoNav02 #prevPhoto a,
#photoArea #photoMain #photoNav02 #nextPhoto a { /* arrowリンク */
	position: absolute;
	display: block;
	top: 50%;
	width: 17px;
	height: 25px;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -9999px;
}

#photoArea #photoMain #photoNav02 #prevPhoto a.onImg ,
#photoArea #photoMain #photoNav02 #nextPhoto a.onImg { /* 写真リンク */
	position: absolute;
	display: block;
	top: 0%;
	width: 300px;
	height: 450px;
	background: #ffffff;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

/* prev */
#photoArea #photoMain #photoNav02 #prevPhoto a {
	left: 10px;
	background-image: url(/images/detail/rn_icn_arrow_prev.png);
}

#photoArea #photoMain #photoNav02 #prevPhoto a.onImg {
	left: 50px;
}

/* next */
#photoArea #photoMain #photoNav02 #nextPhoto a {
	right: 10px;
	background-image: url(/images/detail/rn_icn_arrow_next.png);
}

#photoArea #photoMain #photoNav02 #nextPhoto a.onImg {
	right: 50px;
}

/* --- メイン画像タイトル --- */
#photoArea #photoTitle {
	text-align: center;
	clear: both;
	margin-bottom: 11px;
	padding: 0;
}


/*-------------------------------------
*
* 物件詳細 メインエリア
*-------------------------------------- */

/* ---------- 物件概要 ---------- */
#aboutDetail {
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: 6px solid #e0e6ce;
	color: #303030;
}

/* ----- 物件名とアイコン ----- */
#detailName {
	margin-bottom: 5px;
}

#detailName div { /* アイコン */
	float: left;
	padding: 8px 0 0;
	min-height: 22px;
	background-position: 0px 7px;
	background-repeat: no-repeat
}

/* カテゴリー別　背景アイコン指定 */
#detailName #cat_mansion_n { /* 新築マンション */
	padding-left: 31px;
	background-image: url("/images/detail/rn_01_bg_hl_mansion_n.gif");
}

#detailName #cat_mansion { /* 中古マンション */
	padding-left: 28px;
	background-image: url("/images/detail/rn_02_bg_hl_mansion.gif");
}

#detailName #cat_house { /* 中古一戸建て　一戸建て */
	padding-left: 27px;
	background-image: url("/images/detail/rn_03_bg_hl_house.gif");
}

#detailName #cat_house_n { /* 新築一戸建て */
	padding-left: 33px;
	background-image: url("/images/detail/rn_03_bg_hl_house_n.gif");
}

#detailName #cat_land { /* 土地 */
	padding-left: 35px;
	background-image: url("/images/detail/rn_05_bg_hl_land.gif");
}

#detailName .cat { /* カテゴリー名 */
	display: inline;
	font-size: 100%;
	padding: 0.3em 0.4em 0 0;
	color: #699ea9;
	font-weight: bold;
}

#detailName h1 { /* 物件名 */
	display: inline;
	font-size: 130%;
	font-weight: bold;
}

#detailName .topic { /* この物件の特集を見る */
	float: right;
	margin-top: 0.8em;
	padding-left: 18px;
	background: url("") 0 0.3em no-repeat;
}

#detailName .catalog { /* この物件のカタログサイトを見る */
	float: right;
	margin-top: 0.8em;
	padding-left: 18px;
	background: url("/images/detail/ic_miru.gif") 0 0.3em no-repeat;
}

/* ----- 価格 ----- */
#detailPrice {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cdcdcd;
	font-size: 130%;
	font-weight: bold;
}

#detailPrice li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 10px;
}

#detailPrice li.price { /* 価格数値 */
	border: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 115%;
	color: #b71c22;
}

#detailPrice li.price span { /* 万円 */
	font-size: 75%;
	color: #303030;
}

#detailPrice li img { /* ローンシミュレーション */
	vertical-align: text-bottom;
}

#detailPrice li.lastChild { /* 間取り */
	margin-right: 0;
}

/* ----- 物件データ ----- */
#aboutDetail table {
	width: 100%;
	border-collapse: separate;
	empty-cells: hide;
}

#aboutDetail th {
	padding: 2px 3px;
	text-align: center;
	font-weight: normal;
	background: #eaeaea;
}

#aboutDetail td {
	padding: 2px 3px;
}

#aboutDetail table h2 { /* 所在地　交通 */
	font-size: 100%;
	font-weight: normal;
}

/* ----- 物件詳細 ----- */
img.loan { /* ローンシミュレーション */
	vertical-align: middle;
	padding-left: 5px;
}

/*-------------------------------------
*
* お問い合わせはこちらからどうぞ！
*-------------------------------------- */
div#contact {
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	padding: 5px 6px 8px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 30px 0 20px;
}

div#contact h3 {
	margin-bottom: 5px;
}

/* --- Webでのお問い合わせ　電話でのお問い合わせ共通 --- */
#contactWeb,
#contactPhone {
	position: relative;
	padding-top: 10px;
	background: url("/images/detail/rn_bg_contact_head.gif") left top no-repeat;
}

#contactWeb .inner,
#contactPhone .inner {
	padding: 5px 15px 10px;
	background: url("/images/detail/rn_bg_contact_foot.gif") left bottom no-repeat;
}


/* --- Webでのお問い合わせ --- */
#contactWeb {
	margin-bottom: 8px;
	/zoom: 1;
}

#contactWeb .inner h4 {
	position: absolute;
	top: 25%;
	left: 15px;
}

/* ボタン */
#contactWeb .inner ul {
	margin-left: 120px;
	padding-top: 1px;
	padding-left: 30px;
	border-left: 1px solid #cccccc;
	line-height: 1;
}

#contactWeb .inner li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 20px;
}

/* --- 電話でのお問い合わせ --- */
#contactPhone .inner h4 {
	position: absolute;
	top: 30%;
	left: 15px;
}

#contactPhone #phoneInfo {
	margin-left: 120px;
	padding-top: 1px;
	padding-left: 30px;
	border-left: 1px solid #cccccc;
	/zoom: 1;
}

/*-- 電話番号エリア --*/
#numArea {
	float: left;
	width: 165px;
	margin-right: 30px;
}

p.phoneNum {
	min-height: 21px;
	margin-bottom: 3px;
	padding-left: 25px;
	font-weight: bold;
	font-size:140%;
	color: #c42f19;
	background: url("/images/detail/rn_bg_telnum.png") left center no-repeat;
	white-space: nowrap;
}

p.phoneNum a {
        font-weight: bold;
        color: #c42f19;
        text-decoration:none;
}

p.mobile {
	margin-bottom: 8px;
	padding: 3px 0;
	border-top: 1px solid #ca361f;
	border-bottom: 1px solid #ca361f;
	text-align: center;
}

/*-- 連絡先情報 --*/
#contactInfo {
	float: left;
	width: 215px;
	line-height: 1.3;
}

#contactInfo h5 {
	margin-bottom: 0.5em;
	font-size: 100%;
	font-weight: bold;
}

#contactInfo .text12 {
	font-size: 90%;
}

#contactInfo .text10 {
	font-size: 10px;
}

/*-- 担当者写真 --*/
#chargePhoto {
	float: right;
	padding-right: 10px;
}

/*-------------------------------------
*
* 最近見た物件
*-------------------------------------- */
#checked {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	padding: 8px 15px 8px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

#checked h3 {
	float: left;
	margin-bottom: 5px;
	/margin-bottom: 0;
}

#checked p.more { /* 一覧を見る */
	float: right;
	margin-top: -3px;
	padding-left: 10px;
	background: url("/images/rn_common/rn_icon_arrow_04.gif") left center no-repeat;
}

#checked div#object {
	clear: both;
	padding-top: 10px;
	/padding-top: 5px;
	background: url("/images/rn_common/rn_line_01.gif") left top repeat-x;
}

#checked dl {
	float: left;
	width: 207px;
	padding: 0 13px;
	background: url("/images/rn_common/rn_line_02.gif") 0 0 repeat-y;
}


#checked dl.firstChild { /* 物件一件目 */
	padding-left: 0;
	background: none;
}

#checked dt { /* 物件写真 */
	float: left
}

#checked dd {
	margin-left: 70px;
	line-height: 1.3;
}

#checked dd.name { /* 物件名 */
	margin-bottom: 8px;
	padding-left: 20px;
	background: url("/images/rn_common/rn_icon_arrow_08.gif") left 0.1em no-repeat;
}

#checked dd.price { /* 価格 */
	margin: 0 0 0 70px;
	padding: 0;
	border: none;
	font-weight: bold;
	color: #333333;
}

/* --- 注釈 --- */
p.annotation {
	margin-bottom: 1.5em;
	font-size: 80%;
}


/*-------------------------------------
*
* 物件詳細 サイドパーツ

*-------------------------------------- */

/* --- 物件詳細　サイド共通　--- */
div#sub p.ttl {
	height: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
}

/* --- キャンペーンバナー --- */
p.campaignBnr {
	margin-bottom: 10px;
}


/* --- 見学予約　資料請求など --- */
div.sideGrayDark {
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	padding: 5px 4px 5px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

p.objectCode { /* 物件番号 */
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}

div.appointment {
	width: 192px;
	min-height: 160px;
	margin: 0 auto 5px;
	text-align: center;
	line-height: 1;
	/*background: url("/images/detail/rn_bg_side_appointment.gif") no-repeat;*/
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 3px 3px 3px 3px;
}

.appointment ul#inspect { /* 見学予約バナー エリア */
	width: 172px;
	margin: 0 auto 10px;
	padding-top: 10px;
	paddign-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.appointment li {
	margin-bottom: 5px;
}

/* ------ 間取り図 ------ */
#detail_layout {
	padding: 10px 12px 5px;
}

#detail_layout p#rphoto {
}

#detail_layout .ph_layout { /* 間取り図 img */
	margin-bottom: 5px;
	text-align: center;
}

#detail_layout p#zoom { /* 拡大する */
	text-align: right;
}

#detail_layout p#zoom a {
	padding-left: 10px;
	background: url("/images/rn_common/rn_icon_arrow_04.gif") left center no-repeat;
}

/* ------ 室内ムービー ------ */
#movie {
	padding: 8px 12px;
}

#movie .sideWhite {
	padding: 8px 0;
	text-align: center;
}

#movie p.more {
	margin-top: 5px;
	text-align: right;
}

#movie p.more a { /* 詳しく見る */
	padding-left: 10px;
	background: url("/images/rn_common/rn_icon_arrow_04.gif") left center no-repeat;
}

/* ------ お問い合わせ先 店舗情報 ----- */
#shopInfo {
	padding: 8px 12px;
}

#shopInfo p.phoneNum {
	margin: 5px 10px 0;
	white-space: nowrap;
}


#shopInfo p.mobile {
	margin: 0 10px 5px;
}

#shopInfo dl#sideChange {
	padding-bottom: 1em;
	line-height: 1.2;
	background: url("/images/rn_common/rn_line_01.gif") left bottom repeat-x;
}

#shopInfo dl#sideChange dt {
	margin-bottom: 0.75em;
	font-weight: bold;
}

#shopInfo dl#sideChange dd {
}

#shopInfo dl#sideChange span.kana { /* ふりがな */
	display: block;
	margin-left: 3em;
}

#shopInfo ul { /* 電話番号　営業時間　定休日 */
	margin-top: 10px;
	padding-top: 8px;
	background: url("/images/rn_common/rn_line_01.gif") 0 0 repeat-x;
}

#shopInfo ul span.holiday { /* 定休日 */
	display: block;
	margin-top: -1.5em;
	margin-left: 3.7em;
}

#shopInfo p.btn { /* 店舗情報を見る ボタン */
	margin: 0.5em 0 5px;
	text-align: center;
}

/* ------ 便利ツール ----- */
#tool {
	padding: 8px 12px;
}

#tool ul {
	line-height: 1;
	text-align: center;
}

#tool li {
	margin-bottom: 5px;
}

#tool li#sideQr { /* QRコード */
	margin: 10px 0 0;
}

/*-------------------------------------
* 室内ムービーページ
*-------------------------------------- */
/* -- 室内ムービー -- */
#detailMovie {
	clear: both;
	float: left;
	margin: 0 10px 10px 20px;
}

/* -- 間取り -- */
#detailMadori {
	float: right;
	width: 330px;
	margin:  0 0px 10px 0;
	padding-top: 18px;
	background: url("/images/detail/rn_madori_bg_top.gif") 0 0 no-repeat;
}

#detailMadoriInner {
	padding: 10px 10px 40px 10px;
	background: url("/images/detail/rn_madori_bg_bottom.gif") left bottom no-repeat;
}

#detailMadoriInner p {
	text-align: center;
}

#detailMadoriInner p.ttl {
	margin: 0 15px 30px;
	padding: 8px 12px;
	text-align: left;
	background: #f1f1f1;
}


#detailMadoriInner p#zoom { /* 拡大する */
	text-align: right;
	margin-right: 25px;
	margin-top: 5px;
}

#detailMadoriInner p#zoom a {
	padding-left: 10px;
	background: url("/images/rn_common/rn_icon_arrow_04.gif") left center no-repeat;
}


/* -- ご利用環境について -- */
p.requirements {
	clear: both;
	margin-right: 20px;
	text-align: right;
}

p.requirements span {
	padding-left: 12px;
	background: url("/images/rn_common/rn_icon_arrow_02.gif") left center no-repeat;
}

/* -- 室内ムービー用コンテンツフッタ -- */
#detailMovieFooter {
	clear: both;
	width: 720px;
	margin: 20px auto 0;
}

/*-------------------------------------
*
* 同じ地域・沿線・駅を再検索
*-------------------------------------- */
dl#reSearch {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}

dl#reSearch dt {
	margin-bottom: 2px;
	font-weight: bold;
}

dl#reSearch dd {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #656565;
	line-height: 1.2;
}

dl#reSearch dd.firstChild {
	padding-left: 0;
	border-left: none;
}

/* ページトップへ戻る */
div#pageToBack {
	float: right;
	padding-right: 7px;
}

div#pageToBack a {
	background: url(/images/rn_common/rn_icon_arrow_08.gif) 0 0.1em no-repeat;
	height: 25px;
	padding-left: 21px;
	display: inline-block;
}

/*-------------------------------------
*
* 角丸設定
*-------------------------------------- */

/*-- 角丸白　ベタ塗り 3px -- */
div.sideWhite {
	background: #ffffff;
	border: 1px solid #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

/*-------------------------------------
*
* clear設定
*-------------------------------------- */
#photoArea #photoNav01:after,
#detailName:after,
#contactWeb:after,
#contactPhone #phoneInfo:after,
#checked:after {
	content: "";
	display: block;
	clear: both;
}

/* clearfix */
#photoArea #photoNav01,
#detailName,
#contactWeb,
#contactPhone #phoneInfo,
#checked {
	zoom: 1;
}


/*-------------------------------------
*
* リニューアル前
*-------------------------------------- */
div#details {
	margin: 0 5px;
	font-size: 15px;
	word-wrap:break-word;
}

ul,ol {
	list-style-type: none;
	}

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

img.vm {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: none;
	}

sup {
	font-size:90%;
	vertical-align:top;
	line-height:100%;
}

.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.clrBoth {
	clear: both;
	}

.attentionTxt01 {
	font-size: 10px;
	color: #999999;
	}
.mid{
	vertical-align:middle;}
/* レイアウト */
.pCenter {
	text-align: center;
	}

.pLeft {
	text-align: left;
	}

.pRight {
	text-align: right;
	}

img.imgRight {
	float: right;
	}
img.imgLeft {
	float: left;
	}

/* 余白 */
.padTop10 {
	padding-top: 10px;
	}
.padTop20 {
	padding-top: 20px;
	}

.imgon{
	border:1px solid #F00;
}
.imgon02{
	border:1px solid #2d2d2d;
}
.imgoff{
	border:1px solid #9D9D9D;
}
.imgoff02{
border:1px solid #fff;
}
.imgoff03{
	border:1px solid #ebebeb;
}
.imgoff04{
	border:1px solid #fff;
}
.mb2{
	margin-bottom:2px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mr3{
	margin-right:3px;
}
.mr5{
	margin-right:5px;
}
.mr17{
	margin-right:17px;
 }
.mr20{
	margin-right:20px;
}
.pdt3{
	padding-top:3px;
}
.pdb5{
	padding-bottom:5px;
}
.pdt5{
	padding-top:5px;
}
.pdt10{
	padding-top:10px;
}
.pdt15{
	padding-top:15px;
}
.pdt20{
	padding-top:20px;
}
.pdl5{
	padding-left:5px;
}
.pdl10{
	padding-left:10px;
}
.pdl15{
	padding-left:15px;
}
.pdl20{
	padding-left:20px;
}
.pdr10{
	padding-right:10px;
}
.pd10{
	padding:10px;
}
.pdr20{
	padding-right:20px;
}
.text10{
	font-size:65%;
	line-height:130%;
}
.text11{
	font-size:75%;
	line-height:130%;
}
.text12{
	font-size:85%;
	line-height:140%;
}
.text14{
	font-size:90%;
	line-height:150%;
}
.text18{
	font-size:120%;
	line-height:150%;
}

.pdr5{
	padding-right:5px;
}


.cf:after{
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	content:".";
}

.cf{
	display:inline-block;
}

* html .cf{
	height:1em;
}

.cf{
	display:block;
}

#dmtops{
	padding:0 5px;
	margin:10px 0 15px 0;
	width:940px;
	font-size:80%;
}

#detail_top{
}
#detail_top .bluet{
	font-size:85%;
	color:#699ea9;
	font-weight:bold;
}
#detail_top .bluet2{
	font-size:100%;
	color:#000;
	font-weight:bold;
}
#detail_top .bluet3{
	font-size:80%;
	color:#000;
	font-weight:bold;
}
#detail_top .bluet4{
	font-size:90%;
	color:#000;
	font-weight:bold;
}
#detail_top .dprice{
	font-size:120%;
	line-height:140%;
	color:#333;
	font-weight:bold;
}
#detail_top .dprice2{
	font-size:90%;
	line-height:140%;
	color:#333;
	font-weight:bold;
}

#detail_top .ddescri{
	font-size:85%;
	line-height:130%;
	color:#333;
}
#detail_top .ddescri2{
	font-size:80%;
	line-height:140%;
	color:#333;
}
#detail_top .ddescri2 span{
	float:right;
	text-align:right;
}

#detail_top .tabon{
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
}
.detail_r{
	padding:0 5px;
	border-left:3px solid #cdcdcd;
	border-right:3px solid #cdcdcd;
	background-color:#FFF;
}
.detail_r h3{
	margin:0 0 5px 0;
}
.detail_r h3 span{
	margin-left:15px;
	color:#000;
	font-size:120%;
	line-height:120%;
}
#dm_map{
	margin:0 auto;
	width:840px;
	font-size:80%;
	line-height:120%;
}
#dm_map .loac{
	border:1px solid #c6c6c6;
	background-color:#f2f2f2;
}
#dm_map .loac2{
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#dm_map02{
	margin:0 auto;
	width:840px;
	font-size:80%;
	line-height:120%;
}
#dm_map02 .mp{
	width:830px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
}
#dm_map02 .mp .maps{
	padding:4px;
	background-color:#FFFFFF;
}

#details .bluet{
	font-size:85%;
	color:#699ea9;
}
#details .bluet2{
	font-size:100%;
	color:#000;
	font-weight:bold;
}
#details .bluet3{
	font-size:80%;
	color:#000;
	font-weight:bold;
}
#details .bluet4{
	font-size:90%;
	color:#000;
	font-weight:bold;
}
#details .dprice{
	font-size:120%;
	line-height:140%;
	color:#333;
	font-weight:bold;
}
#details .dprice2{
	font-size:90%;
	line-height:140%;
	color:#333;
	font-weight:bold;
}
#details.ddescri{
	font-size:85%;
	line-height:140%;
	color:#333;
}
#details .ddescri2{
	font-size:80%;
	line-height:140%;
	color:#333;
}
#details .ddescri2 span{
	float:right;
	text-align:right;
}
#details .tabon{
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
}

#details .himg{
	margin:15px 0;
	text-align:center;
}
#details .text{
	width:640px;
	margin:0 auto;
	margin-bottom:15px;
}
#details .txt1{
	font-size:90%;
	line-height:120%;
	font-weight:bold;
}
#details .txt1 span{
	color:#b71c22;
}
#details .txt2{
	font-size:80%;
	line-height:120%;
}
#details .txt2 .p10{
	padding:8px;
}
#details .txt2 .bdr{
	border:1px solid #fab71a;
	font-size:80%;
}

#details .txt3{
	font-size:60%;
}

#details .txt4{
	font-size:80%;
}


#details  h3{
	margin:0 0 10px 0;
	background-color:#f2f2f2;
}

#details .tdp{
	padding:3px 3px 3px 10px;
	background-color:#e2e2e2;
	font-size:85%;
	line-height:120%;

}

#details .tdp2{
	padding:3px 3px 3px 10px;
	background-color:#FFFFFF;
	font-size:85%;
	line-height:120%;
}

#details .tdp3{
	padding:5px 3px 3px 0px;
	font-size:80%;
	line-height:120%;
}

#details .contact{
	margin:0;
	padding:10px 15px;
	background-color:#f2f2f2;
}

#details .contact .tel{
	font-size:120%;
	font-weight:bold;
	color:#e03620;
}

#details .contact .txt{
	font-size:80%;
	line-height:120%;
}

#details .research{
	border: solid 1px #ccc;
	padding:10px;
	margin-top:20px;
	font-size:12px;
}

#details .research .midashi{
	margin-top:5px;
}

#details .dright{
	float:left;
	width:210px;
}

.block{
	width:194px;
	padding:2px 5px 0px 5px;
	border-left:3px solid #ccc;
	border-right:3px solid #ccc;
}
.dright .block h3{
	margin:0 0 7px 0;
	padding:3px 0 0 6px;
}
.block h3.index{
	margin:0 0 5px 0;
	padding:0;
}
.block h3 span{
	margin-left:15px;
	color:#000;
	font-size:120%;
	line-height:120%;
}
.block .blk{
	border-left:5px solid #f2f2f2;
	border-right:5px solid #f2f2f2;
	background-color:#f2f2f2;
}
.block .blk .img{
	padding:5px 0;
	text-align:center;
	background-color:#FFF;
}
.block .blk .tel{
	width:184px;
	background-color:#FFFFFF;
}
.block .blk .tel span{
	font-size:110%;
	font-weight:bold;
	color:#e03620;
}

.block .blk .more{
	padding:5px 0;
	text-align:right;
	font-size:80%;
}
.block .blk ul{
	width:184px;
	margin:0 auto;
	padding:0 0 1px 0;
	font-size:1px;
	line-height:1px;
	list-style-type:none;
}
.block .blk li{
	margin:0 0 5px 0;
	text-align:center;
	list-style-type:none;
}
.block .blk .txt{
	padding:0 0 0 7px;
	font-size:80%;
	line-height:140%;
}
.block .blk .txt span{
	font-weight:bold;
}


.block02{
	width:196px;
	border:1px solid #b7b7b7;
	padding:10px 6px 6px 6px;
	color:#333;
}
.block02 h3{
	margin:0 0 5px 0;
	padding:0 0 5px 5px;
}
/*---------------------*/
.commonbox{
	width:196px;
	border:1px solid #b7b7b7;
	padding:10px 6px 6px 6px;
	color:#333;
	font-size: 16px;
}
.commonbox h3{margin-bottom:10px;}
.commonbox .single{
	width:179px;
	margin:0 auto;
	margin-bottom:5px;
}
.commonbox .single .box{
	padding:10px 7px 5px 10px;
	font-size:80%;
	line-height:130%;
	border-top:1px dashed #666;
}
.commonbox .single .box .body{
}
.commonbox .single .box .body .name{
	margin:0 0 3px 0;
	padding:0 0 0 20px;
	font-weight:normal;
	font-size:90%;
	line-height:130%;
	background:url(/images/common/arr_m.gif) no-repeat 0 2px;
}
.commonbox .single .box .body .description{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:130%;
}
.commonbox .single .box .body img{
	margin:10px 0 0 0;
}
/*---------------------*/

.block02 .blk{
	width:179px;
	margin:0 auto;
	margin-bottom:5px;
	padding:10px 7px 5px 10px;
	line-height:130%;
	border-top:1px dashed #666;
}
.block02 .blk h4{
	margin:0 0 3px 0;
	padding:0 0 0 20px;
	font-size: 100%;
	font-weight:normal;
	line-height:130%;
	background:url(/images/common/arr_m.gif) no-repeat 0 2px;
}

.block02 .blk p{
	margin:0;
	padding:0;
	line-height:130%;
}
.block02 .blk .img{
	margin:10px 0 0 0;
	text-align:center;
}
.block02 .line{
	margin:5px 0 10px 0;
}

#body{
	width:580px;
	margin:0 auto;
}
#body h2{
	margin:0 0 15px 0;
}
#body h3{
	margin:0 0 5px 0;
	padding:4px 0 4px 15px;
	font-size:80%;
	background-color:#f2f2f2;
}
#body h4{
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	font-size:80%;
}
#body p{
	margin:0 0 10px 0;
	padding:0 15px;
	font-size:80%;
	line-height:130%;
}
#body .tlist{
	margin:0 0 10px 0;
	padding:0 15px;
	font-size:80%;
	line-height:130%;
}
#body .tlist02{
	margin:0 0 10px 0;
	padding:0 5px 0 35px;
	font-size:80%;
	line-height:130%;
}
#body .tlist03{
	margin:0 0 10px 0;
	padding:0;
}
#body .tlist03 .ipad{
	padding:9px 0 8px 8px;
	font-size:75%;
	line-height:120%;
	color:#333;
	border-bottom:1px dashed #ccc;
}
#body .tlist03 .ipad img{
	margin-bottom:8px;
}

#body .list{
	margin:0 0 30px 0;
	font-size:80%;
}
#body .pagetop{
	margin:0 0 30px 0;
	padding:0;
	font-size:80%;
	text-align:right;
}
#body .pagetop2{
	margin:0 0 10px 0;
	padding:0;
	font-size:80%;
	text-align:right;
}
#body .close{
	margin:0 0 10px 0;
	text-align:center;
}
#body .environment{
	margin:0 0 20px 0;
	font-size:80%;
}
#body .dhowto{
	width:580px;
	margin:0 0 10px 0;
}
#body .dhowto .blocks{
	font-size:80%;
	background-color:#f2f2f2;
}
#body .environment .bcolor4{
	background-color:#ffffcc;
}
#body .environment .bcolor5{
	background-color:#808080;
}

.bcolor1{
	background-color:#b9b9b9;
}
.bcolor2{
	background-color:#f8f8fa;
}
.bcolor3{
	background-color:#ffffff;
}

#gallery{
	width:736px;
	margin:0 auto;
}
#gallery .body{
	margin:0;
	padding:2px 5px 0 5px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#f1f1f1;
}
#gallery .body02{
	margin:0;
	padding:0;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#ccc;
}
#gallery .body03{
	margin:0;
	padding:2px 3px 0 3px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background-color:#e2e2e2;
}
#gallery .body .gleft{
	float:left;
	width:610px;
}
#gallery .body .gleft p{
	margin:10px 0;
	padding:0;
	font-size:80%;
	text-align:center;
}
#gallery .body .gleft .photo{
	border-left:5px solid #000;
	border-right:5px solid #000;
	height:400px;
	background-color:#000;
	text-align:center;
}

#gallery .body .gright{
	float:right;
	width:101px;
}
#gallery .body .gright .gbtn{
	margin:0;
	padding:15px 8px;
	background:url(/images/detail/bg_gallery01.gif) repeat;
}
#digital{
	width:840px;
	margin:0 auto;
	margin-top:20px;
}
#ku{
	width:660px;
	margin:0 auto;
	margin-top:20px;
}
#headers{
	width:610px;
	margin:0 auto;
	padding-top:5px;
}
#print{
	width:610px;
	margin:0 auto;
}

.print_line{
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	border-top:1px solid #e0e0e0;
}
#paccess{
	margin:0 0 15px 0;
	font-size:75%;
	color:#424242;
}
#paccess .body{
	margin:0;
	padding:0;
	width:600px;
	border-left:5px solid #d4e767;
	border-right:5px solid #d4e767;
/*	background-color:#d4e767;*/
}
#paccess .body h2{
	margin:0;
	padding:7px 0 6px 10px;
}
#paccess .body .baccess{
	margin:0;
	padding:7px 10px;
	width:580px;
	background-color:#fff;
}
#paccess .body .baccess .bgc{
	background-color:#b7b7b7;
}
#paccess .body .baccess .bgc02{
	background-color:#ededed;
}
#paccess .body .baccess .bgc03{
	background-color:#fff;
}
#paccess h2{
	margin:0;
	padding:0;
}
.print_tab table{
	border-collapse:collapse;
}
.print_h3 h3{
	margin:0;
	padding:0;
}
.border_l{
border-left:5px solid #f2f2f2;
}
.border_r{
border-right:5px solid #f2f2f2;
}
.print_tab td{
	border:1px solid #b7b7b7;
}
#pcontact{
	margin:0 0 15px 0;
}
#pcontact h3{
	margin:0;
	padding:8px 0 8px 10px;
	background-color:#f2f2f2;
}
#pcontact .body{
	padding:7px;
	border-left:5px solid #f2f2f2;
	border-right:5px solid #f2f2f2;
	border-bottom:5px solid #f2f2f2;
	background-color:#ffffff;
}
#pcontact .body p{
	margin:0;
	padding:0;
	font-size:80%;
	line-height:120%;
}
#pcontact .body p span{
	color:#e03620;
	font-weight:bold;
}

#ptitle  .bluet{
	font-size:80%;
	color:#699ea9;
	font-weight:bold;
}
#ptitle .bluet2{
	font-size:120%;
	color:#000;
	font-weight:bold;
}
#ptitle .dprice{
	font-size:100%;
	line-height:140%;
	color:#333;
	font-weight:bold;
}
#ptitle .ddescri{
	font-size:80%;
	line-height:140%;
	color:#333;
}


#ptitle .block{
	margin:0;
	padding:5px 0;
	border-left:3px solid #cccccc;
	border-right:3px solid #cccccc;
	text-align:center;
}
#ptitle .block span{
	margin-left:15px;
	color:#000;
	font-size:120%;
	line-height:120%;
	font-weight:bold;
}
.bcolor4{
	background-color:#f2f2f2;
}
.printpd{
	padding:20px 0;
}
#table{
	margin:0 0 10px 0;
}
#table .tdp{
	padding:3px 3px 3px 10px;
	background-color:#e8e8e8;
	font-size:80%;
	line-height:120%;
}

#table .tdp2{
	padding:3px 3px 3px 10px;
	background-color:#FFFFFF;
	font-size:80%;
	line-height:120%;
}

#text2{
	margin:0 0 10px 0;
}
#text2 .ft1{
	font-size:90%;
	line-height:120%;
	font-weight:bold;
}
#text2 .ft1 span{
	color:#b71c22;
}
#text2 .ft2{
	font-size:80%;
	line-height:120%;
}
#text2 .img{
	margin:5px 0;
	text-align:center;
}

.pblk{
	margin:0 0 20px 0;
}
.pblk h3{
	margin:0;
	background-color:#f2f2f2;
	padding:5px 10px;
}
.pblk p{
	margin:0;
	padding:10px 10px 0 10px;
	font-size:80%;
	line-height:120%;
}
.pblk p.sp{
	margin:0;
	padding:10px 10px 0 20px;
	font-size:80%;
	line-height:120%;
}
.ptlist{
	margin:0 0 30px 0;
	padding:0 0 0 10px;
}
/*070928watanabe wrote*/
#body .list_2{
	margin:auto;
	font-size:80%;
}

.bgcolor1{
	background-color:#eaeaea;
}
.w910{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
.lptitle{
	background-color:#f2f2f2;
}

.lpbox{
	width:710px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 30px;
}
.lpbox02{
	width:461px;
	margin-left:auto;
	margin-right:auto;
}
.lpbox03{
	width:710px;
	margin-left:auto;
	margin-right:auto;
}
.lpbox03 .body{
	width:680px;
	padding:10px 15px;
	background-color:#f2f2f2;
}
.font01{
	color:#e0361f;
	font-size:110%;
	font-weight:bold;
}
.mstbox01{
	border:1px solid #e1e1e1;
	background-color:#f2f2f2;
	padding:35px 0;
	text-align:center;
	color: #303030;
}
.mstbox02{
	padding:13px;
	background-color:#f2f2f2;
	line-height:150%;
	color:  #303030;
}
.mstbox02-2{
	padding:13px;
	background-color:#f2f2f2;
	line-height:150%;
	color: #333333;
}
.mstbox02-2 ul{
	height:100%;
	overflow:hidden;
}
.mstbox02-2 li{
	float:left;
	margin-right:5px;
}
.mstbox02 .title{
	padding:4px 10px;
	background-color:#fff;
	color:#b71c22;
}
.msttl{
	background-color:#f2f2f2;
	color: #333333;
}
.msttl span{
	float:right;
	text-align:right;
	margin-right:15px;
	padding-top:4px;
	font-size:100%;
	font-weight:normal;
}
.mspl{
	float:left;
	width:577px;
}
.mspr{
	float:left;
	width:317px;
	padding:5px 7px 3px 6px;
	background-color:#cccccc;
	color: #333333;
}
.mspr .body{
	width:299px;
	padding:0 9px;
	background-color:#f1f1f1;
}
.mspr .body .blk{
	width:283px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 7px 30px 7px;
	background-color:#fff;
}
.mspr .body .blk .title{
	background-color:#f1f1f1;
	color: #333333;
}
.w906{
	width:906px;
	margin-left:auto;
	margin-right:auto;
}
.w906box{
	background-color:#ccc;
}
.msnphoto{
	width:886px;
	margin-bottom:7px;
	padding:0 5px 7px 5px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background:url(/images/detail/img_mainbtm02.gif) #f1f1f1 no-repeat left bottom;
}
.msnphoto .img{
	float:left;
	width:610px;
}
.msnphoto .img .view{
	text-align:center;
	background-color:#000;
}
.msnphoto .option{
	float:right;
	width:260px;
	padding-top:15px;
}

.btnpage{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	height:27px;
	padding:8px 10px;
	background:url(/images/detail/bg_page.gif) no-repeat;
}
.mb65{
	margin-bottom:65px;
}
.msnphoto .option .simg{
	width:244px;
	border:1px solid #ccc;
	padding:7px 7px 10px 7px;
	background-color:#fff;
}
.msnphoto .option .simg .title{
	background-color:#f1f1f1;
	margin-bottom:4px;
}
.mpslide{
	width:896px;
	height:102px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background:url(/images/detail/bg_slidebtm.gif) #e2e2e2 no-repeat left bottom;
}
.mpslide .body{
	width:856px;
	padding:0px 20px 6px 20px;
}
.mpslide .body .blk{
	width:856px;
	overflow:auto;
	overflow-y:hidden;
	+overflow:scroll;
	+overflow-y:hidden;
}
.mpslide .body .blk ul{
	width:1640px;
	height:75px;
}
.mpslide .body .blk li{
	float:left;
	width:82px;
}
ul.dmtbox{
	width:705px;
	padding-left:5px;
	background:url(/images/detail/bg_dmtline.jpg) repeat-x left bottom;
	height:31px;
	overflow:hidden;
}
ul.dmtbox li{
	float:left;
	height:29px;
	padding-right:0px;
	font-size:0px;
	line-height:0px;
	margin-right:5px;
	list-style-type:none;
	border-bottom:none;
}

/*081028mihara wrote*/
ul.dmtbox_btm10{
	width:705px;
	padding-left:5px;
	margin-bottom:10px;
	background:url(/images/detail/bg_dmtline.jpg) repeat-x left bottom;
	height:31px;
	overflow:hidden;
}
ul.dmtbox_btm10 li{
	float:left;
	height:29px;
	padding-right:0px;
	font-size:0px;
	line-height:0px;
	margin-right:5px;
	list-style-type:none;
	border-bottom:none;
}
ul.charabox{
	width:705px;
	padding-left:5px;
	margin-bottom:10px;
	height:38px;
	overflow:hidden;
}
ul.charabox li{
	float:left;
	height:47px;
	padding-right:0px;
	font-size:0px;
	line-height:0px;
	margin-right:17px;
	list-style-type:none;
	border-bottom:none;
}
ul.charabox2{
	width:705px;
	padding-left:5px;
	margin-bottom:10px;
	height:23px;
	overflow:hidden;
}
ul.charabox2 li{
	float:left;
	height:27px;
	padding-right:0px;
	font-size:0px;
	line-height:0px;
	margin-right:23px;
	list-style-type:none;
	border-bottom:none;
}

table.anather_item{
	margin:0px 0px 10px 5px;padding:0px 0px 0px 0px;
	border-style:none;
	width:705px;
}

table.anather_item_core{
	margin:0px;padding:0px;
	border-style:none;
	width:349px;
	background:url(../../images/detail/bg_anth_mdl.gif) repeat-y;
}


#anather_item_top{
	margin:0px;padding:0px;
	width:349px;height:10px;
}


#anather_item_middle{
	margin:0px;padding:0px 10px;
	width:349px;
	font-size:80%;
	line-height:120%;
}

#anather_item_text{
	position:relative;
	float:left;
	width:201px;
}

#anather_item_text p{
	margin:0px;padding:0px;
	width:191px;
}

#anather_item_text strong{
	display:block;
	margin:0px 0px 5px 0px;padding:0px;
	height:120%;
	width:191px;
	background:#FF37FF;
	text-indent:5px;
}

#anather_item_photo{
	position:relative;
	float:left;
	width:128px;
	margin-left:10px;
}

#anather_item_photo img{
	border-style:none;
}


/*081029mihara wrote*/
.view_top{
	width:710px;height:30px;
	margin-bottom:0px;
	border-top:1px solid #999999;
}

.view_history_title{
	position:relative;
	padding:10px 0px;
	float:left;
	left:16px;
	width:500px;
	font-size:90%;
	font-weight:bold;
}

.view_history_page{
	position:relative;
	padding:10px 0px;
	float:left;
	width:184px;
	font-size:90%;
	text-align:right;
}

.view_history{
	margin-top:0px;
	width:708px;
	border:1px solid #999999;
}

.view_dotline{
	margin:15px 0px;
	background:url(/images/detail/img_line_dot.gif) repeat-x left bottom;
}


.view_history .body{
	padding:0px 16px 15px 16px;
}
.view_history .text{
	background-color:#f2f2f2;
	padding:3px;
}
.view_history .body2{
	padding:10px 16px;
}

/*081204mihara wrote*/

.tops{
	margin:10px auto 15px auto;
	padding:0px 5px;
	width:580px;
	font-size:80%;
}

.tops2{
	margin:10px auto 0px auto;
	width:580px;
}

.tops2 h2{
	margin:0px 0px 15px;
}

.tops2 p{
	margin:0px 0px 10px 0px;
	padding-right:15px;padding-left:15px;padding-top:0px;padding-bottom:0px;
	font-size:80%;line-height:130%;
}

.icon_core{
	margin:0px 0px 10px 0px;
	padding:0px;
}

.icon_dottline{
	padding:9px 0px 8px 8px;
	border-bottom:#CCCCCC 1px dashed;
	font-size:75%;
	color:#333333;
	line-height:120px;
}

.icon_dottline p{
	margin:0px 0px 0px 5px;
	padding-right:0px;padding-left:0px;padding-top:5px;padding-bottom:0px;
	font-size:80%;line-height:130%;
}

/*081210mihara wrote*/
.w710box{
	background-color:#ccc;
	text-align:center;
}

.mstbox03{
	width:710px;
	margin-left:auto;
	margin-right:auto;
}

.mainphotocore{
	width:690px;
	padding:0 5px 7px 5px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background:#f1f1f1;
}

.mainphotocore .imgcore{
	margin:0px auto;padding:0px;
	width:610px;
}

.mainphotocore .buttoncore{
	margin:0px auto;padding:0px;
	width:610px;height:27px;
}

#buttoncore_l{
	float:left;
	width:85px;
}

#buttoncore_c{
	float:left;
	width:440px;
	text-align:center;
	font-size:80%;
	line-height:27px;
}


#buttoncore_r{
	float:left;
	width:85px;
}

.mainphotocore .imgcore .view{
	text-align:center;
	background-color:#000;
}

.mainphotoslide{
	margin-top:5px;
	width:700px;height:102px;
	border-left:5px solid #CCC;
	border-right:5px solid #CCC;
	background:url(/images/detail/bg_slidecor_bottom.gif) no-repeat #E2E2E2 bottom;
}

.mainphotoslide .body{
	width:692px;
	padding:0px 3px 6px 5px;
}
.mainphotoslide .body .blk{
	width:692px;
	overflow:auto;
	overflow-y:hidden;
	+overflow:scroll;
	+overflow-y:hidden;
}

.mainphotoslide .body .blk ul{
	width:1520px;
	height:75px;
}

.mainphotoslide .body .blk li{
	float:left;
	width:69px;
}

.mainphotoslide2{
	margin:5px;
	padding:10px;
	width:680px;
	text-align:center;
	background-color:#e3e3e3;
}
.mainphotoslide2 ul{
	text-align:left;
}

.mainphotoslide2 li{
	display:inline;
}

.area{
	margin-bottom:15px;
	padding-left:10px;
	border-left:6px solid #e0e6cf;
}
.price{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #cdcdcd;
}
.price img{
	margin:0 20px;
}
.mainphotocore2{
	width:690px;
	padding:10px 5px;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	background:#f1f1f1;
}
.mainphotocore2 img{
	border:1px solid #ccc;
	margin-bottom:5px;
}
.mainphotocore2 p{
	width:600px;
	margin:0 auto;
	padding:5px 0;
	font-size:80%;
	background-color:#d3d3d3;
	text-align:center;
}
.envirment{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.envirment .b, .envirment2 .b{
	float:left;
	width:262px;
	border:1px solid #ccc;
	padding:8px 8px 0px 8px;
}
.envirment .b .img, .envirment2 .b .img{
	margin-bottom:10px;
	border:1px solid #ccc;
}
.envirment .b span{
	float:right;
	text-align:right;
}
.envirment .b p, .envirment2 .b p{
	font-size:80%;
}
.mr30{
	margin-right:30px;
}
.envirment2{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.gray{
	border:1px solid #ccc;
}
.red{
	border:1px solid #f00;
}
.mapsize{
	margin-bottom:20px;
	height:100%;
	overflow:hidden;
	font-size:100%;
}
.mapsize .s{
	float:left;
	width:570px;
}
.mapsize .s .text12{
	line-height:130%;
	font-size:100%;
}
.mapsize .s .text12r{
	line-height:130%;
	font-size:100%;
	color:#c62f18;
}
.mapsize .l{
	float:right;
	width:380px;
}
.mapsize .l ul{float:right;}
.mapsize .l li{float:left; margin-left:10px; font-size:100%; padding-left:12px; background:url(/images/common/arr_t_head.gif) no-repeat left center;}
.h2text{font-size:100%; font-weight:normal;}
/*print.html*/
.printBox{
	width:650px;
	margin:0 auto;
	text-align:left;
	background: #fff;
	}
.print_logo {
	padding:7px 20px 5px 20px;
	border-bottom:1px solid #e0e0e0;
	width: 610px;
	margin: auto;
	}
.print_logo div{
	float:right;}
.print_logo .close{
	margin-top:5px;
	margin-left:10px;
	vertical-align:top;}
.print_box{
	width:610px;
	margin:10px auto 0 auto;
}
.inner_box{
	border:5px solid #f2f2f2;
	border-top: none;
	padding: 7px;
	font-size: 80%;
}
.inner_box .telphone{
	padding:5px 0 0 0;
	}
.inner_box .bgDiv{
	padding-left:26px;
	background:url(../../images/detail/ico_print_tel.gif) left 6px no-repeat;
	}
.inner_box .telphone span{
	color:#e03620;
	font-size:180%;
	}
.areaPrint{
	margin-bottom:15px;
	margin-top: 10px;
}
.fontSize{
	font-size:100%;
	}
.relative{
	position:relative;
}
.relative img{
	float:right;}
.bangko{
	position:absolute;
	left:68px;
	height:35px;
	top:0px;
	line-height:39px;
	font-size:90%;
	font-weight:bold;
}
.bangkoDiv{
	float:right;
	position:relative;
	width:160px;
	height:37px;}
.green{
	color:#699ea9;
	font-size:75%;
}
/********************/
.info{
	border-left:5px solid #f2f2f2;
	border-right:5px solid #f2f2f2;
}
.info .l{
	float:left;
	width:287px;
	text-align:center;
	padding:20px 0;
	border-right:5px solid #f2f2f2;
	background-color:#fff;
}
.info .r{
	float:left;
	width:288px;
	padding:20px 0;
	text-align:center;
	background-color:#fff;
}
.printTable{
	font-size:80%;}
.printTable th{
	background:#eaeaea;
	}
ul.printUL{
	width:100%;
	padding-left:0px;
}
ul.printUL li{
	margin-right:27px;
	}
ul.printUL li.end{
	margin-right:0px;}
/*dl*/
.dlPrint{
	margin:10px;
}
.dlPrint dd,.dlPrint dt{
	font-size:80%;
	padding-right:20px;
	display:inline;}
.mobileCode{
	width:500px;
	margin:0 auto 40px auto;
	padding:10px 25px;
	background:#f2f2f2;
	font-size:80%;
	overflow:hidden;
	}
.mobileCode img{
	float:right;}
.mobileCode p{
	padding:18px 0 0 0;
}
.renofooter{
	text-align:left;
	padding:11px 11px 0 10px;
	background:url(/images/report/ic_dot01.gif) repeat-x;
	height:100%;
}
.renofooter .logo3{
	float:left;
	text-align:left;
	width:170px;
}
.renofooter .copyright{
	float:right;
	padding-top:2px;
	width:334px;
}
.table2
{
	margin:0;
	border-collapse: collapse;
}
.table2 th
{
	border: 1px solid #999999;
	padding: 5px 0px 5px 10px;
	margin:0px;
	background-color: #e0e0e0;
	font-weight: normal;
}
.table2 td
{
	border: 1px solid #999999;
	padding: 5px 0px 5px 10px;
	font-size:90%;
	background-color:#FFFFFF;
}
.areaPrint .price .p01{
	font-size:120%;
}

.im_tbox{border:1px solid #b9b9b9; background-color:#f8f8fa; width:578px; margin:0 auto 20px; padding:5px 0;}
.imArea{width:550px; margin:0 auto 15px;}
.imArea .ltd{width:265px; float:left; height:1%; overflow:hidden; margin-bottom:10px;}
.imArea .rtd{width:265px; float:right; height:1%; overflow:hidden; margin-bottom:10px;}
.imArea .photo{width:110px; float:left;}
.imArea .text{width:155px; float:left; font-size:80%;}
.dot{border-bottom:1px dashed #ccc;}
.mapArea{width:800px; margin:0 auto 20px;}
.ttl_map{width:780px; margin:0 auto 5px; height:1%; overflow:hidden;}
.mapL{width:380px; float:left;}
.mapR{width:190px; float:right; font-size:80%;}
.mapR li{float:left; list-style-type:none; margin-right:5px;}
.map_tit{width:800px; background:url(/images/detail/map_rtit.gif) #bddd0e no-repeat right top; height:1%; overflow:hidden;}
.map_tit .tit{width:340px; float:left;}
.map_tit .text{width:450px; float:left; font-size:80%; padding-top:15px;}
#image {
width:800px;
height:500px;
overflow:hidden;
}
.mapR li#swap1{width:50px; height:17px; text-indent:-9999px; display:block; cursor:pointer;}
.mapR li#swap2{width:53px; height:17px; text-indent:-9999px; display:block; cursor:pointer;}
.mapR li#swap2{background:url(/images/detail/btn_add.gif) no-repeat left top;}

#bukkenInfo{
	padding:3px 5px;
	background:#dddddd;
	border:1px solid #C5C6CA;
	font-size:77%;
	font-weight:normal;
	color:#888888;
}
#bukkenInfo strong{
	font-weight:normal;
}

@media print {
  #photoArea #photoMain #photoNav02 #prevPhoto a.onImg ,
  #photoArea #photoMain #photoNav02 #nextPhoto a.onImg {
        display:none;
}
