@charset "UTF-8";

/*------------------------------▼▼▼　リセット　▼▼▼------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    /*background:transparent;*/
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
textarea {
	width: 97%;
}

/*------------------------------▼▼▼　ページ共通　▼▼▼------------------------------*/

.clearfix {   
   zoom: 1;/*for IE 5.5-7*/  
}   
.clearfix:after {/*for modern browser*/  
   content: ".";   
   clear: both;   
   display: block;   
   line-height: 0;   
   height: 0;   
   visibility: hidden;   
}
body {
	text-align: center;
	color: #333333;
	font: 14px/1.8em 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/realestate/bg_body.png) no-repeat center top;
	background-size: 2000px 540px;
}
body.inner {
	background: url(none);
}

ul,li {
	list-style:none;
}

/*-----▼▼▼　リンクスタイル　▼▼▼-----*/

a:hover img {
	opacity: .3;
	-webkit-opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:link {
	color: #007BCE;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:visited {
	color: #007BCE;
}
a:hover {
	color: #3CF;
}
a:active {
	color: #007BCE;
}
#footer_submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_submenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_submenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer_submenu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
address {
	font-weight: normal;
	font-style: normal;
}
cite {
	font-weight: normal;
	font-style: normal;
}
caption {
	font-weight: bold;
	font-size: 17px;
}
img {
	vertical-align: bottom;
}
#h1_style1 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	width: 1000px;
}
.inner_h1_style1 {
	background: url(../images/realestate/h1_style1.png) no-repeat center top;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	height: 80px;
}
.inner_h1_style2 {
	background: url(../images/realestate/h1_style2.png) no-repeat center top;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	height: 80px;
}

.inner_h1_style3 {
	background: url(../images/realestate/h1_style2.png) no-repeat center top;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inner_h1_style4 {
	background: url(../images/realestate/h1_style3.png) no-repeat center top;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	height: 80px;
}

.h2_style1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px dashed #333;
	color: #69F;
	background: url(../images/realestate/title_icon24.png) no-repeat left 0px;
	padding-left: 35px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.h2_style2 {
	font-size: 24px;
	font-weight: bold;
	background: url(../images/h2_blank1.png) no-repeat;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px dashed #CCC;
	margin-bottom: 20px;
}
.h2_style3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #333;
	color: #333;
	background: url(../images/realestate/icon_arrow1.png) no-repeat left 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.h3_style1 {
	font-size: 15px;
	font-weight: bold;
	color: #6C4900;
	background: url(../images/icon_logo1.png) no-repeat left 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 15px;
}
.h3_style2 {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/icon_logo1.png) no-repeat left 0px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	padding-left: 35px;
}
.ma_un5 {
	margin-bottom: 5px;
}
.ma_un10 {
	margin-bottom: 10px;
}
.ma_un15 {
	margin-bottom: 15px;
}
.ma_un20 {
	margin-bottom: 20px;
}
.ma_un30 {
	margin-bottom: 30px;
}
.ma_un50 {
	margin-bottom: 50px;
}
.ma_un60 {
	margin-bottom: 60px;
}
.ma_un80 {
	margin-bottom: 80px;
}
.ma_un100 {
	margin-bottom: 100px;
}
.ma_un150 {
	margin-bottom: 150px;
}
.ma_un170 {
	margin-bottom: 170px;
}
.ma_un180 {
	margin-bottom: 180px;
}
.ma_un200 {
	margin-bottom: 200px;
}
.ma_tp10 {
	margin-top: 10px;
}
.ma_tp20 {
	margin-top: 20px;
}
.ma_tp30 {
	margin-top: 30px;
}
.ma_tp50 {
	margin-top: 50px;
}
.pa_tp50 {
	padding-top: 50px;
}
.pa_tp60 {
	padding-top: 60px;
}
.pa_tp70 {
	padding-top: 70px;
}
.pa_tp75 {
	padding-top: 75px;
}
.pa_tp80 {
	padding-top: 80px;
}
.pa_20 {
	padding: 20px;
}
.pa_40 {
	padding: 40px;
}
.pa_all15 {
	padding: 15px;
}
.font_15_bold {
	font-size: 15px;
	font-weight: bold;
}
.font_war1 {
	color: #C00;
}
.font_war2 {
	color: #C00;
	font-weight: bold;
}

.font_style1 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.font_style2 {
	font-size: 14px;
	font-weight: bold;
	color: #A60000;
	text-align: center;
}
.font_style3 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
}
.submit {
	text-align: center;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 150px;
	font-size: 77%;
}
#pagetop a {
	background: #466D99;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	border: 1px solid #FFF;
}
#pagetop a:hover {
	text-decoration: none;
	background: #8AA9CA;
}
.notes1 {
	padding: 10px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-wborder-radius: 4px;
	background: #F7F7F7;
	font-size: 11px;
}
.notes1 p {
	line-height: 1.5em;
}

.notes2 {
	padding: 5px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-wborder-radius: 4px;
	background: #F7F7F7;
	font-size: 11px;
}
.notes3 {
	padding: 10px;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-wborder-radius: 4px;
	background: #F7F7F7;
	font-size: 12px;
}

/*-----▼▼▼　ボタンスタイル　▼▼▼-----*/

#frame .button300 {
	border: 1px solid #466d99;
	background-color: #5483b8;
	background-image: -webkit-linear-gradient(top, #6095d1, #5483b8);
	background-image: linear-gradient(to bottom, #6095d1, #5483b8);
	border-radius: 4px;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	width: 300px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 305px;
	right: 40px;
}
#frame .button300:hover {
	border: 1px solid #466d99;
	background-color: #6095d1;
	background-image: -webkit-linear-gradient(top, #6aa5e8, #6095d1);
	background-image: linear-gradient(to bottom, #6aa5e8, #6095d1);
	color: #FFF;
	text-decoration: none;
}
#frame .button300:active {
	background: #375679;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#frame .button200 {
	border: 1px solid #466d99;
	background-color: #5483b8;
	background-image: -webkit-linear-gradient(top, #6095d1, #5483b8);
	background-image: linear-gradient(to bottom, #6095d1, #5483b8);
	border-radius: 4px;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	width: 200px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#frame .button200:hover {
	border: 1px solid #466d99;
	background-color: #6095d1;
	background-image: -webkit-linear-gradient(top, #6aa5e8, #6095d1);
	background-image: linear-gradient(to bottom, #6aa5e8, #6095d1);
	color: #FFF;
	text-decoration: none;
}
#frame .button200:active {
	background: #375679;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#frame .button400 {
	border: 1px solid #466d99;
	background-color: #5483b8;
	background-image: -webkit-linear-gradient(top, #6095d1, #5483b8);
	background-image: linear-gradient(to bottom, #6095d1, #5483b8);
	border-radius: 4px;
	line-height: 55px;
	-webkit-transition: none;
	transition: none;
	width: 370px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#frame .button400:hover {
	border: 1px solid #466d99;
	background-color: #6095d1;
	background-image: -webkit-linear-gradient(top, #6aa5e8, #6095d1);
	background-image: linear-gradient(to bottom, #6aa5e8, #6095d1);
	color: #FFF;
	text-decoration: none;
}
#frame .button400:active {
	background: #375679;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#frame .button_form {
	border: 1px solid #466d99;
	background-color: #5483b8;
	background-image: -webkit-linear-gradient(top, #6095d1, #5483b8);
	background-image: linear-gradient(to bottom, #6095d1, #5483b8);
	border-radius: 4px;
	line-height: 55px;
	-webkit-transition: none;
	transition: none;
	width: 370px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 55px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
#frame .button_form:hover {
	border: 1px solid #466d99;
	background-color: #6095d1;
	background-image: -webkit-linear-gradient(top, #6aa5e8, #6095d1);
	background-image: linear-gradient(to bottom, #6aa5e8, #6095d1);
	color: #FFF;
	text-decoration: none;
}
#frame .button_form:active {
	background: #375679;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/*------------------------------▼▼▼　ヘッダー　▼▼▼------------------------------*/



/*------------------------------▼▼▼　レイアウト　▼▼▼------------------------------*/

#frame {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_top {
	background: url(../images/realestate/bg_header.png) no-repeat center top;
	height: 540px;
	margin-bottom: 30px;
}
#header_inner {
	background: url(../images/realestate/bg_header.png) no-repeat center top;
	height: 92px;
	margin-bottom: 30px;
}

#header_text {
	text-indent: -9999px;
}
section {

}
article {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.list_style1 li {
	background: url(../images/icon_title1.png) no-repeat left 3px;
	margin-bottom: 15px;
	padding-left: 20px;
	background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
}
.list_style1 li:last-child {
	margin-bottom: 0px;
}

/*------------------------------▼▼▼　フッター　▼▼▼------------------------------*/

footer {
	text-align: center;
	background: #36F;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer_submenu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#footer_submenu li {
	display: inline;
}
#footer_submenu li a {
	background: url(../images/realestate/icon_line1.png) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}
#footer_submenu li:last-child a {
	background: url(none);
	padding-right: 0px;
}
#copyright {
	text-align: center;
	font-size: 11px;
	color: #FFF;
}
.privacy_area1 {
	margin: 0px;
	padding: 15px 5px 0px;
	line-height: 2em;
}
.privacy_frame {

}
.privacy_area1 h3 {
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 5px;
	margin: 0px 0px 15px;
	color: #372316;
}
.privacy_area1 ul {
	margin: 20px 0px;
	padding: 0px 15px;
}
.privacy_area1 li {
	background: url(../images/icon_arrow1.png) no-repeat left center;
	padding: 0px 0px 0px 15px;
}
.mente_date {
	text-align: right;
	margin: 50px 0px 0px;
	font-size: 11px;
}
.thx_text {
	padding: 20px;
	border: 1px solid #CCC;
	background: #FFF;
	margin-top: 20px;
}
.modoru {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.input_li_style li {
	margin-bottom: 15px;
}
.input_li_style li:last-child {
	margin-bottom: 0px;
}
.label_style1 li  {
	line-height: 15px;
	background: #F2F2F2;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 14px;
}
.label_style1 li:last-child  {
	margin-bottom: 0px;
}
.label_style1 label {
	display: block;
	cursor: pointer;
}
.label_style2 li  {
	line-height: 15px;
	background: #F2F2F2;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.label_style2 li:last-child  {
	margin-bottom: 0px;
}
.label_style2 label {
	display: block;
	cursor: pointer;
}
#thx_frame {
	text-align: center;
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #FFF;
	margin-top: 150px;
	margin-bottom: 150px;
}
#thx_text {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 30px;
}
.thx_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
}
#mfp_thanks strong {
	font-size: 26px;
	color: #C30;
}

/*-------------------------▼▼▼　フォーム要素　▼▼▼-------------------------*/

.button {
	margin-top: 20px;
}
input::-ms-clear {
    visibility:hidden
}
input::-ms-reveal {
    visibility:hidden
}
.input_style1 {
	width: 350px;
}
.input_style2 {
	width: 50px;
}
.input_tel1 {
	width: 60px;
}
.input_tel2 {
	width: 80px;
}
.input_tel3 {
	width: 90px;
}
input[type="text"]{
	border: solid #d3d3d3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 35px;
	max-width: 200px;
}
.textarea_style1 {
	width: 100%;
	height: 50px;
}
.textarea_style2 {
	width: 100%;
	height: 200px;
}
textarea {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	resize: none;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
}
input[type="email"]{
	border: solid #d3d3d3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	line-height: 1.8em;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 35px;
	max-width: 350px;
}
input[type="number"]{
	border: solid #d3d3d3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
}
input[type="tel"]{
	border: solid #d3d3d3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
}
span.customSelect {
	background: url(../images/2u7rpec.png) no-repeat right center;
	border: 1px solid #ddd;
	color: #333;
	padding: 7px 9px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: 14px/20px "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	height: 20px;
}
.select_width1 {
	width: 150px;
	cursor: pointer;
}
.select_width2 {
	width: 240px;
	cursor: pointer;
}
.select_width3 {
	width: 160px;
	cursor: pointer;
}
.select_width4 {
	width: 180px;
	cursor: pointer;
}
.button_style1 {
	padding: 5px;
}
select.select_style2 {
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(../images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
}
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
.img_right {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.column_frame {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 15px 15px 50px;
	background: #FFF;
}

.column_frame2 {
	border-right: 1px solid #FAFAFA;
	border-bottom: 1px solid #FAFAFA;
	border-left: 1px solid #FAFAFA;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding-bottom: 20px;
	margin-bottom:20px;
	
}
section.tyukai .column_frame dl dt {
	margin-bottom: 15px;
}
section.tyukai .column_frame dl dd {
	margin-bottom: 100px;
	background: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}
/*.column_frame dl dd:last-child {
	margin-bottom: 0px;
}*/
.font_style1 {
	font-weight: bold;
	color: #CC3333;
	font-size: 14px;
}
.tesuryou {
	margin-top: 40px;
}
.tesuryou table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: 12px;
}
.tesuryou table th {
	padding: 5px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #CCC;
	width: 50%;
	background: #F6F6F6;
}
.tesuryou table td {
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
.fudousan {
	border: 2px solid #CCC;
	border-radius: 5px;
	padding: 20px;
}
.contact_banner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	background: url(../images/realestate/bg_contact.gif) no-repeat center 70px;
	position: relative;
}
.contact_text {
	margin-top: 20px;
	width: 465px;
	padding-right: 10px;
	margin-left: 525px;
	padding-top: 35px;
}
.bukken {
	background: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bukken_frame {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bukken_frame_style {
	border: 5px solid #CCC;
	width: 455px;
	padding: 5px 5px 15px;
	background: #FFF;
	position: relative;
}
.bukken_detail {
	margin-top: 15px;
}
.bukken_detail table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.bukken_detail th {
	padding: 10px;
	width: 20%;
	background: #F7F7F7;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #CCC;
	text-align: center;
}
.bukken_detail td {
	font-size: 13px;
	padding: 10px;
	border: 1px solid #CCC;
}
.bukken_price {
	font-size: 15px;
	font-weight: bold;
	color: #A20000;
}
.bukken_left {
	float: left;
	position: relative;
}
.bukken_right {
	float: right;
	position: relative;
}
.bukken_icon {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.voice {
	padding-top: 30px;
	padding-bottom: 30px;
}
.voice li {
	margin-bottom: 20px;
}
.voice li:last-child {
	margin-bottom: 0px;
}
.voice_frame {
	border: 5px solid #CCC;
	padding: 12px;
}
.voice_img {
	float: left;
	width: 180px;
}
.voice_text {
	float: right;
	width: 760px;
}
.voice_text h2 {
	border-bottom: 2px solid #CCC;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #69F;
}
.voice_text ul {
	margin-bottom: 15px;
}
.voice_text ul li {
	background: url(../images/realestate/icon_arrow1.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 12px;
	display: inline;
}

.voice_text ul li:last-child {
	margin-right: 0px;
}
.voice_price {
	font-size: 16px;
	font-weight: bold;
	color: #9F0000;
}
.faq {
	background: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
}
section.faq dt {
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	background: #FFF url(../images/realestate/icon_q.gif) no-repeat 10px center;
	font-size: 15px;
	padding: 15px 10px 15px 35px;
	border: 1px solid #E4E4E4;
}
section.faq dt:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #6F9EFF;
}
section.faq dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #FFF;
}
section.faq dt.active:before {
  margin-top: -2px;
}
 
section.faq dt.active:after {
  margin-top: 3px;
}
section.faq li,dd {
	padding: 10px 10px 8px 35px;
	background: #FFFFFF url(../images/realestate/icon_a.gif) no-repeat 10px 13px;
	margin-bottom: 5px;
}
.flow {
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.flow_area1 {
	background: url(../images/realestate/flow1.gif) no-repeat 780px 110px,url(../images/realestate/bg_flow1.gif) no-repeat center top;
	height: 370px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area2 {
	background: url(../images/realestate/flow2.gif) no-repeat 780px 90px,url(../images/realestate/bg_flow1.gif) no-repeat center top;
	height: 370px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area3 {
	background: url(../images/realestate/flow3.gif) no-repeat 780px 90px,url(../images/realestate/bg_flow1.gif) no-repeat center top;
	height: 370px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area4 {
	background: url(../images/realestate/flow6.gif) no-repeat 780px 110px,url(../images/realestate/bg_flow1.gif) no-repeat center top;
	height: 370px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area5 {
	background: url(../images/realestate/flow4.gif) no-repeat 780px 90px,url(../images/realestate/bg_flow1.gif) no-repeat center top;
	height: 370px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area6 {
	background: url(../images/realestate/flow5.gif) no-repeat 780px 90px,url(../images/realestate/bg_flow2.gif) no-repeat center top;
	height: 320px;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 960px;
}
.flow_area h2 {
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 2px dashed #787878;
	text-align: center;
	margin-bottom: 35px;
}
.flow_icon {
	height: 90px;
	width: 90px;
	position: absolute;
	left: -20px;
	top: -20px;
}
.flow_icon1 {
	height: 200px;
	width: 200px;
	position: absolute;
	right: 20px;
	bottom: 350px;

}
.flow_text {
	width: 720px;
}
.company {
	background: #FAFAFA;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact_form {
	background: #FFF;
	padding: 30px;
}
.form_frame {
	border: 2px dotted #CCC;
	padding: 20px;
}
.form_frame table {

}
.form_frame table th {
	background: #F6F6F6;
	padding: 15px;
	width: 30%;
	font-weight: normal;
	text-align: left;
	border-bottom: 4px solid #FFF;
	vertical-align: middle;
}
.form_frame table td {
	padding: 15px;
	border-bottom: 1px solid #EBEBEB;
}
.form_font1 {
	font-size: 12px;
}
.form_frame #bukken2 li {
	margin-bottom: 10px;
}
.form_frame #bukken2 li:last-child {
	margin-bottom: 0px;
}
#privacy {
	margin-top: 30px;
	font-size: 12px;
	height: 150px;
	overflow: auto;
	border: 1px solid #CCC;
	padding: 10px;
}
#privacy h2 {
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
#privacy p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
#privacy h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
#privacy ol {
	margin-bottom: 30px;
}
#company_info table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	background: #FFF;
	margin-bottom: 20px;
}
#company_info table th {
	font-weight: normal;
	text-align: center;
	padding: 10px;
	width: 25%;
	background: #F9F9F9;
	border: 1px solid #CCC;
	vertical-align: middle;
}
#company_info table td {
	padding: 10px;
	border: 1px solid #CCC;
}

/*-------------------------▼▼▼　物件一覧・詳細　▼▼▼-------------------------*/

.bukken_frame2 {
	background: #FFF;
	padding: 30px;
	font-size: 11px;
}
.bukken_list_frame {
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.bukken_list_img {
	float: left;
	width: 300px;
}
.bukken_list_text {
	width: 620px;
}
.bukken_list_right {
	float: right;
	width: 620px;
}
.bukken_list_text h2 {
	font-size: 17px;
	color: #36F;
	margin-bottom: 15px;
	background: url(../images/realestate/icon_arrow1.png) no-repeat left 6px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
div.bukken_list_text table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
div.bukken_list_text table th {
	padding: 7px;
	border: 1px solid #CCC;
	width: 25%;
	background: #F3F3F3;
	text-align: center;
	font-weight: normal;
}
div.bukken_list_text table td {
	border: 1px solid #CCC;
	padding: 7px;
}
.bukken1 {
	display: block;
	background-color: #C00;
	font-size: 10px;
	color: #FFF;
	float: right;
	border-radius: 4px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	font-weight: normal;
}
.bukken2 {
	display: block;
	background-color: #36C;
	font-size: 10px;
	color: #FFF;
	float: right;
	border-radius: 4px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
	font-weight: normal;
}
.bukken3 {
	display: inline-block;
	background-color: #C00;
	font-size: 11px;
	color: #FFF;
	border-radius: 4px;
	margin-right: 10px;
	font-weight: normal;
	width: 35px;
	text-align: center;
}
.bukken_price {
	font-size: 15px;
	font-weight: bold;
}
.img_thmb {
	margin-top: 10px;
}
.img_thmb ul li {
	display: inline;
	width: 145px;
	margin-right: 5px;
}
.img_thmb ul li:last-child {
	margin-right: 0px;
}
.bukken_area {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FAFAFA;
}
.bukken_detail_frame {
	background: #FFF;
	padding: 30px;
}
.bukken_dtaile_img {
	width: 300px;
	float: left;
}
.bukken_detail_thumbnail {
	margin-top: 5px;
}

.bukken_detail_thumbnail ul {
}
.bukken_detail_thumbnail ul li {
	display: inline-block;
	margin-right: 5px;
	width: 145px;
}
.bukken_detail_thumbnail ul li:last-child {
	margin-right: 0px;
}
.bukken_detail_right {
	width: 620px;
	float: right;
}
.detaile_top_table table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
}
.detaile_top_table th  {
	padding: 7px;
	width: 25%;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	text-align: center;
}
.detaile_top_table td {
	padding: 7px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.bukken_detail {
	font-size: 11px;
}
.bukken_detail h2 {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/realestate/icon_arrow1.png) no-repeat left 6px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
.bukken_detail1 table {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.bukken_detail1 table th {
	padding: 7px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	width: 20%;
	font-size: 11px;
}
.bukken_detail1 table td {
	padding: 7px;
	border: 1px solid #CCC;
	width: 30%;
	font-size: 11px;
	vertical-align: middle;
}
.bukken_detail2 table th {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
.bukken_detail2 table td {
	font-size: 11px;
	vertical-align: middle;
}

.listmark {
	padding-left: 30px;
	list-style-type: disc;
	}
td .listmark li {
	list-style-type: disc;
}
