@charset "utf-8";



/* =================================================================
    グローバルナビゲーション
================================================================= */


#g_navi {
  display: none;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
#g_navi ul {
  overflow: hidden;
  zoom: 1;
  margin: 10px 0 0 0;
  border-top: solid 1px #D6CEB6;
}
#g_navi li {
  font-size: 88%;
  line-height: 150%;
  border-bottom: solid 1px #F4F3EA;
  text-align: center;
}
#g_navi li:last-child {
  border: none;
}
#g_navi li a {
  display: block;
  padding: 14px 0;
  border-bottom: solid 1px #D6CEB6;
}
#g_navi li:first-child a {
  border-top: solid 1px #F4F3EA;
}
#g_navi li:last-child a {
  border: none;
}

#g_navi li a:hover {
  background-color: #F4F3EA;
}






@media print, screen and (min-width: 1000px) {

  #g_navi {
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
  }
  #g_navi ul {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: auto;
  }
  #g_navi li {
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
  }
  #g_navi li a {
    height: 40px;
    text-decoration: none;
    padding: 0;
    border: none;
    background-color: none;
  }

  #g_navi li:first-child a {
    border-top: none;
  }



  /* HOME */

  #menu-item-43 a:link,
  #menu-item-43 a:visited {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left top;
  }
  #menu-item-43 a:hover {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left bottom;
  }

  #menu-item-43.current-menu-item a {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left bottom;
  }



  /* 施設概要 */

  #menu-item-42 a:link,
  #menu-item-42 a:visited {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left top;
  }
  #menu-item-42 a:hover {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left bottom;
  }
  #menu-item-42.current-menu-item a {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left bottom;
  }


  /* ショップ＆レストラン */

  #menu-item-41 a:link,
  #menu-item-41 a:visited {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left top;
  }
  #menu-item-41 a:hover {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left bottom;
  }
  #menu-item-41.current-menu-item a,
  #menu-item-41.current-page-ancestor a {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left bottom;
  }


  /* アクセス */

  #menu-item-40 a:link,
  #menu-item-40 a:visited {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left top;
  }
  #menu-item-40 a:hover {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left bottom;
  }
  #menu-item-40.current-menu-item a {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left bottom;
  }


  /* ニュース */

  #menu-item-39 a:link,
  #menu-item-39 a:visited {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left top;
  }
  #menu-item-39 a:hover {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left bottom;
  }
  #menu-item-39.current-menu-item a,
  #menu-item-39.current-menu-parent a,
  .date #menu-item-39 a {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left bottom;
  }




}



/* =================================================================
    テナントナビゲーション
================================================================= */



@media print, screen and (min-width: 769px) {


  #tenant_navi {
    width: 26%;
    float: left;
  }

}


#tenant_navi h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 100%;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 1px 0;
  padding: 10px 10px;
  background: #A38D7A;
}


#tenant_navi_s_r {
  margin: 0 0 10px 0;
}
#tenant_navi_s_r li {
  margin: 0 0 1px 0;
  position: relative;
}
#tenant_navi_s_r li span {
  display: block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 4px;
  order: -1;
}


#tenant_navi_s_r li a {
  display: grid;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px 15px;
  text-decoration: none;
  background: #BAAA9B;
  line-height: 1.6;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
}
#tenant_navi_s_r li a:hover {
  background: #EBE7E2;
}
#tenant_navi_hotel li a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  background: #BAAA9B;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
}
#tenant_navi_hotel li a:hover {
  background: #EBE7E2;
}

/* カレント */
#tenant_navi_s_r li.current-menu-item a {
  background: #EBE7E2;
}
@charset "UTF-8";
/* =================================================================================


    TOPページ


================================================================================= */
#index h2 {
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px 0 0 0;
}

#index h2 img {
  width: 396px;
}

#index_tenant {
  background: url(../img/index/bg_s_r.png) repeat left top;
  width: 86%;
  margin: 0 auto 20px;
  padding: 4%;
}

#index_tenant h3 {
  margin: 0 0 20px 0;
}

#index_tenant_list {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2 , minmax(0 , 1fr));
  gap: 8px;
}

#index_tenant_list a {
  text-decoration: none;
}

#index_tenant_list .loop {
  position: relative;
}

#index_tenant_list .name {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
  padding: 10px 0 0 0;
}

@media print, screen and (min-width: 481px) {
  #index h2 {
    width: 100%;
    margin: 0 auto 10%;
    padding: 10% 0 0 0;
    /* text-align: center; */
  }
  #index_tenant_list {
    grid-template-columns: repeat(3 , minmax(0 , 1fr));
  }
}
@media print, screen and (min-width: 769px) {
  #index h2 {
    width: 100%;
    margin: 0 0 20%;
    /* padding: 8% 0 0 4%; */
    text-align: left;
  }
  #index_tenant {
    width: 100%;
    padding: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index_tenant_list {
    grid-template-columns: repeat(8 , minmax(0 , 1fr));
  }
}
/* =======================================================================
  アニバーサリー
======================================================================= */
a#anniversary_5th {
  width: 85%;
  display: block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin: 0 auto 10%;
  padding: 70px 5% 20px;
  background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgba(128, 97, 59, 0.9);
  background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
  background-size: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a#anniversary_5th:hover {
  background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgb(128, 97, 59);
  background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
  background-size: 50px;
}

#anniversary_5th .text01 {
  margin: 0 0 10px 0;
}

@media print, screen and (min-width: 481px) {
  a#anniversary_5th {
    text-align: center;
    margin: 0 auto 6%;
    background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgba(128, 97, 59, 0.9);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
    background-size: 50px;
    text-decoration: none;
  }
  a#anniversary_5th:hover {
    background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgb(128, 97, 59);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
    background-size: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  a#anniversary_5th {
    width: 40%;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10%;
    padding: 20px 2% 20px 14%;
    background: url(../img/index/5th_anniversary.png) no-repeat 4% center rgba(128, 97, 59, 0.9);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat 4% center #80613B \9 ;
    background-size: 90px;
    text-decoration: none;
  }
  a#anniversary_5th:hover {
    background: url(../img/index/5th_anniversary.png) no-repeat 4% center rgb(128, 97, 59);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat 4% center #80613B \9 ;
    background-size: 90px;
  }
}
/* =================================================================================


    施設概要


================================================================================= */
#facilities_con01 {
  overflow: hidden;
  zoom: 1;
  border-bottom: 5px solid #efece9;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#facilities_con01_left {
  margin: 0 0 20px 0;
}

#facilities_con01_right h3 {
  margin: 0 0 20px 0;
}

#facilities_con01_right p {
  font-size: 82%;
  line-height: 150%;
}

#facilities_con02 {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

#facilities_con02_left {
  margin: 0 0 20px 0;
}

#facilities_con02_left h3 {
  margin: 0 0 20px 0;
}

#facilities_con02_left p {
  font-size: 82%;
  line-height: 150%;
}

@media print, screen and (min-width: 481px) {
  #facilities_con01_left {
    float: left;
    width: 49%;
    margin: 0;
  }
  #facilities_con01_right {
    float: right;
    width: 44%;
  }
  #facilities_con02_left {
    float: left;
    width: 45%;
    margin: 0;
  }
  #facilities_con02_left_p01 {
    text-align: center;
  }
  #facilities_con02_right {
    float: right;
    width: 47.5%;
  }
}
/* =================================================================================


    アクセス


================================================================================= */
#access a:link,
#access a:visited {
  color: #a77234;
}

#access a:hover {
  color: #a77234;
  text-decoration: underline;
}

#access h3 {
  margin: 0 0 20px 0;
}

#access_con01 p,
#access_con02 p {
  font-size: 82%;
  line-height: 180%;
}

#access_con01 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 5px #efece9;
}

/* お車でお越しの方
----------------------------------------------- */
#access_car {
  margin: 0 0 30px 0;
}

#access_car .map {
  margin: 0 0 16px 0;
}

#access_car .up {
  float: right;
  margin: 4px 0 20px 0;
  padding: 0 0 0 10px;
  background: url(../img/access/list_01.jpg) no-repeat left center;
}

#access_car .btn {
  float: left;
  margin: 4px 0 20px 0;
}

/* 電車でお越しの方
----------------------------------------------- */
#access_train .map {
  margin: 0 0 20px 0;
}

#access_train .up {
  margin: 0 0 20px 0;
  padding: 0 10% 0 10px;
  background: url(../img/access/list_01.jpg) no-repeat left center;
}

/* 住所　印刷用ページボタン
----------------------------------------------- */
#access_con02 {
  padding: 0 0 0 2%;
}

#access_con02 h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

#access_con02 .print_link {
  display: none;
}

@media print, screen and (min-width: 481px) {
  #access_car {
    float: right;
    width: 45%;
    padding: 0 2% 0 0;
    margin: 0;
  }
  #access_train {
    float: left;
    width: 42%;
    margin: 0;
    padding: 0 2%;
    border-right: dotted 1px #685a4d;
  }
  #access_train .up {
    float: right;
    margin: 0 0 20px 0;
    padding: 0 10% 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #access_con02 .print_link {
    display: block;
    margin: 15px 0 0 0;
  }
}
/* =================================================================================


    ショップ&レストラン


================================================================================= */
#s_r {
  overflow: hidden;
  zoom: 1;
}

#s_r_main {
  margin: 0 0 50px 0;
}

#s_r_main a {
  color: #a87235;
}

@media print, screen and (min-width: 769px) {
  #s_r_main {
    width: 68%;
    float: right;
    margin: 0;
  }
}
.s_r_floor {
  overflow: hidden;
  zoom: 1;
  border-bottom: dotted 1px #685a4d;
  margin: 0 0 30px 0;
}

#s_r_floor_4f {
  background: url(../img/s_r/floor_4f.jpg) no-repeat left top;
}

#s_r_floor_2f {
  background: url(../img/s_r/floor_2f.jpg) no-repeat left top;
}

#s_r_floor_1f {
  background: url(../img/s_r/floor_1f.jpg) no-repeat left top;
}

#s_r_floor_b1f {
  background: url(../img/s_r/floor_b1f.jpg) no-repeat left top;
}

#s_r_floor_b2f {
  background: url(../img/s_r/floor_b2f.jpg) no-repeat left top;
  border-bottom: solid 5px #efece9;
  margin: 0 0 10px 0;
}

/* 高解像度用メディアクエリー */
@media print, screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #s_r_floor_2f {
    background: url(../img/s_r/floor_2f@2x.jpg) no-repeat left top;
    background-size: 40px 30px;
  }
  #s_r_floor_1f {
    background: url(../img/s_r/floor_1f@2x.jpg) no-repeat left top;
    background-size: 38px 30px;
  }
  #s_r_floor_b1f {
    background: url(../img/s_r/floor_b1f@2x.jpg) no-repeat left top;
    background-size: 70px 30px;
  }
  #s_r_floor_b2f {
    background: url(../img/s_r/floor_b2f@2x.jpg) no-repeat left top;
    background-size: 70px 30px;
    border-bottom: solid 5px #efece9;
    margin: 0 0 10px 0;
  }
}
/* 各店舗名
----------------------------------------------- */
.s_r_floor_list {
  padding: 30px 0 0 0;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_list {
    width: 56%;
    padding: 80px 0 0 0;
  }
}
.s_r_floor_list h3 {
  font-size: 88%;
  font-weight: bold;
  padding: 0 0 15px 40px;
  line-height: 1.6;
}

.s_r_floor_list .no01 {
  background: url(../img/s_r/floor_list_01.jpg) no-repeat left top;
}

.s_r_floor_list .no02 {
  background: url(../img/s_r/floor_list_02.jpg) no-repeat left top;
}

.s_r_floor_list .no03 {
  background: url(../img/s_r/floor_list_03.jpg) no-repeat left top;
}

.s_r_floor_list .no04 {
  background: url(../img/s_r/floor_list_04.jpg) no-repeat left top;
}

.s_r_floor_list .no05 {
  background: url(../img/s_r/floor_list_05.jpg) no-repeat left top;
}

.s_r_floor_list .no06 {
  background: url(../img/s_r/floor_list_06.jpg) no-repeat left top;
}

.s_r_floor_list .no07 {
  background: url(../img/s_r/floor_list_07.jpg) no-repeat left top;
}

.s_r_floor_list p {
  line-height: 150%;
  font-size: 82%;
  padding: 0 0 0 40px;
  margin: 0 0 40px 0;
}

/* フロアマップ
----------------------------------------------- */
.s_r_floor_map {
  width: 90%;
  padding: 50px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_map {
    width: inherit;
    float: right;
    text-align: right;
    margin: 0 0 0 4%;
    padding: 40px 0 30px 0;
  }
}
.s_r_floor_access {
  padding-top: 70px;
  line-height: 1.6;
  font-size: 82%;
  margin-left: 1em;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_access {
    width: inherit;
    float: right;
    margin-left: 4%;
    padding-top: 80px;
  }
}
/* フロアマップ アイコン
----------------------------------------------- */
#s_r_floor_ico {
  overflow: hidden;
  zoom: 1;
  clear: both;
}

#s_r_floor_ico ul li {
  float: left;
  padding: 0 20px 0 0;
}

#s_r_floor_ico ul li:last-child {
  padding: 0;
}

@media print, screen and (min-width: 481px) {
  #s_r_floor_ico ul {
    float: right;
  }
  #s_r_floor_ico ul li {
    float: left;
    padding: 0 40px 0 0;
  }
  #s_r_floor_ico ul li:last-child {
    padding: 0;
  }
}
/* =================================================================
    各テナント
================================================================= */
#s_r_tenant_con01 {
  overflow: hidden;
  zoom: 1;
  border-bottom: dotted 1px #685a4d;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}

#s_r_tenant_con01 h3 {
  margin: 0 0 20px 0;
}

.floor-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #66451f;
}

.floor-title .f-text {
  font-size: 32px;
}

/* テナントイメージ
----------------------------------------------- */
#s_r_tenant_image {
  margin: 0 0 20px 0;
}

#s_r_tenant_image li {
  margin: 0 0 10px 0;
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  #s_r_tenant_image {
    float: left;
    width: 38%;
    margin: 0;
  }
}
/* テナント詳細情報
----------------------------------------------- */
@media print, screen and (min-width: 481px) {
  #s_r_tenant_details {
    float: right;
    width: 56%;
  }
}
#s_r_tenant_details h4 {
  margin: 0 0 10px 0;
}

#s_r_tenant_details p {
  font-size: 82%;
  line-height: 150%;
}

#s_r_tenant_details .p01 {
  color: #8b7561;
  margin: 0 0 30px 0;
}

#s_r_tenant_details .p02 {
  margin: 0 0 50px 0;
}

#s_r_tenant_details .p03 {
  margin: 0 0 30px 0;
}

#s_r_tenant_details .p04 {
  margin: 0 0 20px 0;
  line-height: 180%;
}

#s_r_tenant_details .link {
  background: url(../img/s_r/list_01.jpg) no-repeat left center;
  padding: 0 0 0 12px;
}

/* テナント フロアマップ
----------------------------------------------- */
#s_r_tenant_con02 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 5px #efece9;
}

#s_r_tenant_con02 .explanation {
  margin: 0 0 20px 0;
}

#s_r_tenant_con02 .explanation h3 {
  margin: 0 0 30px 0;
}

#s_r_tenant_con02 .explanation p {
  font-size: 82%;
  line-height: 180%;
}

#s_r_tenant_con02 .floor_map {
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  #s_r_tenant_con02 .explanation {
    float: left;
    width: 56%;
    margin: 0;
  }
  #s_r_tenant_con02 .floor_map {
    float: right;
    width: 40%;
    text-align: right;
  }
}
/* =================================================================================


    ニュース


================================================================================= */
#news {
  overflow: hidden;
  zoom: 1;
}

.news-main__title {
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #efece9;
}

@media print, screen and (min-width: 481px) {
  .news-main__title img {
    width: 84%;
  }
}
@media print, screen and (min-width: 481px) {
  #side {
    float: left;
    width: 22%;
  }
  #news_main {
    width: 74%;
    float: right;
  }
}
/* =================================================================
    共通
================================================================= */
.post_head {
  margin: 0 0 10px 0;
}

.post_entry_title {
  line-height: 1.5;
  font-weight: bold;
  color: #a87235;
  font-size: 1.2em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 481px) {
  .post_entry_title {
    font-size: 1.5em;
  }
}
.post_entry_title a {
  color: #a87235;
}

.post_meta {
  margin: 0 0 20px 0;
}

.post_meta::after {
  content: "";
  display: block;
  clear: both;
}

.post_term {
  color: #a87235;
  border: solid 1px #a87235;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  font-size: 82%;
  display: inline-block;
}

.post_date {
  display: inline-block;
  font-size: 82%;
  color: #796553;
  padding: 5px 0 3px 20px;
  background: url(../img/news/ico_01.jpg) left center no-repeat;
}

/* =================================================================
    アーカイブ
================================================================= */
.news_list {
  clear: both;
  overflow: hidden;
  zoom: 1;
  border-bottom: solid 5px #efece9;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

.news_list_contents {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.news_list_contents .thumbnail {
  margin: 0 0 10px 0;
  /* border: 1px solid #c8bbac; */
}

.news_list_post {
  font-size: 82%;
  line-height: 180%;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 481px) {
  .news_list {
    margin: 0 0 50px 0;
  }
  .news_list_contents .thumbnail {
    float: right;
    width: 30%;
    margin: 0 0 0 5%;
  }
  .news_list_post {
    font-size: 82%;
    line-height: 180%;
    margin-bottom: 20px;
  }
  .news_list_contents .btn {
    text-align: right;
  }
}
/* =================================================================
    詳細
================================================================= */
.news_details .thumbnail {
  clear: both;
  width: 99%;
  margin: 0 0 30px 0;
}

/* .news_details .thumbnail img {
  border: 1px solid #c8bbac;
} */
.news_details_contents {
  overflow: hidden;
  zoom: 1;
  font-size: 87.5%;
  border-bottom: solid 5px #efece9;
  margin-bottom: 20px;
  padding-bottom: 40px;
  line-height: 2;
}
@media print, screen and (min-width: 744px) {
  .news_details_contents {
    font-size: 100%;
    padding-bottom: 80px;
  }
}

/* リンク装飾 */
.news_details_contents a:link,
.news_details_contents a:visited {
  text-decoration: underline;
}

.news_details_contents a:hover {
  text-decoration: none;
}

.news_details_adjacent {
  overflow: hidden;
  zoom: 1;
  font-size: 82%;
}

.news_details_adjacent .left {
  float: left;
  padding: 10px 0 0 0;
}

.news_details_adjacent .right {
  float: right;
  padding: 10px 0 0 0;
}

.news_details_adjacent .center {
  clear: both;
  text-align: center;
  padding: 15px 0 0 0;
}

@media print, screen and (min-width: 769px) {
  .news_details_head h4 {
    float: left;
    margin: 0;
  }
  .news_details_head .date {
    float: right;
  }
  .news_details_adjacent {
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 30px;
  }
  .news_details_adjacent .center {
    position: absolute;
    top: 0;
    left: 38%;
    padding: 0;
  }
}
/* =================================================================
    サイドバー
================================================================= */
#news_archive {
  padding: 20px 0 0 0;
}

#news_archive h3 {
  margin: 0 0 10px 0;
}

#news_archive ul li {
  font-size: 82%;
  line-height: 150%;
  background: url(../img/news/list_01.jpg) no-repeat left center;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}

#news_archive ul li a:link,
#news_archive ul li a:visited {
  text-decoration: none;
}

#news_archive ul li a:hover {
  text-decoration: underline;
}
@charset "UTF-8";
/* =================================================================
  wordpress ビュジュアルエディタ用クラス
================================================================= */
.post_entry_body img.centered {
  display: block;
  margin: 0 auto;
}

.post_entry_body .aligncenter {
  display: block;
  margin: 0 auto;
}

.post_entry_body .alignleft {
  float: left;
}

.post_entry_body .alignright {
  float: right;
}

.post_entry_body ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
}

.post_entry_body ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}

.post_entry_body strong {
  font-weight: bold !important;
}

.post_entry_body h2 {
  font-weight: bold;
  font-size: 1.5em;
  margin: 3em 0 1em;
  border-bottom: 1px solid #a38d7a;
  color: #66451f;
}
.post_entry_body h2 + h3 {
  margin: 1em 0;
}
.post_entry_body h2 + p {
  margin-top: 1em;
}
.post_entry_body h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 3em 0 1em;
  color: #66451f;
}
.post_entry_body h3 + h4 {
  margin: 1em 0;
}
.post_entry_body h3 + p {
  margin-top: 1em;
}
.post_entry_body h4 {
  position: relative;
  margin: 3em 0 1em;
  font-size: 1em;
  font-weight: bold;
  color: #66451f;
}
.post_entry_body h4 + p {
  margin-top: 1em;
}
.post_entry_body h5 {
  position: relative;
  margin: 3em 0 1rem;
  font-weight: bold;
}
.post_entry_body h5 + p {
  margin-top: 1em;
}
.post_entry_body p {
  margin-top: 1.5em;
}
.post_entry_body .wp-block-image {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.post_entry_body figure.aligncenter figcaption {
  text-align: center;
}

/* =================================================================

		wp-pagenavi

================================================================= */
.wp-pagenavi {
  clear: both;
  display: block;
  font-size: 12px;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
  display: inline-block;
  background: none repeat scroll 0 0 #fcfcfc;
  border: 1px solid #a38d7a;
  color: #796553;
  margin: 3px;
  padding: 10px;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  display: inline-block;
  border: 1px solid #a38d7a;
  color: #fff;
  background: none repeat scroll 0 0 #a38d7a;
}

.wp-pagenavi span.pages {
  display: inline-block;
  color: #796553;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 3px;
  padding: 10px;
}

.wp-pagenavi span.current {
  display: inline-block;
  background: none repeat scroll 0 0 #a38d7a;
  border: 1px solid #a38d7a;
  color: #fff;
  font-weight: bold;
  margin: 3px;
  padding: 10px;
  text-decoration: none;
}

.wp-pagenavi span.extend {
  display: inline-block;
  background: none repeat scroll 0 0 #fcfcfc;
  margin: 3px;
  padding: 10px 2px;
  text-decoration: none;
  color: #796553;
}
@charset "utf-8";

/* =================================================================
		cssセット
================================================================= */

a {
  text-decoration: none;
  color: #271300;
}
a:hover {
  text-decoration: underline;
}


/* ツール
----------------------------------------------- */

.hidden { visibility: hidden;}
.none { display: none;}
.block { display: block;}
.inline { display: inline;}
.clear { clear: both;}
.clearoverflow {
  overflow: hidden;
  zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}



/* テキスト整列
----------------------------------------------- */

.aline_l {
	text-align: left;
}
.aline_c {
	text-align: center;
}
.aline_r {
	text-align: right;
}


/* フロート関連
----------------------------------------------- */

.float_l {
	float:left;
}
.float_r {
	float:right;
}

/* clearfix
----------------------------------------------- */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* フォントカラー
----------------------------------------------- */

.font_red{
	color: #CC0000;
}
.font_blue{
	color: #00F;
}
.font_green{
	color: #090;
}
.font_orange{
	color: #F60;
}
.font_pink{
	color: #F66;
}

/* フォント
----------------------------------------------- */

.font_bold { font-weight: bold !important;}

.font_size10 { font-size: 10px !important;}
.font_size11 { font-size: 11px !important;}
.font_size12 { font-size: 12px !important;}
.font_size13 { font-size: 13px !important;}
.font_size14 { font-size: 14px !important;}
.font_size15 { font-size: 15px !important;}
.font_size16 { font-size: 16px !important;}
.font_size17 { font-size: 17px !important;}
.font_size18 { font-size: 18px !important;}
.font_size19 { font-size: 19px !important;}
.font_size20 { font-size: 20px !important;}



/* テキストカーニング
----------------------------------------------- */

.letter_spacing_1em{
	letter-spacing: 1em;
}
* html .letter_spacing_1em{
	letter-spacing: 1em;
	margin-right: 1em;
}
.word_spacing_1em{
	word-spacing: 1em;
}




/* マージン
----------------------------------------------- */

/* マージン上余白 */

.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}

/* マージン右余白 */

.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mr60 { margin-right:60px !important;}

.mr1em { margin-right: 1em !important;}
.mr2em { margin-right: 2em !important;}
.mr3em { margin-right: 3em !important;}
.mr4em { margin-right: 4em !important;}
.mr5em { margin-right: 5em !important;}

/* マージン下余白 */

.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.mb1em { margin-bottom:1em !important;}
.mb2em { margin-bottom:2em !important;}
.mb3em { margin-bottom:3em !important;}
.mb4em { margin-bottom:4em !important;}
.mb5em { margin-bottom:5em !important;}

/* マージン左余白 */

.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.ml1em { margin-left:1em !important;}
.ml2em { margin-left:2em !important;}
.ml3em { margin-left:3em !important;}
.ml4em { margin-left:4em !important;}
.ml5em { margin-left:5em !important;}



/* パディング
----------------------------------------------- */

/* パディング上余白 */

.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}

/* パディング右余白 */

.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}

/* パディング下余白 */

.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}

/* パディング左余白 */

.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}



/* 横幅調整
----------------------------------------------- */
.w10 {width:10px !important;}
.w20 {width:20px !important;}
.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w90 {width:90px !important;}
.w95 {width:95px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w115 {width:115px !important;}
.w120 {width:120px !important;}
.w125 {width:125px !important;}
.w130 {width:130px !important;}
.w135 {width:135px !important;}
.w140 {width:140px !important;}
.w145 {width:145px !important;}
.w150 {width:150px !important;}
.w155 {width:155px !important;}
.w160 {width:160px !important;}
.w165 {width:165px !important;}
.w170 {width:170px !important;}
.w175 {width:175px !important;}
.w180 {width:180px !important;}
.w185 {width:185px !important;}
.w190 {width:190px !important;}
.w195 {width:195px !important;}
.w200 {width:200px !important;}
.w205 {width:205px !important;}
.w210 {width:210px !important;}
.w215 {width:215px !important;}
.w220 {width:220px !important;}
.w225 {width:225px !important;}
.w230 {width:230px !important;}
.w235 {width:235px !important;}
.w240 {width:240px !important;}
.w245 {width:245px !important;}
.w250 {width:250px !important;}
.w255 {width:255px !important;}
.w260 {width:260px !important;}
.w265 {width:265px !important;}
.w270 {width:270px !important;}
.w275 {width:275px !important;}
.w280 {width:280px !important;}
.w285 {width:285px !important;}
.w290 {width:290px !important;}
.w295 {width:295px !important;}
.w300 {width:300px !important;}
.w305 {width:305px !important;}
.w310 {width:310px !important;}
.w315 {width:315px !important;}
.w320 {width:320px !important;}
.w325 {width:325px !important;}
.w330 {width:330px !important;}
.w335 {width:335px !important;}
.w340 {width:340px !important;}
.w345 {width:345px !important;}
.w350 {width:350px !important;}
.w355 {width:355px !important;}
.w360 {width:360px !important;}
.w365 {width:365px !important;}
.w370 {width:370px !important;}
.w375 {width:375px !important;}
.w380 {width:380px !important;}
.w385 {width:385px !important;}
.w390 {width:390px !important;}
.w395 {width:395px !important;}
.w400 {width:400px !important;}
.w405 {width:405px !important;}
.w410 {width:410px !important;}
.w415 {width:415px !important;}
.w420 {width:420px !important;}
.w425 {width:425px !important;}
.w430 {width:430px !important;}
.w435 {width:435px !important;}
.w440 {width:440px !important;}
.w445 {width:445px !important;}
.w450 {width:450px !important;}
.w455 {width:455px !important;}
.w460 {width:460px !important;}
.w465 {width:465px !important;}
.w470 {width:470px !important;}
.w475 {width:475px !important;}
.w480 {width:480px !important;}
.w485 {width:485px !important;}
.w490 {width:490px !important;}
.w495 {width:495px !important;}
.w500 {width:500px !important;}
.w505 {width:505px !important;}
.w510 {width:510px !important;}
.w515 {width:515px !important;}
.w520 {width:520px !important;}
.w525 {width:525px !important;}
.w530 {width:530px !important;}
.w535 {width:535px !important;}
.w540 {width:540px !important;}
.w545 {width:545px !important;}
.w550 {width:550px !important;}
.w555 {width:555px !important;}
.w560 {width:560px !important;}
.w565 {width:565px !important;}
.w570 {width:570px !important;}
.w575 {width:575px !important;}
.w580 {width:580px !important;}
.w585 {width:585px !important;}
.w590 {width:590px !important;}
.w595 {width:595px !important;}
.w600 {width:600px !important;}
.w605 {width:605px !important;}
.w610 {width:610px !important;}
.w615 {width:615px !important;}
.w620 {width:620px !important;}
.w625 {width:625px !important;}
.w630 {width:630px !important;}
.w635 {width:635px !important;}
.w640 {width:640px !important;}
.w645 {width:645px !important;}
.w650 {width:650px !important;}
.w655 {width:655px !important;}
.w660 {width:660px !important;}
.w665 {width:665px !important;}
.w670 {width:670px !important;}
.w675 {width:675px !important;}
.w680 {width:680px !important;}
.w685 {width:685px !important;}
.w690 {width:690px !important;}
.w695 {width:695px !important;}
.w700 {width:700px !important;}
.w705 {width:705px !important;}
.w710 {width:710px !important;}
.w720 {width:720px !important;}
.w730 {width:730px !important;}
.w740 {width:740px !important;}
.w750 {width:750px !important;}
.w760 {width:760px !important;}
.w770 {width:770px !important;}
.w780 {width:780px !important;}
.w790 {width:790px !important;}
.w800 {width:800px !important;}


.w10pct {width:10% !important;}
.w20pct {width:20% !important;}
.w30pct {width:30% !important;}
.w40pct {width:40% !important;}
.w50pct {width:50% !important;}
.w60pct {width:60% !important;}
.w70pct {width:70% !important;}
.w80pct {width:80% !important;}
.w90pct {width:90% !important;}
.w100pct {width:100% !important;}


/* ※　←注意書きの2行目以降のスペース
----------------------------------------------- */
.attention_text  {
	margin-left: 1em;
	text-indent: -1em;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	/* [disabled]display: block; */
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #887D72;
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 6px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 12px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #887D72;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #887D72;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 7px solid #887D72;
	top: -7px;
}
#powerTip.w:before {
	border-left: 10px solid #887D72;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #887D72;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #887D72;
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #887D72;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #887D72;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}
@charset "utf-8";

/* =================================================================

  table

================================================================= */

.c-table-primary {
  width: 100%;
}
.c-table-primary th ,
.c-table-primary td {
  border: solid 1px #DED5CC;
  padding: 1em;
}
.c-table-primary th  {
  background: #F5F2EF;
  text-align: left;
}