@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);

#sit_on .image {
	width: 750px;
	position: relative;
	margin-bottom:30px;
}
#sit_on .image img{
	margin-right: 19px;
}
#terms{
	overflow: hidden;
	margin-top: 80px;
}
#terms ul li{
	font-weight: bold;
}
#terms ul span{
	color: #9c2222;
	display: block;
	padding-bottom: 30px;
	font-weight: normal;
}
#access_map .google_map{
	border: solid 1px #CCC;
	width: 700px;
	margin: 0 auto 20px;
	padding: 10px 0
}
#access_map .google_map .mapbox {
	margin: 0 auto;
	width: 680px;
}
#garden_price table{
	width:100%;
	border:solid 1px #ccc;
	margin-bottom:10px;
}
#garden_price table th{
	padding:10px;
	border:solid 1px #ccc;
	background-color:#fcf5df;
}
#garden_price table td{
	padding:10px;
	border:solid 1px #ccc;
}
.price_sec{
	margin-bottom:20px;
}
.price_text{
	text-align:right;
	margin-bottom:30px;
}

#community img{
	margin-right:7px;
	margin-top:30px;
}