@charset "UTF-8";
/**
 *
 * モールsass（モール）
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   media
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ヘッダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.header {
  width: 100%;
  min-width: 980px;
  margin: 0 0 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(#e9e9e9));
  background: -webkit-linear-gradient(#fff 70%, #e9e9e9);
  background: -o-linear-gradient(#fff 70%, #e9e9e9);
  background: linear-gradient(#fff 70%, #e9e9e9);
  border-bottom: 3px #207CCA solid; }
  div.header.mall-top {
    background: none;
    border-bottom: none; }

div.headerIn {
  width: 980px;
  overflow: hidden;
  margin: 0 auto; }
  div.headerIn:after {
    content: "";
    display: block;
    clear: both; }

/* サイトタイトル
======================================================== */
h1.siteTit {
  width: 980px;
  font-size: small;
  text-align: right;
  margin: 0 auto 5px auto; }

/* ロゴ
======================================================== */
div.logo {
  width: 205px;
  float: left;
  display: inline;
  margin: 0; }
  div.logo p.siteName {
    height: 35px;
    padding: 5px 0 0 0; }
    div.logo p.siteName span {
      margin: 0 0 0 10px;
      padding: 1px 8px 1px 8px;
      background-color: #646464;
      color: #FFFFFF; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     ナビゲーション
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.gNav {
  width: 500px;
  overflow: hidden;
  margin: 0 auto; }

div.gNav li {
  list-style: none;
  float: right;
  display: inline; }

div.gNav a,
div.gNav a:hover {
  width: 155px;
  height: 0px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 105px 0 0 0;
  background: url(../../img_com/pc/layout/gnav.png);
  background-repeat: no-repeat; }

/* ナビゲーション
======================================================== */
div.gNav li.navBuy a {
  background-position: 0 0; }

div.gNav li.navRent a {
  background-position: -155px 0; }

div.gNav li.navOpen a {
  background-position: -310px 0; }

div.gNav li.navOffice a {
  background-position: -465px 0; }

div.gNav li.navGuide a {
  background-position: -620px 0; }

/* Hover
======================================================== */
div.gNav li.navBuy a:hover {
  background-position: 0 -105px; }

div.gNav li.navRent a:hover {
  background-position: -155px -105px; }

div.gNav li.navOpen a:hover {
  background-position: -310px -105px; }

div.gNav li.navOffice a:hover {
  background-position: -465px -105px; }

div.gNav li.navGuide a:hover {
  background-position: -620px -105px; }

/* アクティブ
======================================================== */
div.gNav li.navBuy_on a {
  background-position: 0 -105px; }

div.gNav li.navRent_on a {
  background-position: -155px -105px; }

div.gNav li.navOpen_on a {
  background-position: -310px -105px; }

div.gNav li.navOffice_on a {
  background-position: -465px -105px; }

div.gNav li.navGuide_on a {
  background-position: -620px -105px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     ドロップメニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.headerDropMenu {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  border-bottom: 3px #207CCA solid;
  display: none; }
  .headerDropMenu .headerDropMenuIn {
    width: 980px;
    margin: 0 auto; }
  .headerDropMenu .headerDropMenuTitle {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    margin-right: 20px;
    vertical-align: middle; }
  .headerDropMenu a {
    text-decoration: none;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    display: inline-block;
    padding: 3px 20px;
    margin-left: 10px;
    border: solid 2px #ccc;
    border-radius: 4px;
    vertical-align: middle; }
    .headerDropMenu a:hover {
      background: #ccc;
      color: #fff; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     コンテンツトップ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.contentsTop {
  width: 100%;
  margin: 0 0 30px 0; }

div.contentsTopIn {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 0 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     パンくずリスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.breadcrumbs {
  width: 980px;
  margin: 0 auto;
  padding: 5px 0 5px 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     コンテンツ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.contents {
  width: 980px;
  min-height: 400px;
  margin: 0 auto 50px auto;
  padding: 10px 0 50px 0;
  background-color: #FFFFFF;
  overflow: hidden; }

/* left-main-right */
.layout_lmr .main {
  left: 200px;
  width: 560px;
  padding: 0 10px 0 10px;
  float: left;
  display: inline; }

.layout_lmr .left {
  width: 200px;
  float: left;
  display: inline; }

.layout_lmr .right {
  width: 200px;
  float: left;
  display: inline; }

/* main-right */
.layout_mr .main {
  width: 765px;
  margin: 0 15px 0 0;
  float: left;
  display: inline; }

.layout_mr .right {
  width: 200px;
  float: left;
  display: inline; }

/* left-main */
.layout_lm .main {
  width: 765px;
  margin: 0 0 0 15px;
  float: left;
  display: inline; }

.layout_lm .left {
  width: 200px;
  float: left;
  display: inline; }

/* main */
.layout_m .main {
  width: 980px;
  padding: 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     メイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.mainInner {
  overflow: hidden; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     左サイドバー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   右サイドバー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.rightInner {
  overflow: hidden; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フッター
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.footer {
  width: 100%;
  min-width: 980px;
  background-color: #FFF9DE; }
  div.footer div.footerMenu {
    width: 980px;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
    background: url(../../img_com/pc/layout/footer_illust.png);
    background-position: left bottom;
    background-repeat: no-repeat; }
    div.footer div.footerMenu div.footerMenuIn {
      width: 800px;
      margin: 0 auto 100px auto;
      padding: 20px 0 0 0;
      display: block; }
    div.footer div.footerMenu div.footerMenuBox {
      width: 160px;
      padding: 10px;
      float: left;
      background-color: #FFFFFF; }
      div.footer div.footerMenu div.footerMenuBox .menuTitle {
        margin: 0 0 10px 0;
        font-size: 16px; }
      div.footer div.footerMenu div.footerMenuBox li {
        margin: 0 0 5px 0; }
  div.footer a.corp-apply {
    width: 180px;
    height: 0px;
    display: inline-block;
    overflow: hidden;
    background-image: url(../../img_com/pc/layout/btn_corp-apply.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 50px 0 0 0;
    vertical-align: middle; }
  div.footer a.corp-apply:hover {
    background-position: 0 -50px; }
  div.footer div.footerNav {
    background-color: #7DC144; }
    div.footer div.footerNav ul {
      width: 980px;
      margin: 0 auto;
      padding: 20px 0 20px 0; }
    div.footer div.footerNav li {
      color: #FFFFFF;
      float: left; }
    div.footer div.footerNav a {
      color: #FFFFFF;
      text-decoration: none; }
  div.footer div.copyright {
    width: 100%;
    background-color: #39932C; }
    div.footer div.copyright address {
      width: 980px;
      margin: 0 auto;
      padding: 10px;
      color: #FFFFFF; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   回り込み解除
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.serviceUrlListBox:after
div.gNav:after,
div.contents:after,
div.mainInner:after,
div.leftInner:after,
div.rightInner:after,
div.footerInner:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* <a>ボタン btnBoxと併用
======================================================== */
div.btnBox {
  width: auto;
  margin: 0 auto;
  text-align: center; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     ご相談
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.requestTxtBox {
  padding: 10px;
  text-align: center;
  background-color: #FFFFCC; }

div.requestTxtBox strong {
  color: #FF9900;
  font-size: 16px; }

/* ボタン
======================================================== */
a.btnRequestForm,
a.btnRequestDetail {
  overflow: hidden;
  display: inline-block;
  width: 300px;
  height: 0;
  padding: 65px 0 0 0;
  background-repeat: no-repeat; }

/* 相談する */
a.btnRequestForm {
  background-image: url(../img/contents/pc/business/btn_consult.png); }

a.btnRequestForm:hover {
  background-position: 0 -65px; }

/* 相談する */
a.btnRequestDetail {
  background-image: url(../img/contents/pc/business/btn_description.png); }

a.btnRequestDetail:hover {
  background-position: 0 -65px; }

/**
 *
 * parts CSS
 * 
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   標準タイトル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* H2 タイトル
======================================================== */
h2.tit {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  height: 50px;
  line-height: 55px;
  font-size: 21px;
  color: #333;
  background-color: #FAFAFA;
  border: solid 1px #DEDEDE;
  border-bottom: solid 2px #FF670F; }

/* H3 タイトル
======================================================== */
h3.tit {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 3px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h3.tit:before {
  content: "";
  border-left: solid 5px #1D3E6A;
  margin-right: 15px;
  font-size: 16px; }

/* 店舗 タイトル
======================================================== */
.titShop {
  background-color: #1D3E6A;
  color: #FFFFFF;
  padding: 12px 10px 12px 20px;
  font-size: 16px; }
  .titShop a,
  .titShop a:link,
  .titShop a:visited {
    color: #FFFFFF;
    text-decoration: none; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像ボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.imageBox {
  overflow: hidden;
  margin-bottom: 10px;
  border: solid 1px #DEDEDE;
  text-align: center; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   トップページ メニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.topNavBox {
  padding: 8px;
  border-left: solid 1px #DEDEDE;
  border-right: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE; }

div.topNavBox a {
  background-image: url(../../img_com/pc/icon/icon_arrow_orange.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px; }

h2#titTopNavBuy,
h2#titTopNavRent,
h2#titTopNavBill,
h2#titTopNavSellLet,
h2#titTopNavReform,
h2#titTopNavOther,
h2#titTopNavOffice {
  display: block;
  overflow: hidden;
  width: 377px;
  height: 0;
  background-repeat: no-repeat;
  margin: 0;
  padding: 40px 0 0 0; }

h2#titTopNavBuy {
  background-image: url(../img/contents/pc/title_1.png); }

h2#titTopNavRent {
  background-image: url(../img/contents/pc/title_2.png); }

h2#titTopNavBill {
  background-image: url(../img/contents/pc/title_3.png); }

h2#titTopNavSellLet {
  background-image: url(../img/contents/pc/title_4.png); }

h2#titTopNavReform {
  background-image: url(../img/contents/pc/title_5.png); }

h2#titTopNavOther {
  background-image: url(../img/contents/pc/title_6.png); }

h2#titTopNavOffice {
  background-image: url(../img/contents/pc/title_7.png); }

/* 間取り選択
======================================================== */
.room-type-select:after {
  content: "";
  display: block;
  clear: both; }

.room-type-select .group {
  width: 70px;
  margin: 0 20px 0 0;
  border-right: solid 1px #ccc; }

/**
 *
 * サイドバー
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
div.side h2 {
  width: 198px;
  height: 25px;
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  background-color: #f8f8f8;
  border: 1px #ccc solid;
  color: #646464;
  text-align: center;
  font-weight: bold; }

div.side div.box {
  width: 185px;
  padding: 5px 3px 5px 10px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }
  div.side div.box li {
    line-height: 25px; }
    div.side div.box li a {
      background-image: url(../../img_com/pc/icon/icon_arrow_orange.png);
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 20px; }

div.side-apply-box a {
  width: 200px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 60px 0 0 0;
  background-image: url(../../img_com/pc/layout/btn_side_apply.png);
  background-repeat: no-repeat; }

div.side-apply-box a:hover {
  background-position: 0 -60px; }

/**
 *
 * 出店申し込み
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
div.mall__apply-entry-top {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0 40px 0; }
  div.mall__apply-entry-top .mall__apply-entry-logo {
    position: absolute; }
  div.mall__apply-entry-top .mall__apply-entry-title {
    float: left;
    font-size: 22px;
    margin: 28px 0 0 30px; }
  div.mall__apply-entry-top .mall__apply-entry-nav {
    float: right;
    width: 600px; }
    div.mall__apply-entry-top .mall__apply-entry-nav ul {
      float: right; }
    div.mall__apply-entry-top .mall__apply-entry-nav li {
      float: left;
      font-size: 22px;
      margin-right: 35px;
      padding: 10px 0 0 0; }
    div.mall__apply-entry-top .mall__apply-entry-nav a {
      color: #333;
      text-decoration: none; }
    div.mall__apply-entry-top .mall__apply-entry-nav a:HOVER {
      color: #036ca5; }
    div.mall__apply-entry-top .mall__apply-entry-nav li:last-child {
      margin-right: 0px; }

div.mall__apply-entry h2 {
  font-size: 38px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0; }

div.mall__apply-entry p {
  font-size: 16px; }

div.mall__apply-entry_section {
  background-color: #F0F5FF;
  padding: 30px 0 30px 0; }

div.mall__apply-entry-container {
  width: 980px;
  margin: 0 auto; }

.mall__apply-entry-tit {
  padding: 0 0 30px 0;
  background: #e8e8e8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 33%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 33%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(33%, #e8e8e8), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 33%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 33%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.mall__apply-entry-header {
  width: 980px;
  margin: 0 auto 50px auto;
  position: relative; }
  .mall__apply-entry-header .mall__apply-entry-btn {
    position: absolute;
    top: 350px;
    left: 0; }

.mall__apply-entry-faq dt, .mall__apply-entry-faq dd {
  line-height: 30px;
  position: relative; }

.mall__apply-entry-faq dt {
  margin-bottom: 10px; }

.mall__apply-entry-faq dd {
  margin-bottom: 50px; }

.mall__apply-entry-faq .faq-box {
  width: 900px;
  margin: 0 0 0 60px;
  padding: 8px;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px; }

.mall__apply-entry-faq .entry-ques:before {
  top: 3px;
  left: 0;
  width: 40px;
  position: absolute;
  height: 43px;
  display: inline-block;
  content: url("../../img_com/pc/estate/entry/apply_20.png"); }

.mall__apply-entry-faq .entry-ans:before {
  top: 3px;
  left: 0;
  width: 40px;
  position: absolute;
  height: 43px;
  display: inline-block;
  content: url("../../img_com/pc/estate/entry/apply_21.png"); }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  出店申し込み（物件出し放題オプション初期設定）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.mall-entry {
  margin: 0 0 50px 0; }
  div.mall-entry .entry-inquiryBox {
    text-align: right; }
    div.mall-entry .entry-inquiryBox a.btn-inquiry {
      width: 135px;
      height: 0;
      margin: 0;
      padding: 35px 0 0 0;
      display: inline-block;
      overflow: hidden;
      background-repeat: no-repeat;
      background-image: url(../../img_com/pc/estate/entry/apply_inquiry.png); }
    div.mall-entry .entry-inquiryBox a.btn-inquiry:hover {
      background-position: 0 -35px; }
  div.mall-entry .entry-nav li {
    display: inline-block;
    margin: 0 5px 0 0; }
  div.mall-entry .entry-nav a {
    width: 125px;
    height: 0;
    margin: 0;
    padding: 35px 0 0 0;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat; }
    div.mall-entry .entry-nav a.top {
      background-image: url(../../img_com/pc/estate/entry/apply_nav_top.png); }
    div.mall-entry .entry-nav a.charge {
      background-image: url(../../img_com/pc/estate/entry/apply_nav_charge.png); }
    div.mall-entry .entry-nav a.service {
      background-image: url(../../img_com/pc/estate/entry/apply_nav_service.png); }
    div.mall-entry .entry-nav a.flow {
      background-image: url(../../img_com/pc/estate/entry/apply_nav_flow.png); }
  div.mall-entry .entry-nav a:hover {
    background-position: 0 -35px; }
  div.mall-entry p.catchcopy {
    font-size: 22px;
    text-align: center; }
  div.mall-entry .entry-btnBox {
    text-align: center; }
    div.mall-entry .entry-btnBox a.btn-entry,
    div.mall-entry .entry-btnBox a.btn-entry-free {
      width: 780px;
      height: 0;
      margin: 0;
      display: inline-block;
      overflow: hidden;
      background-repeat: no-repeat; }
    div.mall-entry .entry-btnBox a.btn-entry {
      padding: 120px 0 0 0;
      background-image: url(../../img_com/pc/estate/entry/btn_apply.png); }
    div.mall-entry .entry-btnBox a.btn-entry-free {
      padding: 105px 0 0 0;
      background-image: url(../../img_com/pc/estate/entry/btn_apply_free.png); }
    div.mall-entry .entry-btnBox a.btn-entry:hover {
      background-position: 0 -120px; }
    div.mall-entry .entry-btnBox a.btn-entry-free:hover {
      background-position: 0 -105px; }
  div.mall-entry .top-catchcopy {
    margin: 0 0 50px 0;
    text-align: center; }
    div.mall-entry .top-catchcopy strong {
      color: #E60012;
      font-size: 54px;
      font-weight: bold; }
    div.mall-entry .top-catchcopy p {
      font-size: 34px;
      font-weight: bold; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  出店申し込み（無料プラン申込）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.apply-index .apply-box {
  width: 980px;
  height: 296px;
  margin: 0 0 50px 0;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/pc/corp/apply/apply_01.png);
  background-repeat: no-repeat; }
  div.apply-index .apply-box .apply-btn-box {
    position: relative;
    top: 200px;
    left: 620px; }

div.apply-index .price-summary {
  border-top: solid 2px #63A3DA; }

div.apply-index .price-summary-box {
  border-bottom: solid 2px #63A3DA;
  padding: 15px 0 15px 0;
  font-size: 24px; }
  div.apply-index .price-summary-box .price-summary-num {
    width: 100px;
    font-size: 50px;
    color: #207CCA; }
  div.apply-index .price-summary-box .price-summary-strong {
    width: 240px;
    font-size: 36px;
    color: #207CCA;
    padding: 0 15px 0 15px; }

div.apply-index .initial-cost {
  width: 200px;
  margin: 0 auto; }

div.apply-index .tbl-info {
  width: 100%;
  border-collapse: collapse;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px; }
  div.apply-index .tbl-info th, div.apply-index .tbl-info td {
    padding: 10px; }
  div.apply-index .tbl-info th {
    background-color: #63A3DA;
    border: 1px solid #207CCA;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center; }
  div.apply-index .tbl-info td {
    border: 1px solid #207CCA;
    background-color: #FFFFFF; }
  div.apply-index .tbl-info h4 {
    color: #207CCA;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0; }
  div.apply-index .tbl-info.center th, div.apply-index .tbl-info.center td {
    text-align: center; }
  div.apply-index .tbl-info .free-plan {
    background-color: #FFFFE6; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  出店申し込み（パートナー招待）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mall__apply-partner {
  width: 980px;
  margin: 0 auto 50px auto; }
  .mall__apply-partner ._apply-box:after {
    content: "";
    display: block;
    clear: both; }
  .mall__apply-partner ._apply-box ._lt, .mall__apply-partner ._apply-box ._rt {
    padding: 10px 20px;
    border: solid 2px #ccc;
    border-radius: 10px; }
  .mall__apply-partner ._apply-box ._lt {
    float: left;
    width: 450px; }
  .mall__apply-partner ._apply-box ._rt {
    float: right;
    width: 350px; }

/**
 *
 * 出店申し込み
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  出店申し込み
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.corp-default-index {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  プロに相談トップ
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ }
  div.corp-default-index.index p {
    line-height: 24px; }
  div.corp-default-index.index .box {
    margin: 0 0 100px 0; }
  div.corp-default-index.index .character {
    border-top: solid 2px #63A3DA; }
  div.corp-default-index.index .character-box {
    border-bottom: solid 2px #63A3DA;
    padding: 15px 0 15px 0; }
    div.corp-default-index.index .character-box h4 {
      font-size: 20px;
      color: #207CCA; }
  div.corp-default-index.index ul {
    list-style-type: disc;
    padding: 0 0 0 20px; }
  div.corp-default-index.index li {
    display: list-item;
    font-style: normal;
    list-style: square; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  店舗一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estateShopListWrapper {
  width: 980px; }

.estateShopListLeft {
  width: 200px;
  float: left; }

.estateShopListMain {
  width: 765px;
  margin: 0 0 0 15px;
  float: left; }

.estateShopListTit {
  width: 100%;
  background-color: #fcfcfc;
  margin-bottom: 30px;
  padding: 15px 20px;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 5px #f3f3f3;
  border-bottom: solid 5px #f3f3f3; }
  .estateShopListTit .shopName {
    display: table-cell; }
    .estateShopListTit .shopName h2 {
      font-size: 25px; }
  .estateShopListTit .shopSearch {
    display: table-cell;
    width: 230px;
    text-align: right; }
    .estateShopListTit .shopSearch a {
      color: #1d3994;
      text-decoration: none; }
    .estateShopListTit .shopSearch a:hover {
      text-decoration: underline; }
    .estateShopListTit .shopSearch span {
      width: 30px;
      display: inline-block;
      text-align: center; }

.estateShopList {
  margin-bottom: 20px; }
  .estateShopList li {
    margin-bottom: 35px;
    padding: 10px 0 10px 0;
    border-top: solid 1px #ccc; }
  .estateShopList .estateShopListHeader {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0 5px 0;
    border-bottom: dotted 1px #ccc;
    display: table; }
    .estateShopList .estateShopListHeader .shopLogo {
      display: table-cell;
      vertical-align: top;
      width: 50px;
      height: 40px; }
    .estateShopList .estateShopListHeader .shopName {
      display: table-cell;
      font-size: 20px;
      font-weight: 700;
      vertical-align: middle;
      text-align: left; }
      .estateShopList .estateShopListHeader .shopName a {
        color: #1d3994;
        text-decoration: none; }
      .estateShopList .estateShopListHeader .shopName a:hover {
        text-decoration: underline; }
  .estateShopList .estateShopContents {
    display: table;
    margin-bottom: 10px; }
    .estateShopList .estateShopContents .estateShopInfoImg {
      display: table-cell;
      width: 250px;
      padding-right: 20px; }
      .estateShopList .estateShopContents .estateShopInfoImg a {
        display: inline-block; }
    .estateShopList .estateShopContents .estateShopInfo {
      display: table-cell;
      vertical-align: top; }

.estateShopListSearch {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px; }
  .estateShopListSearch .searchBox {
    margin-bottom: 30px; }
  .estateShopListSearch .searchHeader {
    padding: 10px;
    border-bottom: solid 1px #ccc;
    background-color: #1D3E6A;
    border-radius: 5px 5px 0 0; }
    .estateShopListSearch .searchHeader h3 {
      font-size: 16px;
      font-weight: 700;
      color: #FFF; }
      .estateShopListSearch .searchHeader h3 span {
        font-size: 14px; }
  .estateShopListSearch .searchContents {
    border: solid 1px #ccc;
    border-top: none;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.05); }
    .estateShopListSearch .searchContents .searchContentsInner {
      padding: 6px 10px; }
      .estateShopListSearch .searchContents .searchContentsInner li {
        display: inline-block;
        min-width: 45%; }
        .estateShopListSearch .searchContents .searchContentsInner li label {
          margin-left: 5px; }
    .estateShopListSearch .searchContents .borderBottom {
      border: solid 1px #ccc; }
    .estateShopListSearch .searchContents .searchChange {
      padding: 6px 10px; }
    .estateShopListSearch .searchContents h4 {
      padding: 6px 10px;
      font-size: 16px;
      font-weight: 700; }
    .estateShopListSearch .searchContents .modalBox {
      position: relative;
      padding: 6px 10px;
      border-bottom: dotted 1px #ccc;
      cursor: pointer; }
      .estateShopListSearch .searchContents .modalBox.arrow:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        border-top: solid 2px #7f7f7f;
        border-right: solid 2px #7f7f7f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ""; }
      .estateShopListSearch .searchContents .modalBox:hover {
        background-color: #207CCA; }
        .estateShopListSearch .searchContents .modalBox:hover > span {
          color: #fff; }
        .estateShopListSearch .searchContents .modalBox:hover.arrow:after {
          border-top: solid 2px #fff;
          border-right: solid 2px #fff; }
        .estateShopListSearch .searchContents .modalBox:hover .searchModal {
          display: block; }
      .estateShopListSearch .searchContents .modalBox:last-child {
        border-bottom: none; }
      .estateShopListSearch .searchContents .modalBox .searchModal {
        display: none;
        position: absolute;
        padding: 10px;
        left: 198px;
        top: -44px;
        border: solid 5px #207CCA;
        background-color: #fff;
        -webkit-box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        width: 700px; }
      .estateShopListSearch .searchContents .modalBox .modalTitle {
        font-weight: bold;
        border-bottom: solid 1px #ccc;
        margin-bottom: 10px; }
      .estateShopListSearch .searchContents .modalBox .modalList li {
        float: left;
        width: 170px;
        line-height: 2; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  店舗詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estateShopDetail {
  width: 700px;
  float: left;
  margin-right: 30px; }
  .estateShopDetail .estateShopTit {
    width: 100%;
    background-color: #fcfcfc;
    margin-bottom: 30px;
    padding: 15px 20px;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 5px #f3f3f3;
    border-bottom: solid 5px #f3f3f3; }
    .estateShopDetail .estateShopTit h2 {
      font-size: 25px;
      font-weight: bold; }
  .estateShopDetail h3 {
    line-height: 1.3;
    padding: 30px 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center; }
  .estateShopDetail .estateShopInfo {
    border: solid 1px #ccc;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .estateShopDetail .estateShopInfo dl {
      display: table;
      width: 100%;
      border-bottom: solid 1px #ccc; }
    .estateShopDetail .estateShopInfo dt {
      display: table-cell;
      width: 150px;
      background-color: #fcfcfc;
      padding: 10px;
      border-right: solid 1px #ccc;
      font-weight: 700; }
    .estateShopDetail .estateShopInfo dd {
      display: table-cell;
      padding: 10px; }

.estateShopDetailAd {
  width: 250px;
  float: left; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     自分で探す
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search-oneself {
  width: 980px;
  margin: 0 auto; }
  .search-oneself .innner {
    width: 980px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px #356AA0;
    border-top: none;
    margin: 0 0 50px 0;
    padding: 20px; }
  .search-oneself .oneself-box {
    width: 460px;
    padding: 20px;
    background-color: #F5F5DC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search-oneself .oneself-box p {
      font-size: 14px;
      color: #646464; }
    .search-oneself .oneself-box h3 {
      font-size: 24px;
      font-weight: 700;
      color: #323232; }
    .search-oneself .oneself-box a {
      font-size: 18px;
      line-height: 25px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     店舗に探してもらう
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.search-shop {
  width: 980px;
  margin: 0 auto; }
  .search-shop .innner {
    width: 980px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 3px #FA8072;
    border-top: none;
    margin: 0 0 50px 0;
    padding: 20px; }
  .search-shop .shop-box {
    width: 100%;
    padding: 20px;
    background-color: #F5F5DC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search-shop .shop-box p {
      font-size: 20px; }
    .search-shop .shop-box li {
      margin: 0 0 14px 0;
      padding: 0 0 0 30px;
      background-image: url(../../img_com/pc/top/icon_check.png);
      background-position: left center;
      background-repeat: no-repeat;
      font-size: 16px; }
  .search-shop a.btn-search-shop {
    width: 870px;
    height: 0;
    display: inline-block;
    overflow: hidden;
    background-image: url(../../img_com/pc/top/btn_search_shop.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 145px 0 0 0; }
  .search-shop a.btn-search-shop:hover {
    background-position: 0 -145px; }

a.bnrTopRent01,
a.bnrTopRent02,
a.bnrTopRent03,
a.bnrTopRent04,
a.bnrTopRent05,
a.bnrTopRent06 {
  width: 249px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 80px 0 0 0; }

a.bnrTopRent01 {
  background-image: url(../img/contents/pc/banner/bnr_lent_01.png); }

a.bnrTopRent02 {
  background-image: url(../img/contents/pc/banner/bnr_lent_02.png); }

a.bnrTopRent03 {
  background-image: url(../img/contents/pc/banner/bnr_lent_03.png); }

a.bnrTopRent04 {
  background-image: url(../img/contents/pc/banner/bnr_lent_04.png); }

a.bnrTopRent05 {
  background-image: url(../img/contents/pc/banner/bnr_lent_05.png); }

a.bnrTopRent06 {
  background-image: url(../img/contents/pc/banner/bnr_lent_06.png); }

a.bnrTopRent01:hover,
a.bnrTopRent02:hover,
a.bnrTopRent03:hover,
a.bnrTopRent04:hover,
a.bnrTopRent05:hover,
a.bnrTopRent06:hover {
  background-position: 0 -80px; }

a.bnrTopBuy01,
a.bnrTopBuy02,
a.bnrTopBuy03,
a.bnrTopBuy04,
a.bnrTopBuy05,
a.bnrTopBuy06 {
  width: 249px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 80px 0 0 0; }

a.bnrTopBuy01 {
  background-image: url(../img/contents/pc/banner/bnr_buy_01.png); }

a.bnrTopBuy02 {
  background-image: url(../img/contents/pc/banner/bnr_buy_02.png); }

a.bnrTopBuy03 {
  background-image: url(../img/contents/pc/banner/bnr_buy_03.png); }

a.bnrTopBuy04 {
  background-image: url(../img/contents/pc/banner/bnr_buy_04.png); }

a.bnrTopBuy05 {
  background-image: url(../img/contents/pc/banner/bnr_buy_05.png); }

a.bnrTopBuy06 {
  background-image: url(../img/contents/pc/banner/bnr_buy_06.png); }

a.bnrTopBuy01:hover,
a.bnrTopBuy02:hover,
a.bnrTopBuy03:hover,
a.bnrTopBuy04:hover,
a.bnrTopBuy05:hover,
a.bnrTopBuy06:hover {
  background-position: 0 -80px; }

ul.topTabs {
  border-bottom: solid 1px #CCC; }

ul.topTabs li {
  float: left;
  display: inline; }

ul.topTabs li a {
  width: 200px;
  height: 0;
  overflow: hidden;
  display: block;
  padding: 35px 0 0 0;
  background-repeat: no-repeat; }

ul.topTabs li.buy a {
  background-image: url(../img/contents/pc/tab_buy.png); }

ul.topTabs li.rent a {
  background-image: url(../img/contents/pc/tab_rent.png); }

ul.topTabs li.active a,
ul.topTabs li a:hover {
  background-position: 0 -35px; }

.topTabsContent > div {
  padding: 10px 0 0 0; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     売買バナー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     不動産トップ サイドバー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.sideInfoBox {
  width: 200px;
  margin: 0 0 20px 0; }

div.sideInfoBoxIn {
  width: 198px;
  padding: 5px 0 0 0;
  border: solid 1px #CCCCCC; }

div.sideInfoBoxIn li {
  width: 188px;
  padding: 5px;
  display: block;
  overflow: hidden; }

div.sideInfoBoxIn ul > li > span.top {
  width: 168px;
  padding: 0 0 0 20px;
  display: block;
  background-image: url(../../img_com/pc/icon/icon_arrow_orange.png);
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden; }

div.sideInfoBoxIn ul > li > span.top:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

div.sideInfoBoxIn label.txtDate {
  width: 130px;
  display: block;
  float: left; }

/* 新着物件
======================================================== */
div.sideInfoBox > h2.titNews {
  width: 200px;
  height: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 35px 0 0 0;
  background-image: url(../img/contents/pc/title_news.png);
  background-repeat: no-repeat; }

/* 更新情報
======================================================== */
div.sideInfoBox > h2.titUpdate {
  width: 200px;
  height: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 35px 0 0 0;
  background-image: url(../../img_com/pc/side/title_update.png);
  background-repeat: no-repeat; }

div.sideInfoBoxIn label.lblUpdate,
div.sideInfoBoxIn label.lblNew {
  width: 35px;
  display: block;
  overflow: hidden;
  float: right;
  text-align: center;
  padding: 2px 0 2px 0;
  font-size: 11px;
  color: #FFFFFF; }

div.sideInfoBoxIn label.lblUpdate {
  background-color: #C30D23; }

div.sideInfoBoxIn label.lblNew {
  background-color: #00913A; }

/**
 *
 * 全国版トップ
 * 
 * 
 * @copyright  2016 Sesh
 * @version  1.0.0
 */
body.mall-top div.contents {
  width: 100%;
  margin: 0;
  background-color: #F5F5DC; }

body.mall-top #main {
  width: 980px;
  margin: 0 auto; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     ヘッダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.all-header {
  width: 100%;
  min-width: 1000px;
  margin-top: -10px;
  background-color: #FFFFFF;
  border-bottom: solid 1px #DCDCDC; }
  .all-header .all-headerBox {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    background-color: #FFFFFF; }
    .all-header .all-headerBox h1 {
      text-align: right; }
    .all-header .all-headerBox .all-logo {
      width: 300px;
      float: left; }
      .all-header .all-headerBox .all-logo p {
        margin: 0 0 5px 0;
        font-size: 12px; }
    .all-header .all-headerBox .all-btnBox {
      width: 350px;
      float: right;
      padding: 20px 0 0 0;
      text-align: right; }
      .all-header .all-headerBox .all-btnBox a.all-beginner,
      .all-header .all-headerBox .all-btnBox a.all-watch {
        display: inline-block;
        overflow: hidden;
        width: 145px;
        height: 0;
        padding: 35px 0 0 0;
        background-position: 0 0;
        background-repeat: no-repeat; }
      .all-header .all-headerBox .all-btnBox a.all-beginner {
        background: url(../../img/pc/top/btn_beginner_nw.png); }
      .all-header .all-headerBox .all-btnBox a.all-watch {
        background: url(../../img/pc/top/btn_recent.png); }
      .all-header .all-headerBox .all-btnBox a.all-beginner:hover {
        background-position: 0 -35px; }
      .all-header .all-headerBox .all-btnBox a.all-watch:hover {
        background-position: 0 -35px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     メイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.all-main {
  width: 650px;
  float: left;
  margin: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5DC;
  /* 検索
    ======================================================== */
  /* 矢印 */
  /* 全国地図
    ======================================================== */ }
  div.all-main .all-search {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 10px; }
    div.all-main .all-search select {
      font-size: 20px; }
  div.all-main .all-arrow-down {
    margin-bottom: 50px; }
    div.all-main .all-arrow-down:before {
      content: "";
      width: 0;
      height: 0;
      margin: 0 auto;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #1D3E6A;
      display: block; }
  div.all-main .all-areaMap {
    width: 650px;
    height: 440px;
    background: url(../../img/pc/top/japan_map.png);
    background-position: 175px 40px;
    background-repeat: no-repeat;
    position: relative;
    background-color: #FFFFFF; }
    div.all-main .all-areaMap ul {
      width: 140px;
      margin: 0;
      padding: 0;
      position: absolute; }
    div.all-main .all-areaMap ul:after {
      content: " ";
      display: block;
      visibility: hidden;
      clear: both;
      height: 0.1px;
      font-size: 0.1em;
      line-height: 0; }
    div.all-main .all-areaMap li {
      float: left;
      margin: 0 0 5px 0; }
    div.all-main .all-areaMap a {
      width: 60px;
      margin-right: 3px;
      padding: 3px 0;
      display: inline-block;
      text-decoration: none;
      background: -moz-linear-gradient(top, #FFF 0%, #F0F0F0);
      background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
      border: 1px solid #EBEBEB;
      color: #000;
      text-align: center;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
    div.all-main .all-areaMap h2 {
      width: 302px;
      height: 35px;
      position: absolute;
      top: 10px;
      left: 0; }
    div.all-main .all-areaMap #area-hokkaido {
      right: -40px;
      top: 40px; }
    div.all-main .all-areaMap #area-tohoku {
      right: 0px;
      top: 160px; }
    div.all-main .all-areaMap #area-kanto {
      right: 10px;
      top: 280px; }
    div.all-main .all-areaMap #area-hokuriku {
      left: 290px;
      top: 80px; }
    div.all-main .all-areaMap #area-chubu {
      left: 360px;
      top: 340px; }
    div.all-main .all-areaMap #area-kinki {
      left: 150px;
      top: 110px; }
    div.all-main .all-areaMap #area-chugoku {
      left: 10px;
      top: 170px; }
    div.all-main .all-areaMap #area-shikoku {
      left: 200px;
      top: 360px; }
    div.all-main .all-areaMap #area-kyusyu {
      left: 20px;
      top: 290px; }
  div.all-main .all-oneselfBox {
    width: 320px;
    padding: 8px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    div.all-main .all-oneselfBox p {
      font-size: 12px;
      color: #646464; }
    div.all-main .all-oneselfBox h3 {
      font-size: 24px;
      font-weight: 700;
      color: #323232; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   右サイドバー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.all-right {
  background-color: aqua;
  width: 300px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5DC;
  /* 出店（不動産会社向け）
    ======================================================== */ }
  div.all-right div.all-searchFlow {
    background-color: #1D3E6A;
    margin: 0;
    padding: 15px;
    /* 自分で探す
        ======================================================== */
    /* 店舗に探してもらう
        ======================================================== */
    /* 一括提案してもらう
        ======================================================== */ }
    div.all-right div.all-searchFlow h2 {
      height: 30px;
      margin: 0 0 20px 0;
      padding: 5px 0 0 60px;
      background: url(../../img/pc/top/icon_side_search.png);
      background-position: left center;
      background-repeat: no-repeat;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 22px;
      line-height: 28px;
      font-weight: bold;
      color: #FFFFFF; }
    div.all-right div.all-searchFlow a.all-searchPref {
      display: inline-block;
      overflow: hidden;
      width: 270px;
      height: 0;
      padding: 40px 0 0 0;
      background: url(../../img/pc/top/btn_side_select.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
    div.all-right div.all-searchFlow a.all-searchPref:hover {
      background-position: 0 -40px; }
    div.all-right div.all-searchFlow div.all-flowArrow {
      height: 30px;
      background: url(../../img/pc/top/arrow_under.png);
      background-position: center center;
      background-repeat: no-repeat; }
    div.all-right div.all-searchFlow a.all-searchSelf {
      display: inline-block;
      overflow: hidden;
      width: 270px;
      height: 0;
      padding: 150px 0 0 0;
      background: url(../../img/pc/top/side_desc_01.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
    div.all-right div.all-searchFlow a.all-searchSelf:hover {
      background-position: 0 -150px; }
    div.all-right div.all-searchFlow a.all-searchShop {
      display: inline-block;
      overflow: hidden;
      width: 270px;
      height: 0;
      padding: 150px 0 0 0;
      background: url(../../img/pc/top/side_desc_02.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
    div.all-right div.all-searchFlow a.all-searchShop:hover {
      background-position: 0 -150px; }
    div.all-right div.all-searchFlow a.all-searchBundle {
      display: inline-block;
      overflow: hidden;
      width: 270px;
      height: 0;
      padding: 150px 0 0 0;
      background: url(../../img/pc/top/side_desc_03.png);
      background-position: 0 0;
      background-repeat: no-repeat; }
    div.all-right div.all-searchFlow a.all-searchBundle:hover {
      background-position: 0 -150px; }
  div.all-right a.all-estateApply {
    display: inline-block;
    overflow: hidden;
    width: 300px;
    height: 0;
    padding: 75px 0 0 0;
    background: url(../../img/pc/top/btn_side_apply_nw.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  div.all-right a.all-estateApply:hover {
    background-position: 0 -75px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フッター
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.all-footer {
  width: 100%;
  min-width: 1000px;
  padding-top: 30px;
  background-color: #FFFFFF;
  border-top: solid 1px #DCDCDC; }

.all-footerInner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 100px 0;
  display: block;
  overflow: hidden;
  margin: 0 auto 0 auto;
  background: url(../../img_com/pc/layout/footer_illust.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

/* 都道府県一覧
======================================================== */
div.all-prefLinks {
  margin: 0 0 30px 0; }
  div.all-prefLinks h2 {
    font-weight: bold;
    font-size: 16px; }
  div.all-prefLinks .all-prefLinksIn {
    width: 480px;
    float: left; }
  div.all-prefLinks dt {
    width: 90px;
    margin: 0 20px 0 0;
    float: left;
    font-weight: bold; }
  div.all-prefLinks dd {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #4B4738; }
  div.all-prefLinks dd:last-child {
    border-right: none; }
  div.all-prefLinks dl:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0; }

/* 物件種別から探す
======================================================== */
.all-searchLinks {
  margin: 0 0 30px 0; }
  .all-searchLinks h2 {
    font-weight: bold;
    font-size: 16px; }
  .all-searchLinks dt {
    width: 220px;
    margin: 0 10px 0 0;
    float: left;
    font-weight: bold; }
  .all-searchLinks dd {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #4B4738; }
  .all-searchLinks dd:last-child {
    border-right: none; }
  .all-searchLinks dl:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0; }

/**
 *
 * Individual CSS
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     不動産物件 検索トップナビゲーション
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#buyNav, div#rentNav {
  width: 764px;
  border-right: solid 1px #DEDEDE;
  background-image: url(../../img_com/estate/nav_buy_bg.png);
  background-repeat: repeat-x; }

div#buyNav li, div#rentNav li {
  list-style: none;
  float: left;
  display: inline; }

div#buyNav a,
div#buyNav a:hover {
  width: 110px;
  height: 0px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 40px 0 0 0;
  background: url(../../img_com/estate/nav_buy.png);
  background-repeat: no-repeat; }

div#rentNav a,
div#rentNav a:hover {
  width: 110px;
  height: 0px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 40px 0 0 0;
  background: url(../../img_com/estate/nav_rent.png);
  background-repeat: no-repeat; }

/* ナビゲーション
======================================================== */
div#buyNav li#navHouse a {
  background-position: 0 0; }

div#buyNav li#navMansion a {
  background-position: -110px 0; }

div#buyNav li#navLand a {
  background-position: -220px 0; }

div#buyNav li#navBusiness a {
  background-position: -330px 0; }

div#buyNav li#navOther a {
  background-position: -440px 0; }

div#rentNav li#navHouse a {
  background-position: 0 0;
  width: 220px; }

div#rentNav li#navBusiness a {
  background-position: -220px 0; }

div#rentNav li#navLand a {
  background-position: -330px 0; }

div#rentNav li#navPark a {
  background-position: -440px 0; }

/* Hover
======================================================== */
div#buyNav li#navHouse a:hover {
  background-position: 0 -40px; }

div#buyNav li#navMansion a:hover {
  background-position: -110px -40px; }

div#buyNav li#navLand a:hover {
  background-position: -220px -40px; }

div#buyNav li#navBusiness a:hover {
  background-position: -330px -40px; }

div#buyNav li#navOther a:hover {
  background-position: -440px -40px; }

div#rentNav li#navHouse a:hover {
  background-position: 0 -40px;
  width: 220px; }

div#rentNav li#navBusiness a:hover {
  background-position: -220px -40px; }

div#rentNav li#navLand a:hover {
  background-position: -330px -40px; }

div#rentNav li#navPark a:hover {
  background-position: -440px -40px; }

div#buyNav li#navHouse.on a {
  background-position: 0 -40px; }

div#buyNav li#navMansion.on a {
  background-position: -110px -40px; }

div#buyNav li#navLand.on a {
  background-position: -220px -40px; }

div#buyNav li#navBusiness.on a {
  background-position: -330px -40px; }

div#buyNav li#navOther.on a {
  background-position: -440px -40px; }

div#rentNav li#navHouse.on a {
  background-position: 0 -40px;
  width: 220px; }

div#rentNav li#navBusiness.on a {
  background-position: -220px -40px; }

div#rentNav li#navLand.on a {
  background-position: -330px -40px; }

div#rentNav li#navPark.on a {
  background-position: -440px -40px; }

/* 検索トップエリア
======================================================== */
div#searchTopArea {
  width: 733px;
  padding: 15px;
  border-left: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
  border-right: solid 1px #DEDEDE; }

/* div#searchTopArea h3.titEstate */
h3.titEstate {
  width: 715px;
  height: 29px;
  margin: 0;
  padding: 7px 0 0 20px;
  background: url(../../img_com/estate/title_bnr_735.png);
  background-repeat: no-repeat; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     不動産物件 検索トップ物件一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 物件一覧
---------------------------------------------*/
div.searchTopEstateArea {
  width: 733px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 0; }

div.searchTopEstateArea ul {
  overflow: hidden;
  margin: 0;
  padding: 0; }

div.searchTopEstateArea li {
  float: left;
  display: inline-block;
  width: 160px;
  height: 285px;
  margin: 0 9px 5px 0;
  padding: 5px 7px 5px 7px;
  border: 1px solid #DEDEDE; }

div.searchTopEstateArea li.last {
  margin-right: 0px; }

div.searchTopEstateArea p {
  width: 174px;
  margin: 0; }

p.searchTopEstateImg {
  width: 160px;
  height: 170px;
  text-align: center;
  margin: 0 0 5px 0;
  position: relative; }

/* 詳細を見るボタン
---------------------------------------------*/
div.searchTopEstateArea div.btnDetail {
  width: 80px;
  overflow: hidden;
  float: right;
  display: inline;
  margin: 0; }

div.searchTopEstateArea div.btnDetail a {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 0;
  margin: 0;
  padding: 20px 0 0 0;
  background-image: url(../../img_com/estate/btn_detail.png);
  background-repeat: no-repeat; }

div.searchTopEstateArea div.btnDetail a:hover {
  background-position: 0 -20px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     業者一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.estateCorpListTitBox {
  width: 745px;
  height: 30px;
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-image: url(../../img_com/pc/mypage/title_trader.png);
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 14px; }

div.estateCorpListTitBox a {
  color: #FFFFFF; }

div.estateCorpListTitDealBox {
  float: right;
  padding: 5px 0 5px 0; }

label.iconDealBuy,
label.iconDealRent {
  width: 50px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 20px 0 0 0; }

label.iconDealBuy {
  background-image: url(../../img_com/estate/icon_buy.png); }

label.iconDealRent {
  background-image: url(../../img_com/estate/icon_rent.png); }

div.estateCorpListInfoBox {
  width: 753px;
  padding: 8px 5px 8px 5px;
  border-left: solid 1px #DEDEDE;
  border-right: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE; }

a.btnShopDetail {
  width: 130px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0;
  padding: 38px 0 0 0;
  background-image: url(../../img_com/pc/mypage/btn_trade_detail.png);
  background-repeat: no-repeat; }

a.btnShopDetail:hover {
  background-position: 0 -38px; }

p.estateCorpAccess,
p.estateCorpAdres,
p.estateCorpTel {
  margin: 0 0 3px 0;
  min-height: 25px;
  line-height: 25px;
  padding: 0 0 0 30px;
  background-repeat: no-repeat;
  background-position: left center; }

p.estateCorpAccess {
  background-image: url(../../img_com/pc/icon/icon_walk.png); }

p.estateCorpAdres {
  background-image: url(../../img_com/pc/icon/icon_shop.png); }

p.estateCorpTel {
  background-image: url(../../img_com/pc/icon/icon_tel.png); }

/* 条件で絞込 */
.leftCondTitle {
  width: 200px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../../img_com/pc/corp/side_tit_squeeze.png);
  background-repeat: no-repeat;
  padding: 35px 0 0 0; }

/*==================================
 * 物件一覧（ブロック）
==================================*/
.mall__estBlockList {
  margin-bottom: 30px;
  font-size: 0; }
  .mall__estBlockList ul li {
    display: inline-block;
    width: 480px;
    height: 457px;
    margin: 0 20px 30px 0;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: text-top;
    font-size: 16px;
    background: #ebe7dc; }
    .mall__estBlockList ul li:nth-child(even) {
      margin: 0 0 10px 0; }
    .mall__estBlockList ul li a {
      display: block;
      width: 480px;
      position: relative;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      color: #000; }
      .mall__estBlockList ul li a:hover {
        opacity: 0.8; }
  .mall__estBlockList ._estImage {
    position: relative;
    width: 480px;
    height: 300px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .mall__estBlockList ._estBlockList-tag {
    display: block;
    position: absolute;
    left: 0;
    padding: 5px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.55); }
    .mall__estBlockList ._estBlockList-tag._tagType {
      top: 0; }
    .mall__estBlockList ._estBlockList-tag._tagPrice {
      bottom: 0; }
  .mall__estBlockList ._estType {
    color: #FFF;
    font-size: 16px; }
  .mall__estBlockList ._estRoom {
    font-size: 15px;
    width: 100%;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF; }
  .mall__estBlockList ._estPrice {
    color: #FFF;
    font-size: 20px;
    font-weight: bold; }
  .mall__estBlockList ._estTitle {
    margin-bottom: 3px;
    font-size: 25px;
    padding: 0 10px; }
  .mall__estBlockList ._estSubTitle {
    margin-bottom: 3px;
    padding: 0 10px; }
  .mall__estBlockList ._estAccess {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 10px; }
  .mall__estBlockList ._estComment {
    font-size: 13px;
    padding: 0 20px;
    text-align: left;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .mall__estBlockList ._estComment p {
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }

/**
 *
 * Info CSS
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     質問
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.info.qa .btn-search,
.info.qa a.btn-consult,
.info.qa a.btn-post {
  height: 0px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 25px 0 0 0;
  background-repeat: no-repeat; }

.info.qa .btn-search {
  width: 70px;
  background: url(../../img_com/pc/estate/info/btn_search.png); }

.info.qa a.btn-consult {
  width: 135px;
  background: url(../../img_com/pc/estate/info/btn_consult.png); }

.info.qa .btn-search:hover,
.info.qa a.btn-consult:hover {
  background-position: 0 -25px; }

.info.qa a.btn-post {
  width: 300px;
  padding: 65px 0 0 0;
  background: url(../../img_com/pc/estate/info/btn_post.png); }

.info.qa a.btn-post:hover {
  background-position: 0 -65px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     物件リクエスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estate-agent-request {
  /** 説明  */ }
  .estate-agent-request .request__intro {
    margin-bottom: 100px; }
    .estate-agent-request .request__intro strong {
      font-size: 24px;
      font-weight: normal;
      display: block;
      text-align: center;
      margin: 0 0 20px 0; }
    .estate-agent-request .request__intro h3 {
      padding: 10px 0 10px 0;
      background-color: #1D3E6A;
      color: #FFFFFF;
      text-align: center;
      font-size: 20px; }
    .estate-agent-request .request__intro .request__intro--text {
      background-color: #EFEFED;
      padding: 10px;
      height: 50px; }

/**
 *
 * ログイン
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ログイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.login {
  display: table; }
  div.login .radius-box {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell; }
    div.login .radius-box.gray {
      background-color: #FAFAFA;
      border: solid 1px #DEDEDE; }
  div.login .dijitTextBox {
    background-color: #fff !important; }
    div.login .dijitTextBox input[type="text"], div.login .dijitTextBox input[type="password"] {
      font-size: 18px; }
    div.login .dijitTextBox .dijitValidationContainer {
      padding: 5px 0 !important; }
    div.login .dijitTextBox .dijitInputInner {
      padding: 5px !important; }
    div.login .dijitTextBox .dijitPlaceHolder {
      font-size: 16px !important;
      padding: 10px 6px !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ログインボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn-login {
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: left;
  font-size: 18px;
  border-radius: 4px;
  background-color: #4682b4;
  border: none;
  text-align: center; }
  .btn-login.google {
    background-color: #dd4b39;
    text-align: left; }
  .btn-login.facebook {
    background-color: #3b5998;
    text-align: left; }
  .btn-login:hover {
    opacity: 0.8; }
  .btn-login i {
    font-size: 30px;
    width: 30px;
    margin: 0 40px 0 0;
    vertical-align: middle; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  物件種別リスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mallDataTypeList h3 {
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }
  .mallDataTypeList h3._buy {
    background-color: #d1193b; }
  .mallDataTypeList h3._rent {
    background-color: #428bca; }

.mallDataTypeList li a {
  display: block;
  padding: 10px;
  margin-bottom: 2px;
  background-color: #eee;
  text-decoration: none;
  color: #333;
  font-size: 18px; }
  .mallDataTypeList li a:after {
    content: "";
    display: block;
    clear: both; }
  .mallDataTypeList li a:hover {
    opacity: 0.6; }
  .mallDataTypeList li a ._count {
    float: right;
    width: 50px;
    padding: 0 10px;
    border: solid 2px;
    border-radius: 4px;
    text-align: right;
    background-color: #fff;
    font-size: 16px; }
  .mallDataTypeList li a._buy i {
    color: #d1193b; }
  .mallDataTypeList li a._buy ._count {
    border-color: #d1193b;
    color: #d1193b; }
  .mallDataTypeList li a._rent i {
    color: #428bca; }
  .mallDataTypeList li a._rent ._count {
    border-color: #428bca;
    color: #428bca; }

/**
 *
 * マイページレイアウト
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ヘッダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.member-header {
  width: 980px;
  margin: 0 auto; }
  div.member-header:after {
    content: "";
    display: block;
    clear: both; }
  div.member-header div.left {
    width: 460px;
    float: left;
    display: inline;
    margin: 10px 0 10px 0; }
  div.member-header div.right {
    width: 500px;
    overflow: hidden;
    float: right;
    display: inline;
    padding: 0;
    margin: 7px 0 0 0; }
    div.member-header div.right .mall-link {
      text-align: right;
      margin: 0 0 10px 0; }
    div.member-header div.right .member-nm {
      text-align: right;
      font-size: 16px; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ナビゲーション
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.member-nav {
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  background: #f8f8f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(3%, #fbfbfb), color-stop(48%, #f0f0f0), color-stop(52%, #ebebeb), color-stop(96%, #dedede), color-stop(99%, #ffffff), to(#dedede));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 3%, #f0f0f0 48%, #ebebeb 52%, #dedede 96%, #ffffff 99%, #dedede 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 3%, #f0f0f0 48%, #ebebeb 52%, #dedede 96%, #ffffff 99%, #dedede 100%);
  background: linear-gradient(top, #ffffff 0%, #fbfbfb 3%, #f0f0f0 48%, #ebebeb 52%, #dedede 96%, #ffffff 99%, #dedede 100%);
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  -webkit-box-shadow: none; }
  div.member-nav ul {
    width: 980px;
    margin: 0 auto; }
  div.member-nav li {
    display: inline-block;
    float: left; }
    div.member-nav li a {
      display: inline-block;
      overflow: hidden;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      width: 138px;
      height: 30px;
      margin: 0;
      padding: 9px 0 0 0;
      color: #333333;
      text-shadow: 1px 1px 1px #FFFFFF;
      border-right: 1px #CCCCCC solid;
      border-left: 1px #FFFFFF solid; }
      div.member-nav li a:hover {
        background: #ebebeb; }

/**
 *
 * 匿名仲介相談
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
div.agent-request {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /** 物件詳細一覧 */ }
  div.agent-request div.list {
    /** 提案物件一覧 */
    /** 提案物件一覧 */ }
    div.agent-request div.list div.tit-box {
      width: 745px;
      height: 30px;
      margin: 0;
      padding: 5px 10px 5px 10px;
      background-image: url(../../img_com/pc/mypage/title_trader.png);
      background-repeat: no-repeat;
      line-height: 30px;
      font-size: 14px; }
      div.agent-request div.list div.tit-box a {
        color: #FFFFFF; }
      div.agent-request div.list div.tit-box .date-box {
        float: right;
        color: #FFFFFF; }
    div.agent-request div.list div.info-box {
      width: 753px;
      padding: 8px 5px 8px 5px;
      border: solid 1px #CCC; }
      div.agent-request div.list div.info-box .shop-nm, div.agent-request div.list div.info-box .user-nm, div.agent-request div.list div.info-box count {
        font-size: 12px; }
    div.agent-request div.list div.estate-list .title {
      border-bottom: solid 1px #CCC; }
      div.agent-request div.list div.estate-list .title a {
        color: #004EA2 !important;
        font-size: 18px;
        vertical-align: middle;
        text-decoration: none !important; }
        div.agent-request div.list div.estate-list .title a:hover {
          text-decoration: underline !important; }
    div.agent-request div.list div.estate-list .price {
      font-size: 23px !important;
      color: red; }
    div.agent-request div.list div.estate-list .room-type {
      font-size: 18px !important; }
    div.agent-request div.list table.check-list {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0px; }
      div.agent-request div.list table.check-list th {
        background-color: #ededf8;
        font-size: 12px;
        padding: 5px;
        border: solid 1px #BBBBBB;
        color: #444444; }
        div.agent-request div.list table.check-list th.active {
          background-color: #6699F1 !important;
          cursor: pointer; }
      div.agent-request div.list table.check-list td {
        background-color: #FFFFFF;
        font-size: 14px;
        padding: 5px;
        border: solid 1px #BBBBBB; }
    div.agent-request div.list a.btn-detail {
      width: 130px;
      height: 0;
      display: inline-block;
      overflow: hidden;
      background-repeat: no-repeat;
      margin: 0;
      padding: 38px 0 0 0;
      background-image: url(../../img_com/pc/mypage/btn_trade_detail.png);
      background-repeat: no-repeat; }
      div.agent-request div.list a.btn-detail:hover {
        background-position: 0 -38px; }
    div.agent-request div.list label.value {
      width: 180px;
      display: inline-block; }
    div.agent-request div.list div.presen-count {
      font-size: 16px;
      font-weight: bold;
      color: #444; }
      div.agent-request div.list div.presen-count .tit {
        color: #fa7e01; }
    div.agent-request div.list div.presen-area {
      width: 743px; }
      div.agent-request div.list div.presen-area div.box {
        width: 130px;
        padding: 5px 5px 5px 5px;
        margin: 0 10px 0 0;
        float: left;
        display: inline-block; }
        div.agent-request div.list div.presen-area div.box.last {
          margin: 0; }
    div.agent-request div.list div.comment-box {
      min-height: 100px; }
    div.agent-request div.list div.recom-box {
      min-height: 50px; }
  div.agent-request div.estate-detail-list .box {
    margin: 0 10px 0 0; }
    div.agent-request div.estate-detail-list .box a {
      display: inline-block;
      width: 140px;
      padding: 10px;
      border: solid 1px #CCC;
      color: #000;
      text-decoration: none; }
      div.agent-request div.estate-detail-list .box a:hover, div.agent-request div.estate-detail-list .box a.active {
        border: solid 1px #FDE6BA;
        background-color: #FFFDE5; }

/**
 *
 * 質問・相談
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
div.qa {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  詳細一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /** チェックリスト */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  詳細
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  共通パーツ
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /** 詳細を見るボタン */ }
  div.qa ul.list li {
    margin: 0 0 5px 0; }
    div.qa ul.list li label {
      display: inline-block; }
  div.qa ul.detail-list li {
    margin: 0 0 20px 0;
    padding: 10px;
    border: solid 1px #CCC; }
    div.qa ul.detail-list li label {
      display: inline-block; }
    div.qa ul.detail-list li a.title {
      color: #004EA2 !important;
      font-size: 16px;
      vertical-align: middle;
      text-decoration: none !important; }
      div.qa ul.detail-list li a.title:hover {
        text-decoration: underline !important; }
  div.qa table.check-list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px; }
    div.qa table.check-list th {
      background-color: #ededf8;
      font-size: 12px;
      padding: 5px;
      border: solid 1px #BBBBBB;
      color: #444444; }
      div.qa table.check-list th.active {
        background-color: #6699F1 !important;
        cursor: pointer; }
    div.qa table.check-list td {
      background-color: #FFFFFF;
      font-size: 14px;
      padding: 5px;
      border: solid 1px #BBBBBB; }
  div.qa div.detail h2.title {
    width: auto;
    height: auto;
    line-height: 40px;
    background: none;
    padding: 0;
    font-size: 24px;
    font-weight: bold; }
  div.qa div.detail .shop-nm, div.qa div.detail .user-nm {
    font-size: 12px; }
  div.qa div.detail div.answer-box {
    min-height: 100px; }
  div.qa a.btn-detail {
    width: 130px;
    height: 0;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 0;
    padding: 38px 0 0 0;
    background-image: url(../../img_com/pc/mypage/btn_trade_detail.png);
    background-repeat: no-repeat; }
    div.qa a.btn-detail:hover {
      background-position: 0 -38px; }

/**
 *
 * Web商談
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
div.member-web {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  メッセージ
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  提案物件一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ }
  div.member-web div.list h3.titFull {
    margin: 0; }
    div.member-web div.list h3.titFull a {
      color: #FFFFFF; }
  div.member-web div.list div.info-box {
    width: 962px;
    padding: 8px;
    border: solid 1px #CCC; }
  div.member-web div.list div.sales-box {
    padding: 5px;
    margin: 0 0 5px 0;
    border: solid 1px #ccc; }
    div.member-web div.list div.sales-box.focus {
      background-color: #ffffe0; }
  div.member-web .msg-box {
    width: 1000px;
    padding: 10px 0; }
    div.member-web .msg-box:after {
      content: "";
      display: block;
      clear: both; }
    div.member-web .msg-box .left {
      width: 150px;
      float: left;
      display: inline-block; }
      div.member-web .msg-box .left .cstmr-box {
        padding: 0 10px; }
    div.member-web .msg-box .right {
      width: 830px;
      float: left;
      display: inline-block; }
      div.member-web .msg-box .right:after {
        content: "";
        display: block;
        clear: both; }
      div.member-web .msg-box .right .msg-input {
        width: 600px;
        margin: 0 0 20px 0;
        padding: 10px;
        border: solid 1px #ccc; }
      div.member-web .msg-box .right .cstmr-msg {
        float: left;
        display: inline-block;
        padding: 10px 0; }
      div.member-web .msg-box .right .shop-msg {
        float: right;
        display: inline-block;
        padding: 10px 0; }
        div.member-web .msg-box .right .shop-msg:after {
          content: "";
          display: block;
          clear: both; }
        div.member-web .msg-box .right .shop-msg .tip-right {
          float: left;
          display: inline-block; }
        div.member-web .msg-box .right .shop-msg .face {
          width: 180px;
          float: left;
          display: inline-block;
          padding: 0 0 0 20px; }
    div.member-web .msg-box .face {
      padding: 0 10px; }
    div.member-web .msg-box .tip-left, div.member-web .msg-box .tip-right {
      width: 500px; }
    div.member-web .msg-box .tip-right .box {
      background-color: #ffffe0; }
      div.member-web .msg-box .tip-right .box:after {
        border-left: 9px solid #ffffe0; }
  div.member-web div.estate-list .title {
    border-bottom: solid 1px #CCC; }
    div.member-web div.estate-list .title a {
      color: #004EA2 !important;
      font-size: 18px;
      vertical-align: middle;
      text-decoration: none !important; }
      div.member-web div.estate-list .title a:hover {
        text-decoration: underline !important; }
  div.member-web div.estate-list .price {
    font-size: 23px !important;
    color: red; }
  div.member-web div.estate-list .room-type {
    font-size: 18px !important; }
  div.member-web div.estate-list .tip-right {
    float: right;
    display: inline; }
    div.member-web div.estate-list .tip-right .box {
      background-color: #ffffe0; }
      div.member-web div.estate-list .tip-right .box:after {
        border-left: 9px solid #ffffe0; }

/**
 *
 * メッセージ
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
div.member-msg {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    //  一覧
    // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */ }
  div.member-msg ul.menu-list {
    margin: 0; }
    div.member-msg ul.menu-list li a {
      min-width: 160px; }
  div.member-msg div.list {
    padding: 10px;
    border: solid 1px #336089;
    /** スター */ }
    div.member-msg div.list tr.read td {
      background-color: #f0f0f0; }
    div.member-msg div.list tr.no-read td span {
      font-weight: bold; }
    div.member-msg div.list tr:hover td {
      background-color: #ffffe0; }
    div.member-msg div.list td {
      padding: 5px;
      color: #333; }
      div.member-msg div.list td:not(.star) {
        cursor: pointer; }
    div.member-msg div.list i.fa-star {
      color: #ffa500;
      font-size: 18px; }
    div.member-msg div.list i.fa-star-o {
      color: #999;
      font-size: 18px; }

.p-top__conditions {
  width: 950px;
  margin: 0 auto 30px auto; }
  .p-top__conditions:after {
    content: "";
    display: block;
    clear: both; }
  .p-top__conditions .p-top__conditions--left,
  .p-top__conditions .p-top__conditions--center,
  .p-top__conditions .p-top__conditions--right,
  .p-top__conditions .p-top__conditions--arrow-left,
  .p-top__conditions .p-top__conditions--arrow-right {
    float: left;
    text-align: center; }
    .p-top__conditions .p-top__conditions--left img,
    .p-top__conditions .p-top__conditions--center img,
    .p-top__conditions .p-top__conditions--right img,
    .p-top__conditions .p-top__conditions--arrow-left img,
    .p-top__conditions .p-top__conditions--arrow-right img {
      width: 100%; }
  .p-top__conditions .p-top__conditions--left {
    width: 230px; }
  .p-top__conditions .p-top__conditions--center {
    width: 240px; }
  .p-top__conditions .p-top__conditions--right {
    width: 240px; }
  .p-top__conditions .p-top__conditions--arrow-left {
    width: 120px;
    padding: 80px 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .p-top__conditions .p-top__conditions--arrow-right {
    width: 120px;
    padding: 80px 20px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/**
 * Video
 */
/*==================================
* ビデオ会議ルーム
==================================*/
.p-video-room {
  background: #2A3F54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  .p-video-room .p-video-room__header {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 5px 10px; }
    .p-video-room .p-video-room__header h1 {
      font-size: 16px;
      color: #fff; }
  .p-video-room .p-video-room__main {
    background: #111;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    .p-video-room .p-video-room__main .p-video-room__wait {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .p-video-room .p-video-room__main .p-video-room__wait i {
        font-size: 48px;
        color: #fff; }
    .p-video-room .p-video-room__main video {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .p-video-room .p-video-room__footer {
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    .p-video-room .p-video-room__footer .p-video-room__control {
      margin-top: 5px; }
      .p-video-room .p-video-room__footer .p-video-room__control ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .p-video-room .p-video-room__footer .p-video-room__control li {
        margin-right: 25px;
        text-align: center; }
        .p-video-room .p-video-room__footer .p-video-room__control li span {
          color: #fff;
          font-size: 12px; }
        .p-video-room .p-video-room__footer .p-video-room__control li a {
          display: block;
          font-size: 24px;
          color: #fff;
          border-radius: 100%;
          border: solid 1px #fff;
          padding-top: 7px;
          width: 50px;
          height: 50px;
          text-align: center;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.5; }
          @media only screen and (min-width: 960px) {
            .p-video-room .p-video-room__footer .p-video-room__control li a:hover {
              background: #fff;
              color: #044E80; } }
        .p-video-room .p-video-room__footer .p-video-room__control li.p-video-room__control__stop {
          margin-right: 0; }
          .p-video-room .p-video-room__footer .p-video-room__control li.p-video-room__control__stop a {
            border-color: #dc3545;
            background: #dc3545; }
            @media only screen and (min-width: 960px) {
              .p-video-room .p-video-room__footer .p-video-room__control li.p-video-room__control__stop a:hover {
                background: #fff;
                color: #dc3545; } }
    .p-video-room .p-video-room__footer video {
      position: absolute;
      right: 0;
      bottom: 80px;
      max-height: 100px;
      max-width: 100px; }
      @media only screen and (min-width: 960px) {
        .p-video-room .p-video-room__footer video {
          bottom: 0;
          max-height: 150px;
          max-width: 150px; } }
