@charset 'Shift_JIS';
/*--------------------------------
	Sumitomo Real Eatate Sales
　summary: common.css
--------------------------------*/
/*body tag init*/
body {
	/*font-size: 76%;*/
	font-size: 75%;
	margin:0 auto;
	padding:0;
/*	background:#F8F8EE url(/common/img/bg/bg_body.gif) repeat-x top; */
	text-align:center;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "sans-serif"
}
/*HTML tag init*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, strong, em, img {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	list-style:none;
	line-height:1.2;
	letter-spacing:0;
	border:0;
}
input, select {
	margin:0;
	padding:0;
}
input {
	height:13px;
	width:13px;
}
/*Link init*/
a:link {
	color:#36C;
	text-decoration:none;
}
a:visited {
	color:#36C;
	text-decoration:none;
}
a:hover {
	color:#3399FF;
	text-decoration:underline;
}
/*a:active {color:#36C; text-decoration:underline;}*/


/*base layout*/
#container {
	text-align:left;
	margin:0 auto;
/*	width:972px; */
/*	border-right:#F1F1E7 solid 1px;
	border-left:#F1F1E7 solid 1px; */
	border-bottom:#F1F1E7 solid 1px;
	voice-family:"\"}\"";
	voice-family:inherit;
/*	width:970px; */
	/* 201307 header & top renewal */
}
#container #header {
	width:970px;
/*	border-right:#E4E4DA solid 1px;
	border-left:#E4E4DA solid 1px; */
	background:#FFF;
	voice-family:"\"}\"";
	voice-family:inherit;
/*	width:968px; */
	/* 201307 header & top renewal */
	margin:0 auto;
}
#container #contents {
	width:970px;
	/*padding:0 10px;*/
/*	border-right:#FFF solid 1px;
	border-left:#FFF solid 1px; */
	background:#FFF;
	clear:both;
	voice-family:"\"}\"";
	voice-family:inherit;
/*	width:968px; */
	/* 201307 header & top renewal */
	margin:0 auto;
	padding-bottom: 10px;
}
#container #footer {
	clear:both;
	width:970px;
	padding:40px 10px 8px;
	border-right:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-bottom:#E4E4DA solid 1px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:948px;
}
/*contents layout*/
#container #contents #main_contents {
	width:750px;
	padding:0 0 0 10px;
	float:left;
}

#container #contents #sub_contents {
	width:182px;
	float:right;
	padding:0 10px 0 0;
	display:inline;
}
#turning #container #contents #main_contents {
	padding:0;
}
#turning #container #contents #main_contents .stxt {
	text-align:left;
}
/*周辺地図の#main_contentsの設定*/
#container #contents iframe.map_disp {
	width:770px;
	height:1000px;
	border:0;
}
/*#main_contents内の#linksの設定*/
#container #contents #main_contents div#links {
	clear:both;
	line-height:1.5;
	color:#666;
}
/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;/*display:inline-block;*/
}

/* ▼▼ July 2016 フォントサイズ改修 ▼▼ */
#container #contents #sub_contents { font-size: 14px; }
/* ▲▲ July 2016 フォントサイズ改修 ▲▲ */

/* Font size fix on August 2017
-----------------------------------------*/
#container #contents,
#contents,
#contentsArea {
	font-size: 14px;
}
/* End of Font size fix on August 2017 */