@charset"euc-jp";

/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 955px;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, map, strong {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}
p, address, ul, ol, li, dl, dt, dd, table, th, td, form, strong {
	line-height: 1.5;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
* html .clearfix {
	height: 1px;
}

div {
	position: relative;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------
　共通設定
---------------------------------------------------------------------------------------------- */

/* -- 基本の文字 ------------------------ */
body, input {
	color: #1e1e1e;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; /* "游ゴシック", "Yu Gothic", YuGothic,  */
}
input::-moz-placeholder {
	color: #AAA;
}
input::-webkit-input-placeholder {
	color: #AAA;
}
input:-ms-input-placeholder {
	color: #AAA;
}
input:placeholder-shown {
	color: #AAA;
}

/* -- 画像 ------------------------ */
img {
	display: inline-block;
}

/* -- リンククリック時の点線を消す ------------------------ */

a:focus {
	outline: none;
}

/* -- テキストリンク ------------------------------------- */
a {
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: #4479dd;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* -- セレクトボックス ------------------------ */
select {
	padding: 4px;
}
option {
	padding-right: 20px;
}

/* ----------------------------------------------------------------------------------------------
　header
---------------------------------------------------------------------------------------------- */

#header {
	margin-bottom: 30px;
	overflow: visible;
	background: url('/common/img/header/bg_header2.png') no-repeat;
	background-position: center 60px;
}
#head {
	overflow: visible;
}
#head h1 {
	width: 955px;
	margin: 0 auto;
	padding: 6px 510px 26px 0;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#head a {
	text-decoration: none;
}
/* ロゴ・サブナビ・フリーダイヤル・フリーワード検索のBOX */

#header_logo_area {
	width: 955px;
	margin: 0 auto 32px;
}

/* フリーワード検索 */

#header_right_box {
	float: right;
	width: 205px;
	height: 55px;
}
#header_free_search {
	height: 25px;
	background: url('/common/img/header/header_free_search.png') no-repeat;
}
#header_free_search #free {
	width: 146px;
	height: 25px;
	position: absolute;
	right: 40px;
	bottom: 0;
	border: none;
	background: none;
}
#header_free_search #free:active,
#header_free_search #free:focus {
	border: none;
	background: none;
	outline: none;
}
#header_free_search #top_src_box_submit {
	width: 40px;
	height: 25px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#header_free_search #top_src_box_submit:hover {
	opacity: 0.8;
}

/* サブナビ */

#header_sub_navigation {
	float: right;
	width: 284px;
	margin-top: 10px;
	font-size: 0;
}
#header_sub_navigation li {
	display: inline-block;
	overflow: hidden;
	width: 135px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#header_sub_navigation li a {
	position: relative;
	padding-left: 10px;
	color: #00306c;
}
#header_sub_navigation li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #00306c;
}
#header_sub_navigation li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #FFF;
}
#header_sub_navigation li a:hover {
	color: rgba(0, 48, 108, 0.5);
}
#header_sub_navigation li a:hover:before {
	background: rgba(0, 48, 108, 0.5);
}

/* ログイン時のようこそ */
#head_member_name {
	background: #f5f5f5;
	padding: 10px 0;
	line-height: 1;
}

.head_member_name_inner {
	width: 955px;
	margin: 0 auto;
}

/* グローバルナビ */

#header_global_navigation {
	overflow: visible;
	background: #80b7f8;
}
#header_global_navigation ul {
	width: 955px;
	margin: 0 auto;
	font-size: 0;
}
#header_global_navigation ul:before,
#header_global_navigation ul:after {
  content: "";
  display: table;
}
#header_global_navigation ul:after {
  clear: both;
}
#header_global_navigation li {
	position: relative;
	display: inline-block;
	margin-left: 4px;
}
#header_global_navigation li:first-child {
	margin-left: 0;
}
#header_global_navigation li a {
	display: table-cell;
	width: 133px;
	height: 40px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	background: #80b7f8;
}
#header_global_navigation li a:hover {
	background: #6fa9f5;
}
#header_global_navigation li ul {
	position: absolute;
	z-index: 100;
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#header_global_navigation li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
#header_global_navigation li ul li {
  width: 100%;
  margin: 0;
}

/* 垂れバナー */

#header_hang_banner {
	position: absolute;
	top: 0;
	left: 50%;
	width: 239px;
	margin-left: 240.5px;
}
#header_hang_banner a {
	display: table-cell;
	height: 26px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 11px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.header_group_company_warp{
	width: 955px;
	position: relative;
	margin: 0 auto;
	overflow: initial;
}
.header_group_company{
	position: absolute;
	top: -38px;
	width: 220px;
	right: 28%;
}
#header_hang_banner a:hover {
	background: #00306c;
}
#header_login_disp {
	float: left;
}
#header_login_disp a {
	width: 90px;
	background: #4479dd;
}
#header_bookmark_disp {
	float: right;
}
#header_bookmark_disp a {
	width: 140px;
	background: #6fa9f5;
}
#header_bookmark_disp #bookmark_num {
	color: #fff759;
	font-size: 15px;
}

/* ----------------------------------------------------------------------------------------------
　footer
---------------------------------------------------------------------------------------------- */

#footer {
	text-align: center;
}
#footer a {
	color: #a4a4a4;
	text-decoration: none;
}
#footer a:hover {
	color: #5a5a5a;
	text-decoration: underline;
}

/* ---------------------------------------------------------
　ページトップへ戻る
--------------------------------------------------------- */

#footer #pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	z-index: 100;
	opacity: 0.85;
}
#footer #pagetop a {
	background: #80b7f8;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#footer #pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #FFFFFF;
}

/* ---------------------------------------------------------
　footer検索
--------------------------------------------------------- */

#footer #footer_search {
	margin: 50px 0 40px;
	text-align: left;
	background: #fcfcfc;
	border-top: #f0f0f0 1px solid;
	border-bottom: #f0f0f0 1px solid;
}
#footer #footer_search_inner {
	width: 955px;
	margin: 0 auto;
	padding: 45px 0;
}
#footer #footer_search_inner > div {
	float: left;
	width: 50%;
}
#footer #footer_search_inner h3 {
	margin: 30px 0 20px;
	padding: 0;
	color: #5a5a5a;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	background: none;
	border: none;
}
#footer #footer_search_inner h3 .fa-search {
	padding: 0 5px 0 1px;
}
#footer #footer_search_inner a {
	font-size: 13px;
	line-height: 2em;
}
#footer #footer_search_inner a:hover {
	color: #5a5a5a;
}

/* ---------------------------------------------------------
　footerバナー
--------------------------------------------------------- */

#footer #footer_banner_list {
	line-height: 1em;
}
#footer #footer_banner_list li {
	display: inline-block;
	margin-left: 19px;
}
#footer #footer_banner_list li:first-child {
	margin-left: 0;
}

/* ---------------------------------------------------------
　footerロゴ
--------------------------------------------------------- */

#footer #footer_logo {
	margin: 75px auto 40px;
}

/* ---------------------------------------------------------
　footerメニュー
--------------------------------------------------------- */

#footer .footer_menu {
	margin-bottom: 10px;
	font-size: 0;
}
#footer .footer_menu li {
	display: inline-block;
	padding: 0 1em;
	font-size: 12px;
	border-right: 1px solid #a4a4a4;
}
#footer .footer_menu li:first-child {
	border-left: 1px solid #a4a4a4;
}

/* ---------------------------------------------------------
　footeコピー
--------------------------------------------------------- */

#footer #footer_copy {
	margin: 70px auto 15px;
	color: #787878;
	font-size: 9px;
}
#footer #footer_copy a {
	color: #787878;
}

/* ----------------------------------------------------------------------------------------------
　wrapper（secondaryとprimaryの親）
---------------------------------------------------------------------------------------------- */

#wrapper {
	width: 955px;
	margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------
　secondary
---------------------------------------------------------------------------------------------- */

#secondary {
	width: 225px;
	float: left;
}

#secondary > div {
	margin-bottom: 10px;
}

/* --------------------------------------
　サイド閲覧履歴
-------------------------------------- */
#secondary #side_history ul {
	width: 220px;
	margin: 0;
	padding: 0;
}
#secondary #side_history li {
	margin: 0;
	padding: 0 3px;
}
#secondary #side_history img {
	width: 100%;
}

/* --------------------------------------
　サイド会員登録メリット
-------------------------------------- */

#secondary #side_merit {
	margin-bottom: 40px;
	border: #2158bf solid 3px;
}
#secondary #side_merit > div {
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	background: #2158bf;
	border: #FFF solid 3px;
}

#secondary #side_merit i {
	display: block;
	font-style: normal;
	color: #fff759;
	text-align: center;
}
#secondary #side_merit strong {
	color: #fff759;
	font-size: 16px;
	font-weight: bold;
}
#secondary #side_merit a.flat_button {
	background: #ff9015;
	border-bottom: 5px solid #df7500;
}
#secondary #side_merit .flat_button:after {
	background: #ff9015;
}
#secondary #side_merit .flat_button:hover {
	background: #FFCC00;
	border: none;
}
#secondary #side_merit .flat_button:hover:after {
	background: #FFCC00;
}
/*
#secondary #side_merit {
	margin-bottom: 40px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	border: #ff9015 solid 5px;
}

#secondary #side_merit i {
	display: block;
	font-style: normal;
	color: #ff9015;
	text-align: center;
}
#secondary #side_merit strong {
	color: #ff9015;
	font-size: 16px;
	font-weight: bold;
}
#secondary #side_merit a.flat_button {
	background: #ff9015;
	border-bottom: 5px solid #df7500;
}
#secondary #side_merit .flat_button:after {
	background: #ff9015;
}
#secondary #side_merit .flat_button:hover {
	background: #FFCC00;
}
#secondary #side_merit .flat_button:hover:after {
	background: #FFCC00;
}
*/

/* --------------------------------------
	ビルドチャート+会員登録
-------------------------------------- */
#secondary #build_num {
	box-sizing:border-box;
	padding: 10px;
	width: 225px;
	background: #2158bf;
	margin-bottom: 10px;
	box-shadow:0 0 0 3px #fff inset;
	border:3px solid #2158bf;
}
#secondary #build_num #reg_btn,
#secondary #build_num #login_btn{
	margin: 10px 0;
}
#secondary #build_num #login_btn{
	margin-bottom: 0;
}
#secondary #build_num .bg{
    position: relative;
	background: #2158bf url(../img/bg_build.png) no-repeat;
	background-position: 92px 0;
	background-size:55%;
	margin-top:10px;
	margin-bottom: 8px;
}
	#secondary #build_num .bg.pub{
	}
	#secondary #build_num .bg.mem{
	}
	#secondary #build_num .bg.come{
	}
	#secondary #build_num .txt_num {
		position: relative;
		color: #2158bf;
	    width: 112px;
	    height: 40px;
		font-size: 28px;
	    letter-spacing: 9px;
		top:-3px;
		left: 23px;
	    font-weight: bold;
		font-family: "Arial Black", Gadget, "sans-serif";
		float: left;
	}
	#secondary #build_num .bg .title{
			color: #fff;
			font-size: 18px;
			position: relative;
			top: 3px;
			float: left;
	}
	.coming_merit{
			width:200px;
			margin:10px auto;
			background:#FFF;
			padding:10px 5px;
			line-height: 1.3;
			font-size: 16px;
			box-shadow: 0 0 0 3px #2158bf inset;
			border: 2px solid #fff;
			
	}
	.coming_limited{
		font-size:20px;
		font-weight:bold;
		color:#ff9015;
	}
	.btn_register {
		height:45px;
		margin-top:20px!important;
		padding:10px;
		border-radius:5px;
		background:#71b329;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.btn_register a{
		text-align:center;
		display:block;
		width:100%;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		font-size:18px;
	}


/* --------------------------------------
　サイドログイン
-------------------------------------- */

#secondary #side_login > div {
	padding: 10px;
	border: #dcdcdc 1px solid;
	border-top: none;
}
#secondary #side_login #email,
#secondary #side_login #pass {
	margin-bottom: 5px;
	padding: 10px;
	font-size: 10px;
	border: none;
	border: 1px solid #dcdcdc;
}
#secondary #side_login #email {
	width: 100%;
}
#secondary #side_login #pass {
	float: left;
	width: 140px;
}
#secondary #side_login .flat_button {
	float: right;
	width: 60px;
	height: 37px;
	margin: 0;
	font-size: 12px;
	line-height: 35px;
}
#secondary #side_login .flat_button:hover {
	line-height: 39px;
}
#secondary #side_login #forgot {
	display: block;
	margin-top: 15px;
	text-align: center;
}

/* --------------------------------------
　	　サイドのバナーリスト
-------------------------------------- */

#secondary .side_box {
	border: 2px solid #4479dd;
}
#secondary .side_box h3 {
	margin: 0;
	padding: 10px 15px;
	color: #FFF;
	text-align: center;
	background: #4479dd;
	border: none;
}
#secondary #side_my_menu ul {
	margin: 10px 15px;
	font-size: 14px;
}
#secondary #side_my_menu li {
	position: relative;
	padding-left: 10px;
}
#secondary #side_my_menu li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #6fa9f5;
}

/* --------------------------------------
　	　サイドのバナーリスト
-------------------------------------- */

#secondary #side_banner_list li {
	display: block;
	margin-bottom: 10px;
}

/* ----------------------------------------------------------------------------------------------
　primary
---------------------------------------------------------------------------------------------- */

#primary {
	width: 705px;
	float: right;
	margin-bottom: 40px;
	background: none;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#primary p, #primary dl {
	margin: 1em;
}
#primary ol, #primary ul {
	margin: 1em 1em 1em 3em;
}
#primary ol li {
	list-style: decimal outside;
}
#primary ul li {
	list-style: disc outside;
}
#primary .bukken {
	border: #CCCCCC 1px solid;
	padding: 3px 3px;
	margin: 0 0 5px 0;
}

/* --------------------------------------
　共通 table th tr td
-------------------------------------- */

.lined_table {
	border: 1px solid #999;
	border-collapse: collapse;
	margin: 20px auto;
}
.lined_table tr td, table.lined_table tr th {
	border: 1px solid #CCC;
	border-collapse: collapse;
	padding: 10px;
}
.lined_table tr th {
	background-color: #6fa9f5;
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
	width: 20%;
	color: #FFF;
}
.lined_table tr td {
	background-color: #fff !important;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 5px;
}

th {
	position: relative;
}
th img[src="/common/img/reg/hissu.gif"] {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px !important;
}

/* ----------------------------------------------------------------------------------------------
　共通　ページング
---------------------------------------------------------------------------------------------- */

table.menu_table {
	border: dotted 1px #666;
	width: 685px;
	background-color: #FFF6E5;
	padding: 5px;
}
.list_menu {
	padding: 5px;
	margin: 1em 0 1em 0;
	text-align: center;
}
.list_menu a.num {
	border: 1px solid #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}
.list_menu a.num:hover {
	border: 1px solid #57b3eb;
	background: #57b3eb;
	color: #ffffff;
}
.list_menu b {
	border: 1px solid #dddddd;
	background: #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}
.BK_BOX {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 5px;
}
.disp_box {
	width: 628px;
	background: #ffffdd;
	border: 1px solid #FC9;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
	line-height: 2em;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------------------------------------------------------------------------------------
　index.php
---------------------------------------------------------------------------------------------- */


/* --------------------------------------
　住所・路線検索 アコーディオン機能
-------------------------------------- */

.accordion_toggle {
	display: block;
	cursor: pointer;
}

/* 100115 内田 追加（適切スクロール用）はじまり */

.accordion_toggle_active {
	background: #6a9cff !important;
	color: white !important;
}
p.selected {
	background: #6a9cff !important;
	color: white !important;
}
#dummy_forcus_input {
	background: #E0F1F9;
	width: 5px;
	height: 5px;
	border: none;
}

/* 100115 内田 追加（適切スクロール用）終わり */

.accordion_content {
	overflow: hidden;
}
.accordion_box {
	width: 430px;
	height: 550px;
	overflow-y: scroll;
	background: #FFFFFF;
	margin: 35px 0 0 10px;
}
* html .accordion_box {
	width: 420px;
	height: 450px;
	margin-bottom: 13px;
	overflow-y: scroll;
}
#accordion ul li {
	list-style: none;
}
p.accordion_toggle {
	background: url(../img/arrow04.gif) 5px 8px no-repeat;
	background-color: #EAEAEA;
	padding: 5px 0 5px 20px;
	margin: 0 0 0 10px;
	color: #666666;
	font-weight: bold;
	_width: 100%;
}

/* --------------------------------------
　	アコーディオン機能 テーブル装飾
-------------------------------------- */

#primary p.title_table {
	padding: 5px 5px 5px 10px;
	margin: 10px;
	font-weight: bold;
	color: #3366FF;
	text-align: left;
	background: url(../img/arrow01.gif) 8px 9px no-repeat;
	background-color: #E0F1F9;
	border: 1px solid #B7E1F4;
}
#primary .main_table {
	margin: 10px 10px 20px 10px;
	border-collapse: collapse;
	padding: 0.5em;
}
.main_table tr td, .main_table tr th {
	width: 80px;
	border-collapse: collapse;
	padding: 5px 3px;
	text-align: center;
}
.main_table tr th {
	border-bottom: 1px solid #dddddd;
}
.main_table .row_eve .col_eve {
	background: #e7e7ec;
}
.main_table .row_eve .col_odd {
	background: #efeff2;
}
.main_table .row_odd .col_eve {
	background: #efeff2;
}
.main_table .row_odd .col_odd {
	background: #ffffff;
}

/* --------------------------------------
　		main 地図検索
-------------------------------------- */

#main {
	width: 705px;
	height: 678px;
}
.map {
	width: 705px;
	height: 630px;
	background: url(../img/bg_map.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
}
#main_left {
	width: 450px;
	float: left;
	margin: 26px 0 0 6px;
	height: 598px;
}
#main_right {
	width: 225px;
	height: 538px;
	float: right;
	margin: 70px 20px 0 0;
}
* html #main_right {
	height: 538px;
	float: right;
	width: 225px;
	margin: 70px 20px 0 0;
	padding: 0;
	clear: right;
}

/* --------------------------------------
　	　primary検索バナー
-------------------------------------- */

#primary ul.src_special {
	width: 225px;
	padding: 0px;
	margin: 0px;
	height: 280px;
}
#primary ul.src_special li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
	clear: both;
	margin-bottom: 10px;
}

/* --------------------------------------
　	　新着物件
-------------------------------------- */

#new_bukken {
	width: 225px;
	float: left;
	margin: 60px 0px 0px 0;
}
#new_bukken ul {
	margin: 0 0 0 0;
}
#primary ul.new_bukken_contents {
	width: 210px;
	height: 185px;
	padding: 5px 5px 5px 10px;
	overflow-y: scroll;
	margin: 5px 0;
	background: #FFFFFF;
	font-size: 10px;
}

/* --------------------------------------
　	　バナー
-------------------------------------- */

#banner {
	width: 430px;
	float: left;
	margin: 15px 0 20px 0px;
	padding: 0px 0px;
}
#sale a {
	color: #3E3E3E;
}
#primary ul.sale_contents {
	width: 415px;
	height: 150px;
	padding: 5px 5px 5px 10px;
	margin: 5px 0;
	border: 1px solid #CCCCCC;
}

/* --------------------------------------
　共通　おすすめ物件
-------------------------------------- */


/* ３カラム用定義 */

#recommend .recommend_3col .recommend_box {
	width: 201px;
	height: 281px;
}
.recommend_3col .recommend_box .rec_image {
	width: 100%;
	height: 150px;
}
.recommend_box .rec_title {
	margin-bottom: 7px;
	margin-top: 7px;
}

/* --------------------------------------
　	　おすすめ物件
-------------------------------------- */

#recommend {
	margin: -7.5px;
}

.recommend_box {
	float: left;
	width: 345px;
	height: 362px;
	margin: 7.5px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.recommend_img {
    position: relative;
	display: table-cell;
	width: 323px;
	height: 215px;
	border: 1px solid #ccc;
	background: #E0F0FF;
	text-align: center;
	vertical-align: middle;
}
.recommond_box_comment {
	height: 81px;
	padding: 7px;
	background-color: #CEEFFF;
	border-radius: 7px;
}
.recommond_box_sb_comment {
	width: 263px;
	height: 81px;
	padding: 5px 7px 7px 23px;
	background: url(../img/bg_staff_bukken_comment.jpg) no-repeat;
	background-size: 100% 100%;
}
.ico_addr {
	color: #fff;
	background: #97c4ed;
	border: 1px solid #2e89da;
	padding: 3px;
}
.ico_bu_type1 {
	color: #e28301;
	background: #fff;
	border: 2px solid #fec472;
	padding: 2px;
}
.ico_bu_type2 {
	color: #027db6;
	background: #fff;
	border: 2px solid #66d1ff;
	padding: 2px;
}
.ico_bu_type3 {
	color: #5cc843;
	background: #fff;
	border: 2px solid #94dc83;
	padding: 2px;
}
.ico_bu_type4 {
	color: #dc83ce;
	background: #fff;
	border: 2px solid #ebbbe4;
	padding: 2px;
}

.recommend_box .sky_find_bg {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 20px 0;
    background: rgba(255,255,255,0.6);
    -webkit-transition: all 0.5s ease;  
    transition: all 0.5s ease;  
}

.recommend_img:hover .sky_find_bg {
    opacity: 0.2;
}

/* --------------------------------------
　	　primaryバナー
-------------------------------------- */

#p_banner {
	width: 230px;
	float: left;
	margin: 10px 0 15px 10px;
	background: #e8e7cd;
}
.p_bnr {
	margin: 5px 10px 5px 10px;
}

/* ----------------------------------------------------------------------------------------------
　contact.php
---------------------------------------------------------------------------------------------- */


/*
.form_table {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 0.3em;
	font-size: 12px;
	text-align: left; }

	.form_table td, .form_table th {
		border: 1px solid #DDDDDD;
		padding: 0.3em; }

	table.form_table tr th {
	background-color: #dde9f0;
	font-weight: normal; }
*/

.form_table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	background: #FFF;
}
.form_table td, .form_table th {
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
	text-align: left;
}
table.form_table tr th {
	background-color: #6fa9f5;
	color: #FFF;
	font-weight: normal;
}
blockquote {
	padding: 10px;
	background-color: #FFF4D9;
	line-height: 160%;
}
blockquote span {
	color: #FF6600;
	font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------
　detai_bukken.php
---------------------------------------------------------------------------------------------- */

.table_loan {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	margin: 5px auto;
}
.table_loan tr td, .table_loan tr th {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	padding: 0.1em 0.3em;
}
.table_loan tr th {
	color: #1e1e1e;
	background-color: #e4ecf2;
	text-align: center
}
.detail_img {
	float: left;
	width: 270px;
	margin: 20px 0;
	display: inline;
}

/* ----------------------------------------------------------------------------------------------
　inquiry_a inquiry_b inquiry_c.php
---------------------------------------------------------------------------------------------- */

#inquiry {
	margin: 20px;
}

/* ----------------------------------------------------------------------------------------------
　list_bukken.php
---------------------------------------------------------------------------------------------- */

#list_bukken #bukken td, #list_bukken #bukken th {
	padding: 3px;
}
.spacer {
	border: none !important;
	background: #fff !important;
}
.type_bg {
	background: #f2b646;
	padding: 2px 5px 1px 5px;
	color: #FFF;
}

/* ----------------------------------------------------------------------------------------------
　serch.php
---------------------------------------------------------------------------------------------- */

.src_box_area {
	margin: 3px 0;
}
.src_box_area div {
	background: #f0f7f9;
	overflow: auto;
	padding: 10px 5px;
	width: 98%;
	margin: 3px 0 5px;
}
.src_box_area * {
	float: left;
}
.src_box_area input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
.src_box_area label {
	width: 130px;
	margin: 3px 0;
	font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------
　privacy.php
---------------------------------------------------------------------------------------------- */

#primary ol.privacy {
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.1;
	border: none;
}
.con {
	background: #F8F4E0;
	padding: 10px;
	width: 400px;
	margin-left: 30px;
	line-height: 1.5em;
}

/* ---------------------------------------------------------
　info_list メニュー部
--------------------------------------------------------- */

.list_menu {
	padding: 5px;
	margin: 1em 0 1em 0;
	text-align: center;
}
.list_menu a.num {
	border: 1px solid #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}
.list_menu a.num:hover {
	border: 1px solid #57b3eb;
	background: #57b3eb;
	color: #ffffff;
}
.list_menu b {
	border: 1px solid #dddddd;
	background: #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}

/* ----------------------------------------------------------------------------------------------
　company.php
---------------------------------------------------------------------------------------------- */

.img {
	border: #CCCCCC solid 1px;
	padding: 3px;
}

/* ----------------------------------------------------------------------------------------------
　area/
---------------------------------------------------------------------------------------------- */

#area table {
	text-align: center;
}
#area ul li {
	list-style: none;
}
#area td {
	padding: 5px 10px;
}
#area #area_menu a {
	margin: 10px;
}
.schoollink ul li {
	list-style: none;
}
.schoollink li {
	float: left;
	margin: 5px;
	list-style: none;
	font-size: 14px;
}
.pagetop {
	text-align: right;
}

/* ----------------------------------------------------------------------------------------------
　glossary/
---------------------------------------------------------------------------------------------- */

#grossary ul li {
	list-style: none;
}
#grossary li {
	float: left;
	margin: 5px;
}
#grossary-nav li {
	font-size: 16px;
	font-weight: bold;
}
#grossary .center {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
#grossary-box-contentsR {
	clear: both;
	padding-top: 20px;
}
#grossary-box-contentsR dt {
	font-weight: bold;
	font-size: 16px;
}

/* ----------------------------------------------------------------------------------------------
　detail_bukken
---------------------------------------------------------------------------------------------- */

#grex_img_area {
	margin: 1em auto;
}
#comment_div {
	width: 703px;
	border-top: 4px solid #76BBFF;
	background-color: #FDFCE7;
	margin: 0 0 0 0px;
	padding: 0 0 15px 0;
	overflow: hidden;
}
#comment_div h2 {
	border: 0;
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 10px 10px 15px;
	padding: 0;
}
#comment_div #cmt_contact {
	float: right;
	margin: 20px 20px 0 0;
}
#comment_div #cmt_contact img {
	margin: 0;
	padding: 0;
}
#comment_div #cmt_info {
	font-size: 14px;
	margin: 8px 0 0 30px;
	padding: 0;
	float: left;
}
#comment_div #cmt_info #cmt_value {
	color: #ff0000;
	font-weight: bold;
}
#bk_info #cmt_type {
	width: 75px;
	height: 16px;
	margin-top: -3px;
	padding: 0;
	text-align: center;
	color: #FFF;
}
#comment_div #cmt_type p {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	line-height: 180%;
}
#bk_info .type1 {
	background-color: #FFAA33;
}
#bk_info .type2 {
	background-color: #99CC66;
}
#bk_info .type3 {
	background-color: #000099;
}
#bk_info .type4 {
	background-color: #55CCFF;
}
#comment_div #table {
	margin: 5px 15px 15px 15px;
	padding: 0;
	clear: both;
}
#comment_div .staff {
	width: 143px;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;
	vertical-align: top;
	float: left;
	clear: both;
}
#comment_div .staff p {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
}
#comment_div .staff img {
	margin-bottom: 4px;
}
#comment_div .comment {
	width: 505px;
	margin: 0 25px 0 0;
	padding: 15px 0 0 0;
	vertical-align: top;
	float: right;
}
#comment_div #cmt_top {
	width: 505px;
	height: 35px;
	background-image: url(/common/img/comment_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#comment_div #cmt_top p {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	margin: 10px 10px 0 40px;
	padding: 0;
}
#comment_div #cmt_center {
	width: 505px;
	background-image: url(/common/img/comment_center.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
#comment_div #cmt_center p {
	font-size: 13px;
	color: #000000;
	margin: 0 8px 0 40px;
	padding: 0;
}
#comment_div #cmt_bottom {
	width: 505px;
	height: 12px;
	background-image: url(/common/img/comment_bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#comment_div #comment p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.mansion1 {
	background: url(../img/mansion1.jpg) top left no-repeat;
	width: 121px;
	height: 50px;
	padding: 6px 5px 5px 70px;
	margin-top: 10px;
}
.mansion2 {
	background: url(../img/mansion2.jpg) top left no-repeat;
	width: 121px;
	height: 50px;
	padding: 6px 5px 5px 70px;
	margin-top: 10px;
}
.dell_ul li {
	list-style: none;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------------------------
　list_bukken
---------------------------------------------------------------------------------------------- */

.down {
	background: #0066FF;
	color: white;
	border: 1px solid #0066FF;
	font-size: 10px;
}
.down_q {
	background: #F90;
	color: white;
	border: 1px solid #F90;
	font-size: 10px;
}
.down_p {
	background: #FC5367;
	color: white;
	border: 1px solid #FC5367;
	font-size: 10px;
}
.disp_c {
	background: #6fb720;
	color: white;
	border: 1px solid #6fb720;
	font-size: 10px;
}
.copy_link a:link {
	color: #5F9FA9;
	text-decoration: underline;
}
#primary #list_bukken .kodate {
	background: #2293CD;
	color: #fff;
	padding: 2px
}
#primary #list_bukken .used_kodate {
	background: #7AA941;
	color: #fff;
	padding: 2px
}
#primary #list_bukken .tochi {
	background: #685A29;
	color: #fff;
	padding: 2px
}
#primary #list_bukken .mansion {
	background: #8E8DD9;
	color: #fff;
	padding: 2px
}

/* ---------------------------------------------------------
　パンくずリスト
--------------------------------------------------------- */

#topicPath {}
ul#topicPath {
	margin: 20px 0;
}
#topicPath li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}
#topicPath li a {
	padding-right: 15px;
	background: url(../img/com/path.gif) no-repeat right center;
}

/* ---------------------------------------------------------
　サイトマップ
--------------------------------------------------------- */

#sitemap {}
ul#sitemap {
	margin: 20px 0 20px 30px;
	padding: 0;
	width: 260px;
}
#sitemap li {
	display: block;
	line-height: 160%;
	list-style-type: none;
	padding: 3px 0 3px 15px;
	font-weight: bold;
}
#sitemap li a {
	display: block;
	line-height: 160%;
	list-style-type: none;
	background: url(../img/com/arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	font-weight: normal;
}
#sitemap li.title {
	display: block;
	line-height: 160%;
	list-style-type: none;
	padding: 3px 0 3px 15px;
	font-weight: bold;
	margin-top: 10px;
}

/* ---------------------------------------------------------
　merit
--------------------------------------------------------- */

#merit {
	margin: 30px auto 0 auto;
	width: 625px;
}
#merit .box01 {
	clear: both;
	width: 625px;
	margin-bottom: 20px;
}
#merit .box02 {
	width: 555px;
	float: left;
}
#merit .t01 {
	float: left;
	width: 70px;
	/*margin-bottom:20px;*/
}
#merit .text {
	line-height: 1.3;
	margin: 5px 0 0 10px;
}
#merit .text02 {
	border: double 1px #ccc;
}

/* --------------------------------------
　	未公開物件モザイク
	-------------------------------------- */

a.hikoukai {
	display: block;
	height: 56px;
	text-indent: -1000px;
	background: url(../img/hikoukai.jpg) left top no-repeat;
}
a.hikoukai:hover {
	background-position: 0pt -56px;
}

/* --------------------------------------
　	　シミュレーションで簡易診断
-------------------------------------- */

.sindan li a {
	display: block;
	line-height: 160%;
	list-style-type: none;
	background: url(../img/com/arrow01.gif) no-repeat 0 6px;
	padding: 0 0 0 15px;
	margin: 5px;
	font-weight: normal;
}

/* --------------------------------------
　	　建築サポーター
-------------------------------------- */

#wapper .supp {
	width: 696px;
}
#wrapper .supp p {
	width: 696px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
.supp .bar {
	width: 586px;
	background: url(../../common/img/supporter/bar.jpg) left top repeat;
	height: auto;
	color: #31437d;
	padding: 10px 0 0 110px;
}
.supp .last1 {
	width: 586px;
	background: url(../../common/img/supporter/7.jpg) left top no-repeat;
	height: 352px;
	color: #31437d;
	padding: 0 0 0 110px;
}
.supp .last1 .last1_1 {
	height: 180px;
}
.pager {
	width: 696px;
}
.pager ul {
	width: 543px;
	padding-left: 153px;
	margin: 0px;
}
.pager li {
	display: inline;
}
.supp .bar155 {
	width: 591px;
	background: url(../../common/img/supporter/bar2.jpg) left top repeat;
	height: auto;
	color: #31437d;
	padding-left: 105px;
}
.supp .bar155 ul {
	margin: 0px;
	padding: 0px;
}
.supp .bar155 li {
	display: block;
	height: 48px;
	list-style: none;
	background: url(../../common/img/supporter/check.jpg) left top no-repeat;
	color: #31437d;
	padding: 12px 0 0 50px;
	font-size: 14px;
	font-weight: bold;
}
.supp .bar2 {
	width: 576px;
	background: url(../../common/img/supporter/bar2.jpg) left top repeat;
	height: auto;
	color: #31437d;
	padding-left: 120px;
}
.supp .bar3 {
	width: 616px;
	background: url(../../common/img/supporter/bar2.jpg) left top repeat;
	height: auto;
	color: #31437d;
	padding-left: 80px;
	height: 120px;
}
.supp .list3 {
	font-size: 14px;
	background: url(../../common/img/supporter/bar2.jpg) left top repeat;
	height: auto;
	color: #31437d;
}
.supp .list3 li {
	display: block;
	float: left;
	height: 110px;
	margin-left: 15px;
	font-weight: bold;
}
.supp .bar4 {
	width: 606px;
	background: url(../../common/img/supporter/bar2.jpg) left top repeat;
	height: 200px;
	color: #31437d;
	padding: 10px 0 0 90px;
	font-size: 13px;
	font-weight: bold;
}
.supp .last4 {
	width: 606px;
	background: url(../../common/img/supporter/4_5.jpg) left top no-repeat;
	height: 825px;
	color: #31437d;
	padding: 0 0 0 90px;
	font-size: 13px;
}
.three_point {
	background-color: #fdfde3;
	/*alignment-adjust:*/
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 10px;
	border: dotted 1px #eee;
}
.three_li li {
	list-style: none;
}
.mp0 {
	margin: 0px;
	padding: 0px;
}
.ab_1 {
	margin: 20px auto;
	width: 600px;
}
.ab_2 {
	margin: 20px 0 10px 0;
	padding: 0;
}
.ab_3 {
	padding-top: 8px;
}
#company * {
	font-size: 14px;
}
#company h2 {
	font-size: 18px;
}
#company h3 {
	font-size: 24px;
}
#company ul {
	margin: 1em;
}
#company dt {
	font-size: 1.2em;
}
.company1 {
	width: 700px;
	margin: 20px auto;
}
.company2 {
	margin: 30px 0 30px 10px;
}

/* --------------------------------------
　	　FFC
-------------------------------------- */

div.ffcBox {
	width: 700px;
	margin-left: 10px;
}
div.ffcMenu {
	width: 700px;
}
.ffcmenu01 {
	float: left;
	margin-right: 5px;
}
.ffcmenu02 {
	float: left;
	margin-right: 0px;
}
h3.ffch3 {
	border: 0;
	margin: 15px 0;
}
strong.bluebold {
	font-weight: bold;
	color: #009ed9;
}
strong.redbold {
	font-weight: bold;
	color: #FF0000;
}
strong.greenbold {
	font-weight: bold;
	color: #387e1f;
}
div.ffcCont {
	margin: 30px 0;
}
p.ffckikou {
	margin: 40px 0 10px 0;
}
.orange{
	color:#ff9015;
}
/* staff bukken */

h3 img {
	vertical-align: bottom;
}
.list_voice_box {
	background: #fff;
	border: 1px solid #ccc;
	margin: 20px;
}
.list_voice_box_tit {
	background: #ebf2fa;
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 !important;
	color: #0951b7;
}

/* --------------------------------------
　	　相談会一覧・詳細
-------------------------------------- */

.design_table {
	width: 90%;
	border: 1px #c5a153 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px auto;
	color: #4d3b14;
}
.design_table tr th {
	background: url(/common/img/th_bg.gif) repeat-x bottom #fefbf4;
	border-top: 1px #c5a153 solid;
	border-right: 1px #c5a153 solid;
	border-left: 1px #c5a153 solid;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: middle;
	padding: 15px 20px;
}
.design_table tr td {
	border: none;
	border-top: 1px #c5a153 solid;
	border-right: 1px #c5a153 solid;
	border-left: 1px #c5a153 solid;
	padding: 7px 10px;
	background: #fefbf4;
}
.design_table tr:last-child td {
	border: 1px #c5a153 solid;
}
.design_table img {
	margin-bottom: -2px;
}
.normal_list {
	margin-bottom: 30px;
}
.normal_list .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px 10px;
	padding: 8px 10px;
	color: #000000;
	background-color: #ebfbfe;
	border: 3px #006699 double;
}
.normal_list .date {
	text-align: right;
	color: #666666;
	margin: 5px 5px 10px;
}
.normal_list .image {
	float: left;
	width: 180px;
	height: 100px;
	margin: 0 0 0 20px;
}
.normal_list .text {
	float: right;
	width: 500px;
	line-height: 1.6;
}
.hider {
	width: 100%;
	height: 100%;
}
.iw {
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.iw img {
	width: 100%;
}
.list_seminar {
	padding: 5px;
	margin: 1em 0 1em 0;
	text-align: center;
}
.list_seminar a.num {
	border: 1px solid #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}
.list_seminar a.num:hover {
	border: 1px solid #57b3eb;
	background: #57b3eb;
	color: #ffffff;
}
.list_seminar b {
	border: 1px solid #dddddd;
	background: #dddddd;
	padding: 0 4px;
	margin: 0 5px;
}

/* --------------------------------------
　	非公開物件とは・会員登録のメリットボタン
-------------------------------------- */

#hikoukai_merit {
	position: relative;
	width: 705px;
	height: 252px;
	background: url(/common/img/bg_hikoukai_reg.png) no-repeat;
}
#primary #hikoukai_merit li {
	list-style: none;
}
#primary #hikoukai_merit_955 li {
	list-style: none;
	margin-top: 45px;
}
#btn_hikoukai {
	position: absolute;
	left: 123px;
	top: 157px;
}
#btn_merit {
	position: absolute;
	left: 345px;
	top: 157px;
}
#hikoukai_merit_955 {
	position: relative;
	width: 955px;
	height: 316px;
	background: url(/common/img/bg_hikoukai_reg_955x316.png) no-repeat;
}
#hikoukai_merit_955 #btn_merit {
	left: 465px;
}
#hikoukai_merit_955 #btn_hikoukai {
	left: 135px;
}

/* --------------------------------------
	　	売却査定
	-------------------------------------- */

#sell {
	width: 700px;
	margin: 30px auto 0;
	min-height: 500px;
	height: auto !important;
}


/* --------------------------------------
	　	クオカードバナー
-------------------------------------- */
.quocard {
	position: relative;
	margin: 15px 0;
}

#primary .quocard p {
	margin: 0;
}

#primary .quocard span {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	margin: 0;
}

/* --------------------------------------
	　	会員登録物件数
-------------------------------------- */
.count_msg{
    margin: 10px auto !important;
    text-align: center;
    font-size: 22px;
	line-height: 1.4;
}

.count_msg span {
	font-weight: bold;
	color: #69abf1;
}


/*----般公開物件・会員限定物件・来店限定物件数----*/
.bu_count_circle {
	padding: 0 1%;
	text-align: center;
	margin: 15px 0;
}

.bu_count_circle .count_box {
	display: inline-block;
	width: 145px;
	margin: 0 1%;
}


.bu_count_circle .count_box .circle {
	position: relative;
	padding: 47%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #FFF;
	box-sizing: content-box;
	background: #69abf1;
	color: #FFF;
}

.bu_count_circle .count_box_mem:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../img/img_lock.png) no-repeat center top;
    z-index: 1;
}

.bu_count_circle .count_box dl {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 42%;
	padding-top: 54px;
	margin: 0 !important;
}

.bu_count_circle .count_box dt {
	font-size: 14px;
	font-weight: normal;
}

.bu_count_circle .count_box dd {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}

.bu_count_circle .count_box dd span {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-right: 1%;
}


/* ----------------------------------------------------------------------------------
	メリットページ
---------------------------------------------------------------------------------- */

#reg_merit {
	width: 705px;
	margin: 0 auto;
}

#reg_merit p, #reg_merit dl {
    margin: 0;
}

#reg_merit .button {
    width: 450px;
    height: auto;
    margin: 30px auto;
    padding: 25px 0;
    font-size: 16px;
    color: #FFF;
}

.hide_contents {
	display: none;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.merit_section {
	margin-top: 5%;
}

#reg_merit .merit_title {
	margin: 50px 0;
}

.merit_show {
	margin: 50px auto 20px;
}

.merit_box {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.merit_box_left {
	width: 490px;
	padding-right: 20px
}

.title_square_icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
    color: inherit;
    text-align: left;
    text-indent: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.title_square_icon:before {
	content: normal;
}

.ico_square_icon {
	width: 70px;
	height: 70px;
	background: #ea5413;
	text-align: center;
	color: #FFF;
	font-size: 12px;

}

.ico_square_icon > span {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: inherit;
}

.text_square_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 400px;
	padding-left: 3%;
	font-weight: bold;
	white-space: nowrap;
}

.merit_box .border_title {
	background: none;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	margin: 10px 0;
	border-bottom: 1px solid #999;
}

#reg_merit .merit_box p {
	margin: 15px 0 0;
}

#about_reg_bukken {
	margin-left: -12px;
}

#about_reg_bukken ul {
	margin: -10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#primary .mem_merit_list {
    list-style: none;
	background: #fafafa;
	width: 346px;
	padding: 10px;
	float: left;
	margin: 10px 0 0 12px;
}

.mem_merit_list dl {
	float: left;
	width: 220px;
	margin: 0;
}

.mem_merit_list .figure {
	float: right;
	width: 90px;
}

.mem_merit_list dt {
	-webkit-display: flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
}

.mem_merit_list dt span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #1853b6;
	color: #FFF;
	font-size: 20px;
	margin-right: 3%;
}

.mem_merit_list dd {
	padding-top: 10px;
}

#merit_reg_bukken {
	margin-left: -12px;
	margin-top: -10px;
}

#merit_reg_bukken ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#merit_reg_bukken .mem_merit_list {
	float: left;
	width: 227px;
}

#merit_reg_bukken .mem_merit_list dl {
	float: none;
	width: auto;
}
#merit_reg_bukken .mem_merit_list dd {
	min-height: 160px;
}

#merit_reg_bukken .mem_merit_list .figure {
	float: none;
	width: auto;
	margin-top: 5px;
	text-align: center;
}


.lead_arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #cd5b25 transparent transparent transparent;
	margin: 5% auto;
}

.lead_area {
	margin-top: 5%;
	padding: 120px 0;
	border: 5px solid #cd5b25;
	text-align: center;
	background: url(/common/img/merit/bg_lead_area.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.lead_area p {
	font-size: 20px;
	margin-bottom: 3%;
	font-weight: bold;
}

#reg_merit .button_wrap {
    width: auto;
}


.button.lead_register {
	display: block;
	width: 450px;
	height: auto;
	margin: 10px auto;
	padding: 30px 0;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
    background: #9b0004;
}

.button.lead_register:hover {
    background: #b92400;
}

.button.lead_register span {
	width: auto;
	padding: 0;
}

.button.lead_register .small_text {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.button.lead_register .small_text span {
	font-size: 1.6em;
}

.button.lead_register .large_text {
	display: inline-block;
	font-size: 45px;
	vertical-align: middle;
}

.white_stroke_text {
    text-shadow: -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF, -1px -1px 3px #FFF, 1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px 1px 3px #FFF;
}

/* --------------------------------------
　	会社概要　東宝ハウスグループ会社一覧
-------------------------------------- */

.group_detail *, .group_list * {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #103F75;	
	letter-spacing: 0.1em;
}


.group_detail span{
	margin-left: 11em;
}

.group_detail dt{
	float: left;
}

.group_detail dd{
	margin-left: 15em;
}

.group_list{
	border-left: 1px solid #103F75;
	padding-left: 30px;
}

.group_list ul{
	display: flex;
	flex-wrap: wrap;
}
.group_list li{
	flex-wrap: wrap;
	width: 40%;
	line-height: 1.8;
}