@charset "utf-8";

/* CSS Document */

body {
	background: url(../img/other/back.jpg) repeat;
	/*background-color: #f0f4fd;*/
}

div.table_set {
	margin: 20px auto;
}

.table_set {
	width: 690px;
	/*padding: 5px;*/
	border-collapse: collapse;
}

.table_set th {
	width: 120px;
	padding: 4px 2px 2px 4px;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	color: #2464e8;
	background-color: #c2d5f8;
	border: 1px solid #0e3885;
}

.table_set td {
	padding: 4px 2px 2px 4px;
	text-align: center;
	background-color: #EEEEEE;
	border: 1px solid #0e3885;
}

.table_set td,
th {
	padding: 7px 5px;
}

a:link {
	text-decoration: none;
}

#wrapper {
	width: 1120px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	width: 1120px;
	margin: 10px auto 10px;
}

#header h1 {
	width: 1120px;
	background-color: #4a7fec;
	box-sizing: border-box;
	margin-top: -10px;
	padding: 5px 0px 5px 650px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}

#container {
	display: table;
	width: 1088px;
	margin: 16px auto;
	/*border: solid 1px #f48299;*/
}

#contents {
	display: table-cell;
	/*  sidemenuとcontentsの2カラム  */
	width: 760px;
	/*border: solid 1px #cef4f4;	*/
}

#main {
	background-color: #fff;
	width: 740px;
	margin-left: 15px;
}

#main h1 {
	/*background: url(../img/top/midasih1.png) no-repeat;*/
	background-color: #4b7eec;
	color: #fff;
	height: 20px;
	font-size: 18px;
	letter-spacing: 0.3em;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 20px;
	text-align: center;
}

#main h2 {
	background-color: #fff8dc;
	margin-bottom: 15px;
	color: #5b4900;
	height: 18px;
	font-size: 16px;
	letter-spacing: 0.3em;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 20px;
	text-align: center;
}


/* --------- 	物件の一番上の写真とキャッチコピー --------*/

.top-box {
	/*border: solid 1px #00F;*/
	display: table;
	margin: 0 auto;
	width: 740px;
}

.top-img {
	display: table-cell;
	padding: 20px 0 0 10px;
	width: 430px;
}

.top-text1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #cc0066;
}

.top-text2 {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #330000;
}

.top-text3 {
	display: block;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #7e3d12;
}

.top-text4 {
	/*border: dashed 1px #330000;*/
	width: 650px;
	background-color: #dbe5fa;
	margin: 10px auto 0 auto;
	padding: 10px 10px 5px 15px;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #330000;
}

.line-center {
	text-align: center;
}

.img-center {
	margin: 10px auto 0;
	text-align: center;
}


/* --------- 	写真や間取りや土地図面等--------*/

.second-box {
	/*border: solid 1px #00F;*/
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 680px;
}

.second-img {
	/*border: solid 1px #00F;*/
	display: table-cell;
	padding: 5px 25px;
}

.second-text1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #cc0066;
}

.second-text2 {
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.1em;
	color: #330000;
}

.margin-madori{
	margin: 0 0 0 50px;
}
.margin-zumen{
	margin: -70px 0 0 50px;
}

.line-center {
	text-align: center;
	margin: 10px auto;
}

.map {
	/*border: solid 1px #00F;*/
	display: block;
	width: 690px;
	margin: 20px auto;
	text-align: center;
}
/* --------- 	終わり/写真や間取りや土地図面等--------*/

#footer {
	height: 150px;
	background-image: none;
}

#footer p {
	color: #2b1500;
	margin: 0 0;
	padding: 20px 200px;
}


/* a:  */

a:link {
	text-decoration: none;
	color: #333300;
}

a:hover {
	color: #a52a2a;
}


/* 終わりa:  */