﻿@charset "utf-8";

@import "reset.css";
@import "layout.css";
@import "common.css";

/* ----------------------------------------------------------------------------
	全体区画図
---------------------------------------------------------------------------- */
#land {
	padding-top:60px;
}
#land #kukaku {
	width:549px;
	margin:38px 0 50px 201px;
}
#land .txt {
	text-align:center;
	margin-bottom:20px;
}
#land #tableWrap {
	width:710px;
	margin:0 auto 50px;
}
#land #tableWrap table {
	width:350px;
}
#land #tableWrap table th {
	background:#8CBF2C;
	color:#FFFFFF;
	font-size:113%;
	line-height:1.2;
	font-weight:bold;
	text-align:center;
	padding:10px 10px 9px;
	border-bottom:#666 1px solid;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#land #tableWrap table th.ttl01 {
	font-size:82%;
	padding:12px 8px 11px;
	width:32px;
}
#land #tableWrap table th.ttl02 {
	background:#F4EEC2;
	color:#333333;
	font-size:82%;
	padding:12px 8px 11px;
}
#land #tableWrap table td {
	font-size:75%;
	line-height:1.4;
	padding:10px 5px 9px 10px;
	text-align:left;
	border-bottom:#666 1px solid;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#land #tableWrap table td.sumi {
	font-size:82%;
	line-height:1.2;
	color:#7D7D7D;
	font-weight:bold;
	background:#F0F0F0;
	text-align:center;
	padding:9px 10px 8px;
}
#land #tableWrap table td span {
	font-size:84%;
	line-height:1.4;
	font-weight:bold;
	margin-left:5px;
}
#land #tableWrap table td span.sekisui {
	color:#009DE6;
}
#land #tableWrap table td span.yaesu {
	color:#F23538;
}
#land #tableWrap .notes {
	clear:both;
	width:690px;
	padding-top:25px;
}

/* ----------------------------------------------------------------------------
	物件概要
---------------------------------------------------------------------------- */
#outline {
	padding-top:60px;
}
#outlineTbl {
	width:740px;
	margin:30px auto 50px;
	font-size:75%;
}
#outlineTbl th {
	width:184px;
	background:url(../outline/img/bg01.gif) repeat-x left bottom;
	line-height:1.6;
	font-weight:bold;
	color:#808080;
	text-align:left;
	vertical-align:top;
	padding:12px 8px 10px;
}
#outlineTbl td {
	background:url(../outline/img/bg02.gif) repeat-x left bottom;
	line-height:1.6;
	padding:12px 10px 10px 20px;
}
#dateTbl {
	/*width:442px;*/
	margin:0 0 0 92px;
	border:#E0E0E0 3px solid;
	border-collapse:collapse;
	font-size:75%;
	line-height:1.4;
}
#dateTbl td {
	border-right:#E0E0E0 3px solid;
	text-align:center;
	padding:12px 16px;
}

/* ----------------------------------------------------------------------------
	コンセプト
---------------------------------------------------------------------------- */
div.contents h2#concept-h2{
	width: 870px;
	margin-top: 47px;
}
.contents .conc_loca{
	position: relative;
	background: url(../concept/img/img01.jpg) no-repeat top right;
	font-size: 12px;
	padding: 60px 0 0 28px;
	clear: both;
}
.contents .conc_loca p{ line-height: 2.5em;}
.mt17{ margin-top: 17px;}
.mt38{ margin-top: 38px;}
.mt40{ margin-top: 40px;}
.mt42{ margin-top: 42px;}
.mt92{ margin-top: 92px;}
.mt108{ margin-top: 108px;}
.mt110{ margin-top: 110px;}
.mt114{ margin-top: 114px;}
.a_center{ text-align: center;}
.contents ul{
	float:left;
	clear: both;
}
.contents ul li{
	float: left;
	margin: 38px 13px 0 0;
}
.frtextbox{
	float: left;
	margin: 38px 0 92px 40px;
}
.contents .conc_loca .frtextbox p{
	line-height: 2em;
}
.contents .conc_loca .egoego{
	position: absolute;
	top: 1100px;
	left: 484px;
}
.contents .conc_loca  .egotchan{
	line-height: 2em;
}

/* ----------------------------------------------------------------------------
	周辺環境
---------------------------------------------------------------------------- */
#location .map {
	width:800px;
	margin:35px auto 60px;
}
#location .blockWrap {
	width:800px;
	margin:0 auto 40px;
	clear:both;
}
#location .blockWrap p { margin-bottom:10px; clear:both;}
#location .blockWrap p.mrgT40 { margin-top:40px;}
#location .blockWrap .block {
	width:370px;
}
#location .blockWrap dl {
	width:362px;
	background:url(../location/img/dot.jpg) repeat-x left bottom;
	padding:8px 4px 6px;
	font-size:75%;
	clear:both;
}
#location .blockWrap dt {
	width:210px;
	float:left;
	line-height:1.4;
}
#location .blockWrap dd {
	width:140px;
	float:right;
	line-height:1.4;
	float:right;
	text-align:right;
}
#location .notesBox {
	width:800px;
	margin:0 auto 10px;
	clear:both;
}
#location .picList {
	width:870px;
	margin:0 -20px 70px 37px;
	overflow:hidden;
}
#location .picList li {
	width:270px;
	float:left;
	font-size:75%;
	line-height:1.3;
	margin:30px 20px 0 0;
}
#location .picList li img { vertical-align:bottom; padding-bottom:3px;}



