@charset "UTF-8";
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -22px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/resources/img/top/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #F5F5F5;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2) inset;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E99337;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(/resources/img/top/controls.png) no-repeat 0 -30px;
}

.page_sapa .bx-wrapper .bx-prev {
  background: url(/resources/img/sapa/controls.png) no-repeat 0 -30px;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(/resources/img/top/controls.png) no-repeat -43px -30px;
}

.page_sapa .bx-wrapper .bx-next {
  background: url(/resources/img/sapa/controls.png) no-repeat -43px -30px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: -30px;
  outline: 0;
  width: 25px;
  height: 30px;
  text-indent: -9999px;
  /*z-index: 9999;*/
	z-index: 9990;/*20150424 szk*/
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/resources/img/top/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/resources/img/top/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bxslider {
  margin: 0;
  padding: 0;
}
.bxslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bxslider li img {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 共通スタイル
======================================================= */
/* 背景 */
.contents .cont_road {
  margin: -20px -10px 0 -10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.page_home .contents .cont_road {
  padding-bottom: 81px;
  background: #dcf8fe url(/resources/img/top/s_bg_road.png) no-repeat left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.page_trafic .contents .cont_road {
  padding-bottom: 69px;
  background: #dcf8fe url(/resources/img/traffic/s_bg_road.png) no-repeat left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.page_sapa .contents .cont_road {
  padding-bottom: 69px;
  background: #dcf8fe url(/resources/img/sapa/s_bg_road.png) no-repeat left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.page_trip .contents .cont_road {
  padding-bottom: 69px;
  background: #dcf8fe url(/resources/img/trip/s_bg_road.png) no-repeat left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.page_otoku .contents .cont_road {
  padding-bottom: 69px;
  background: #dcf8fe url(/resources/img/otoku/s_bg_road.png) no-repeat left bottom;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

/* h1 */
.contents .cont_h1 {
  margin-top: 0;
  padding: 8px 10px;
  border-bottom: 1px solid #DDD;
  background-color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}

.page_home .contents .cont_h1 {
  border-top: 2px solid #3da414;
  color: #3da414;
}

.page_trafic .contents .cont_h1 {
  border-top: 2px solid #1c83bf;
  color: #1c83bf;
}

.page_sapa .contents .cont_h1 {
  border-top: 2px solid #9cb71e;
  color: #9cb71e;
}

.page_trip .contents .cont_h1 {
  border-top: 2px solid #c0a61d;
  color: #c0a61d;
}

.page_otoku .contents .cont_h1 {
  border-top: 2px solid #e3594e;
  color: #e3594e;
}

/* スライダーエリア */
.contents .cont_slider_box {
  padding: 4px 4px 0 4px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  border: 1px solid #CCC;
  border-radius: 6px;
  background-color: #FFF;
  line-height: 1;
}
.contents .cont_slider_box .cont_slider_box-head {
  margin-top: 0;
  margin-bottom: 4px;
  padding: 10px 6px;
  background-color: #3da414;
  color: #FFF;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
}
.contents .cont_slider_area {
  margin: 10px -10px 0 -10px;
  padding: 10px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.contents .cont_slider_area .bx-wrapper {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.contents .cont_slider_area .bx-wrapper .bx-controls-direction a {
  bottom: 50%;
  width: 37px;
  height: 64px;
  margin-bottom: -32px;
  opacity: 0.8;
  border: 1px solid #B6B6B6;
  -webkit-box-shadow: 0 0 2px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0 0 2px rgba(102, 102, 102, 0.75);
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.75);
}
.contents .cont_slider_area .bx-wrapper .bx-prev {
  left: -20px;
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: white url(/resources/img/sapa/controls.png) no-repeat 0 -13px;
}
.contents .cont_slider_area .bx-wrapper .bx-next {
  right: -20px;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: white url(/resources/img/sapa/controls.png) no-repeat -33px -13px;
}
.contents .cont_slider_area .bx-wrapper .bx-pager,
.contents .cont_slider_area .bx-wrapper .bx-controls-auto {
  bottom: -25px;
}

.page_sapa .contents .cont_slider_box .cont_slider_box-head {
  background-color: #9cb71e;
}

/* 重要なお知らせ  */
.contents .cont_attention {
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background-color: #FFF;
}
.contents .cont_attention h2 {
  margin-top: 0;
  padding-left: 23px;
  color: red;
  background: url(/resources/img/common/icn_attention.png) no-repeat 0 50%;
}
.contents .cont_attention h3 {
  margin-top: 8px;
  font-size: 85.7%;
}
.contents .cont_attention p {
  margin-top: 8px;
}

/* お知らせエリア */
.contents .cont_info_area {
  margin: 0 -10px;
  padding: 10px;
}

.page_home .contents .cont_info_area {
  background-color: #88B875;
}

.page_trafic .contents .cont_info_area {
  background-color: #95CFE5;
}

.page_sapa .contents .cont_info_area {
  background-color: #BED068;
}

.page_trip .contents .cont_info_area {
  background-color: #EFDC60;
}

.page_otoku .contents .cont_info_area {
  background-color: #F79DA5;
}

/* お知らせ */
.contents .cont_info_box {
  padding-bottom: 10px;
  background-color: #FFF;
  border-radius: 6px;
}
.contents .cont_info_box h2 {
  margin-top: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #3da414;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #3da414;
  font-size: 16px;
  line-height: 22px;
}
.contents .cont_info_box h2 span {
  display: block;
  padding: 12px 10px 10px 38px;
  background: url(/resources/img/top/s_icn_h2_info.png) no-repeat 12px 50%;
  -webkit-background-size: 18px 22px;
  -moz-background-size: 18px 22px;
  background-size: 18px 22px;
}
.contents .cont_info_box h2.cont_info_box-recommend {
  color: #1E6218;
}
.contents .cont_info_box h2.cont_info_box-recommend span {
  background: url(/resources/img/top/s_icn_h2_recommend.png) no-repeat 10px 50%;
  -webkit-background-size: 21px 22px;
  -moz-background-size: 21px 22px;
  background-size: 21px 22px;
}
.contents .cont_info_box dl {
  margin: 15px 9px 0 9px;
  padding: 0;
  border-bottom: 1px dashed #CCC;
  font-size: 12px;
}
.contents .cont_info_box dt {
  margin: 0 0 10px 0;
  padding: 0;
  clear: left;
  float: left;
  width: 3.5em;
}
.contents .cont_info_box dd {
  margin: 0 0 10px 4.5em;
  padding: 0;
}
.contents .cont_info_box ul {
  margin: 10px 10px 0 10px;
  padding: 0;
  font-size: 12px;
  text-align: right;
}
.contents .cont_info_box li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.contents .cont_info_box .cont_info_box-rss {
  display: inline-block;
  padding-left: 20px;
  background: url(/resources/img/common/s_icn_rss.png) no-repeat 0 50%;
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  background-size: 15px 15px;
}

.page_trafic .contents .cont_info_box h2 {
  border-bottom: 1px solid #1c83bf;
  color: #1c83bf;
}
.page_trafic .contents .cont_info_box h2 span {
  background: url(/resources/img/traffic/s_icn_h2_info.png) no-repeat 10px 50%;
  -webkit-background-size: 18px 22px;
  -moz-background-size: 18px 22px;
  background-size: 18px 22px;
}

.page_trip .contents .cont_info_box h2 {
  border-bottom: 1px solid #c0a61d;
  color: #c0a61d;
}
.page_trip .contents .cont_info_box h2 span {
  background: url(/resources/img/trip/s_icn_h2_info.png) no-repeat 10px 50%;
  -webkit-background-size: 18px 22px;
  -moz-background-size: 18px 22px;
  background-size: 18px 22px;
}

.page_otoku .contents .cont_info_box h2 {
  border-bottom: 1px solid #e3594e;
  color: #e3594e;
}
.page_otoku .contents .cont_info_box h2 span {
  background: url(/resources/img/otoku/s_icn_h2_info.png) no-repeat 10px 50%;
  -webkit-background-size: 18px 22px;
  -moz-background-size: 18px 22px;
  background-size: 18px 22px;
}

/* 各種サービス */
.contents .cont_service {
  margin-top: 15px;
}
.contents .cont_service h2 {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #3da414;
  line-height: 1.2;
}
.contents .cont_service ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.contents .cont_service li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  position: relative;
  min-height: 45px;
  font-size: 12px;
}
.contents .cont_service .cont_service-photo {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 45px;
}
.contents .cont_service .cont_service-photo img {
  width: 100%;
  height: auto;
}
.contents .cont_service .cont_service-text {
  margin-left: 55px;
}
.contents .cont_service .cont_service-text h3 {
  margin-top: 0;
}
.contents .cont_service .cont_service-text p {
  margin-top: 0;
}

/* メインビジュアル */
.contents .cont_main_box {
  margin-top: 20px;
  padding: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.3);
  border: 1px solid #CCC;
  border-radius: 6px;
  background-color: #FFF;
}
.contents .cont_main_box h2 {
  margin-top: 0;
  margin-bottom: 4px;
  background-color: #3da414;
  color: #FFF;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.contents .cont_main_box h2 a {
  display: block;
  padding: 10px 6px;
  position: relative;
}
.contents .cont_main_box h2 a:link, .contents .cont_main_box h2 a:visited {
  color: #FFF;
}
.contents .cont_main_box h2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 6px;
  width: 14px;
  height: 11px;
  background: url(/resources/img/top/s_icn_arrow_w.png) no-repeat 0 0;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  background-size: 14px 11px;
}
.contents .cont_main_box .cont_main_box-body {
  padding: 0 5px 5px 5px;
}
.contents .cont_main_box h3 {
  margin-top: 10px;
  line-height: 1.2;
}
.contents .cont_main_box p {
  margin-top: 5px;
  font-size: 85.7%;
}

.page_trip .contents .cont_main_box h2 {
  background-color: #c0a61d;
}

.page_otoku .contents .cont_main_box h2 {
  background-color: #e3594e;
}
.page_otoku .contents .cont_main_box h2 span {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 10px;
  background-color: #FFD0CD;
  color: #e3594e;
  border-radius: 3px;
  font-size: 85.7%;
}

/* 公式Facebook,twitter */
.contents .cont_social {
  margin-top: 10px;
  border-top: 1px solid #CCC;
}
.contents .cont_social ul {
  margin: 14px 0 0 0;
  padding: 0;
  position: relative;
}
.contents .cont_social ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  border-top: 1px solid #FFF;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, white 80%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(80%, white));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, white 80%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
}
.contents .cont_social li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #CCC;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  min-height: 60px;
  position: relative;
}
.contents .cont_social .cont_social-photo {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 60px;
}
.contents .cont_social .cont_social-photo img {
  width: 100%;
  height: auto;
}
.contents .cont_social .cont_social-text {
  margin-left: 70px;
}
.contents .cont_social .cont_social-text h2 {
  margin-top: 0;
  line-height: 1.2;
}
.contents .cont_social .cont_social-text h2 span {
  font-size: 85.7%;
}
.contents .cont_social .cont_social-text p {
  margin-top: 5px;
  font-size: 85.7%;
}

/* 個別スタイル
======================================================= */
/* ---トップ ---*/
/* 下層リンク */
.page_home .contents .cont_index_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  overflow: hidden;
}
.page_home .contents .cont_index_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  display: table;
  table-layout: fixed;
  border-top: 1px solid #E5E5E5;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page_home .contents .cont_index_nav li:nth-child(odd) {
  border-right: 1px solid #E5E5E5;
}
.page_home .contents .cont_index_nav li:nth-child(even) {
  border-left: 1px solid #FFF;
}
.page_home .contents .cont_index_nav li:first-child {
  border-top-left-radius: 6px;
}
.page_home .contents .cont_index_nav li:nth-child(2) {
  border-top-right-radius: 6px;
}
.page_home .contents .cont_index_nav li:nth-last-of-type(2) {
  border-bottom-left-radius: 6px;
}
.page_home .contents .cont_index_nav li:last-child {
  border-bottom-right-radius: 6px;
}
.page_home .contents .cont_index_nav li a {
  display: table-cell;
  width: 100%;
  padding: 0 6.5%;
  vertical-align: middle;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li {
  height: 60px;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li a {
  height: 60px;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:after {
  content: "";
  width: 87%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 6.5%;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:first-child {
  font-size: 13px;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:first-child a:link, .page_home .contents .cont_index_nav .cont_index_nav-home li:first-child a:visited {
  color: #1c83bf;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:first-child:after {
  background-color: #1c83bf;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(2) a:link, .page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(2) a:visited {
  color: #9cb71e;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(2):after {
  background-color: #9cb71e;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(3) a:link, .page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(3) a:visited {
  color: #c0a61d;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(3):after {
  background-color: #c0a61d;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(4) a:link, .page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(4) a:visited {
  color: #e3594e;
}
.page_home .contents .cont_index_nav .cont_index_nav-home li:nth-child(4):after {
  background-color: #e3594e;
}
.page_home .contents .cont_index_nav .cont_index_nav-homesub li a {
  padding: 12px 10px 10px 10px;
  text-align: left;
  font-size: 12px;
}
.page_home .contents .cont_index_nav .cont_index_nav-homesub li a:link, .page_home .contents .cont_index_nav .cont_index_nav-homesub li a:visited {
  color: #666;
}

/* お取り寄せほかリンク */
.page_home .contents .cont_pickup ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
.page_home .contents .cont_pickup li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 10px 0 0 0;
  width: 50%;
  vertical-align: top;
}
.page_home .contents .cont_pickup li div {
  margin-left: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
}
.page_home .contents .cont_pickup h2 {
  margin-top: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #3da414;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 11px;
  line-height: 1.2;
}
.page_home .contents .cont_pickup h2 span {
  font-size: 9px;
}
.page_home .contents .cont_pickup h2 span.cont_pickup-enexco {
  display: block;
  margin-top: 6px;
  font-size: 11px;
}
.page_home .contents .cont_pickup h2 a {
  display: block;
  padding: 5px 25px 3px 7px;
  position: relative;
}
.page_home .contents .cont_pickup h2 a:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(/resources/img/top/s_icn_ttl_arrow.png) no-repeat 0 0;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  background-size: 14px 11px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -5px;
}
.page_home .contents .cont_pickup h2 a:link, .page_home .contents .cont_pickup h2 a:visited {
  color: #3da414;
}
.page_home .contents .cont_pickup h2 a[target="_blank"]:after {
  width: 12px;
  height: 12px;
  background: url(/resources/img/top/s_icn_blank.png) no-repeat 0 0;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}
.page_home .contents .cont_pickup p {
  margin-top: 0;
  padding: 7px;
}
.page_home .contents .cont_pickup p img {
  width: 100%;
  height: auto;
}

/* 地域ごとのお知らせ・周辺情報 */
.page_home .contents .cont_areainfo {
  margin-top: 10px;
  border: 1px solid #F9EFB6;
  border-radius: 6px;
}
.page_home .contents .cont_areainfo h2 {
  margin-top: 0;
  padding: 8px;
  background-color: #FFFEEC;
  border-bottom: 1px solid #F9EFB6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.page_home .contents .cont_areainfo ul {
  margin: 0 10px 10px 10px;
  padding: 0;
  overflow: hidden;
}
.page_home .contents .cont_areainfo li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  width: 50%;
  float: left;
  font-size: 12px;
  line-height: 45px;
}
.page_home .contents .cont_areainfo li img {
  margin-right: 10px;
  width: 75px;
  height: 45px;
}

/* ドラぷらアプリをダウンロード */
.page_home .contents .cont_appli {
  margin-top: 20px;
}
.page_home .contents .cont_appli h2 {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  font-size: 13px;
  line-height: 1.2;
}
.page_home .contents .cont_appli ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.page_home .contents .cont_appli li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  padding: 7px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  position: relative;
  min-height: 45px;
  font-size: 12px;
}
.page_home .contents .cont_appli .cont_appli-photo {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 60px;
}
.page_home .contents .cont_appli .cont_appli-photo img {
  width: 100%;
  height: auto;
}
.page_home .contents .cont_appli .cont_appli-text {
  margin-left: 70px;
}
.page_home .contents .cont_appli .cont_appli-text h3 {
  margin-top: 0;
}
.page_home .contents .cont_appli .cont_appli-text h3 span {
  display: block;
  font-size: 9px;
}
.page_home .contents .cont_appli .cont_appli-text p {
  margin-top: 0;
}

/* ブログパーツ他 */
.page_home .contents .cont_siteinfo {
  margin-top: 20px;
}
.page_home .contents .cont_siteinfo ul {
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
}
.page_home .contents .cont_siteinfo li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #CCC;
}
.page_home .contents .cont_siteinfo li:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.page_home .contents .cont_siteinfo li:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page_home .contents .cont_siteinfo li a {
  display: block;
  padding: 12px 23px 12px 10px;
  background: none;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
}
.page_home .contents .cont_siteinfo li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
  background: url(/resources/img/common/s_icn_arrow_next_01.png) no-repeat 0 0;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
  background-size: 8px 13px;
  width: 8px;
  height: 13px;
  background-image: url(/resources/img/top/s_icn_arrow_next_01.png);
}
.page_home .contents .cont_siteinfo li a:link, .page_home .contents .cont_siteinfo li a:visited {
  color: #333333;
}

/* ---料金・ルート・交通情報---*/
/* 下層リンク */
.page_trafic .contents .cont_index_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  overflow: hidden;
}
.page_trafic .contents .cont_index_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 57px;
  float: left;
  display: table;
  table-layout: fixed;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page_trafic .contents .cont_index_nav li:first-child {
  border-right: 1px solid #E5E5E5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page_trafic .contents .cont_index_nav li:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page_trafic .contents .cont_index_nav li a {
  display: table-cell;
  width: 100%;
  padding: 0 6.5%;
  height: 57px;
  vertical-align: middle;
}
.page_trafic .contents .cont_index_nav li a:after {
  content: "";
  width: 87%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 6.5%;
  background-color: #1c83bf;
}
.page_trafic .contents .cont_index_nav li a:link, .page_trafic .contents .cont_index_nav li a:visited {
  color: #1c83bf;
}

/* 渋滞・規制情報 */
.page_trafic .contents .cont_roadinfo {
  margin-top: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
}
.page_trafic .contents .cont_roadinfo h2 {
  margin-top: 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #1c83bf;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
}
.page_trafic .contents .cont_roadinfo h2 a {
  display: block;
  padding: 12px 25px 10px 9px;
  position: relative;
}
.page_trafic .contents .cont_roadinfo h2 a:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(/resources/img/traffic/s_icn_ttl_arrow.png) no-repeat 0 0;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  background-size: 14px 11px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -5px;
}
.page_trafic .contents .cont_roadinfo h2 a:link, .page_trafic .contents .cont_roadinfo h2 a:visited {
  color: #1c83bf;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-body {
  padding: 9px;
  background-color: #FFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-top {
  position: relative;
  min-height: 65px;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-top p {
  margin: 0 112px 0 0;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-top div {
  position: absolute;
  top: 0;
  right: 0;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-bottom {
  position: relative;
  min-height: 57px;
  border-top: 1px solid #CCC;
  margin-top: 10px;
  padding-top: 10px;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-bottom p {
  margin: 0 0 0 139px;
  padding-top: 5px;
}
.page_trafic .contents .cont_roadinfo .cont_roadinfo-bottom div {
  position: absolute;
  top: 10px;
  left: 0;
}

/* 各種サービス */
.page_trafic .contents .cont_aside {
  margin-top: 15px;
}
.page_trafic .contents .cont_aside h2 {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c83bf;
  line-height: 1.2;
}

/* ---サービスエリア ---*/
/* 下層リンク */
.page_sapa .contents .cont_index_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  overflow: hidden;
}
.page_sapa .contents .cont_index_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 57px;
  float: left;
  display: table;
  table-layout: fixed;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  border-top: 1px solid #E5E5E5;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page_sapa .contents .cont_index_nav li a {
  display: table-cell;
  width: 100%;
  padding: 0 6.5%;
  height: 57px;
  vertical-align: middle;
}
.page_sapa .contents .cont_index_nav li a:after {
  content: "";
  width: 87%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 6.5%;
  background-color: #9cb71e;
}
.page_sapa .contents .cont_index_nav li a:link, .page_sapa .contents .cont_index_nav li a:visited {
  color: #9cb71e;
}
.page_sapa .contents .cont_index_nav li:nth-child(even) {
  border-right: 1px solid #E6E6E6;
}
.page_sapa .contents .cont_index_nav li:first-child {
  width: 100%;
  border-right: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.page_sapa .contents .cont_index_nav li:first-child a {
  padding: 0 3.05%;
}
.page_sapa .contents .cont_index_nav li:first-child a:after {
  width: 93.9%;
  left: 3.05%;
}
.page_sapa .contents .cont_index_nav li:nth-child(4) {
  border-bottom-left-radius: 6px;
}
.page_sapa .contents .cont_index_nav li:last-child {
  border-bottom-right-radius: 6px;
}

/* タブエリア */
.page_sapa .contents .cont_tab {
  padding: 10px;
  background-color: #FFF;
  border-radius: 6px;
}
.page_sapa .contents .cont_tab-nav {
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 2px solid #9cb71e;
  overflow: hidden;
}
.page_sapa .contents .cont_tab-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  width: 33%;
  background-color: #F2F2F2;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.page_sapa .contents .cont_tab-nav li:first-child {
  border-left: 1px solid #E6E6E6;
}
.page_sapa .contents .cont_tab-nav li a {
  display: block;
  padding: 13px 0;
}
.page_sapa .contents .cont_tab-nav li a:link, .page_sapa .contents .cont_tab-nav li a:visited {
  color: #333333;
}
.page_sapa .contents .cont_tab-nav li.selected {
  background-color: #9cb71e;
  border-color: #9cb71e;
}
.page_sapa .contents .cont_tab-nav li.selected a:link, .page_sapa .contents .cont_tab-nav li.selected a:visited {
  color: #FFF;
}
.page_sapa .contents .cont_tab-panel {
  display: none;
}
.page_sapa .contents .cont_tab-body dl {
  margin: 15px 0 0 0;
  padding: 0;
  border-bottom: 1px dashed #CCC;
  font-size: 12px;
}
.page_sapa .contents .cont_tab-body dt {
  margin: 0 0 10px 0;
  padding: 0;
  clear: left;
  float: left;
  width: 4em;
}
.page_sapa .contents .cont_tab-body dd {
  margin: 0 0 10px 5em;
  padding: 0;
}
.page_sapa .contents .cont_tab-body ul {
  margin: 10px 10px 0 10px;
  padding: 0;
  font-size: 12px;
  text-align: right;
}
.page_sapa .contents .cont_tab-body li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.page_sapa .contents .cont_tab-body .cont_tab-rss {
  display: inline-block;
  padding-left: 20px;
  background: url(/resources/img/common/icn_rss.png) no-repeat 0 50%;
}
.page_sapa .contents .cont_tab-foot {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CCC;
}
.page_sapa .contents .cont_tab-foot p {
  margin-top: 5px;
  font-size: 12px;
}
.page_sapa .contents .cont_tab-info {
  margin-top: 0 !important;
  padding-left: 23px;
  color: red;
  background: url(/resources/img/common/icn_attention.png) no-repeat 0 50%;
  font-weight: bold;
}

/* ガソリン料金 */
.page_sapa .contents .cont_gas_info {
  margin-top: 10px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 6px;
}
.page_sapa .contents .cont_gas_info dl {
  margin: 0 0 -10px 0;
  padding: 0;
  font-size: 12px;
}
.page_sapa .contents .cont_gas_info dt {
  margin: 0 0 10px 0;
  padding: 0;
  clear: left;
  float: left;
  width: 4em;
}
.page_sapa .contents .cont_gas_info dd {
  margin: 0 0 10px 5em;
  padding: 0;
}

/* 施設も楽しむ */
.page_sapa .contents .cont_enjoy {
  margin-top: 15px;
}
.page_sapa .contents .cont_enjoy h2 {
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 5px;
  background: url(/resources/img/sapa/s_bg_enjoy.png) no-repeat right top;
  -webkit-background-size: 86px 30px;
  -moz-background-size: 86px 30px;
  background-size: 86px 30px;
  color: #9cb71e;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.page_sapa .contents .cont_enjoy h2 span {
  color: #D99B39;
  font-size: 15px;
}
.page_sapa .contents .cont_enjoy h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  border-top: 1px solid #E8EECB;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f9fbf2 7%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(7%, #f9fbf2), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, #f9fbf2 7%, white 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9fbf2 7%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.page_sapa .contents .cont_enjoy > ul {
  margin: 0;
  padding: 0;
}
.page_sapa .contents .cont_enjoy > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding: 9px;
  border: 1px solid #CCC;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
}
.page_sapa .contents .cont_enjoy h3 {
  margin-top: 0;
  padding: 0 0 6px 28px;
  border-bottom: 1px solid #E5E5E5;
  color: #D99B39;
  min-height: 21px;
  font-size: 16px;
  line-height: 1.2;
}
.page_sapa .contents .cont_enjoy h3 span {
  padding-top: 4px;
}
.page_sapa .contents .cont_enjoy h3.cont_enjoy-icon1 {
  background: url(/resources/img/sapa/s_icn_enjoy_01.png) no-repeat 0 0;
  -webkit-background-size: 21px 21px;
  -moz-background-size: 21px 21px;
  background-size: 21px 21px;
}
.page_sapa .contents .cont_enjoy h3.cont_enjoy-icon2 {
  background: url(/resources/img/sapa/s_icn_enjoy_02.png) no-repeat 0 0;
  -webkit-background-size: 21px 21px;
  -moz-background-size: 21px 21px;
  background-size: 21px 21px;
}
.page_sapa .contents .cont_enjoy h3.cont_enjoy-icon3 {
  background: url(/resources/img/sapa/s_icn_enjoy_03.png) no-repeat 0 0;
  -webkit-background-size: 21px 21px;
  -moz-background-size: 21px 21px;
  background-size: 21px 21px;
}
.page_sapa .contents .cont_enjoy h4 {
  margin-top: 10px;
  line-height: 1.2;
}
.page_sapa .contents .cont_enjoy p {
  margin-top: 5px;
  font-size: 85.7%;
}
.page_sapa .contents .cont_enjoy .cont_enjoy-link {
  margin: 5px 0 0 -10px;
  padding: 0;
}
.page_sapa .contents .cont_enjoy .cont_enjoy-link li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 85.7%;
  width: 50%;
  vertical-align: top;
}
.page_sapa .contents .cont_enjoy .cont_enjoy-link li > div {
  margin-left: 10px;
}

/* 施設・サービス紹介 */
.page_sapa .contents .cont_summary > ul {
  margin: 0;
  padding: 0;
}
.page_sapa .contents .cont_summary > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  overflow: hidden;
}
.page_sapa .contents .cont_summary h2 {
  margin-top: 0;
  padding: 12px 8px 10px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #9cb71e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
}
.page_sapa .contents .cont_summary h2 a {
  display: block;
  padding-right: 17px;
  position: relative;
}
.page_sapa .contents .cont_summary h2 a:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(/resources/img/sapa/s_icn_ttl_arrow.png) no-repeat 0 0;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  background-size: 14px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.page_sapa .contents .cont_summary h2 a:link, .page_sapa .contents .cont_summary h2 a:visited {
  color: #333333;
}
.page_sapa .contents .cont_summary h2 span {
  display: block;
  padding-left: 27px;
}
.page_sapa .contents .cont_summary h2.cont_summary-icon1 span {
  background: url(/resources/img/sapa/s_icn_service_01.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_sapa .contents .cont_summary h2.cont_summary-icon2 span {
  background: url(/resources/img/sapa/s_icn_service_02.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_sapa .contents .cont_summary h2.cont_summary-icon3 span {
  background: url(/resources/img/sapa/s_icn_service_03.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_sapa .contents .cont_summary h2.cont_summary-icon4 span {
  background: url(/resources/img/sapa/s_icn_service_04.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_sapa .contents .cont_summary .cont_summary-body {
  padding: 9px;
}
.page_sapa .contents .cont_summary .cont_summary-detail {
  min-height: 95px;
  position: relative;
}
.page_sapa .contents .cont_summary .cont_summary-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
}
.page_sapa .contents .cont_summary .cont_summary-photo img {
  width: 100%;
  height: auto;
}
.page_sapa .contents .cont_summary .cont_summary-text {
  margin: 0 0 0 103px;
}
.page_sapa .contents .cont_summary .cont_summary-text p {
  margin-top: 0;
}
.page_sapa .contents .cont_summary .cont_summary-box {
  margin-top: 10px;
  padding: 8px;
  background-color: #FFFEEC;
  border: 1px solid #ECE9AB;
}

/* ピックアップ情報 */
.page_sapa .contents .cont_pickup {
  margin-top: 15px;
}
.page_sapa .contents .cont_pickup h2 {
  margin-top: 0;
  padding: 0 0 4px 24px;
  border-bottom: 1px solid #9cb71e;
  background: url(/resources/img/sapa/s_icn_pickup.png) no-repeat 0 0;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-size: 19px 19px;
  min-height: 19px;
  line-height: 1.2;
}
.page_sapa .contents .cont_pickup .cont_pickup-box {
  padding: 10px 10px 0 10px;
}
.page_sapa .contents .cont_pickup .cont_pickup-box p {
  margin-top: 10px;
  font-size: 85.7%;
}
.page_sapa .contents .cont_pickup_list ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.page_sapa .contents .cont_pickup_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  padding: 7px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page_sapa .contents .cont_pickup_list li a {
  display: block;
}
.page_sapa .contents .cont_pickup_list li div {
  display: table-cell;
  vertical-align: top;
  width: 46px;
  line-height: 1;
}
.page_sapa .contents .cont_pickup_list li p {
  display: table-cell;
  margin-top: 0;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: bold;
}

/* スタッフブログ・ランキング */
.page_sapa .contents .cont_blog {
  margin-top: 15px;
}
.page_sapa .contents .cont_blog h2 {
  margin-top: 0;
  padding: 0 0 4px 24px;
  border-bottom: 1px solid #9cb71e;
  background: url(/resources/img/sapa/s_icn_blog.png) no-repeat 0 0;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-size: 19px 19px;
  min-height: 19px;
  line-height: 1.2;
}
.page_sapa .contents .cont_blog ol {
  margin: 0;
  padding: 0;
}
.page_sapa .contents .cont_blog li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
  min-height: 90px;
  position: relative;
}
.page_sapa .contents .cont_blog li:first-child .cont_blog-text h3 {
  background: url(/resources/img/sapa/s_icn_ranking_01.png) no-repeat 0 0;
  -webkit-background-size: 40px 29px;
  -moz-background-size: 40px 29px;
  background-size: 40px 29px;
}
.page_sapa .contents .cont_blog li:nth-child(2) .cont_blog-text h3 {
  background: url(/resources/img/sapa/s_icn_ranking_02.png) no-repeat 0 0;
  -webkit-background-size: 40px 29px;
  -moz-background-size: 40px 29px;
  background-size: 40px 29px;
}
.page_sapa .contents .cont_blog li:nth-child(3) .cont_blog-text h3 {
  background: url(/resources/img/sapa/s_icn_ranking_03.png) no-repeat 0 0;
  -webkit-background-size: 40px 29px;
  -moz-background-size: 40px 29px;
  background-size: 40px 29px;
}
.page_sapa .contents .cont_blog .cont_blog-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
.page_sapa .contents .cont_blog .cont_blog-text {
  margin-left: 99px;
}
.page_sapa .contents .cont_blog .cont_blog-text h3 {
  margin-top: 0;
  padding-left: 48px;
  line-height: 1.2;
}
.page_sapa .contents .cont_blog .cont_blog-text h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 85.7%;
  font-weight: normal;
}
.page_sapa .contents .cont_blog .cont_blog-text p {
  margin-top: 5px;
  font-size: 85.7%;
}
.page_sapa .contents .cont_blog .cont_blog-foot {
  margin-top: 8px;
  font-size: 85.7%;
  text-align: right;
}

/* エリアコンシェルジェの耳寄り情報 */
.page_sapa .contents .cont_concierge {
  margin-top: 15px;
}
.page_sapa .contents .cont_concierge h2 {
  margin-top: 0;
  padding: 0 0 4px 24px;
  border-bottom: 1px solid #9cb71e;
  background: url(/resources/img/sapa/s_icn_staff.png) no-repeat 0 0;
  -webkit-background-size: 21px 23px;
  -moz-background-size: 21px 23px;
  background-size: 21px 23px;
  min-height: 23px;
  line-height: 1.2;
}
.page_sapa .contents .cont_concierge h2 span {
  display: block;
  padding-top: 4px;
}
.page_sapa .contents .cont_concierge ul {
  margin: 0;
  padding: 0;
}
.page_sapa .contents .cont_concierge li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCC;
  min-height: 90px;
  position: relative;
}
.page_sapa .contents .cont_concierge .cont_concierge-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
}
.page_sapa .contents .cont_concierge .cont_concierge-text {
  margin-left: 99px;
}
.page_sapa .contents .cont_concierge .cont_concierge-text h3 {
  margin-top: 0;
  line-height: 1.2;
}
.page_sapa .contents .cont_concierge .cont_concierge-text h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 85.7%;
  font-weight: normal;
}
.page_sapa .contents .cont_concierge .cont_concierge-text p {
  margin-top: 5px;
  font-size: 85.7%;
}
.page_sapa .contents .cont_concierge .cont_concierge-foot {
  margin-top: 10px;
  font-size: 85.7%;
  text-align: right;
}

/* ご確認ください */
.page_sapa .contents .cont_notice {
  margin-top: 20px;
  padding: 9px;
  border: 1px solid #CCC;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.06);
}
.page_sapa .contents .cont_notice h2 {
  margin-top: 0;
  padding-left: 23px;
  color: red;
  background: url(/resources/img/common/icn_attention.png) no-repeat 0 50%;
}
.page_sapa .contents .cont_notice p {
  margin-top: 10px;
}

/* ---ドライブを楽しむ ---*/
/* 下層リンク */
.page_trip .contents .cont_index_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  overflow: hidden;
}
.page_trip .contents .cont_index_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 57px;
  float: left;
  display: table;
  table-layout: fixed;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  border-top: 1px solid #E5E5E5;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page_trip .contents .cont_index_nav li a {
  display: table-cell;
  width: 100%;
  padding: 0 6.5%;
  height: 57px;
  vertical-align: middle;
}
.page_trip .contents .cont_index_nav li a:after {
  content: "";
  width: 87%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 6.5%;
  background-color: #c0a61d;
}
.page_trip .contents .cont_index_nav li a:link, .page_trip .contents .cont_index_nav li a:visited {
  color: #c0a61d;
}
.page_trip .contents .cont_index_nav span {
  font-size: 13px;
}
.page_trip .contents .cont_index_nav li:first-child {
  border-top-left-radius: 6px;
}
.page_trip .contents .cont_index_nav li:nth-child(odd) {
  border-right: 1px solid #E6E6E6;
}
.page_trip .contents .cont_index_nav li:nth-child(2) {
  border-top-right-radius: 6px;
}
.page_trip .contents .cont_index_nav li:nth-child(2):after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 6.5%;
  background: url(/resources/img/common/icn_blank_trip.png) no-repeat 0 0;
}
.page_trip .contents .cont_index_nav li:nth-child(3) {
  border-bottom-left-radius: 6px;
}
.page_trip .contents .cont_index_nav li:nth-child(3) span {
  font-size: 10px;
}
.page_trip .contents .cont_index_nav li:nth-child(4) {
  border-bottom-right-radius: 6px;
}
.page_trip .contents .cont_index_nav li:nth-child(4):after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 6.5%;
  background: url(/resources/img/common/icn_blank_trip.png) no-repeat 0 0;
}
.page_trip .contents .cont_index_nav li:nth-child(4) span {
  font-size: 10px;
}

/* ドライブに出かけよう！,旬や地域を楽しむ関連情報 */
.page_trip .contents .cont_drive, .page_trip .contents .cont_area {
  margin-top: 15px;
}
.page_trip .contents .cont_drive h2, .page_trip .contents .cont_area h2 {
  margin-top: 0;
  margin-bottom: 14px;
  padding-bottom: 5px;
  color: #E98F00;
  line-height: 1.2;
  position: relative;
}
.page_trip .contents .cont_drive h2:after, .page_trip .contents .cont_area h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  border-top: 1px solid #F0EACB;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #fbf9f1 7%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(7%, #fbf9f1), color-stop(100%, white));
  background: -webkit-linear-gradient(top, white 0%, #fbf9f1 7%, white 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbf9f1 7%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.page_trip .contents .cont_drive > ul, .page_trip .contents .cont_area > ul {
  margin: 0;
  padding: 0;
}
.page_trip .contents .cont_drive > ul > li, .page_trip .contents .cont_area > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  overflow: hidden;
}
.page_trip .contents .cont_drive h3, .page_trip .contents .cont_area h3 {
  margin-top: 0;
  padding: 12px 8px 10px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #c0a61d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
}
.page_trip .contents .cont_drive h3 a, .page_trip .contents .cont_area h3 a {
  display: block;
  padding-right: 17px;
  position: relative;
}
.page_trip .contents .cont_drive h3 a:after, .page_trip .contents .cont_area h3 a:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(/resources/img/trip/s_icn_ttl_arrow.png) no-repeat 0 0;
  -webkit-background-size: 14px 11px;
  -moz-background-size: 14px 11px;
  background-size: 14px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.page_trip .contents .cont_drive h3 a:link, .page_trip .contents .cont_drive h3 a:visited, .page_trip .contents .cont_area h3 a:link, .page_trip .contents .cont_area h3 a:visited {
  color: #333333;
}
.page_trip .contents .cont_drive h3 span, .page_trip .contents .cont_area h3 span {
  display: block;
  padding-left: 27px;
}
.page_trip .contents .cont_drive-body, .page_trip .contents .cont_area-body {
  padding: 9px;
}
.page_trip .contents .cont_drive-box, .page_trip .contents .cont_area-box {
  margin-top: 10px;
  padding: 8px;
  background-color: #FFFEEC;
  border: 1px solid #ECE9AB;
}
.page_trip .contents .cont_drive h2 {
  background: url(/resources/img/trip/s_bg_drive.png) no-repeat right bottom;
  -webkit-background-size: 126px 30px;
  -moz-background-size: 126px 30px;
  background-size: 126px 30px;
  font-size: 16px;
}
.page_trip .contents .cont_drive h3.cont_drive-icon1 span {
  background: url(/resources/img/trip/s_icn_drive_01.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_trip .contents .cont_drive h3.cont_drive-icon2 span {
  background: url(/resources/img/trip/s_icn_drive_02.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_trip .contents .cont_drive .cont_drive-detail {
  min-height: 80px;
  position: relative;
  font-size: 85.7%;
}
.page_trip .contents .cont_drive .cont_drive-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 129px;
}
.page_trip .contents .cont_drive .cont_drive-photo img {
  width: 100%;
  height: auto;
}
.page_trip .contents .cont_drive .cont_drive-text {
  margin: 0 0 0 140px;
}
.page_trip .contents .cont_drive .cont_drive-text h4 {
  margin-top: 0;
}
.page_trip .contents .cont_drive .cont_drive-text h4 span {
  display: block;
  font-weight: normal;
}
.page_trip .contents .cont_drive .cont_drive-text p {
  margin-top: 5px;
}
.page_trip .contents .cont_drive .cont_drive-link {
  margin: 10px 0 0 -10px;
  padding: 0;
}
.page_trip .contents .cont_drive .cont_drive-link li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 85.7%;
  width: 50%;
  vertical-align: top;
}
.page_trip .contents .cont_drive .cont_drive-link li > div {
  margin-left: 10px;
}
.page_trip .contents .cont_area h2 {
  background: url(/resources/img/trip/s_bg_area.png) no-repeat right bottom;
  -webkit-background-size: 130px 30px;
  -moz-background-size: 130px 30px;
  background-size: 130px 30px;
  font-size: 15px;
}
.page_trip .contents .cont_area h2 span {
  font-size: 12px;
  font-weight: normal;
}
.page_trip .contents .cont_area h3.cont_area-icon1 span {
  background: url(/resources/img/trip/s_icn_shopping.png) no-repeat 0 50%;
  -webkit-background-size: 24px 20px;
  -moz-background-size: 24px 20px;
  background-size: 24px 20px;
}
.page_trip .contents .cont_area h3.cont_area-icon2 span {
  background: url(/resources/img/trip/s_icn_sa.png) no-repeat 0 50%;
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  background-size: 19px 19px;
}
.page_trip .contents .cont_area h3.cont_area-icon3 span {
  padding-top: 4px;
  background: url(/resources/img/trip/s_icn_staff.png) no-repeat 0 50%;
  -webkit-background-size: 21px 23px;
  -moz-background-size: 21px 23px;
  background-size: 21px 23px;
  min-height: 19px;
}
.page_trip .contents .cont_area .cont_area-detail {
  min-height: 90px;
  position: relative;
  font-size: 85.7%;
}
.page_trip .contents .cont_area .cont_area-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}
.page_trip .contents .cont_area .cont_area-photo img {
  width: 100%;
  height: auto;
}
.page_trip .contents .cont_area .cont_area-text {
  margin: 0 0 0 100px;
}
.page_trip .contents .cont_area .cont_area-text h4 {
  margin-top: 0;
}
.page_trip .contents .cont_area .cont_area-text h4 span {
  display: block;
  font-weight: normal;
}
.page_trip .contents .cont_area .cont_area-text p {
  margin-top: 5px;
}

/* ---おトクに走る ---*/
/* 下層リンク */
.page_otoku .contents .cont_index_nav ul {
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  -moz-box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  box-shadow: 1px 1px 1px rgba(3, 0, 0, 0.04);
  overflow: hidden;
}
.page_otoku .contents .cont_index_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 57px;
  float: left;
  display: table;
  table-layout: fixed;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  border-top: 1px solid #E5E5E5;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.page_otoku .contents .cont_index_nav li a {
  display: table-cell;
  width: 100%;
  padding: 0 6.5%;
  height: 57px;
  vertical-align: middle;
}
.page_otoku .contents .cont_index_nav li a:after {
  content: "";
  width: 87%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 6.5%;
  background-color: #e3594e;
}
.page_otoku .contents .cont_index_nav li a:link, .page_otoku .contents .cont_index_nav li a:visited {
  color: #e3594e;
}
.page_otoku .contents .cont_index_nav span {
  font-size: 13px;
}
.page_otoku .contents .cont_index_nav li:first-child {
  border-top-left-radius: 6px;
}
.page_otoku .contents .cont_index_nav li:nth-child(odd) {
  border-right: 1px solid #E6E6E6;
}
.page_otoku .contents .cont_index_nav li:nth-child(2) {
  border-top-right-radius: 6px;
}
.page_otoku .contents .cont_index_nav li:nth-child(3) {
  border-bottom-left-radius: 6px;
}
.page_otoku .contents .cont_index_nav li:nth-child(3):after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 6.5%;
  background: url(/resources/img/common/icn_blank_otoku.png) no-repeat 0 0;
}
.page_otoku .contents .cont_index_nav li:last-child {
  border-bottom-right-radius: 6px;
}

/* 実はもっと安くなる!?ETC達人への道 */
.page_otoku .contents .cont_etc > ul {
  margin: 0;
  padding: 0;
}
.page_otoku .contents .cont_etc > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.2);
  overflow: hidden;
}
.page_otoku .contents .cont_etc h2 {
  margin-top: 0;
  padding: 12px 8px 10px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  border-bottom: 1px solid #e3594e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 15px;
  line-height: 1.2;
}
.page_otoku .contents .cont_etc h2 a {
  display: block;
  padding-right: 17px;
  position: relative;
}
.page_otoku .contents .cont_etc h2 a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background: url(/resources/img/common/icn_blank_otoku.png) no-repeat 0 0;
}
.page_otoku .contents .cont_etc h2 a:link, .page_otoku .contents .cont_etc h2 a:visited {
  color: #e3594e;
}
.page_otoku .contents .cont_etc .cont_etc-body {
  padding: 9px;
}
.page_otoku .contents .cont_etc .cont_etc-detail {
  min-height: 80px;
  position: relative;
}
.page_otoku .contents .cont_etc .cont_etc-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 129px;
}
.page_otoku .contents .cont_etc .cont_etc-photo img {
  width: 100%;
  height: auto;
}
.page_otoku .contents .cont_etc .cont_etc-text {
  margin: 0 0 0 140px;
}
.page_otoku .contents .cont_etc .cont_etc-text p {
  margin-top: 0;
}


#cont_js_important h2{
	background:red url(/resources/img/common/icn_attention2.png) no-repeat 5px 50%;
	color:#fff;
	font-weight:normal;
	padding:3px 5px 3px 25px;
	border-radius:5px;
}
