@charset "UTF-8";

@import url("base.css");
@import url("textsettings.css");
@import url("2018add.css");

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {     
    background: url("null.html") fixed;
		padding:0 20px 0 0;
		overflow-x:hidden;
}  
html, body { height:100%; }

body {
	margin:0px;
	padding:0;
	background:#fff;
}
.cont_bg {
	background:#FFF;
	background-color:rgba(255,255,255,0.8);

}

.img_left {
	float:left;
	margin:0 15px 15px 0;
}
.img_right {
	float:right;
	margin:0 0 15px 15px;
}
.img_center {
	margin:0 0 20px 0;
}
.text_right {
	text-align:right;
}
.text_left {
	text-align:left;
}
.title {
	margin-bottom:20px;
}

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link {
	color:#0145A4;
	text-decoration:none;
}
a:visited {
	color:#0145A4;
	text-decoration:none;
}
a:hover {
	color:#0145A4;
	text-decoration:underline;
}
a:active {
	color:#0145A4;
	text-decoration:none;
}

/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
div#header_wrap {
	width:100%;
	background:#036EB8;
	height:210px;
}
div#header {
	width:960px;
	background:#036EB8;
	height:210px;
	margin:0 auto;
}
div#header h1 {
	margin-left:40px;
}
div#header p {
	margin-left:40px;
	margin-top:20px;
}

/* ------------------------------------------------------------ */
/* Gnavi */
/* ------------------------------------------------------------ */
div#Gnavi {
	width:200px;
	float:left;
	margin-left:40px;
	margin-top:20px;
}
div#Gnavi ul {

}
div#Gnavi ul li {
	margin-bottom:10px;
}
/* ------------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------------ */
div#section {
	width:960px;
	margin:0 auto;
}
div.content {
	width:680px;
	float:right;
	margin-top:20px;
}
div.parent_content {
	width:680px;
	float:right;
	margin-top:-5px;
}
div.parent_content h2 {
	margin-bottom:40px;
}
div.parent_content p {
	margin-top:20px;
	font-size:120%;
}


div.content div.estate_box {
	margin-bottom:20px;
	border:#CCC solid 2px;
	padding:0;
	float:left;
}

div.content div.estate_box div.photo {
	float:left;
	width:216px;
}

div.content div.estate_box div.estate {
	float:left;
	width:420px;
	padding:20px;
}

div.content div.estate_box div.estate h4 {
	font-size:140%;
}
div.content div.estate_box div.estate h4 a {
	color:#333;
}
div.content div.estate_box div.estate div.line {
	border-bottom:#CCC dashed 1px;
	margin:5px 0;
}

/* ------------------------------------------------------------ */
/* Contact */
/* ------------------------------------------------------------ */
table {
	width:100%;
}

table th {
	text-align:left;
	width:25%;
	vertical-align:top;
	padding-bottom:20px;
	font-size:120%;
}

input[type="text"] {
	background:#eaeaea;
	border:none;
	padding:5px;
	width:100%;

}
textarea {
	background:#eaeaea;
	padding:5px;
	border:none;
	width:100%;

}

input[type="submit"] {
	background:url("../img/submit_btn.png") no-repeat;
	width:72px;
	height:27px;
	border:none;
}