@charset "utf-8";
* {
  padding:0;
  margin: 0;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  }
html, body {
  width: 100%;
  }
#base {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 5px;
  padding-bottom: 1px;
  padding-left: 5px;
}
body,body.home {
  color: #505050;
  font-size: 12px;
  background: url(/assets/images/common/bg.png) 0 0 repeat-x;
  }

#primary,
#secondary {
  }
#secondary {clear: left;}
img {vertical-align: top;}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
li {list-style-type: none;}
a:link,
a:visited,
a:active {
  color: #555;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {color: #777;;text-decoration: underline;opacity: 0.73;}
  a:hover img {filter: Alpha(opacity=70);opacity: 0.8; /*firefox safari*/
  }
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
  }
/* Text meant only for screen readers */
.screen-reader-text {position: absolute;left: -9000px;}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
  }
.clearfix:after {
  clear: both;
  }
.clearfix {
  zoom:1;
  }
.sp-only {
  display: none !important;
  }

/* text-align */
.ta-c {
  text-align: center;
  }
.ta-r {
  text-align: right;
  }
.ta-l {
  text-align: left;
  }

/* badge-corner */
.badge-corner { position: relative; }
.badge-corner::before,
.badge-corner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  }
.badge-corner::before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #73bf4d;
  border-bottom-color: #73bf4d;
  transition: all 0.3s;
  }
.badge-corner::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 3px;
  right: 3px;
  }

/* flex-wrap */
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
.flex-wrap.around { justify-content: space-around; }
.flex-wrap img {
  max-width: 100%;
  height: auto;
  }

/* modifier */
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }


/*
ヘッダー
-------------------------------------------*/
#head {
  height: 140px;
  position: relative;
  }
  #logo {
    background-image: none;
    padding: 0px;
    margin: 0px;
    color: #505050;
    position: absolute;
    left: 20px;
    top: 8px;
    }

  #info {
    color: #666666;
    font-size: 11px;
    line-height: 24px;
    padding-top: 10px;
    position: absolute;
    top: 0;
    right: 7px;
    }

    #header-search-btn {
      width: 130px;
      float: left;
      margin-right: 15px;
      padding-top: 7px;
      }
      #info #header-search-btn .btn a {
        background: #75BD4F url(/assets/images/common/icon_search_small.png) 10px center no-repeat;
        font-size: 18px;
        padding: 15px 0 12px 15px;
        border-bottom: 3px solid #47A43A;
        }
    #inquery {
      width: 200px;
      float: left;
      }
      #inquery span {
        font-size: 10px;
        display: block;
        }
      #inquery span.inquery-tel {
        font-size: 26px;
        color: #961d05;
        }
    #info .contact-btn {
      text-align: center;
      width: 156px;
      float: right;
      padding-top: 7px;
      }
      #info .btn a {
        font-size: 13px;
        border-radius: 3px;
        background: #961d05;
        color: #fff;
        display: block;
        padding: 8px 0;
        border-bottom: 3px solid #681d05;
        line-height: 1.4;
        position: relative;
        }

/* ----- #header-sellers-site ----- */
#header-sellers-site {
  text-align: center;
  width: 170px;
  float: left;
  margin-right: 20px;
  padding-top: 4px;
  }
  #header-sellers-site .btn a {
    font-weight: bold;
    background: #fff;
    line-height: 1.3;
    font-size: 12px;
    color: #3b3b3b;
    padding: 7px 12px;
    border: 1px solid #961d05;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 0 0 5px #F6F6F6;
    }
    #header-sellers-site .btn em {
      font-size: 17px;
      margin-right: 5px;
      letter-spacing: 1px;
      }
    #header-sellers-site .btn span {
      color: #961d05;
      }
/* badge-corner */
#header-sellers-site .badge-corner::before {
  border-right-color: #961d05;
  border-bottom-color: #961d05;
  }

.pickup-item h4 {
  font-size: 13px;
  width: 110px;
  float: right;
}
.pickup-item a {
  margin-bottom: 10px;
  display: block;
}
.pickup-thumb {
  width: 60px;
  float: left;
}

/*
グローバルナビ
-------------------------------------------*/
#navi {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 5px;
  }
#navi ul {
  text-align: center;
  }
#navi li {
  background: url(/assets/images/common/navi_separator_dotted.png) 0 0 no-repeat;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  }
#navi li:first-child {
  background: none;
  }
#navi li a {
  background-position: center 0;
  background-repeat: no-repeat;
  color: #675C43;
  text-align: center;
  text-indent: -9999px;
  width: auto;
  height: 50px;
  display: block;
  }
#navi li a:hover {background-position: center -50px;}
#navi-top {width: 67px;}
#navi-top a {background-image: url(/assets/images/common/img_nav_top.png);}
#navi-housing {width: 185px;}
#navi-housing a {background-image: url(/assets/images/common/img_nav_housing.png);}
#navi-business {width: 186px;}
#navi-business a {background-image: url(/assets/images/common/img_nav_business.png);}
#navi-pickup {width: 230px;}
#navi-pickup a {background-image: url(/assets/images/common/img_nav_pickup.png);}
#navi-blog {width: 160px;}
#navi-blog a {background-image: url(/assets/images/common/img_nav_blog.png);}
#navi-company {width: 106px;}
#navi-company a {background-image: url(/assets/images/common/img_nav_company.png);}
/* ----- sell -----*/
#navi-buying {width: 140px;}
#navi-buying a {background-image: url(/assets/images/common/img_nav_buying.png);}
#navi-selling {width: 140px;}
#navi-selling a {background-image: url(/assets/images/common/img_nav_selling.png);}
#navi-pickup-sell {width: 230px;}
#navi-pickup-sell a {background-image: url(/assets/images/common/img_nav_pickup_sell.png);}


/*
メイン
-------------------------------------------*/
#main {
  width: 938px;
  padding: 6px;
  margin: 0 auto;
}
#pankuzu {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #E1E1E1;
  font-size: 10px;
  color: #999999;
  line-height: 16px;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
}
#pankuzu strong {
  font-weight: normal;
  color: #505050;
  font-size: 11px;
  letter-spacing: 1px;
}
/* #content */
#content {
  float: left;
  width: 690px;
  padding-bottom: 5px;
  margin: 10px 0 0 5px;
  }
.required,
.caution,
.errs {
  color: #FF3333;
}
#content a.caution {
  text-decoration: underline !important;
  color: #FF3333 !important;
}
/* .section */
.section {
  margin-bottom: 20px;
  }
.webpage .section {
  margin-bottom: 80px;
  }
.section-bdr {
  border: 1px solid #75BD4F;
  }
  .section-ttl {
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 15px;
    border-left: 5px solid #75BD4F;
    }
  .section-ttl a {
    color: #fff;
    }
.section-inner {
  padding: 5px;
  border: 1px solid #ccc;
  }

/* #new-listing */
#new-listing.section {
  border: none;
  position: relative;
  }
  .section-bdr .section-ttl {
    background: #75BD4F;
    color: #fff;
    font-size: 18px;
    padding: 11px 10px 8px;
    margin-bottom: 0;
    border: none;
    }
  #new-listing .section-ttl {
    background: transparent url(/assets/images/common/icon_ttl.png) 5px center no-repeat;
    color: #47a43a;
    font-size: 18px;
    padding: 11px 10px 8px 58px;
    margin-bottom: 0;
    border: none;
    }
  #new-listing .search-btn {
    width: 130px;
    position: absolute;
    top: 6px;
    right: 5px;
    }
  #new-listing .search-btn a {
    background: #75BD4F url(/assets/images/common/icon_search_small.png) 10px center no-repeat;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 3px 5px;
    border-bottom: 3px solid #47A43A;
    }

  /* ----- #news ----- */
  #news.section-bdr .section-ttl {
    background: #75BD4F url(/assets/images/common/icon_ttl_news.png) 13px center no-repeat;
    padding-left: 58px;
    }
  /* .list_detail */
    #news .list_detail p,
    #pickup .list_detail p {
    margin-bottom: 10px;
    }
  /* .detail-btn */
    #news .detail-btn,
    #pickup .detail-btn {
    margin-bottom: 10px;
    }
    #news .detail-btn span,
    #pickup .detail-btn span {
    background: #75BD4F url(/assets/images/common/icon_bnr_arrow_right_small.png) 12px center no-repeat;
    color: #fff;
    text-align: center;
    padding: 6px 15px 5px 40px;
    border-bottom: 3px solid #47A43A;
    border-radius: 3px;
    display: block;
    }


  /* #pickup */
  #pickup.section-bdr .section-ttl {
    background: #75BD4F url(/assets/images/common/icon_ttl_pickup.png) 13px center no-repeat;
    padding-left: 58px;
    }

#fudo_syousai-2 h3 {
  width: 646px;
}
#content .box_in h3 { width: 635px;}
#content h3,  x:-moz-any-link  {
  padding-top: 1px;
  padding-bottom: 3px;
}

#content p {
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  margin: 5px 10px 20px;
}
#content .box02_left {
  float: left;
  width: 340px;
  *margin-top: 15px;
}
#content .box02_right {
  float: right;
  width: 340px;
  *margin-top: 15px;
}
#content .box02_left h3, #content .box02_right h3 {
  font-size: 14px;
  width: 318px;
  line-height: 24px;
  color: #333;
  background-image: url(/assets/images/common/h3.gif);
  height: 23px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  margin-top: 1px;
  font-weight: normal;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-left-color: #CCC;
  display: block;
}
#content .box02_left .box_in,#content .box02_right .box_in {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#content .box02_left p,#content .box02_right p {margin: 0px;}
#content .box02_right .dl_list {border: 1px solid #D6D5CB;}
#content .box02_right .dl_list dt {
  width: 70px;
  padding-left: 7px;
  background-position: left center;
}
#content .box02_right .dl_list dd {width: 205px;}
#content .box02_right .dl_list dl {
  width: 320px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#content #toiawasesaki {
  background: url(/assets/images/common/bg_contact_box.png) right 2px no-repeat;
  margin: 20px 0;
  padding: 14px 14px 13px;
  border: 2px solid #FF7636;
  }
#content #toiawasesaki p {
  border: 1px solid #F2F1EF;
  }
#toiawasesaki .number {
  width: 282px;
  margin-right: 16px;
  }
#toiawasesaki .request-btn {
  width: 237px;
  }
#content #toiawasesaki a {
  display: block;
  }
#contact-form #toiawasesaki {
  margin: 0;
  border: none;
  border-bottom: 1px solid #75BD4F;
  }
dl.dl_link {
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D9D9D9;
  margin-right: 10px;
  margin-left: 5px;
}
.dl_link dt {
  font-size: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  line-height: 28px;
  margin-bottom: 7px;
  background-image: url(/assets/images/common/li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
.dl_link dd {
  font-size: 13px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #505050;
}
.entry-body p {
  overflow: hidden;
  }
.img_left {
  float: left;
  background-color: #FFFFFF;
  margin: 5px 20px 10px 10px;
}
.entry-body .img_left {
  margin: 8px 20px 10px 0;
  }
.img_right {
  float: right;
  background-color: #FFFFFF;
  margin: 5px 10px 10px 20px;
}
.entry-body .img_right {
  margin: 8px 0 10px 20px;
}
.entry-body .img_left img,
.entry-body .img_right img {
  max-width: 200px;
  padding: 2px;
  border: 1px solid #EDECE9;
}
#top_img {
  text-align: center;
  background-color: #FFFFFF;
  padding: 5px 0 2px;
}
p#lastmod {
  font-size: 11px;
  padding: 0;
  margin: 0 7px 0 0;
  text-align: right;
}
.btn_s{
  text-align: right;
  clear: both;
  padding: 10px;
}
.btn_s a,
a.btn_s {
  color: #FFFFFF;
  background-color: #94753A;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  font-size: 12px;
  border-top-width: 2px;
  border-right-width: 3px;
  border-bottom-width: 2px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #EEF0F0;
  border-right-color: #EEF0F0;
  border-bottom-color: #EEF0F0;
  border-left-color: #EEF0F0;
  text-decoration: none;
  background-image: url(/assets/images/common/btn.gif);
  background-repeat: repeat-x;
  background-position: center top;
  line-height: 16px;
}
.btn_s a:hover,
a.btn_s:hover {
  color: #7A6130;
  background-color: #FEFAF1;
  background-image: none;
  border-top-color: #F0E7D2;
  border-right-color: #F0E7D2;
  border-bottom-color: #F0E7D2;
  border-left-color: #F0E7D2;
}
.box1low{
  text-align: right;
  margin: 10px 0;
}
.box1low a {
  color: #0060d2;
  text-decoration: underline !important;
  font-weight: bold;
  width: auto !important;
  margin-top: 5px;
  border: none !important;
  display: inline-block !important;
  }
.grid-content li .box1low {
  display: block;
  text-align: right;
  }
.grid-content li .box1low a {
  margin: 0;
  background: #75BD4F url(/assets/images/common/icon_bnr_arrow_right_small.png) 12px center no-repeat;
  color: #fff;
  text-decoration: none !important;
  border-bottom: 3px solid #47A43A !important;
  padding: 5px 15px 4px 38px;
  border-radius: 3px;
  }


#content .to_top {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
  clear: both;
  margin-top: 10px;
}
#content ul.list {
  padding-top: 10px;
  padding-bottom: 10px;
}
#content ul.list li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  padding-left: 15px;
  background-image: url(/assets/images/common/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #DDDDDD;
  color: #9B812F;
}
#content .chui {
  color: #BD7B00;
  font-size: 13px;
}
.syomei {
  font-size: 18px;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 15px;
  font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
  padding-top: 5px;
}
#form {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px;
  background-color: #FFFFFF;
}
#contact-form {
  margin: 0 0 20px;
}
#contact-form .iframe-wrap {
  overflow: hidden;
  width: 690px;
  height: 660px;
 }
/* #contact-form iframe {
  width: 960px;
  height: 2800px;
  overflow: hidden;
  margin-top: -215px;
  } */
#contact-form p {
  font-size: 13px;
  line-height: 20px;
  padding: 5px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.teisei {
  text-decoration: line-through;
  padding-right: 5px;
  padding-left: 5px;
}

.box02_left .img_left {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 10px;
}
.box02_left .img_right {
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 10px;
}

#content .menu_base {
  background-color: #F8F7F5;
  width: 580px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

textarea ,
input {
  font-size: 12px;
  }
.map_base {
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 5px;
  border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
  padding: 5px;
  border: 1px solid #EEEEEA;
  float: left;
  margin-bottom: 5px;
}
#content .dl_list dt {
  float: left;
  display: block;
  width: 80px;
  font-size: 12px;
  padding-left: 15px;
  line-height: 1.4em;
  background-image: url(/assets/images/common/li.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
}
#content .dl_list dd {
  display: block;
  float: right;
  width: 460px;
  font-size: 12px;
  line-height: 1.4em;
  padding-left: 7px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #D7E6E8;
}
#content .dl_list dl {
  padding-bottom: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6D5CB;
  display: block;
  width: 570px;
  padding-top: 7px;
  padding-right: 4px;
  padding-left: 4px;
  float: left;
}
#content .dl_list dd a {
  line-height: 1.4em;
}

/* ----- .access-station ----- */
.access-station {
  display: inline-block;
  }
  .access-station span+span::before {
    content: " / ";
    }

/* = side-widget
-------------------------------------------------------------- */
#side {
  background-color: #F6F6F6;
  padding: 5px;
  float: right;
  width: 220px;
  margin-top: 10px;
  }
.widget_fudo_b_k select {width: 95%;}
.widget-container {
  margin: 0 0 10px;
  padding-bottom: 10px;
  border: 1px solid #75BD4F;
  background: #fff;
}
.widget-container + .widget-container {
  margin: 10px 0 0;
  }
.widget-title {
  font-size: 15px;
  color: #FFFFFF;
  background: #75BD4F;
  font-weight: normal;
  text-align: center;
  padding: 9px 0 8px;
  }
.hot .widget-title {
  background: #e1ee21 url(/assets/images/common/icon_hot.png) 188px center no-repeat;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-right: 20px;
  border-bottom: 1px solid #75BD4F;
  }
.pickup-feature .widget-title {
  background: #75BD4F url(/assets/images/common/bg_pickup_ttl.png) center bottom no-repeat;
  padding: 9px 0 16px;
  }
.widget-container ul {
  padding: 10px 10px 0;
  }
.widget-container li {
  border-bottom: 1px dotted #CCC;
  color: #bbb;
  vertical-align: middle;
  margin-bottom: 10px;
  }
.widget-container li a {
  display: block;
  }
.widget-container .rails > li {
  color: #000;
  font-size: 11px;
  border: none;
  margin-bottom: 22px;
  }
.widget-container .rails > li:last-child {
  margin-bottom: 10px;
  }
.widget-container ul ul {
  padding: 0;
  margin-top: 6px;
  }
.widget-container li ul li {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin-left: 10px;
  border-bottom: 1px dotted #CCC;
  }
.side_box {
  background-image: url(/assets/images/common/side_box.gif);
  background-repeat: repeat-x;
  background-position: top;
  margin-bottom: 10px;
  background-color: #F2F1EF;
  }
/* .side_bnr */
.side_bnr {
  text-align: center;
  background: #fff;
  border: 1px solid #75BD4F;
  }
.side_bnr a {
  padding: 10px 0;
  display: block;
  }
/* .btn */
.btn a {
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 3px;
  border-bottom: 3px solid #47A43A;
  }
.btn a:hover {
  text-decoration: none;
  }
/* .search-btn */
.search-btn-wrap {
  margin-bottom: 50px;
  }
.search-btn {
  margin: 0 auto;
  }
.search-btn a {
  background: #75BD4F;
  font-size: 20px;
  }
.search-btn a:hover {
  opacity: 0.7;
  text-decoration: none;
  }
.search-btn a span {
  background: url(/assets/images/common/icon_search_small.png) 25px center no-repeat;
  max-width: 220px;
  margin: 0 auto;
  padding: 13px 0 8px;
  display: block;
  }

 /* .contact-btn */
.contact-btn a {
  font-size: 17px;
  background: #961d05;
  padding: 16px 0 11px;
  border-bottom-color: #681d05;
  }

/* .detail-btn */
.detail-btn {
  // max-width: 220px;
  float: right;
  }
  .detail-btn a {
    background: #75BD4F url(/assets/images/common/icon_bnr_arrow_right_small.png) 12px center no-repeat;
    padding: 11px 15px 10px 40px;
    }
  .detail-btn a span {
    margin: 0 auto;
    }
/* .anchor-btn */
.anchor-btn {
  margin: 0 0 30px;
  }
.anchor-btn a {
  background: #75BD4F;
  font-size: 20px;
  }
.anchor-btn span {
  background: url(/assets/images/common/icon_bnr_arrow_right.png) 25px center no-repeat;
  margin: 0 auto;
  padding: 13px 0 8px;
  display: block;
  }

/* ----- #side-change-site ----- */
#side-change-site {
  text-align: center;
  padding-top: 4px;
  }
  #side-change-site .btn a {
    font-weight: bold;
    background: #fff;
    line-height: 1.3;
    font-size: 14px;
    color: #3b3b3b;
    padding: 5px 12px;
    border: 1px solid #363;
    border-radius: 0;
    text-align: left;
    box-shadow: 0 0 0 5px #F6F6F6;
    }
    #side-change-site .btn em {
      font-size: 19px;
      margin-right: 5px;
      letter-spacing: 2px;
      }
    #side-change-site .btn span {
      color: #363;
      }
/* badge-corner */
#side-change-site .badge-corner::before {
  border-right-color: #363;
  border-bottom-color: #363;
  }


/*
フッター
-------------------------------------------*/
#foot_base {
  background: #F0F0F0 url(/assets/images/common/foot.gif) 0 0 repeat-x;
   margin-top: 50px;
  clear: both;
  border-top: 1px solid #CCCCCC;
  position: relative;
}
.subnavi {
  position: absolute;
  top: -28px;
  left: 5px;
  }

#foot {
  height: 120px;
  position: relative;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#foot p {
  font-size: 10px;
  color: #666666;
  line-height: 16px;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 25px;
}
#foot li a {
  color: #666666;
  font-size: 11px;
  text-decoration: none;
}

#foot li a:hover {
  color: #999999;
}

#foot li {
  font-size: 12px;
  display: inline;
  padding-right: 8px;
  padding-left: 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999999;
}

#foot #f_ul01 {
  position: absolute;
  left: 20px;
  top: 15px;
}
#foot #f_ul02 {
  position: absolute;
  left: 20px;
  top: 38px;
}
#foot #f_logo {
  font-size: 24px;
  color: #999999;
  position: absolute;
  top: 30px;
  right: 25px;
  font-family: "Times New Roman", Times, serif;
}

address {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #666666;
  background-color: #F5F5F5;
  line-height: 30px;
  text-align: right;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#gotop {
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: url(/assets/images/common/img_arrow_top.png) center center no-repeat;
  position: absolute;
  top: -39px;
  right: 0;
}
#gotop:hover {
  background: #ccc url(/assets/images/common/img_arrow_top_hover.png) center center no-repeat;
  opacity: 1;
}

/*
リンク集
-------------------------------------------*/
ul.xoxo.blogroll li{
  line-height: 16px;
  margin: 10px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
ul.xoxo.blogroll li a{
  background-image: url(/assets/images/common/li.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 7px;
  font-weight: bold;
  letter-spacing: 1px;
}

/*
各種テーブル
-------------------------------------------------------------------*/
table {
  width: 100% !important;
  }
.list_article_detail {
  background-color: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
  }
.list_detail th {
  text-align: left;
  padding: 10px 5px;
  background-color: #F6F6F6;
  }
.list_detail td {
  background-color: #fff;
  vertical-align: top;
  padding: 10px 5px;
  border: none;
  }
.list_detail td a {
  text-decoration: underline;
  }
#main #contact table {
  border: 1px solid #E5E5E5;
  margin: 20px 30px;
  width: 90%;
}
#main #contact table th {
  background: whitesmoke;
  padding: 15px;
  font-weight: normal;
  text-align: right;
  width: 30%;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #E5E5E5;
  color: #444;
}
#main #contact table th span{
  font-weight: normal;
  color: #aaa;
  font-size: 12px;
}
#main #contact table td {
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  padding: 15px;
  text-align: left;
  line-height: 1.2;
  font-weight: normal;
}

.alignleft {
  float: left;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #FFFFFF;
  border-top-width: 10px;
  border-right-width: 20px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}
.alignright {
  float: right;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  background-color: #FFFFFF;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}
#navigation {
  padding:5px 20px;
  text-align:Center;
  }

#next {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCCCCC;
  color: #505050;
  padding-bottom: 20px;
}
#date {font-size:12px;font-weight:normal;color:#aaaaaa;}
#date a {color:#242424;}
#content .archive {width: 658px;height: 166px;}
#content .archiveleft{
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 10px;
  padding: 0;
}
#content .archiveleft img{
  float: left;
  width: 80px;
  height: 80px;
}
#content .archiveright{
  float: right;
  width: 570px;
  line-height: 15px;
}
/*******************
* COMMENTS     *
********************/
.comments-box {
  zoom: 1;
  margin: 30px 0 0 0;
}
.comments-box img {
  vertical-align: middle;
}
.comments-box h3 {
  color: #333;
  font-size: 1.4em;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ddd;
}
.cancel-comment-reply {
  padding: 5px 0 0 0;
}
.cancel-comment-reply a {
  color: #000;
}
.text {
  border: 1px solid #ddd;
  padding: 2px;
  color: #777;
  width: 200px;
}

/************************
* COMMENT FRAMEWORK *
*************************/
ol.commentlist a:link {text-decoration: none;}
ol.commentlist li div.vcard cite.fn a.url:hover {text-decoration: none;}
ol.commentlist {
  margin: 10px 0 0 0;
  padding: 0;
  background: #fff;
}
ol.commentlist li {
  margin: 10px 0 10px 0;
  padding: 10px;
  list-style-type: none;
  border: 1px solid #e9e9e9;
}
ol.commentlist li div.vcard cite.fn {
  font-style: normal;
  font-weight: bold;
}
ol.commentlist li div.vcard cite.fn a.url {
  color: #95AAC5;
}
ol.commentlist li div.vcard img.avatar-32 {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
}
ol.commentlist li div.vcard img.photo {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
  color: #888;
}
ol.commentlist li div.comment-meta {
  margin: 3px 0 0 0;
  font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
  color: #aaa;
  text-decoration:none;
}
ol.commentlist li p {
  margin: 15px 0 0 0;
  line-height: 1.4em;
}
ol.commentlist li div.reply {
  background: #f8f8f8;
  color: #333;
  width: 33px;
  margin: 10px 0 0 0;
  padding: 2px 5px 2px 5px;
  line-height: 16px;
  border: 1px solid #e9e9e9;
}
ol.commentlist li div.reply a {
  color: #333 !important;
}
ol.commentlist li div.reply a:hover {
  color: red  !important;
  text-decoration: none;
}
ol.commentlist li ul.children li {
  margin: 10px 0 0 0;
  background: #fff;
  border: 1px solid #e9e9e9;
}
ol.commentlist li ul.children li li.alt {
  background: #fff;
}
ol.commentlist li ul.children li.depth-2 {
  background: #F5F5F5;
}
ol.commentlist li ul.children li.depth-3 {
  background: #FCFFFF;
}
ol.commentlist li ul.children li.depth-4 {
  background: #FFFFF7;
}
ol.commentlist li ul.children li.depth-5 {
  background: #FFFAFA;
}
ol.commentlist li ul.children li.depth-6 {
  background: #FFFAFA;
}

/*******************
* NAVIGATION     *
********************/
.navigation {
  margin: 0 0 15px 0;
  padding: 15px;
}
.left {
  margin: 5px 0 5px 0;
  padding: 5px;
  float: left;
}
.right,  .next  {
  margin: 5px 0 5px 0;
  padding: 5px;
}
#content .rerated ul li {
  line-height:0;
}
#content .rerated ul li a {
  display: block;
  font-size: 12px;
  line-height: 17px;
  color: #14130C;
  text-decoration: none;
  background-color: #F8F8F5;
  padding-top: 16px;
  padding-right: 5px;
  padding-left: 62px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E0E0D8;
  background-image: url(/assets/images/common/k_li.gif);
  background-position:2% 50%;
  background-repeat: no-repeat;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  height: 34px;
}

#content .rerated ul li a:hover {
  background-color: #FFFFFF;
  color: #000000;
  background-image: url(/assets/images/common/k_o.gif);
}

#content .rerated ul {
  width: 655px;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #E3E3E3;
  border-right-color: #E3E3E3;
  border-left-color: #E3E3E3;
  display: block;
}
#content .shomei{
  font-family: "HGP行書体";
  font-size: 36px;text-align: right;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area select {max-width: 100%;}
.widget_search #s {/* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {display: none;}
.widget-area a:link,.widget-area a:visited {text-decoration: none;}
.widget-area a:active,.widget-area a:hover {text-decoration: underline;}
.widget-area .entry-meta {font-size: 11px;}
#wp_tag_cloud div {line-height: 1.6em;}
#wp-calendar {width: 100%;}
#wp-calendar caption {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left;
}
#wp-calendar thead {font-size: 11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 3px 0 2px;
  text-align: center;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
.widget_rss a.rsswidget {color: #000;}
.widget_rss a.rsswidget:hover {color: #ff4b33;}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

/* Main sidebars */

.widget {clear: both;margin: 0 0 0;}
img { -ms-interpolation-mode: bicubic; }
#main #content table tr {padding:0;margin:0;}

/* = 物件リストページ
-------------------------------------------------------------- */

#main #content #list_simplepage {
  margin:0 0 20px 0;
  padding:0;
}
#main #content #list_simplepage .list_detail table {
  margin: 0 0 20px;
  padding: 0px;
  border:none;
  font-size:12px;
}

.list-detail-ttl {
  /*color: #75BD4F;
   */
  color: #333;
  font-size: 21px;
  margin: 0 15px;
  }
  .entry-date {
    margin: 0 15px;
    color: #777;
  }

.list_simple_box { /zoom : 1;}
.list_simple_box:after {
  content : '';
  display : block;
  clear : both;
  height:0;
}
#main #content .list_picsam {
  float: left;
  width: 108px;
  color: black;
}
.list_simple_box {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
}
.list_simple_box:last-child {
  border: none;
  }
#list_simplepage .list_simple_box a {
  display: block;
  }

#main #content #list_simplepage .list_detail dl {
  margin: 0px;
  padding: 5px;
  font-size:12px;
}
#main #content .list_detail dt {
  display: inline;
  font-weight: normal;
  color: #333;
  padding-left: 0.5em;
}
#main #content .list_detail dd {
  display: inline;
  color: #333;
  margin: 0 0.6em 0 0.4em;
  padding: 5px;
}
#main #content .list_picsam img {
  border: 1px solid #aaa;
  background-color: #FFF;
  height: 100px;
  width: 100px;
  margin: 1px;
  padding: 1px;
  float: left;
}
.list_details_button {
  display: block;
  font-size:13px;
}
.list_detail .list_details_button {
  clear: none;
  float: right;
  }
#list_simplepage a:link,a:visited .list_details_button{ text-decoration: none; }
#list_simplepage a:hover .list_details_button{
  background-color: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.49, #ddd), color-stop(0.5, #eee), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #ffffff 0%, #ddd 49%, #eee 50%, #ffffff 100%);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f5f5f5',GradientType=0 ); /* ie */
  -webkit-box-shadow: 0px 1px 0px #fff;
  -moz-box-shadow: 0px 1px 0px #fff;
  box-shadow:0px 1px 0px #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 24px;
  width:208px;
  border: 1px solid #999;
  margin: 0 0 3px 0;
  padding-top: 3px;
  letter-spacing: 0.1em;
}
.list_detail {
  /*background-color: #fff;*/
  padding: 4px 4px 4px 8px;
  margin:0 0 0 104px;
  position: relative;
  }
.list_detail .table_box {
  margin-bottom: 10px;
  }
.pending-icon,
.filled-icon {
  position: absolute;
  top: 0;
  right: 0;
  }
.icon-movie {
  margin-right: 12px;
  display: inline;
  list-style: none;
  }
.list-ttl,
#entry-body h4.list-ttl {
  background: url(/assets/images/common/icon_ttl_small.png) 2px 10px no-repeat;
  font-size: 20px;
  padding: 8px 10px 8px 38px;
  border: none;
  }
#entry-body h4.list-ttl {
  margin-bottom: 0;
  }
  #list_simplepage .list_simple_box .list-ttl a {
    display: inline;
    }
#entry-body .list_detail {
  width: auto;
  margin-left: 0;
  }
#entry-body .list_detail .table_box {
  width: 548px;
  float :right;
}

#main #content #list_simplepage .list_detail table tr {
  border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_detail table td{
  border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_price {
  border-top: 1px solid #ccc;
  padding:5px;
  background: -moz-linear-gradient(left, #e3e3e3, #fff);
  background: -webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#fff));
  background-color: #e3e3e3;
  line-height: 1.4;
}
#main #content #list_simplepage .list_price a {
  color: #C00;
}
#main #content #list_simplepage .list_detail .list_price tr {
  border-bottom: 1px solid #eee;
}
#main #content #list_simplepage .list_detail .list_address dd { display: block; }
#list_simplepage .entry-excerpt {
  padding-bottom: 10px;
  padding-left: 5px;
  line-height: 1.4;
}

.list_article_detail {
  margin-bottom: 30px;
  }
.list_article_detail th,
.list_article_detail td {
  background: #fff;
  padding: 8px 5px;
  }
#content .list_article_detail p {
  display: inline;
  padding: 0;
  margin: 0;
  }

/* = 物件詳細ページ
-------------------------------------------------------------- */
.page-ttl {
  font-size: 26px;
  line-height: normal;
  height: auto;
  margin-bottom: 16px;
  padding: 10px 6px 5px 0;
  border-bottom: 1px dotted #75BD4F;
  }
  .page-ttl a {
    background: url(/assets/images/common/icon_page_ttl.png) 0 8px no-repeat;
    padding-left: 35px;
    color: #47a43a;
    }
  .page-ttl.business a {
    background: url(/assets/images/common/icon_ttl_business_blog.png) 0 8px no-repeat;
    }
  .page-ttl.blog a {
    background: url(/assets/images/common/icon_ttl_blog.png) 0 8px no-repeat;
    }

.entry-ttl {
  background: transparent url(/assets/images/common/icon_ttl.png) 5px center no-repeat;
  color: #5f5f5f;
  font-size: 24px;
  padding: 11px 10px 0 58px;
  margin-bottom: 0;
  }

#main #content .entry-content p {
  padding: 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: 0px;
}
.list_detail_bottom_info{
  font-size: 10px;
  width: 530px;
  text-align: right;
  float: right;
}
.entry-content{
  margin: 0px;
  padding: 10px;
}
.entry-content p {
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 5px;
  letter-spacing: 0.8pt;
}
.text-ttl{/* 0805Shimizu */
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #75BD4F;
  padding-bottom: 3px;
  }
/* tag list */
.tags {
  /*margin-bottom: 5px;
   */
  margin-bottom: 19px;
  }
.box_out+.tags {
  margin-top: 40px;
  }
  .tag-item {
    background: #E9F3F1;
    font-size: 11px;
    border-radius: 4px;
    margin-right: 5px;
    display: inline-block;
    }
    .tag-item a {
      padding: 2px 10px;
      display: block;
      }
.list_simple_box .tags {
  margin-right: 85px;
  }
#main #content #list_simplepage .list_detail .tags+h4 {
  margin-top: -10px;
  }
/* visual */
.visual {
  margin-bottom: 20px;
  }
/* table */
.table_box {
  background: #ccc;
  margin-bottom: 20px;
  }
.table_box_inner {
  width: 100%;
  display: table;
  background-color: transparent;
  border-collapse: separate;
  border-spacing: 1px;
  }
.table_cell {
  background: #fff;
  display: table-cell;
  max-width: 251px;
  min-width: 64px;
  }
.table_head,
.table_body {
  padding: 5px;
  }
  .table_body a {
    display: block;
  }
#content .table_body p {
  display: inline;
  padding: 0;
  margin: 0;
  }
.table_head {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  }
/* #garelly */
#garelly {
  margin-bottom: 20px;
  }

/* .rent */
.list_price.rent dt,
.list_price.rent dd {
  color: #333;
  padding: 0 10px;
  display: inline-block;
}
.list_price.rent dt {
  font-weight: normal;
  }
.list_price.rent dd {
  margin: 0 0.6em 0 0.4em;
  padding: 0px;
  }

/* = topページ
-------------------------------------------------------------- */
#wrapper #main #container #content table tbody tr td #text-4 h3{border-bottom: 1px dotted #CCC;}
#wrapper #main #container #content table tbody tr td #fudo_top_r-3 h3{border-bottom: 1px dotted #CCC;}

/* = 汎用
-------------------------------------------------------------- */
.dpoint1 {
  font-size: 26px;
  font-weight: normal;
  color: #C00;
  float:left;
  padding: 4px;
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.dpoint2 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  float:left;
  padding: 3px;
  line-height: 1.0;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.dpoint3 {
  font-size: 18px;
  color: #C00;
  display: inline;
}
.dpoint4 {
  font-size: 20px;
  color: #C00;
  display: inline;
  font-weight: bold;
}

/* ----- Social Buttons ----- */
.social,
#social {
  min-height: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: right;
}
.social #___plusone_0,
#social #___plusone_0,
.social #___plusone_1,
#social #___plusone_1,
.social #___plusone_2,
#social #___plusone_2,
.social #___plusone_3,
#social #___plusone_3,
.social #___plusone_4,
#social #___plusone_4,
.social #___plusone_5,
#social #___plusone_5 {
  /* Can't change this. If more less, horizontal scroll bar shown. */
  width: 90px !important;
  margin: 0 0 5px 5px !important;
  vertical-align: bottom !important;
  }
.social .twitter-share-button,
#social .twitter-share-button {
  width: 103px !important;
  margin-bottom: 5px;
  }
.social .hatena-bookmark-button img,
#social .hatena-bookmark-button img {
  width: auto;
  }
.hatena-bookmark-button-frame {
  margin-bottom: 5px;
  }
.fb_iframe_widget {
  display: inline !important;
  margin: 0 8px 5px -4px;
  }
.fb_iframe_widget span {
  vertical-align: top !important;
}

/* .link-box */
.link-box {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 3px #75BD4F;
  }
.link-box a {
  background: url(/assets/images/common/icon_arrow_right.png) 0 center no-repeat;
  color: #47a43a;
  font-size: 15px;
  line-height: 1;
  padding: 5px 0 2px 23px;
  margin-left: 10px;
  display: inline-block;
  }

/* #entry-body */
.entry-ttl {
  background: none;
  padding-left: 10px;
  }
#entry-body h2 {
  background: #E9F3F1;
  font-size: 22px;
  border-radius: 5px;
  padding: 8px 15px 5px;
  margin: 25px 0 10px;
  }
#entry-body h3 {
  font-size: 20px;
  border-top: 2px solid #75BD4F;
  border-bottom: 2px solid #75BD4F;
  padding: 7px 15px 3px;
  margin: 25px 0 10px;
  }
#entry-body h4 {
  font-size: 16px;
  border-left: 5px solid #75BD4F;
  padding: 1px 15px 0px 10px;
  margin: 25px 0 10px;
  }
#entry-body ul,
#entry-body ol {
  padding: 0 15px;
  list-style: inside;
  }
#entry-body .tags ul {
  padding: 0;
  }
  #entry-body ul li {
    list-style-type: disc;
    }
  #entry-body ol li {
    list-style-type: decimal;
    }
#entry-body .list_simple_box {
  /*background: #f5f5f5;
   */
  border: 1px solid #999;
  border-bottom: 1px solid #999;
}
/* = home.php
-------------------------------------------------------------- */
/*#content p, */
#content ul, #content ol, #content dd, #content pre, #content hr {margin:0;}
#content .grid-content {
  margin-bottom: 10px;
  list-style-type: none;
  }
#content .grid-content li {
  display: block;
  background: white;
  width: 19%;
  height: auto;
  padding: 0;
  margin: 0.5%;
  font-size: 12px;
  line-height: 1.4;
  float:left;
}
.grid-content li a {
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 5px;
  display: block;
}
.grid-content li .top_title a {
  border: none;
  padding: 0;
  margin: 0;
  display: inline;
}
#list_simplepage .top_title a:hover {
  text-decoration: underline;
}
.grid-content li img {
  width: 100%;
}
img.box1image {
  width: 100%;
  height: auto;
}
.room-movie {
  position: relative;
  }
.room-movie:after {
  content:"";
  background: url(/assets/images/common/icon_play_button.png) 0 0 no-repeat;
  width: 66px;
  height: 50px;
  margin: -25px 0 0 -33px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  }
.room-movie img {
  background-position: center centr;
  }
.sp-movie {
  display: none !important;
  }
.clearLeft {clear: left;}
.clearRight {clear: right;}
#main #top_fbox #container #content table{
  margin: 0;
  padding: 0;
  border: none;
}
#main #top_fbox #container #content tr td{
  margin: 0;
  padding: 0;
  border: none;
}
/* ----- #map ----- */
.map-box {
  width: 100%;
  height: 370px;
  margin: 0 auto;
  }
.map-box + .map-box {
  margin-top: 30px;
  }

/* = side form 物件検索
-------------------------------------------------------------- */
#secondary .widget-container form,
#primary .widget-container form { line-height: 1.5; padding-left: 15px; padding-top: 10px; *padding-top: 0;}
#secondary .widget-container form div,
#primary .widget-container form div{ margin-bottom: 6px; }

/* = 物件検索
-------------------------------------------------------------- */
.widget_fudo_search #s {width: 70%;*width: 115px;}

/* = 物件詳細ページ・関連物件
-------------------------------------------------------------- */
#syousai_box ul{ /zoom : 1; padding-left: 10px; }
#syousai_box ul:after{ content : ''; display : block; clear : both; height:0; }
#syousai_box ul.syousai-content li{
  display: block;
  width: 80px;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.2;
  float:left;
  border: 1px solid #eee;
  padding: 11px;
  margin: 5px 3px 4px 0;
  background: #FFF;
}
#syousai_box ul.syousai-content li span{ font-size: 12px;}
#main #container #content #list_simplepage2.list_detail h3 {
  font-size: 14px;
  margin: 8px 0px;
  padding: 0px 0px 0px 8px;
  font-weight: normal;
  color: #666;
}
.single .hentry {
  margin: 0 0 36px 0;
}
#fudo_syousai-3.widget.widget_fudo_syousai h3 {
  font-size: 14px;
  line-height: 8px;
  *line-height: 15px;
  _line-height: 15px;
  color: #333;
  background-image: url(/assets/images/common/h3.gif);
  height: 18px;
  *padding-top: 9px;
  _padding-top: 9px;
  *padding-bottom: 0px;
  _padding-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 20px;
  margin-top: 1px;
  font-weight: normal;
  background-color: #333;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-left-color: #CCC;
}

/* = 物件検索 個別ページ用
-------------------------------------------------------------- */
#container .jsearch{
  padding: 0;
  font-size: 12px;
  line-height: 2;
}
.jsearch p{
  margin: 0;
  padding: 0px 10px 10px 0px;
}
#container .jsearch h4{
  border-left: 4px solid #CCC;
  padding: 0px 0px 0px 6px;
  font-size: 13px;
  font-weight: bold;
  color: #505050;
  margin: 15px 0px 5px 0px;
}
#container .jsearch h5{
  background: #aaa;
  font-size: 13px;
  color: #fff;
  border-top: 1px solid white;
  border-right: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 0px 5px 2px 10px;
}
#container .jsearch ul{
  margin: 0;
  padding: 0px;
  overflow: hidden; /* モダンブラウザ向け */
  zoom: 1; /* IE向け */
}
.jsearch li{
  padding: 0;
  display: block;
  float: left;
  list-style-type: none;
}
.jsearch label {
  padding: 0 2px 2px 0;
  color: #333;
}
#container .jsearch .submit input {
  width: 240px;
  height: 40px;
}

input[type="checkbox"] {margin: 3px 3px 3px 4px;}
input[type="checkbox"] {-webkit-appearance: checkbox;box-sizing: border-box;}
input[type="radio"], input[type="checkbox"] {
  margin: 3px 0.5ex;
  padding: initial;
  background-color: initial;
  border: initial;
}
form#searchitem{
  padding: 5px;
  margin: 5px;
}
input#btn{
  margin-top: 5px;
  width: 185px;
  height: 30px;
}
input.wpcf7-submit{
  width: 100px;
  height: 24px;
}
#ros,#ken{margin-bottom: 3px;}
form#searchform{margin-left: 7px;}

/* = toukou
-------------------------------------------------------------- */
.entry-content{
  background: #FFF;
  line-height: 1.4;
  border: 1px solid #DDD;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0.8em;
  padding: 0 1.625em 1.625em 1.625em;
  position: relative;
  width: 94%;
}

.entry-meta{
  text-align: right;
  font-size: 10px;
}
#container {
  float: right;
  margin: 0 -240px 0 0;
  width: 100%;
}
#container{
  margin: 0;
  padding: 0;
}
#container {
  width: 690px;
}
blockquote { margin:1em 0 1em 0; padding:20px; border:1px solid #ccc; background: #FFF; }
blockquote p { margin:0 0 5px 0; font-size: 14px; }
.quote_bottom { height:30px; background:#fafafa; }

/* = Contact Form 7 checkbox hook
-------------------------------------------------------------- */
#list_simplepage2 .wpcf7-list-item label { display: block; float:left; margin-left:1em;}
#list_simplepage2 form p { /zoom:1; }
#list_simplepage2 form p:after {
  content:'';
  display:block;
  clear:both;
}
.nav-previous {
  float: left;
  width: 40%;
}

/* = Pagenavi
-------------------------------------------------------------- */
.nav-next,wp-pagenavi {
  float: right;
  text-align: right;
  padding: 0 0 2px;
  width: 50%;
  height: 22px;
  font-size: 11px;
}
.nav-next b,.wp-pagenavi span.current{
  padding: 2px 5px;
  border: 1px solid #aaa;
  color: #fff;
  background: #aaa;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nav-next a, .nav-next :visited ,.wp-pagenavi span.pages,.wp-pagenavi span.extend,.wp-pagenavi a{
  padding: 2px 5px;
  text-decoration: none;
  color: #777;
  border: 1px solid #bbb;
  background: #fff;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nav-next a:hover ,.wp-pagenavi a:hover{
  border: 1px solid #2089cc;
  margin: 0;
  color: #2089cc;
  background: #fff;
}
.wp-pagenavi span.current {
  border-color: #AAA;
}


/* = NEW/UP mark
-------------------------------------------------------------- */
/* 物件リスト・詳細 */
#content .entry_title .new_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: static;
  text-align: center;
  margin-left: 10px;
  color: #fff;
  display: inline;
  padding: 2px 10px;
  border-radius: 4px;
  text-shadow:1px 1px 0px #C00;
  height: 20px;
}
/* トップ */
#content .grid-content li{
  position: relative;
}
.new_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 2px 5px;
  width: 26px;
  position: absolute;
  top: 12px;
  right: 14px;
  border-radius: 4px;
  text-shadow:1px 1px 0px #900;
  background: #900; /* Old browsers */
  background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}

/* 関連物件 */
#syousai_box ul.syousai-content li {
  position: relative;
}

#syousai_box .new_mark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  display: block;
  padding: 2px 5px;
  width: 26px;
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 4px;
  text-shadow:1px 1px 0px #900;
  background: #900; /* Old browsers */
  background: -moz-linear-gradient(top, #d20100 0%, #990000 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, #d20100 0%,#990000 100%); /* Chrome10+,Safari5.1+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20100', endColorstr='#990000',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #d20100 0%,#990000 100%); /* W3C */
}
#syousai_box{
  background-color: whiteSmoke;
  margin-top: 1px;
  padding: 5px;
}
img.box2image{margin-bottom: 10px;width: 80px;}

/* = input関連
-------------------------------------------------------------- */
input[type="tel"],
input[type="email"],
input[type="text"],
textarea {
  padding: 12px 2px;
  -moz-padding: 2px 2px;
  width: 65%;
  *width: 65%;
  background: whiteSmoke;
  border: 1px solid #BFBFBF;
  box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #828282;
}
textarea {
  width: 80%;
  height: 100px;
  margin-bottom: 10px;
  }
#searchsubmit:hover,
input[type="submit"]:hover,
input[type="button"]:hover {

  }
.submit-btn {
  text-align: center;
  margin-bottom: 10px;
  }

input[type="submit"],
input[type="button"] {
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #4B4B4B;
  color: white;
  font-size: 12px;
  padding: 6px 8px;
  *padding: 4px; 8px;
  cursor: pointer;
  margin-top: 5px;
  *margin-top: 15px;
  margin-bottom: 5px;
}
  #submit-result{
    margin: 0 auto;
    padding: 13px 0 13px 10px;
    display: block;
    width: 220px;
    font-size: 24px;
    color: #fff;
    background: #75BD4F url(/assets/images/common/icon_search_small.png) 25px center no-repeat;
    border-bottom: 3px solid #47A43A;
  }
  #submit-result:hover{
    opacity: 0.73;
  }

select{
  padding: 3px;
  background: #f5f5f5;
  border: 1px solid #bfbfbf;
  box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0,0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #828282;
  }


.errs {
  color: #f00;
  }

/*
ページナビ
-------------------------------------------*/
#main-content .pagebute{
  display: block;
  padding-right: 50px;
}
.pagebute-contents-pagenavi
{
  _zoom: 1;
  overflow: hidden;
  display: block;
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
}
.pagenavi {
  color: #333333;
  font-size: 85%;
  text-align: center;
  margin-top: 1.5em;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
}
.pagenavi a, .pagenavi a:link {
  margin: 0.25em;
  text-decoration: none;
  border: 1px solid #888888;
  color: #333333;
  padding-top: 0.15em;
  padding-right: 0.5em;
  padding-bottom: 0.15em;
  padding-left: 0.5em;
}
.pagenavi a:visited {
    border: 1px solid #888888;
  color: #333333;
}
.pagenavi a:hover {
  text-decoration: none;
  border: 1px solid #888888;
  color: #ffffff;
  background-color: #888888;
}
.pagenavi a:active {
  text-decoration: none;
    border: 1px solid #888888;
  color: #ffffff;
  background-color: #888888;
}
.pagenavi span.pages, .pagenavi span.current, .pagenavi span.extend {
  padding-top: 0.15em;
  padding-right: 0.5em;
  padding-bottom: 0.15em;
  padding-left: 0.5em;
    margin: 0.25em;
    border: 1px solid #888888;
}
.pagenavi span.current {
  border: 1px solid #888888;
  color: #ffffff;
  background-color: #888888;
}

/* */

/*
search-panel
-------------------------------------------*/
.search-panel-ttl{
  padding: 13px 15px 8px;
  background: #75BD4F;
  color: #fff;
  }
#search-container {
  padding: 10px;
  }
  .form-label {
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 5px 10px;
    border-left: 5px solid #75BD4F;
    float: left;
    width: 90px;
    font-weight: bold;
    }
  .form-row {
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    }
    .form-item {
      overflow: hidden;
      }
      .form-item label {
        font-size: 13px;
        margin: 0 20px 10px 0;
        display: block;
        float: left;
        cursor: pointer;
        }
      .form-item label.last {
        margin-right: 0;
        }
      .form-subcat-label {
        clear: both;
        font-size: 14px;
        font-weight: bold;
        }
  #submit.action {
    text-align: center;
    padding-top: 20px;
    }

/* colorbox */
/*#cboxContent {
  background: none;
  }
#cboxLoadedContent {
  background: #fff;
  border: none;
  border-radius: 10px 10px;
  }
#cboxClose {
  background: url(../images/jquery.colorbox/controls.png) no-repeat top center;
  text-indent: -9999px;
  width: 38px;
  height: 19px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  }*/


/* ----- iCheck plugin Minimal skin ----- */
.icheckbox_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -1px 8px 0 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: url(/assets/images/common/icon_input.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  }

.icheckbox_minimal {
  background-position: 0 0;
  }
  .icheckbox_minimal.hover {
    background-position: -15px 0;
    }
    .icheckbox_minimal.checked {
      background-position: -30px 0;
      }

/* ----- #contact-form ----- */
#contact-form .iframe-wrap {
  width: auto;
  height: auto;
  }
  /* #contact-form iframe {
    width: 100%;
    height: 850px;
    margin-top: 0;
    } */