charset "UTF-8";
/*@media screen
{*/

* .small {
	font-size: 1em;
}

.tCenter {
	text-align: center!important;
}

.tLeft {
	text-align: left!important;
}

.tRight {
	text-align: right!important;
}

.emptyList {
	margin-bottom: 15px!important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 1px; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/


/* テーブル */

/* フォームsubmitボタン */
.btnForm {
	margin: 10px;
	text-align: center;
}

/* 一覧なし */

/* 検索する */
.searchEquipGroup {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
/*table.tblSearch {
	border-collapse: collapse;
	width: 100%;
}
table.tblSearch a {
	color: #666666;
	text-decoration: none;
}

table.tblSearch th {
	background-color: #FCE2A9;
	border: 1px solid #999999;
	padding: 10px;
	width: 120px;
	font-weight: normal;
}

table.tblSearch td {
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
}*/

/* 検索結果 */
.searchPageMove {
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../../img/system/page_move_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding: 2px 7px 2px 7px;
	overflow: auto;
	letter-spacing: 0;
}

.searchPageMove * {
	font-size: small;
	line-height: 200%;
	letter-spacing: 0;
}

.searchPageMove a {
	color: #666666;
	text-decoration: none;
}

.searchPageMove .sort {
	float: left;
}

.searchPageMove .sort a span {
	color: #CCCCCC;
}

.searchPageMove .sort a span.this {
	color: #CC3300;
}

.searchPageMove .sort span.title {
	color: #329F2C;
	font-weight: bold;
}

.searchPageMove .page {
	float: right;
	text-align: right;
}

.searchPageMove .page span.title {
	color: #329F2C;
	font-weight: bold;
}

.searchPageMove .page span.this {
	font-weight: bold;
}
/* 旧仕様 */
table.tblSearchList {
	margin-bottom: 2px;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

table.tblSearchList a {
	color: #666666;
	text-decoration: none;
}

table.tblSearchList th {
	background-color: #FCE2A9;
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

table.tblSearchList th.catchCopy {
	background-color: #FBD47F;
	line-height: 200%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

table.tblSearchList td {
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

table.tblSearchList td .detail a {
	display: block;
	margin: 0 auto 0;
	background-image: url(../../img/system/button_object_detail.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}

table.tblSearchList td .img {
	text-align: center;
	margin-bottom: 1px;
	background-color:#F0F0F0;
	width: 80px;
	height: 60px;
	border:1px solid #555;
}

table.tblSearchList td.btn {
	text-align: center;
	vertical-align: middle;
}
/* 旧仕様 */
.searchTopBar {
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url(../../img/system/page_move_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding: 2px 7px 2px 7px;
	overflow: auto;
	letter-spacing: 0;
}

.searchTopBar div {
	float: left;
}

.searchTopBar div span {
	color: #72941B;
	font-weight: bold;
}

.searchTopBar form {
	float: right;
}

ul.tblSearchList2 {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.tblSearchList2 li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCCCCC;
}

ul.tblSearchList2 li.empty {
	border: 0;
	padding: 5px;
}

ul.tblSearchList2 li .listImg {
	clear: both;
	float: left;
	width: 120px;
	text-align: center;
}

ul.tblSearchList2 li .listImg .img {
	clear: both;
	float: left;
	height: 160px;
	border: 1px solid #000000;
}

ul.tblSearchList2 li .listImg .detail a {
	display: block;
	margin: 10px auto 0;
	background-image: url(../../img/system/button_object_detail.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

ul.tblSearchList2 li table {
	float: left;
	margin-left: 10px;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 480px;
}

ul.tblSearchList2 li table th {
	width: 120px;
	background-color: #FCE2A9;
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}

ul.tblSearchList2 li table td {
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.searchBtmBar {
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url(../../img/system/page_move_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding: 2px 7px 2px 7px;
	overflow: auto;
	letter-spacing: 0;
}

.searchBtmBar table {
	width: 100%;
}

.searchBtmBar table td {
	width: 10%;
	text-align: center;
}

.searchBtmBar table .move {
	width: 80%;
}

.searchBtmBar a {
	color: #000000;
}

.searchBtmBar a.this {
	color: #006600;
	font-weight: bold;
}

/* 物件詳細 */


#contents .objView {
	position: relative;
}

#contents .objView .ttl {
	width: 620px;
	height: 0px;
	min-height: 1px;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #9B9B9B;
	background-color: #FFFFCD;
	overflow: hidden;
	text-align: left;
}

#contents .objView>.ttl {
	width: 612px;
	height: auto;
}

#contents .objView .ttl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #contents .objView .ttl {
	height: 1px;
	overflow: visible;
}
/**/

#contents .objView .ttl h2 {
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	color: #72941B;
}

#contents .objView .ttl .btn {
	float: right;
	width: 180px;
	height: 24px;
	margin-top: -40px;
}

#contents .objView .favorite {
	float: right;
	width: 88px;
}

#contents .objView .favorite a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../img/system/button_bookmark.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#contents .objView .print {
	width: 88px;
}

#contents .objView .print a {
	display: block;
	height: 24px;
	text-indent: -9999px;
	background-image: url(../img/system/button_print.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#contents .objView .tbl {
	clear: both;
	float: left;
	width: 320px;
	margin-bottom: 15px;
}

#contents .objView .tbl table {
	width: 100%;
	border: 1px solid #D8D8D8;
	border-collapse: collapse;
}

#contents .objView .tbl table th {
	width: 100px;
	padding: 7px;
	padding-left: 20px;
	border: 1px solid #D8D8D8;
	background-color: #FCE1AA;
	background-image: url(../../images/view_tbl_head.jpg);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

#contents .objView .tbl table>th {
	width: 80px;
}

#contents .objView .tbl table td {
	padding: 5px;
	color: #000000;
	border: 1px solid #D8D8D8;
	text-align: left;
}

#contents .objView .tbl table td.bold {
	font-weight: bold;
}

#contents .objView .tbl table ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contents .objView .tbl table ul li {
	clear: both;
}

#contents .objView .tbl table li .line {
	float: left;
	width: 50%;
}

#contents .objView .tbl table li .st {
	float: left;
	width: 50%;
}

#contents .objView .tbl p {
	margin-top: 2px;
	color: #B7B7B7;
}

#contents .objView .img {
	float: right;
	width: 280px;
	margin-top: -3px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E7E7E7;
	text-align: center;
}

#contents .objView .img img {
	cursor: pointer;
}

#contents .objView .staff {
	float: right;
	width: 280px;
	background-image: url(../img/system/staff_comment_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#contents .objView .staff h2 {
	height: 90px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/system/staff_comment.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#contents .objView .staff div.txt {
	background-image: url(../img/system/staff_comment_btm.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#contents .objView .staff div.txt p {
	margin: 10px;
	padding: 0px;
}

#contents .objView .map {
	clear: both;
}

#contents .objView .map .gMap {
	float: left;
	width: 320px;
	height: 304px;
	margin-bottom: 15px;
	background-color: #E7E7E5;
overflow: hidden;
}

#contents .objView .map .gMap #gMap {
	width: 312px;
	height: 296px;
	margin: 4px;
	overflow: hidden;
}

#contents .objView .map .gSV {
	float: right;
	width: 280px;
	height: 304px;
	margin-bottom: 15px;
	background-color: #E7E7E5;
}

#contents .objView .map .gSV #gSV {
	width: 272px;
	height: 296px;
	margin: 4px;
	overflow: hidden;
}

#contents .objView .pic {
	clear: both;
}

#contents .objView .pic ul {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	list-style-type: none;
}

#contents .objView .pic ul li {
	display: inline;
	float: left;
	width: 200px;
height: 200px;
overflow:hidden;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	padding: 0px;
	text-align: center;
	background-color: #E7E7E7;
}

#contents .objView .pic ul li p {
	margin: 5px 10px;
	padding: 0px;
	text-align: left;
}

#contents .objView .pic ul img {
	margin: 0px;
	margin-top: 5px;
	cursor: pointer;
}

/* オススメここから */

#contents .objView #viewRcm {
	clear: both;
	height: 0px;
	min-height: 1px;
	overflow: hidden;
/*	background-color: #1A1512;*/
}

#contents .objView>#viewRcm {
	height: auto;
}

#contents .objView #viewRcm:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html #contents .objView #viewRcm {
	height: 1px;
	overflow: visible;
}
/**/

/*
#contents .objView .recommend {
	clear: both;
	height: 0px;
	min-height: 1px;
	overflow: hidden;
	background-color: #1A1512;
}

#contents .objView>.recommend {
	height: auto;
}

#contents .objView .recommend:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
/** html #contents .objView .recommend {
	height: 1px;
	overflow: visible;
}
/**/

#contents .objView .recommend {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#contents .objView .recommend ul.recomBtn {
	margin: 15px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}

#contents .objView .recommend ul.recomBtn li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-left: 15px;
	background-position: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#contents .objView .recommend ul.recomBtn li.on {
	background-image: url(../../img/system/icon_checkbox_on.jpg);
}

#contents .objView .recommend ul.recomBtn li.off {
	background-image: url(../../img/system/icon_checkbox_off.jpg);
}

#contents .objView .recommend ul.list {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contents .objView .recommend ul.list li {
	float: left;
	width: 130px;
	margin: 0px 9px;
	margin-bottom: 10px;
	text-align: center;
}

#contents .objView .recommend ul.list li.empty {
	float: none;
	width: auto;
	margin: 0px 0px 15px 15px;
	text-align: left;
}

#contents .objView .recommend ul.list li .grn {
	text-align: left;
	color: #6C9F40;
	font-weight: bold;
}

#contents .objView .recommend ul.list li .tLeft {
	text-align: left;
}

#contents .objView .recommend ul.list li .tLeft span {
	color: #FFAC03;
}

#contents .objView .recommend ul.paging {
	clear: both;
	height: 30px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	border-top: 1px solid #3A3633;
	list-style-type: none;
}

#contents .objView .recommend ul.paging li.next {
	float: right;
	margin: 5px;
}

#contents .objView .recommend ul.paging li.next span {
	text-decoration: underline;
	cursor: pointer;
}

#contents .objView .recommend ul.paging li.back {
	float: right;
	margin: 5px;
}

#contents .objView .recommend ul.paging li.back span {
	text-decoration: underline;
	cursor: pointer;
}

#contents .objView .recommend ul.paging li.move {
	float: left;
	margin: 5px;
}

#contents .objView .recommend ul.paging li.move span {
	cursor: pointer;
}

#contents .objView .recommend ul.paging li.move span.this {
	background-color: #6C9F40;
	color: #FFFFFF;
}
/* オススメここまで */

#contents .objView .contact {
	clear: both;
}

#contents .objView .contact table {
	width: 610px;
	margin-left: 7px;
	background-image: url(../img/system/view_contact_bg.jpg);
	border: 1px solid #CDCDCD;
	border-collapse: collapse;
}

#contents .objView .contact th {
	width: 255px;
	height: 85px;
	border: none;
	background-image: url(../img/system/view_contact_img.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#contents .objView .contact td {
	border: none;
}

#contents .objView .contact td.btnContact {
	text-align: center;
}

#contents .objView .contact td.btnContact a {
	display: block;
	width: 170px;
	height: 40px;
	margin: auto;
	background-image: url(../img/system/btn_view_contact.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

#contents .objView .contact td.btnAdd {
	text-align: center;
}

#contents .objView .contact td.btnAdd a {
	display: block;
	width: 140px;
	height: 40px;
	margin: auto;
	background-image: url(../img/system/btn_view_bookmark.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

#contents .objView .room {
	clear: both;
}

#contents .objView .room table {
	width: 98%;
	margin: 0px 1% 15px;
	border: 1px solid #D9D9D9;
	border-collapse: collapse;
}

#contents .objView .room th {
	border: 1px solid #D9D9D9;
	background-color: #FCE1AA;
	line-height: 26px;
	text-align: center;
}

#contents .objView .room td {
	padding: 5px;
	border: 1px solid #D9D9D9;
	text-align: center;
}

#contents .objView .room td a {
	display: block;
	width: 57px;
	height: 16px;
	background-image: url(../img/system/btn_detail_s.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* ---------------------------------------------ライトボックス---------------------------------------- */
div#viewImgBase {
	display: none;
}

div#viewImgBase.viewImgBase {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

div#whiteBase {
	position: absolute;
	z-index: 310;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-color: #FFFFFF;
}

div#whiteBase img#imgLayer {
	position: absolute;
	z-index: 320;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#whiteBase div#closeButton {
	position: absolute;
	z-index: 320;
	visibility: hidden;
	cursor: pointer;
}

div#whiteBase div#closeButton span.close {
	vertical-align: middle;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #666666;
}

div#whiteBase div#closeButton span.batsu {
	vertical-align: middle;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
}

div#whiteBase div#numViewBox {
	position: absolute;
	z-index: 320;
	visibility: hidden;
	font-size: 14px;
	color: #333333;
}

div#whiteBase div#commentBox {
	position: absolute;
	z-index: 320;
	visibility: hidden;
	padding-top: 1px;
	color: #333333;
	font-size: 14px;
}

div#whiteBase div#backButtonBase {
	position: absolute;
	z-index: 330;
	visibility: hidden;
	cursor: pointer;
}

div#whiteBase div#backButtonBase div#backButton {
	position: absolute;
	z-index: 340;
	visibility: hidden;
	width: 50px;
	height: 30px;
	background-color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
}

div#whiteBase div#backButtonBase div#backButton.roll {
	visibility: visible;
}

div#whiteBase div#nextButtonBase {
	position: absolute;
	z-index: 330;
	visibility: hidden;
	cursor: pointer;
}

div#whiteBase div#nextButtonBase div#nextButton {
	position: absolute;
	z-index: 340;
	visibility: hidden;
	width: 50px;
	height: 30px;
	background-color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
}

div#whiteBase div#nextButtonBase div#nextButton.roll {
	visibility: visible;
}

/* 旧仕様 */
h3.objectCatchCopy {
	margin: 0;
	width: auto;
	background-image: url(../../img/system/object_catch_copy.jpg);
	background-repeat: no-repeat;
	padding: 0;
	height: 32px;
	overflow: hidden;
	color: #FFFFCC;
	text-indent: 25px;
	line-height: 32px;
}

table.tblObjectView {
	margin-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}

table.tblObjectView a {
	color: #666666;
	text-decoration: none;
}

table.tblObjectView th {
	background-color: #FCE2A9;
	background-image: url(../../img/system/object_view_th.jpg);
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

table.tblObjectView th.catchCopy {
	background-color: #FBD47F;
	line-height: 200%;
	font-size: 14px!important;
	font-weight: bold;
	text-align: left;
}

table.tblObjectView td {
	border: 1px solid #999999;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

table.tblObjectView .noteBtn {
	width: 180px;
	float: right;
}

table.tblObjectView .contactBtn {
	margin-bottom: 6px;
	width: 180px;
}

table.tblObjectView .contactBtn a {
	display: block;
	background-image: url(../../img/system/button_contact.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}

table.tblObjectView .printBtn {
	float: left;
	margin-right: 4px;
	width: 88px;
}

table.tblObjectView .printBtn a {
	display: block;
	background-image: url(../../img/system/button_print.jpg);
	background-repeat: no-repeat;
	width: 88px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

table.tblObjectView .bookmarkBtn {
	background-image: url(../../img/system/button_bookmark.jpg);
	background-repeat: no-repeat;
	width: 88px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

table.tblObjectView .bookmarkBtn a {
	display: block;
	background-image: url(../../img/system/button_bookmark.jpg);
	background-repeat: no-repeat;
	width: 88px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
}

table.tblObjectView .comInfo {
	letter-spacing: 1px;
	line-height: 120%;
}

table.tblObjectView .imgList {
	margin-bottom: 15px;
	text-align: center;
}

table.tblObjectView #mapViewBox {
	height: 450px;
	overflow: hidden;
}/* 旧仕様 */

/* 印刷画面 */
#print {
	margin: auto;
	width: 620px;
	text-align: left;
}

/* 現在の検索条件 */
#searchCondition {
	background-color: #FAFAFA;
	border: 1px solid #999999;
	padding: 7px;
	line-height: 150%;
	text-align: left;

}

#searchCondition .btn {
	float: right;
	margin: 40px 0 10px 10px;
}

#searchCondition .txt {
/*	float: left;*/
}

#searchCondition .txt div {
	color: #329F2C;
	font-weight: bold;
}

/* お問い合わせフォーム */
table.tblContact {
	clear: both;
	margin-bottom: 2px;
	border-collapse: collapse;
	width: 100%;
}

table.tblContact a {
	color: #666666;
	text-decoration: none;
}

table.tblContact th {
	background-color: #EFF8EB;
	border: 1px solid #999999;
	padding: 10px;
	width: 120px;
	font-weight: normal;
}

table.tblContact th.st {
	background-color: #DFF1D5;
	width: auto;
	font-weight: bold;
}

table.tblContact th span.att {
	color:#FF3300;
	font-weight: bold;
}

table.tblContact td {
	border: 1px solid #999999;
	padding: 5px;
}

table.tblContact td textarea {
	width: 90%;
}

/*}

@media print
{*/

/* -------------------------------------------------------印刷画面------------------------------------------------------ */

img {
	border: 0;
}

table {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin-bottom: 5px;
	width: 100%;
}

th {
	border: 1px solid #000000;
	width: auto;
	padding: 5px;
}

td {
	border: 1px solid #000000;
	width: auto;
	padding: 5px;
}

td .imgList {
	margin-bottom: 5px;
	text-align: center;
}

td .imgListWrap {
	page-break-after: always;
}

td #mapViewBox {
	height: 400px;
}

/*}*/