@charset "utf-8";

/******************************************************************** detail
*/

.detail #container h2 {	margin-top: 10px; background: url(../detail/img/titlebar.gif) no-repeat;}

.detail #header {
	height: 79px;
	background: url(../img/header_bg_detail.gif) no-repeat;
}

.detail #header p {
	position: absolute;
	top: 14px;
	left: 15px;
	margin: 0;
	padding: 0;
}

.detail h1 { top: 7px;}

.detail ul.detailNav {
	position: absolute;
	top: 32px;
	left: 45%;
	width: 551px;
	margin: 0 0 0 -93px;
	padding: 0;
	list-style-type: none;
}

.detail ul.detailNav li {
	padding-left: 7px;
	float: left;
}

.detail ul.detailNav li a {
	display: block;
	width: 160px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
}

.detail ul.detailNav li.dPrint a { background: url(../img/btn_conf.gif) no-repeat;}

.detail ul.detailNav li.dEmpty a { background: url(../img/btn_empty.gif) no-repeat;}

.detail ul.detailNav li.dContact a { width: 210px; background: url(../img/btn_contact2.gif) no-repeat;}

.detail ul.detailNav li.dPrint a:hover { background-position: -165px 0;}

.detail ul.detailNav li.dEmpty a:hover { background-position: -165px 0;}

.detail ul.detailNav li.dContact a:hover { background-position: -215px 0;}

/*\*//*/
.detail ul.detailNav li a { overflow: visible;}
.detail ul.detailNav li a:focus,
.detail ul.detailNav li a:active { outline: 1px solid #333;}
/**/

.detail ul.detailNavFoot {
	position: static;
	margin: 0 0 15px 217px;
	padding: 0;
	list-style-type: none;
}

/*------------------------------------------------------------------- mainBox
*/

.detail div#mainBox {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccccc4;
	background: #fff url(../detail/img/bg_logo.gif) no-repeat 50% 90px;
}

.detail div#mainBox h3 {
	height: 100%;
	margin: 0 0 0 10px;
	padding: 0 0 5px 25px;
	background: url(../detail/img/catch_mark.gif) no-repeat 0 2px;
	color: #ff432e;
	font-size: 1.6em;
}

/*=================================================================== col-x
*/

.detail div#col-x {
	width: 364px;
	float: left;
}

.detail div#col-x table#detailX {
	width: 100%;
	border: none;
}

.detail div#col-x table#detailX caption { display: none;}

.detail div#col-x table#detailX th,
.detail div#col-x table#detailX td {
	border: none;
	border-bottom: 1px solid #CCCCC4;
	background: none;
}

.detail div#col-x table#detailX th { width: 125px;}

.detail div#col-x ul#iconList {
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
}

.detail div#col-x ul#iconList li {
	width: 45px;
	float: left;
}

/*=================================================================== col-y
*/

.detail div#col-y {
	width: 364px;
	margin-bottom: 10px;
	float: right;
}

/******** 変更内容 ********/

.detail div#col-y table#detailY,
.detail div#col-y table#detailY2,
.detail div#col-y table#detailY3 {
	width: 364px;
	border: none;
}

.detail div#col-y table#detailY caption { display: none;}

.detail div#col-y table#detailY th,
.detail div#col-y table#detailY td,
.detail div#col-y table#detailY2 th,
.detail div#col-y table#detailY2 td,
.detail div#col-y table#detailY3 th,
.detail div#col-y table#detailY3 td {
	border: none;
	border-bottom: 1px solid #CCCCC4;
	background: none;
}

.detail div#col-y table#detailY2 th,
.detail div#col-y table#detailY3 th { text-align: left;}

.detail div#col-y table#detailY3 th { vertical-align: top;}

.detail div#col-y table#detailY th,
.detail div#col-y table#detailY2 th,
.detail div#col-y table#detailY3 th { width: 125px;}

.detail div#col-y table#detailY tr#dYRent th { padding-bottom: 0;}

.detail div#col-y table#detailY tr#dYRent td {
	padding-bottom: 0;
	color: #f5782a;
	font-size: 1.4em;
	font-weight: bold;
}

.detail div#col-y table#detailY tr#equal th {
	background: url(../detail/img/sum_grd.gif) repeat-x 0 100%;
	color: #f5782a;
	font-size: 1.2em;
	vertical-align: bottom;
}
.detail div#col-y table#detailY tr#equal td {
	background: url(../detail/img/sum_grd.gif) repeat-x 0 100%;
	padding: 3px 0 0 10px;
	color: #f5782a;
	font-size:2em;
	font-weight: bold;
}

.detail div#col-y table#detailY2 tr#equal2 td { color: #000; font-weight: bold;}

.detail div#col-y table#detailY2 tr#equal2 th,
.detail div#col-y table#detailY2 tr#equal2 td {
	background: url(../detail/img/sum_grd.gif) repeat-x 0 100%;
	padding-top: 10px;
}

.detail div#col-y table#detailY tr th.t-sub,
.detail div#col-y table#detailY2 tr th.t-sub { text-align: center; padding: 10px 0 0; color: #039;}

/******** 変更内容 ********/

.detail div#col-y p {
	padding: 8px;
	border: 1px solid #ccccc4;
	background: #fff;
}

/*------------------------------------------------------------------- 
*/

.detail #container dl#otherInfo {
	clear: both;
}

.detail #container dl#otherInfo dt {
	width: 127px;
	height: 22px;
	margin-bottom: 5px;
	padding: 3px 0 0 15px;
	background: url(../detail/img/other_bg.gif) no-repeat 0 0;
	font-weight: bold;
	float: left;
	clear: both;
}

.detail #container dl#otherInfo dd {
	margin-top: 2px;
}

* html .detail #container dl#otherInfo dd { float: none;}

*:first-child+html .detail #container dl#otherInfo dd { float: none;}

/*=================================================================== col-l
*/

.detail #col-l {
	width: 378px;
	float: left;
}

.detail #col-l h4 {
	width: 378px;
	height: 20px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../detail/img/hl01.gif) no-repeat;
	text-indent: -9999px;
}

.detail #col-l div#mapBase {
	width: 376px;
	height: 376px;
	border: 1px solid #ccccc4;
	background: #fff;
}



/*=================================================================== col-r
*/

.detail #col-r {
	width: 378px;
	float: right;
}

.detail #col-r h4 {
	width: 378px;
	height: 20px;
	margin-bottom: 10px;
	padding: 0;
	background: url(../detail/img/hl02.gif) no-repeat;
	text-indent: -9999px;
}

.detail #col-r p#layout {
	width: 356px;
	height: 356px;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccccc4;
	background: #fff;
}

/*------------------------------------------------------------------- 
*/

.detail table#detailZ {
	width: 100%;
	margin-top: 15px;
	clear: both;
}

.detail table#detailZ caption { display: none;}

.detail table#detailZ th {
	text-align: center;
	width: 100px;
	background: #ffe8e5;
}

.detail table#detailZ td {
	background: #fff;
}

.detail table#detailZ td dl {
	width: 440px;
	float: left;
}

.detail table#detailZ td p {
	margin-top: 10px;
	padding-right: 10px;
}

.detail table#detailZ td p a {
	display: block;
	width: 160px;
	height: 55px;
	background: url(../img/b_contact.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}

.detail table#detailZ td p a:hover { background-position: -165px 0;}

/*\*//*/
.detail table#detailZ td p a { overflow: visible;}
.detail table#detailZ td p a:focus,
.detail table#detailZ td p a:active { outline: 1px solid #333;}
/**/

/*------------------------------------------------------------------- 
*/

.detail h4#hlPhoto {
	width: 768px;
	height: 20px;
	padding: 0 0 10px 0;
	background: url(../detail/img/hl03.gif) no-repeat;
	text-indent: -9999px;
}

.detail div#photoBox {
	width: 766px;
	border: 1px solid #ccccc4;
	background: #ededed url(../detail/img/photobox_bg.gif);
}

.detail div#photoBox ul {
	margin: 0;
	padding: 10px 0 10px 10px;
	list-style-type: none;
}

.detail div#photoBox ul li {
	width: 359px;
	height: 261px;
	margin: 0;
	padding: 13px 0 0 13px;
	background: url(../detail/img/photo_bg.gif) no-repeat;
	float: left;
}

/*------------------------------------------------------------------- 
*/

.detail h4#hlIcon {
	width: 768px;
	height: 20px;
	background: url(../detail/img/hl04.gif) no-repeat;
	text-indent: -9999px;
	padding: 0;
	margin: 10px 0;
}

.detail ul#aboutIcon {
	width: 766px;
	margin: 0 0 10px;
	padding: 10px 0;
	border: 1px solid #ccccc4;
	background: #fff;
}

.detail ul#aboutIcon li {
	text-align: center;
	width: 95px;
	list-style-type: none;
	float: left;
}

.detail ul#aboutIcon li span { display: block;}



