@charset "UTF-8";

/*//////////////////////////////////////////////////////////////

	page css (except top page)

----------------------------------------------------------------

	- pankuzu
	- column
	- column box
	- paging
	- table
	- property list
	- property detail
	- information list
	- information detail
	- company

//////////////////////////////////////////////////////////////*/

/*--------------------------------------------------------------
	pankuzu
--------------------------------------------------------------*/

#pankuzu {
	width: 100%;
	margin: 50px 0 0 10px;
}

#pankuzu li {
	float: left;
	font-size: 12px;
}

#pankuzu li a {
	margin-right: 6px;
	padding-right: 10px;
	background: url(../img/icon_arrow.gif) no-repeat right center;
	text-decoration: none;
	color: #f18e00;
}

#pankuzu li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
	column
--------------------------------------------------------------*/

/* カラム分割なし */

#main {
	margin-top: 20px;
}

/* カラム分割あり（左サイド・右メイン） */

#mainCol {
	margin-top: 20px;
	width: 717px;
	float: right;
}

#sideCol {
	margin-top: 20px;
	width: 230px;
	float: left;
}

/*--------------------------------------------------------------
	column box
--------------------------------------------------------------*/

.mainBox {
	padding: 0 15px 15px 15px;
	background: url(../img/line_main.gif) no-repeat 15px top #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/dot-living/css/PIE.htc"); /* IE用角丸。htmlファイルからのパス */
	position: relative;
}

.mainBox h1 {
	margin-bottom: 15px;
	padding: 30px 0 23px 10px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
	font-size: 20px;
	line-height: 1.3;
}

.mainBox h2 {
	margin-bottom: 10px;
	height: 61px;
	background: url(../img/bg_main_subttl.gif) no-repeat left top;
}

.mainBox h2 img {
	margin: 14px 0 0 15px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #4fa43c;
}

.mainColBox {
	padding: 0 15px 15px 15px;
	background: url(../img/line_main_col.gif) no-repeat 15px top #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/dot-living/css/PIE.htc"); /* IE用角丸。htmlファイルからのパス */
	position: relative;
}

.sideColBox {
	padding: 0 15px 15px 15px;
	background: url(../img/line_side_col.gif) no-repeat 15px top #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url("/dot-living/css/PIE.htc"); /* IE用角丸。htmlファイルからのパス */
}

/*--------------------------------------------------------------
	paging
--------------------------------------------------------------*/

.paging {
	width: 100%;
	margin-bottom: 25px;
	padding-top: 10px;
	clear: both;
}


.paging ul a,
.paging ul .current {
	margin-right: 10px;
	float: left;
	font-size: 15px;
	line-height: 1.5;
}

/*--------------------------------------------------------------
	table
--------------------------------------------------------------*/

.tblDef {
	width: 100%;
	font-size: 12px;
	line-height: 1.4;
}

.tblDef th,
.tblDef td {
	padding: 10px;
	border: 1px solid #d8d8d8;
	vertical-align: middle;
}

.tblDef th {
	background-color: #e2f7dd;
	text-align: left;
}

.tblDef td p {
	margin-bottom: 3px;
	padding-top: 3px;
}

.tblDef td input {
	vertical-align: baseline;
}

.tblDef th.required {
	background: url(../img/icn_required.png) no-repeat right center #e2f7dd;
}

/*--------------------------------------------------------------
	property list
--------------------------------------------------------------*/

/* side search box
--------------------------------------------------------------*/

.sideSearchBox h1 {
	padding: 18px 0 15px 10px;
}

.sideSearchBox h2 {
	margin-bottom: 12px;
}

.sideSearchBox ul li {
	width: 180px;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
	font-size: 13px;
	line-height: 1.3;
}

.sideSearchBox ul li:last-child {
	padding: 0 10px 0 10px;
	background: none;
}

.sideSearchBox ul li a {
	display: block;
	padding-left: 12px;
	background:url(../img/icon_arrow.gif) no-repeat left center;
}

/* main property list
--------------------------------------------------------------*/

.propertyListBox h1 {
	margin-bottom: 15px;
	padding: 30px 0 23px 10px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
	font-size: 20px;
	line-height: 1.3;
}

.propertyListBox #numberList {
	margin-bottom: 10px;
	font-size: 13px;
}

.propertyListBox #numberList span {
	margin-right: 3px;
	font-size: 18px;
	color: #e95413;
}

.propertyListBox #sortList {
	margin-bottom: 20px;
}

.propertyListBox #sortList li {
	margin-right: 15px;
	float: left;
	font-size: 13px;
	line-height: 20px;
}

.tblPropertyList {
	margin-bottom: 10px;
}

.tblPropertyList th,
.tblPropertyList td {
	text-align: center;
}

.tblPropertyList .thumPropertyList {
	height: 115px;
}

.tblPropertyList .thumPropertyList img {
	max-width: 116px;
	max-height: 116px;
}

td.tblPropertyRecommend {
	text-align: left;
	padding-left: 140px;
	background:url(../img/icon_recommend.gif) no-repeat 10px center #f2f1e8;
}

td.tblPropertyName {
	text-align: left;
}

td.tblPropertyName a {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	background: url(../img/icon_arrow.gif) no-repeat left center;
}

td.tblPropertyPrice span {
	margin-right: 2px;
	font-size: 13px;
	color: #e95413;
}

/*--------------------------------------------------------------
	property detail
--------------------------------------------------------------*/

/* property header
--------------------------------------------------------------*/

.propertyDetailBox header h1 {
	margin-bottom: 7px;
	padding: 30px 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
}

.propertyDetailBox header h2 {
	margin-bottom: 20px;
	padding: 0 0 20px 10px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
	font-size: 13px;
	line-height: 1.2;
	color: #4fa43c;
}

.propertyDetailBox header p {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 11px;
}

.propertyDetailBox header dl {
	margin-bottom: 25px;
}

.propertyDetailBox header dl dt,
.propertyDetailBox header dl dd {
	float: left;
	font-size: 12px;
	line-height: 20px;
}

.propertyDetailBox header dl dt {
	margin-right: 12px;
}

.propertyDetailBox header dl dd {
	margin-right: 24px;
}

.propertyDetailBox header dl dd span {
	font-size: 16px;
	color: #e95413;
}

/* property contact
--------------------------------------------------------------*/

.propertyContactBox {
	margin-bottom: 25px;
	width: 687px;
	height: 72px;
	background: url(../img/bg_contact_box.gif) no-repeat left top;
}

.propertyContactBox .propertyBtnContact {
	margin: 17px 12px 0 0;
	float: right;
}

.propertyContactBox .propertySiteTel {
	margin: 17px 16px 0 0;
	float: right;
}


/* property section
--------------------------------------------------------------*/

.propertyDetailBox section  {
	margin-bottom: 25px;
}

.propertyDetailBox section h1  {
	margin-bottom: 10px;
	height: 61px;
	background: url(../img/bg_main_col_subttl.gif) no-repeat left top;
}

.propertyDetailBox section h1 img {
	margin: 14px 0 0 15px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #4fa43c;
}

/* property gallery
--------------------------------------------------------------*/

#slide {
	width: 398px;
	height: 398px;
	margin: 0 0 0 15px;
	float: left ;
	table-layout: fixed;
}

#slide td {
	width: 392px;
	height: 392px;
	border: 3px solid #eeeeee;
	vertical-align : middle;
	text-align : center;
	background : #ffffff;
}

#slide td img {
	max-width: 384px;
	max-height: 384px;
}

#thumb {
	width: 240px;
	margin: 0 15px 0 0;
	float: right;
	table-layout: fixed;
}

#thumb td {
	width: 76px;
	height: 76px;
	border: 3px solid #eeeeee;
	vertical-align: middle;
	text-align: center;
}

#thumb td img {
	max-width: 72px;
	max-height: 72px;
}

/* property data
--------------------------------------------------------------*/

.tblPropertyData {
	width: 657px;
	margin: 0 15px;
}

/* property map
--------------------------------------------------------------*/

#propertyMap {
	margin: 0 0 25px 15px;
}

#propertyMap iframe {
	border: 1px solid #d8d8d8;
}

/*--------------------------------------------------------------
	information list
--------------------------------------------------------------*/

.infoListBox dl {
	font-size: 14px;
	line-height: 1.3;
}

.infoListBox dl dt {
	width: 105px;
	margin: 0 0 0 10px;
	float: left
}

.infoListBox dl dd {
	margin-bottom: 15px;
	padding: 0 0 15px 115px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
}

/*--------------------------------------------------------------
	information detail
--------------------------------------------------------------*/

.infoDetailBox header time {
	position: absolute;
	top: 33px;
	right: 25px;
	font-size: 14px;
}

.infoDetailBox .bodyInfo {
	margin: 0 10px 25px 10px;
	font-size: 14px;
	line-height: 1.7;
}

/*--------------------------------------------------------------
	contact
--------------------------------------------------------------*/

#errorBox {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #ffe9df;
	border: 2px solid #e95413;
}

#errorBox ul {
	margin-left: 15px;
}

#errorBox ul li {
	margin: 3px;
	list-style: disc;
	font-size: 13px;
	line-height: 1.5;
	color: #e95413;
}

#privacyBox {
	border: 3px solid #4fa43c;
	background-color: #f2f1e8;
}

#privacyBoxInner {
	height: 300px;
	margin: 10px;
	padding: 10px;
	overflow: auto;
}

#privacyBox h3 {
	margin-bottom: 20px;
	padding: 0 10px 15px 10px;
	background: url(../img/line_dot.gif) repeat-x left bottom;
}

#privacyBox h4 {
	margin-bottom: 5px;
	padding: 10px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

#privacyBox p {
	margin: 0 10px 10px 10px;	
	font-size: 13px;
	line-height: 1.6;
}

#privacyBox ul {
	margin-bottom: 10px;	
}

#privacyBox ul li {
	margin: 0 0 5px 45px;
	list-style: disc;
	font-size: 13px;
	line-height: 1.6;
}

.btnFormNext {
	width: 455px;
	margin-bottom: 15px;
	float: right;
	text-align: left;
}

.btnFormPrev {
	width: 455px;
	margin-bottom: 15px;
	float: left;
	text-align: right;
}

/*--------------------------------------------------------------
	company
--------------------------------------------------------------*/

.companyBox .tblDef {
	width: 900px;
	margin: 15px 0 25px 15px;
}

#gMap {
	width: 900px;
	height: 350px;
	margin: 0 15px 15px 15px;
	border: 1px solid #d8d8d8;
}


