/* aqua
（変更可）の箇所のみ修正可*/


/*基本設定
----------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, div, ul, li, dl, dt, dd, table, th, td{
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  font-family: "Montserrat","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif!important;
}
p{
  font-size: 14px;
}
td {
	font-size:   14px;
}
th {
	font-size:   14px;
}
form {
	margin:   0px;
}
a {
  color: #333;
}
a:link {
	text-decoration:   none;
}
/*a:visited   {

   color:   #666699;
   text-decoration:   none;

}

a:hover   {

   text-decoration:   underline;
   color:   #FF9933;

}
*/

/*ページ設定
----------------------------------------------- */
.page {
/*	width: 1000px;  */     /*ページ全体の幅（変更可） */
	margin-left: auto !important;
	margin-right: auto !important;
}
.index_left {
	display: none;
}
.main {

	width:   743px;       /*ページ中央部分の幅（変更可） */
}
.index_right {
	float: right;
	width: 237px;
}
.page_top {
	margin-left: auto;
	margin-right: auto;
}
.main_top {
}
/*.main_bottom {
	margin-bottom:10px;
	padding-top:1px;
	clear:both !important;
}*/

.main_bottom .b_area ul li {
	float:left;
	margin-right:10px;
    margin-top:10px;
	}
.main_bottom .b_area ul li.m_r_none {
    margin-right: 0;
	}
.page_bottom {
	clear:both !important;

}

.index_top {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:   0px;
}
.index_middle {
}
.index_bottom {
	margin:0px;
	margin-bottom:0px;
	padding:   0px;
	margin-top:0px;
	padding-top:   0px;
}
/*パンくず
----------------------------------------------- */
.navi {
	margin:5px;
        clear: both;
}
.next_navi {
	text-align:right;
}
/*ログイン関連
----------------------------------------------- */

.login_view {
}
.clear {
	clear:   both;
}
.item_page_img_navi {
	padding:   3px;
}
.cart_login_view {
	border:   solid 1px #CCCCCC;
	padding:   10px;
	margin-bottom:   20px;
}
.cart_nologin_view {
	border:   solid 1px #CCCCCC;
	padding:   10px;
}
/*お問い合せ項目表
----------------------------------------------- */
.cart_mode1{
  width: 1000px;
  margin: 0 auto;
}
.cart table {
	width: 743px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}
.cart th {
background-color: #DDDABE;
	padding: 10px;
	border-bottom: 1px solid #000000;
	text-align: center;
line-height: 1.2;
}
.cart td {
line-height: 1.2;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #EFEEDF;
}
.cart td textarea {
	width: 100%;
}
.cart td.senddata_koumoku {
	width: 170px;
background-color: #DDDABE;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}
.select_value {
	font-weight:   bold;
}
.select_caption {
	padding:   10px;
	padding-left:   25px;
}

table.anqtable {
	width: 743px;
			border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.anqtable th {
	width: 20%;
	background: #DDDABE;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}

.anqtable .senddata_koumoku {
	width: 30%;
}

.anqtable td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #EFEEDF;
	
	}
	
/*会員登録項目表
----------------------------------------------- */

.kantan_member .cart table,
.member .cart table {
　　background: #FCDEDE;
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin:10px 0;
	width: 100%;
}
.kantan_member .cart th,
.member .cart th {
  background: #DDDABE;
	padding: 10px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.kantan_member .cart td,
.member .cart td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000000;
	background: #EFEEDF;
}
.kantan_member .cart td textarea,
.member .cart td textarea {
	width: 100%;
}
.kantan_member .cart td.senddata_koumoku,
.member .cart td.senddata_koumoku {
	width: 170px;
	background: #DDDABE;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}
.kantan_member .select_value,
.member .select_value {
	font-weight:   bold;
}
.kantan_member.select_caption,
.member.select_caption {
	padding:   10px;
	padding-left:   25px;
}

.form_member_regist input.alphabet,
.cart_mode1 input,
.cart_mode1 input[type="checkbox"] {
  background:#ffe5e5;
  border: 1px solid #ff4040;
  }
.cart_mode1 input.submit_confirm_button {
  /*background:#fff;
  border: 1px solid #222;
	
	/*20180412追加赤ボタンに変更*/
	margin-right: 25%;
    display: block;
    width: 200px;
    height: 50px;
    background: #f00;
    border: none;
    cursor: pointer;
    font-size: 122%;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

.wp-pagenavi {
	clear: both;
	line-height: 30px;
}

span.anq_required {
  color:#ff0000;
}

/*20180412追加おわり*/
/*自動生成メニュー
----------------------------------------------- */
.page_index_view {
	margin-bottom:0px;
	margin-top:0px;
	padding-top:   0px;
}
.page_index_name1 {
	background-image:   url(https://rims-web.com/images/default/bt_menu.gif);       /*メニュー背景画像（色名変更可） */
	height:25px;
	width:155px;
	background-repeat:   no-repeat;
	background-position:   left 0px;
	line-height:25px;
	text-decoration:none;
	text-align:   center;
	color:#666699;       /*メニュー文字色（変更不可） */
}
.page_index_name1 a:hover {
	background-image:   url(https://rims-web.com/images/default/bt_menu_o.gif);       /*メニュー背景ロールオーバー画像（色名変更可） */
	height:25px;
	width:155px;
	background-repeat:   no-repeat;
	background-position:   left 0px;
	line-height:25px;
	text-decoration:none;
	text-align:   center;
	color:   #FF0000;       /*メニュー文字ロールオーバー色 */
}
/*テキストリンク用メニュー
----------------------------------------------- */

div.menu1 * {
	margin:0;
	padding:0;
}
div.menu1 li {
	list-style-type:none;
}
div.menu1 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(https://rims-web.com/images/default/bt_menu_green.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#1f893f;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu1 a:hover {
	background-image:url(https://rims-web.com/images/default/bt_menu_green_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}
div.menu2 * {
	margin:0;
	padding:0;
}
div.menu2 li {
	list-style-type:none;
}
div.menu2 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(https://rims-web.com/images/default/bt_menu_lightblue.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#4c4cc6;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu2 a:hover {
	background-image:url(https://rims-web.com/images/default/bt_menu_lightblue_o.gif);       /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}
div.menu3 * {
	margin:0;
	padding:0;
}
div.menu3 li {
	list-style-type:none;
}
div.menu3 a {
	display:block;
	width:155px;       /*メニュー背景画像の幅 */
	height:25px;       /*メニュー背景画像の高さ */
	background-image:url(https://rims-web.com/images/default/bt_menu_yellow.gif);       /*メニュー背景画像（変更可） */
	background-repeat:no-repeat;
	line-height:25px;
	text-align:   center;
	color:#ea5506;       /*メニュー文字色 */
	font-size:12px;       /*メニュー文字サイズ */
	text-decoration:none;
}
div.menu3 a:hover {
	background-image:url(https://rims-web.com/images/default/bt_menu_yellow_o.gif);      /*メニュー背景ロールオーバー画像（変更可） */
	color:#ff0000;       /*メニュー文字ロールオーバー色 */
	text-decoration:none;
}
/*エラー
----------------------------------------------- */

.error_koumoku {
	color:   #000000;
}
.error {
	color:#ff6666;
}
/*検索ページ
----------------------------------------------- */

div#railways {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:180px;
	height:180px;
	margin:2px 7px;
	padding:3px;
	float:left;
	position:relative;
	overflow:auto;
	display:block;
}
div#stations {
	background-color:#FFFFFF;
	border:1px solid #999999;
	width:180px;
	height:180px;
	margin:2px 7px;
	padding:3px;
	position:relative;
	overflow:auto;
	display:block;
	float:left;
}
.rwname {
	display:block;
	width:100%;
	background-color:#FFCCCC;
	text-align:center;
	margin-bottom:3px;
}
.serchTbl {
	border-collapse: collapse;
	border-spacing: 0;
	border-top:1px dotted #999999;
	margin:10px 0;
	width:100%;
}
.serchTbl th {
	background: url(/id/bestselect/file/images/bg04-2.gif);
	padding: 10px;
	border-bottom: 1px dotted #999999;
	font-weight:bold;
}
.serchTbl td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.search_member_notice {
	line-height: 1.2;
	margin-top: 10px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
.search_list {
	background-color:#666666;
}
.search_list th {
	height:50px;
	background-color:#CCCCCC;
	padding:5px;
}
.search_list td {
	background-color:#FFFFFF;
	padding:5px;
}

.search_list2 {
background-color:#666666;

border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 10px 0;
	/*width: 743px;*/
	width:100%;
	position:relative;

}
.search_list2 th {
height:50px;
background-color:#CCCCCC;
padding:5px;
}
.search_list2 td {
background-color:#FFFFFF;
padding:5px;

line-height: 1.2;
padding: 5 3;
vertical-align: top;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;

}

.search_list2 img {
max-width:90px;
}


.search_list3 {
background-color:#666666;
}
.search_list3 th {
height:50px;
background-color:#CCCCCC;
padding:5px;
}
.search_list3 td {
background-color:#FFFFFF;
padding:5px;
}

.search_list3 img {
max-width:120px;
}


.staff_head {
	width:95%;
	font-size:   14px;
	margin-bottom:5px;
	background-color:   #BBDBE1;
	padding:5px;
}
.staff_address {
	margin-right:0px;
	align:right;
}
.top_family_block {
	height:150px;
	margin-bottom:5px;
}
/*物件セル一覧表示
----------------------------------------------- */
.list_block {
	height:255px;       /*高さ（変更可）  */
	width:200px;       /*幅（変更可）  */
	border:   solid 1px #333333;
}
.list_block th {
	font-weight:normal;
	background-color:#666666;
	color:#ffffff;
	text-align:left;
	font-size:11px;
}
.list_block td {
	font-size:10px;
}
.list_block img {
}
.list_view {
}
.list_view_price {
	color:   #FF0000;
	font-size:11px;
	font-weight:bold;
}
/*現地販売会（物件セル）
----------------------------------------------- */
.r_open_title {
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
}
.r_catch_open, .rs_openschedule, .r_opentime {
	font-size:10px;
}

.r_open_action_detail {
margin-top: 10px;
}


/*現地販売会（物件詳細）
----------------------------------------------- */
.r_open_title_detail {
	width: 743px;
	background-color: #ea5853;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	text-align: center;
line-height: 40px;
vertical-align: middle;
}
.r_catch_open_detail, .r_openschedule_detail, .r_opentime_detail {
	font-size:14px;
margin-top: 10px;
text-align: center;
}
/*物件詳細
----------------------------------------------- */
.details table {
	background-color:   #999999;/* width:100%;*/


}
.details th {
	background-color:   #CCCCCC;
	width:120px;
	padding:2px;
}
.details td {
	background-color:   #FFFFFF;
	padding:2px;
}
.details_picthumb td {
	width:20%;
	text-align:center;
}
.details_picthumb img {
	width:90px;
}
.detail_main_img img {
}
.r_buildname {
	font-size:15px;
	font-weight:bold;
}
.r_catch_top {
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}
/*ヘッダー
----------------------------------------------- */
#header-bk {
	margin-top:0;
	padding:0;
	background-color:#00285d;       /*ページ最上部の色（変更可）*/
	height:12px;
}
#header-h1 {
	margin-left:10px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:11px;       /*ページ最上部のテキストのサイズ（変更可）*/
	color:#ffffff;       /*ページ最上部のテキストの色（変更可）*/
	text-align: left;
}
/*メイン
----------------------------------------------- */
/*.page_title h1, h2 {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	height:30px;
	margin-bottom:5px;
	padding-left:5px;
}*/
.title, .page_title {
	background-image:url(https://rims-web.com/images/default/title.gif);       /*各ページのタイトル背景画像（変更可）*/
	background-repeat:no-repeat;
	font-size:13px;       /*各ページのタイトルテキストのサイズ（変更可）*/
	font-weight:bold;
	line-height:30px;
	color:#ffffff;       /*各ページのタイトルテキストの色（変更可）*/
	height:30px;
	margin-bottom:5px;
	padding-left:5px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#001d46;
}
h4 {
	background-image:url(https://rims-web.com/images/default/title_orange.jpg);
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	height:30px;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
h5 {
	font-size:13px;
	font-weight:bold;
	color:#0085e7;
}
/*News & Topics
----------------------------------------------- */
.news {
	border: solid 1px #cccccc;
	height: 100px;
	padding: 0.5em;
	overflow: auto;
}
/*右トピックス
----------------------------------------------- */
.title_s {
	background-image:url(https://rims-web.com/images/default/title_s.gif);       /*タイトル背景画像（変更可）*/
	font-size:11px;       /*タイトルテキストのサイズ（変更可）*/
	line-height:25px;
	color:#ffffff;       /*タイトルテキストの色（変更可）*/
	height:25px;
	padding-left:5px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}
#side_view {
	margin-bottom:10px;
}
/*表
----------------------------------------------- */
.nomal_line table {
	border-collapse:collapse;
	cellspacing:0;
	text-align:left;
}
.nomal_line td {
	border:1px solid #cccccc;
	color:#333333;
	padding:5;
}
.nomal_line th {
	border:1px solid #cccccc;
	background-color:#d9ecff;
	color:#333333;
	padding:5;
}
/*スタッフコメント（物件詳細）
----------------------------------------------- */

.fukidasi_box {
	padding:0px 35px;
	padding-bottom: 30px;
}
.fukidasi_staff {
	float: right;
}
.fukidasi_staff img {
	display: block;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	width: 80px;
}
.fukidasi {
	background: url(https://rims-web.com/images/default/fukidasi3.jpg) repeat-y 0px 5px;
	width: 457px;
	margin-bottom: 10px;
}
.fukidasi_top {
	background: #FFFFFF url(https://rims-web.com/images/default/fukidasi1.jpg) no-repeat 0px 0px;
	height: 5px;
	font-size: 1px;
	text-indent: -9999px;
	width: 442px;
}
.fukidasi_txt {
	background: url(https://rims-web.com/images/default/fukidasi4.jpg) no-repeat right 0px;
	padding: 0px 40px 3px 30px;
	line-height: 130%;
}
.fukidasi_txt span {
	color: #CD3333;
}
.fukidasi_bottom {
	background: url(https://rims-web.com/images/default/fukidasi2.jpg) no-repeat 0px 0px;
	height: 8px;
	font-size: 1px;
	text-indent: -9999px;
}
/*スタッフコメント（物件セル）
----------------------------------------------- */
.fukidasi_box_s {
	clear: both;
	margin-bottom: 0px;
}
.fukidasi_staff_s {
	float: right;
}
.fukidasi_staff_s img {
	display: block;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 70px;
}
.fukidasi_s {
	background: url(https://rims-web.com/images/default/fukidasi3_long_1.jpg) repeat-y 0px 0px;
	width: 115px;
}
.fukidasi_top_s {
	background: #FFFFFF url(https://rims-web.com/images/default/fukidasi1_long_1.jpg) no-repeat 0px 0px;
	height: 5px;
	font-size: 1px;
	width: 115px;
	margin-bottom: 5px;
}
.fukidasi_txt_s {
	padding: 0px 8px 0px 7px;
	line-height: 130%;
	font-size:10px;
	margin-bottom: 5px;
}
.fukidasi_txt_s span {
	color: #CD3333;
}
.fukidasi_bottom_s {
	background: url(https://rims-web.com/images/default/fukidasi2_long_1.jpg) no-repeat 0px 0px;
	height: 8px;
	font-size: 1px;
}
/*スタッフコメント顔写真無し
-----------------------------------------------

/*スタッフコメント顔写真無し（物件詳細）
-----------------------------------------------

.fukidasi_box {
	padding-left:25px;
	margin-top: 10px;
}

.fukidasi {
	background: url(https://rims-web.com/images/default/fukidasi3_b.jpg) repeat-y 0px 5px;
	width: 550px;
	margin-bottom: 10px;
}

.fukidasi_top {
	background: #FFFFFF url(https://rims-web.com/images/default/fukidasi1_b.jpg) no-repeat 0px 0px;
	height: 5px;
	font-size: 1px;
	text-indent: -9999px;
	width: 550px;
}

.fukidasi_txt {
	padding: 0px 0px 3px 30px;
	line-height: 130%;
}

.fukidasi_txt span {
	color: #CD3333;
}

.fukidasi_bottom {
	background: url(https://rims-web.com/images/default/fukidasi2_b.jpg) no-repeat 0px 0px;
	height: 8px;
	font-size: 1px;
	text-indent: -9999px;
}

/*スタッフコメント顔写真無し（物件セル）
-----------------------------------------------

.fukidasi_box_s {
	margin-bottom: 0px;
	clear: both;

}

.fukidasi_staff_s {
	float: right;
	clear: both;
}

.fukidasi_staff_s img {
	background-image:url(https://rims-web.com/images/default/spacer.gif);
	background-repeat:   no-repeat;	
	width: 1px;
	clear: both;
}

.fukidasi_s {
	clear: both;
	background: url(https://rims-web.com/images/default/fukidasi3_long_1_b.jpg) repeat-y 0px 0px;
	width: 185px;
}

.fukidasi_top_s {
	clear: both;
	background: #FFFFFF url(https://rims-web.com/images/default/fukidasi1_long_1_b.jpg) no-repeat 0px 0px;
	height: 5px;
	font-size: 1px;
	width: 185px;
	margin-bottom: 5px;
}

.fukidasi_txt_s {
	padding: 0px 8px 0px 7px;
	line-height: 130%;
	font-size:10px;
	margin-bottom: 5px;
}

.fukidasi_txt_s span {
	color: #CD3333;
}

.fukidasi_bottom_s {
	background: url(https://rims-web.com/images/default/fukidasi2_long_1_b.jpg) no-repeat 0px 0px;
	height: 8px;
	font-size: 1px;
}
----------------------------------------------- */

/*Q&A（不動産用語集）
----------------------------------------------- */
div.faq {
	margin: 20 0;
	padding: 0;
	line-height: 1;
	background-color: #fff;
	list-style-type: none;
}
div.faq li {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	text-align: center;
	font-size: 11px; /* 文字サイズ（変更可） */
}
div.faq li a {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px;
	display: block;
	position: relative; /* for IE6 */
	color: #333333;     /* リンク前の文字色（変更可） */
	background-color: #e2e1e2;     /* リンク前のバック色（変更可） */
	text-decoration: none;
}
div.faq li a:hover {
	border-color: #ffffff;
	color: #ffffff;   /* リンク後の文字色（変更可） */
	background-color: #f39f45;     /* リンク後のバック色（変更可） */
}
/* ClearFix */

div.faq {
	_height: 1px;
	min-height: 1px;/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}
div.faq:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.faq_q_value {
	background-color:#d9ecff;    /* Q部分のバック色（変更可） */
	font-weight:bold;
	color:#333333;   /* Q部分の文字色（変更可） */
	line-height:25px;
	padding-left:10px;
}
.faq_a_value {
	color:#333333;   /* A部分の文字色（変更可） */
	padding:5 10 15px;
	line-height:140%;
}

/*Q&A（QAの画像入り）デフォルトでは非表示
-----------------------------------------------
.faq{
	padding-bottom:20px;
}

.faq_q_value {
	background-image:url(https://rims-web.com/images/default/q_red.gif);       /*Qの画像（色変更可）*/
	background-repeat:   no-repeat;
 font-weight:bold;
 color:#333333;
 line-height:32px;
 padding-left:40px;
}
.faq_a_value {
	background-image:url(https://rims-web.com/images/default/a_blue.gif);       /*Aの画像（色変更可）*/
	background-repeat:   no-repeat;
	color:#333333;
	padding-left:40px;
	padding-bottom:15px;
}
----------------------------------------------- */ 
/*ブログ
----------------------------------------------- */
.blog_main_td {
 padding-left:10;
}
.blog_category_title, .monthly_archive_title, .master_title {
	font-weight:bold;
	margin-bottom:3;
}
.master_date {
	font-size:11px;
}
.master_contents {
	margin-bottom:3;
}
/*プライバシーポリシー
----------------------------------------------- */
.privacy_policy table {
	background-color:   #CCCCCC;
}
.privacy_policy th {
	background-color:   #d9ecff;
	width: 150px;
}
.privacy_policy td {
	background-color:   #FFFFFF;
	padding: 10px;
}
/*シミュレーション
----------------------------------------------- */
.sales_simulation th {
	background: #DDDABE;
	font-weight:normal;
	text-align:left;
	width:200px;
	padding:   10px;
	border-bottom: 1px solid #000000;
}
.sales_simulation td {
	background: #EFEEDF;
	width:350px;
	border-bottom: 1px solid #000000;
	padding:   10px;
}
.simulation_conditions {
	padding:10px;
       margin-bottom: 10px;
	border:1px solid #999999;
}
.sales_simulator_result_bukken table {
	background-color:#ffcc99;
}
.sales_simulator_result_bukken th {
	background-color:#ffcc99;
	padding:   5px;
}
.sales_simulator_result_bukken td {
	background-color:#ffffcc;
	padding:   5px;
}
.sales_simulator_result_bukken .td4 {
	text-align:right;
}
.sales_simulator_result_bukken .td5 {
	text-align:right;
}
.sales_simulator_result_bukken .td6 {
	text-align:right;
}
/*物件詳細下部お問い合せ周り
----------------------------------------------- */
.details_tel {
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
}
.details_tantou {
	font-size:20px;
	font-weight:bold;
}
.details_qr_title {
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
}
.details_qr {
	font-size:9pt;
}
/*TOPへ
----------------------------------------------- */
.totopbtn {
	text-align:right;
	margin:0 10px 10px 0
}
/*----------------------------------------------- */


.inqHead, .inqObjs, .inqCond, .MB_INQ {
	width:100%;
	border-collapse:collapse;
}
.inqHead th {
	padding:2px;
	font-weight:normal;
	font-size:12px;
	background-color:#BBB;
	color:#FFF;
	border:1px solid #999;
	text-align:left;
}
.inqHead td {
	padding:2px;
	font-size:12px;
	text-align:left;
	background-color:#EEE;
	border:1px solid #999;
}
.inqObjs th {
	padding:2px;
	font-weight:normal;
	font-size:12px;
	background-color:#BBB;
	color:#000;
	border:1px solid #FFF;
	text-align:center;
}
.inqObjs td {
	padding:2px;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	background-color:#EEE;
	color:#000;
	border:1px solid #FFF;
}
.inqType {
	border-collapse:collapse;
}
.inqType td {
	width:150px;
	border:0px;
	padding:2px;
}
.kekka-th {
	width:81px;
	background-color:#708090;
	text-align:left;
	color:#ffffff;
	vertical-align:middle;
	padding:4px
}
.kekka-td1 {
	width:175px;
	background-color:#ffffff;
	padding:4px;
	text-align:left;
	vertical-align:middle
}
.kekka-td2 {
	width:475px;
	background-color:#ffffff;
	padding:4px;
	text-align:left;
	vertical-align:middle
}
.page_count_view {
	text-align:   right;
	margin-right:5px;
}

/*お客様の声 詳細
----------------------------------------------- */
.family_regdate_detail {
	display: none;
}

.family_title_detail {
	margin-top: 10px;
}




#imagemap {
	margin: 0px 0px;
	padding: 0px;
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) top left no-repeat;
	width: 750px;
	height: 539px;
	position: relative;
}
#imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}
#imagemap a {
	position: absolute;
}
#imagemap a span {
	display: none;
}



/* 東北 */
#touhoku {
top: 161px;
left: 255px;
}
#touhoku a {
width: 160px;
height: 60px;
}
#touhoku a:hover {
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) -253px -928px no-repeat;
}

/* 北陸・甲信越 */
#hokuriku {
top: 285px;
left: 279px;
}
#hokuriku a {
width: 130px;
height: 80px;
}
#hokuriku a:hover {
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) -202px -1408px no-repeat;
}

/* 関東 */
#kanto {
top: 400px;
left: 300px;
}
#kanto a {
width: 90px;
height: 40px;
}
#kanto a:hover {
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) -280px -1852px no-repeat;
}

/* 東海 */
#tokai {
top: 190px;
left: 460px;
}
#tokai a {
width: 71px;
height: 50px;
}
#tokai a:hover {
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) -202px -2260px no-repeat;
}

/* 関西 */
#kansai {
top: 270px;
left: 465px;
}
#kansai a {
width: 70px;
height: 51px;
}
#kansai a:hover {
	background: url(https://www.bestselect.co.jp/file/common_img/map1919.jpg) -171px -2661px no-repeat;
}


/* 中国 
#chugoku {
	top: 48px;
	left: -1px;
}
#chugoku a {
	width: 100px;
	height: 100px;
}
#chugoku a:hover {
	background: url() -85px -3035px no-repeat;
}

 四国 
#shikoku {
	top: 120px;
	left: 19px;
}
#shikoku a {
	width: 100px;
	height: 100px;
}
#shikoku a:hover {
	background: url() -107px -3500px no-repeat;
}

 九州 
#kyushu {
top: 34px;
left: 187px;
}
#kyushu a {
width: 120px;
height: 135px;
}
#kyushu a:hover {
background: url() -24px -3865px no-repeat;
}
*/


/* ●日本地図下の地域リスト */
#area {
	margin: 20px auto;
	width: 600px;
}
#area li {
	float:left;
	text-indent:-5px;
	font-size: 14px;
	font-family: sans-serif;
	padding: 0 30px 0 0;
}
#area li a {
	text-decoration: none;
	color: #2d67ee;
}
#area li a:hover {
	text-decoration: underline;
	color: #f1710f;
}


p.kensuu {
background-image: url("http://early-consulting.main.jp/bestselect/bskaiin8.png")
}



#kaiin_kazu {
  width: 800px;
  position: absolute;
  right: 0;
  z-index: 0;
left: 175px;
top: 510px;
}

.ceo {
  right: 0;
}

#ceo {
  right: 0;
}


/* 地図から検索 */
.map-main {
	position: relative;
	/* padding-bottom: 56.25%; */
	padding-bottom:0;
	height:510px;
	overflow: hidden;
}
.map-main iframe,
.map-main object,
.map-main embed {
	/* position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%; */
height:510px;
margin:0 auto;
width:730px;
background:#fff;
border:none;
}

@media all and (max-width: 480px) {
/* 地図から検索 */
.map-main {
	position: relative;
	/* padding-bottom:56.25%; */
	padding-bottom:0;
	padding-top: 30px;
  width:100%;
	height:500px;
	overflow: hidden;
}
.map-main iframe,
.map-main object,
.map-main embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
  background:#fff;
  border:none;
	}

/* 物件詳細 現地販売会 */
.r_open_title_detail {
	width: auto;
	}

/* 各店舗紹介 */
ul.shop_menu {
  width:auto;
  margin:10px 0 40px;
  background-image:none;
  }
ul.shop_menu li {
  width:33%;
  height:16px;
  text-align: left;
  }

/* 会員登録フォーム */
  .cart_mode1{
    width: 100%;
  }
.kantan_member .cart td.senddata_koumoku,
.member .cart td.senddata_koumoku {
  width:100%;
  }
.cart td {
  border-right:none;
  }
.kantan_member .cart td:last-of-type,
.member .cart td:last-of-type {
  border-bottom:none;
  }
}
