/* $Id: custom_livable.css$ */
/** 共通 **/
body {
  margin-bottom: 80px;
}

/** 背景 livable.cssに追加**/
#top {
    background-image: url(/css/all_bg_case.png);
    background-size: cover;
}

div#header-wrapper {
    background-color: #fff;
}

/** ヘッダ **/
.component-1053-1040 #header{
  padding-top: 20px;
  padding-bottom: 0px;
}

.component-1053-1040 #header #header-logo-image {
  float: left;
  margin-right: 0px;
}

.component-1053-1040 #header #header-logo-image img {
  width: 100%
}

.component-1053-1040 #header #header-logo-image2 {
  float: right;
  margin-right: 0px;
}

.component-1053-1040 #header #header-logo-image2 img {
  width: 100%;
  color: #E56800;
}

.component-1053-1040 #header #header-logo-image2 a:hover{
  opacity: 0.5;
}


.component-1053-1040 #header .header-link a {
  font-size: 12px;
  background-color: #000000;
  padding: 3px;
}

.component-1053-1040 #header .header-link a:hover {
  background-color: #9FA0A0;
}

/** グローバルナビ **/
#gnavi-wrapper {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: #5081A5;
}

.component-3376-1555 .navbar-inverse {
  background-color: #5081A5;
  min-height: auto;
}

.component-3376-1555 .gnavi {
}

.component-3376-1555 .gnavi ul {
  width: 100%;
  background-color: #5081A5;
}

.component-3376-1555 .gnavi ul li {
}

.component-3376-1555 .gnavi ul li a {
  border-right-width: 2px;
  font-weight: bold;
  color: #FFFFFF;
}

.component-3376-1555 .gnavi ul li a:hover {
  color: #555;
}

.component-3376-1555 .gnavi ul li a.link-text {
  font-size: 18px;
  padding: 15px;
}

.gnavi ul li a:hover, .component-3376-1555 .gnavi.highlight-current-page ul li a.current-page {
  color: #555;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #5081A5;
}

/**　バナー　**/

.component-1121-1088 #banner ul {
  border: 0px;
}

.component-1121-1088 #banner ul li a:hover {
  opacity: 0.5;
}

#banner ul li {
  padding: 0px 10px 1px 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.component-1121-1088 #banner ul li a.link-image {
    margin-bottom: 3px;
}

#banner ul li img {
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

@media (max-width: 767px) {
  #banner ul li img {
    max-width: 260px;
  }
}

#banner ul li a.link-text {
    padding: 15px;
    background-color: #5081A5;
    color: white;
    font-weight: bold;
    text-align: :center;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    border-bottom: solid 3px #54c8e8;
}

#banner ul li a.link-text a {
}

.component-3512-1676 .logininfoLink a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  background-color: #5081A5;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.30);
  border-bottom: solid 3px #00AEEF;
}

.component-3512-1676 .logininfoLink {
    margin: 5px;
}

.component-3512-1676 .logininfo-main1 {
    margin: 5px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
}

.component-3512-1676 .logininfo {
    display: flex;
    flex-direction: column;
    padding: 0px 2px;
    border-radius: 3px;
    line-height: 150%;
    font-size: 90%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    background-color: #F9F9FA;
    margin: 0px;
}
.component-3512-1676 .logininfo-main3 {
    display: none;
}


/** パンくずリスト **/
#breadcrumb p {
  font-size: 9px;
}

/** コンテンツ **/
#contents-left {
  margin-bottom: 20px;
}

/** 新着 **/

.realEstate-list a:hover {
  opacity: 0.5;
}

.component-1283-1164 .repeat-fileLink a:hover {
    float: left;
    opacity: 0.5;
}

/** 物件一覧ページ 既存ファイルには反映済**/
.component-3134-1451 .realEstate-list {
  width: 260px;
  height: 350px;
  background-color: #F9F9FA;
  padding: 5px 0px 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.realEstate-list {
    width: 260px;
    height: 360px;
    background-color: #F9F9FA;
    padding: 5px 0px 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.component-1089-1273 .autoListSearch .btn input:hover {
   opacity: 0.5;
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}

.component-3134-1451 .realEstate-list-image :hover {
}

.realEstate-list :hover {
 -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.realEstate-list-labelImage-scope {
    height: 43px;
}

.realEstate-list-labelImage {
    margin: 1px;
}

/** フッタ **/

#footer-wrapper {
  position: absolute;
  margin-top: 20px;
  bottom: 0px;
  background-color: #5081A5;
}
.component-3499-1667 #footer-menu {
  padding-bottom: 5px;
  border-top-width: 2px;
  border-top-color: #5081A5;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

.component-3499-1667 #footer-inner #footer-msg-img {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  right: 15px;
}

.component-3499-1667 #footer-inner #footer-copyright {
  width: 982px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

/** フッター **/

.component-3499-1667 #page-top a {
  background: #5081A5;
}

.component-3499-1667 .footer .fnavi ul li a {
  color: #fff;
}
.component-3499-1667 .footer .copyright {
  padding-top: 10px;
  color: #fff;
}


/** ページ閲覧声援メッセージ **/
.nexlink-restrict {
  overflow: hidden;
  background-color:#f8fbf8;
  position: fixed;
  padding: 15px;
  bottom: 10px;
  left: 100px;
  right: 400px;
  font-size: 12px;
  border-radius: 5px;
  transform: translateX(0);
  border: 2px solid #949495;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
/** デザインフレーム **/
/** ログイン **/
.component-3405-1584 #login-header {
  border-bottom:1px solid #CCCCCC;
  border-left: 6px solid #5081A5;
  border-radius: 3px;
  font-weight: bold;
}

.component-3405-1584 #login-reminder h2 {
  border-left: 4px solid #5081A5;
  border-bottom: 0px;
  border-radius: 3px;
}

/** パスワード再発行 **/
.component-3406-1585 #reminder-title, .component-3406-1585 #reminder-title-confirm, .component-3406-1585 #reminder-title-submit {
  border-bottom-color: #CCCCCC;
  border-left-color: #5081A5;
}

/** パスワード変更 **/
.component-3407-1586 #editPassword-title {
  border-bottom-color: #CCCCCC;
  border-left-color: #5081A5;
}

/** 配信停止受付 **/
.component-1141-1099 #mps-title, .component-1141-1099 #mps-title-confirm, .component-1141-1099 #mps-title-submit, .component-1141-1099 #mps-title-complete{
  border-bottom-color: #CCCCCC;
  border-left-color: #5081A5;
}

/** ユーザ¼æ¬çÂ»Ã©ÂÂ² **/
.component-1139-1097 #verify-title, .component-1139-1097 #verify-title-submit {
  border-bottom-color: #CCCCCC;
  border-left-color: #5081A5;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  
}

/** Ã£ÂÂ¨Ã£ÂÂ³Ã£ÂÂÃ£ÂÂªÃ£ÂÂ¼Ã£ÂÂÃ£ÂÂ©Ã£ÂÂ¼Ã£ÂÂ  **/
.component-3353-1534 .entry-title, .component-3353-1534 .entry-title-confirm, .component-3353-1534 .entry-title-submit {
  border-bottom-color: #CCCCCC;
  border-left-color: #5081A5;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.component-3353-1534 .entry-question-query {
  border-left-color: #5081A5;
  border-radius: 3px;
}

/* navbar collapse for bootstrap 1200pxÃ¤Â»Â¥Ã¤Â¸ÂÃ£ÂÂ¯Ã£ÂÂÃ£ÂÂÃ£ÂÂÃ£ÂÂ¼Ã£ÂÂ« */
@media (max-width: 1200px) {
  body {
    margin-bottom: 160px;
  }

  .component-1053-1040 #header #header-logo-image {
    margin-bottom: 0px;
  }

  .component-1053-1040 #header #header-logo-image2 {
    margin-top: 0px;
  }
}

/** ã­ã°ã¤ã³ããã¼ **/

@media (max-width: 767px) {
  #banner ul li img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .component-3512-1676 .logininfo {
    max-width: 250px;
    text-align: :center;
    margin-left: auto;
    margin-right: auto;
  }
  .component-3512-1676 .logininfoLink a {
    max-width: 250px;
  }
   #banner ul li a.link-text {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
