@charset "UTF-8";
.contents, .page_head, .page_head .social, .header, .header .header-nav ul, .global_navigation ul, .global_sub_navigation_box ul, .dropdown_menu .dropdown_menu_title, .header_simple1 .inner, .footer .footer_main, .footer_simple1 .inner, .footer_simple2 .inner {
  *zoom: 1;
}
.contents:after, .page_head:after, .page_head .social:after, .header:after, .header .header-nav ul:after, .global_navigation ul:after, .global_sub_navigation_box ul:after, .dropdown_menu .dropdown_menu_title:after, .header_simple1 .inner:after, .footer .footer_main:after, .footer_simple1 .inner:after, .footer_simple2 .inner:after {
  content: "";
  display: block;
  clear: both;
}

/* リセット処理 */
body {
  margin: 0;
  text-align: left;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ", sans-serif;
  font-size: 87.5%;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
}

table {
  border-collapse: collapse;
}

td, th {
  empty-cells: show;
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: bottom;
}

p {
  display: block;
  padding: 0;
}

div {
  display: block;
  padding: 0;
  margin: 0;
}

pre {
  font-family: monospace,sans-serif;
}

address {
  font-style: normal;
  text-decoration: none;
}

span {
  display: inline;
  padding: 0;
  margin: 0;
}

ul > li {
  list-style-type: disc;
}

ol > li {
  list-style-type: decimal;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
}

a, a * {
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #941d55;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  a:hover {
    text-decoration: none;
  }
}
p,
address,
pre,
ul,
ol,
dl,
table,
blockquote {
  margin-top: 15px;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

div.contents {
  display: block !important;
  text-align: left;
}

/* atmedia.js setting
======================================================= */
/*large*/
#_device {
  position: static;
  display: none;
}

/* layout
======================================================= */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  padding-bottom: 70px;
}

.middle_section {
  background: url(/resources/img/common/bg_middle_section.png) repeat-x 0 0;
}

.contents {
  padding-top: 30px;
}

/* メインカラム */
.main_area {
  width: 66.94737%;
  float: left;
}

/* 右カラム */
.side_area {
  width: 31.57895%;
  float: right;
}

/* local navigation
======================================================= */
.local_navigation {
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  border-radius: 6px;
  border-bottom: 1px solid #DDD;
}
.local_navigation h2 {
  overflow: hidden;
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  color: #FFF;
  font-size: 142.8%;
  line-height: 1.2;
}
.local_navigation h2 a {
  display: block;
  padding: 20px 30px 18px 20px;
  position: relative;
}
.local_navigation h2 a:link, .local_navigation h2 a:visited {
  color: #FFF;
}
.local_navigation h2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 7px;
  width: 19px;
  height: 15px;
  background: url(/resources/img/sidebar/icn_nav_ttl_arrow.png) no-repeat 0 0;
}
.local_navigation ul {
  margin: 0;
  padding: 0;
}
.local_navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #DDD;
  border-bottom: 0;
  line-height: 1.2;
}
.local_navigation li:first-child {
  border-top: 0;
}
.local_navigation li a {
  display: block;
  padding: 16px 19px 15px 19px;
  border: 1px solid #FFF;
  position: relative;
}
.local_navigation li a:link, .local_navigation li a:visited {
  color: #333333;
}
.local_navigation li a:link:after, .local_navigation li a:visited:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  width: 5px;
  height: 9px;
}
.local_navigation li.last, .local_navigation li.last a {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.local_navigation li span {
  display: block;
  padding: 16px 19px 15px 19px;
}
.local_navigation li ul {
  border-top: 1px solid #DDD;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.local_navigation li li {
  border-top: 1px dashed #DDD;
  border-right: 0;
  border-left: 0;
}
.local_navigation li li a {
  padding: 10px 31px;
}
.local_navigation li li:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.local_navigation li li ul {
  border-top: 1px dashed #DDD;
}
.local_navigation i:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
}

.page_home .local_navigation i:after {
  background: url(/resources/img/common/icn_blank_home.png) no-repeat 100% 50%;
}

.page_trafic .local_navigation i:after {
  background: url(/resources/img/common/icn_blank_trafic.png) no-repeat 100% 50%;
}

.page_sapa .local_navigation i:after {
  background: url(/resources/img/common/icn_blank_sapa.png) no-repeat 100% 50%;
}

.page_trip .local_navigation i:after {
  background: url(/resources/img/common/icn_blank_trip.png) no-repeat 100% 50%;
}

.page_otoku .local_navigation i:after {
  background: url(/resources/img/common/icn_blank_otoku.png) no-repeat 100% 50%;
}

/* current */
.local_navigation li.current {
  background-color: #F5F5F5;
  font-weight: bold;
}
.local_navigation li.current li {
  background-color: #FFF;
  font-weight: normal;
}
.local_navigation li.last.current, .local_navigation li.last.current a {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* 各カテゴリーのカラバリ */
.page_home .local_navigation h2 a {
  background: #47aa1b;
  background: -moz-linear-gradient(top, #47aa1b 0%, #369b11 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47aa1b), color-stop(100%, #369b11));
  background: -webkit-linear-gradient(top, #47aa1b 0%, #369b11 100%);
  background: linear-gradient(to bottom, #47aa1b 0%, #369b11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47aa1b', endColorstr='#369b11',GradientType=0 );
}

.page_trafic .local_navigation h2 a {
  background: #258bc4;
  background: -moz-linear-gradient(top, #258bc4 0%, #1879b7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #258bc4), color-stop(100%, #1879b7));
  background: -webkit-linear-gradient(top, #258bc4 0%, #1879b7 100%);
  background: linear-gradient(to bottom, #258bc4 0%, #1879b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258bc4', endColorstr='#1879b7',GradientType=0 );
}

.page_sapa .local_navigation h2 a {
  background: #a3bc27;
  background: -moz-linear-gradient(top, #a3bc27 0%, #92af1a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3bc27), color-stop(100%, #92af1a));
  background: -webkit-linear-gradient(top, #a3bc27 0%, #92af1a 100%);
  background: linear-gradient(to bottom, #a3bc27 0%, #92af1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3bc27', endColorstr='#92af1a',GradientType=0 );
}

.page_trip .local_navigation h2 a {
  background: #c5ac26;
  background: -moz-linear-gradient(top, #c5ac26 0%, #b99d19 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5ac26), color-stop(100%, #b99d19));
  background: -webkit-linear-gradient(top, #c5ac26 0%, #b99d19 100%);
  background: linear-gradient(to bottom, #c5ac26 0%, #b99d19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ac26', endColorstr='#b99d19',GradientType=0 );
}

.page_otoku .local_navigation h2 a {
  background: #e56358;
  background: -moz-linear-gradient(top, #e56358 0%, #df5045 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e56358), color-stop(100%, #df5045));
  background: -webkit-linear-gradient(top, #e56358 0%, #df5045 100%);
  background: linear-gradient(to bottom, #e56358 0%, #df5045 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e56358', endColorstr='#df5045',GradientType=0 );
}

.page_home .local_navigation li a:hover {
  color: #3da414;
}
.page_home .local_navigation li a:after {
  background: url(/resources/img/common/icn_link_arrow_home_01.png) no-repeat 0 0;
}
.page_home .local_navigation li li a:after {
  background: url(/resources/img/common/icn_link_arrow_home_02.png) no-repeat 0 0;
}
.page_home .local_navigation li li.current {
  background-color: #e2f5db;
}
.page_home .local_navigation li li.current a {
  color: #3da414;
}

.page_trafic .local_navigation li a:hover {
  color: #1c83bf;
}
.page_trafic .local_navigation li a:after {
  background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 0;
}
.page_trafic .local_navigation li li a:after {
  background: url(/resources/img/common/icn_link_arrow_trafic_02.png) no-repeat 0 0;
}
.page_trafic .local_navigation li li.current {
  background-color: #edf4f8;
}
.page_trafic .local_navigation li li.current a {
  color: #1c83bf;
}

.page_sapa .local_navigation li a:hover {
  color: #9cb71e;
}
.page_sapa .local_navigation li a:after {
  background: url(/resources/img/common/icn_link_arrow_sapa_01.png) no-repeat 0 0;
}
.page_sapa .local_navigation li li a:after {
  background: url(/resources/img/common/icn_link_arrow_sapa_02.png) no-repeat 0 0;
}
.page_sapa .local_navigation li li.current {
  background-color: #f4f8e1;
}
.page_sapa .local_navigation li li.current a {
  color: #9cb71e;
}

.page_trip .local_navigation li a:hover {
  color: #c0a61d;
}
.page_trip .local_navigation li a:after {
  background: url(/resources/img/common/icn_link_arrow_trip_01.png) no-repeat 0 0;
}
.page_trip .local_navigation li li a:after {
  background: url(/resources/img/common/icn_link_arrow_trip_02.png) no-repeat 0 0;
}
.page_trip .local_navigation li li.current {
  background-color: #f7f3e0;
}
.page_trip .local_navigation li li.current a {
  color: #c0a61d;
}

.page_otoku .local_navigation li a:hover {
  color: #e3594e;
}
.page_otoku .local_navigation li a:after {
  background: url(/resources/img/common/icn_link_arrow_otoku_01.png) no-repeat 0 0;
}
.page_otoku .local_navigation li li a:after {
  background: url(/resources/img/common/icn_link_arrow_otoku_02.png) no-repeat 0 0;
}
.page_otoku .local_navigation li li.current {
  background-color: #fcedec;
}
.page_otoku .local_navigation li li.current a {
  color: #e3594e;
}

.local_navigation li a {
  background-color: transparent !important;
}

/* sidebar parts
======================================================= */
/* マイページ */
.side_area .mypage_box {
  margin-top: 20px;
  -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);
  border-radius: 6px;
}
.side_area .mypage_box .inner {
  border: 3px solid #C1D4B9;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.side_area .mypage_box .mypage_box_head {
  background: #3da414;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.side_area .mypage_box .mypage_box_head h2 {
  display: table-cell;
  width: 62%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 8px 36px;
  background: url(/resources/img/sidebar/icn_ttl_mypage.png) no-repeat 10px 50%;
  color: #fff5f5;
  font-size: 114.2%;
}
.side_area .mypage_box .mypage_box_head h2.separate {
  border-right: 1px solid #379312;
}
.side_area .mypage_box .mypage_box_head div {
  display: table-cell;
  width: 38%;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #78BF5B;
  text-align: right;
  font-weight: bold;
}
.side_area .mypage_box .mypage_box_head div a {
  padding-left: 13px;
  background: url(/resources/img/common/icn_link_arrow_white_01.png) no-repeat left center;
}
.side_area .mypage_box .mypage_box_head div a:link, .side_area .mypage_box .mypage_box_head div a:visited {
  color: #FFF;
}
.side_area .mypage_box .login_area {
  padding: 16px 13px;
  border-bottom: 1px solid #CCC;
}
.side_area .mypage_box .mypage_box_body {
  padding: 10px 9px 10px 9px;
  background: #F8F4EB;
  border: 2px solid #FFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.4;
}
.side_area .mypage_box .mypage_box_body h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD8CE;
  color: #426C2F;
  font-size: 107.1%;
}
.side_area .mypage_box .mypage_box_body .point {
  position: relative;
  padding: 3px 0;
  min-height: 51px;
  border-bottom: 1px dashed #DDD8CE;
}
.side_area .mypage_box .mypage_box_body .point div {
  position: absolute;
  top: 3px;
  left: 0;
}
.side_area .mypage_box .mypage_box_body .point p {
  margin: 5px 0 0 72px;
  color: #666;
  font-weight: bold;
}
.side_area .mypage_box .mypage_box_body .first {
  border-top: 1px solid #FFF;
}
.side_area .mypage_box .mypage_box_body ol {
  margin-top: 10px;
}
.side_area .mypage_box .mypage_box_body ol li {
  margin-top: 5px;
}
.side_area .mypage_box .free_area {
  padding: 24px 0 0 0;
  background: url(/resources/img/sidebar/icn_mypage_arrow_down.png) no-repeat 50% 7px;
}
.side_area .mypage_box .free_area a:link, .side_area .mypage_box .free_area a:visited {
  color: #E68319;
}
.side_area .mypage_box .login_message {
  padding: 10px;
  border-bottom: 1px solid #CCC;
}
.side_area .mypage_box .login_message p {
  margin: 0;
  padding: 10px;
  background: #DDF1D5;
  border: 1px solid #BDDCB0;
  text-align: center;
  font-weight: bold;
}

/* 右カラムボックス */
.side_area > .side_box:first-child {
  margin-top: 0;
}
.side_area .side_box {
  margin-top: 20px;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.side_area .side_box h2 {
  margin: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  font-size: 114.2%;
  line-height: 1.2;
  overflow: hidden;
}
.side_area .side_box h2 > span {
  display: block;
  padding: 12px 13px 10px 13px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  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 );
}
.side_area .side_box h2 a {
  display: block;
  padding-left: 12px;
}
.side_area .side_box h2 a:link, .side_area .side_box h2 a:visited {
  color: #333333;
}
.side_area .side_box p {
  margin-top: 15px;
}
.side_area .side_box .side_box_body {
  padding: 13px 15px 13px 13px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.side_area .side_box .side_box_body > *:first-child {
  margin-top: 0;
}
.side_area .side_box .side_box_col {
  min-height: 90px;
  position: relative;
}
.side_area .side_box .side_box_col .photo {
  position: absolute;
  top: 0;
  left: 0;
}
.side_area .side_box .side_box_col .text {
  margin: 0 0 0 104px;
}
.side_area .side_box .side_box_col .text p {
  margin-top: 0;
}
.side_area .side_box .side_box_iconlist, .side_area .side_box .side_box_datelist {
  margin-top: -10px !important;
  line-height: 1.2;
}
.side_area .side_box .side_box_iconlist dt, .side_area .side_box .side_box_datelist dt {
  clear: left;
  float: left;
  font-weight: normal;
  padding-top: 10px;
}
.side_area .side_box .side_box_iconlist dd, .side_area .side_box .side_box_datelist dd {
  margin-top: 2px;
  padding: 10px 0 0;
}
.side_area .side_box .side_box_iconlist dt {
  width: 66px;
}
.side_area .side_box .side_box_iconlist dd {
  margin-left: 75px;
}
.side_area .side_box .side_box_datelist dt {
  width: 4em;
}
.side_area .side_box .side_box_datelist dd {
  margin-left: 5em;
}
.side_area .side_box .side_box_datelist-foot {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px dashed #CCC;
  text-align: right;
}
.side_area .side_box .side_box_datelist-foot li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.side_area .side_box .side_box_datelist-foot .side_box_datelist-rss {
  display: inline-block;
  padding-left: 20px;
  background: url(/resources/img/common/icn_rss.png) no-repeat 0 50%;
}
.side_area .side_box .side_box_all {
  padding-top: 12px;
  border-top: 1px dashed #CCC;
  text-align: right;
  line-height: 1.2;
}
.side_area .side_box .side_box_all a {
  padding-left: 11px;
}
.side_area .side_box hr {
  margin: 0 13px;
  padding: 0;
  border: 0;
  border-top: 1px solid #E5E5E5;
}

/* 各カテゴリーのカラバリ */
.page_home .side_area .side_box h2 {
  border-bottom: 2px solid #3da414;
}
.page_home .side_area .side_box h2 a {
  background: url(/resources/img/common/icn_link_arrow_home_01.png) no-repeat 0 50%;
}
.page_home .side_area .side_box .side_box_all a {
  background: url(/resources/img/common/icn_link_arrow_home_01.png) no-repeat 0 50%;
}

.page_trafic .side_area .side_box h2 {
  border-bottom: 2px solid #1c83bf;
}
.page_trafic .side_area .side_box h2 a {
  background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 50%;
}
.page_trafic .side_area .side_box .side_box_all a {
  background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 50%;
}

.page_sapa .side_area .side_box h2 {
  border-bottom: 2px solid #9cb71e;
}
.page_sapa .side_area .side_box h2 a {
  background: url(/resources/img/common/icn_link_arrow_sapa_01.png) no-repeat 0 50%;
}
.page_sapa .side_area .side_box .side_box_all a {
  background: url(/resources/img/common/icn_link_arrow_sapa_01.png) no-repeat 0 50%;
}

.page_trip .side_area .side_box h2 {
  border-bottom: 2px solid #c0a61d;
}
.page_trip .side_area .side_box h2 a {
  background: url(/resources/img/common/icn_link_arrow_trip_01.png) no-repeat 0 50%;
}
.page_trip .side_area .side_box .side_box_all a {
  background: url(/resources/img/common/icn_link_arrow_trip_01.png) no-repeat 0 50%;
}

.page_otoku .side_area .side_box h2 {
  border-bottom: 2px solid #e3594e;
}
.page_otoku .side_area .side_box h2 a {
  background: url(/resources/img/common/icn_link_arrow_otoku_01.png) no-repeat 0 50%;
}
.page_otoku .side_area .side_box .side_box_all a {
  background: url(/resources/img/common/icn_link_arrow_otoku_01.png) no-repeat 0 50%;
}

/* コンテンツタイトル,前のページに戻る */
.side_area .side_title {
  overflow: hidden;
  border-radius: 6px;
  color: #FFF;
  font-size: 142.8%;
  line-height: 1.2;
  font-weight: bold;
}
.side_area .side_title a {
  display: block;
  padding: 20px 30px 18px 20px;
  position: relative;
}
.side_area .side_title a:link, .side_area .side_title a:visited {
  color: #FFF;
}
.side_area .side_title a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 7px;
  width: 19px;
  height: 15px;
  background: url(/resources/img/sidebar/icn_nav_ttl_arrow.png) no-repeat 0 0;
}
.side_area .side_back {
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(3, 0, 0, 0.1);
  font-size: 128.5%;
  line-height: 1.2;
  font-weight: bold;
}
.side_area .side_back a {
  display: block;
  padding: 20px 10px 18px 28px;
}

/* 各カテゴリーのカラバリ */
.page_home .side_area .side_title {
  background-color: #3da414;
}

.page_home .side_area .side_back a {
  background: url(/resources/img/common/icn_link_arrow_home_05.png) no-repeat 13px 50%;
}

.page_trafic .side_area .side_title {
  background-color: #1c83bf;
}

.page_trafic .side_area .side_back a {
  background: url(/resources/img/common/icn_link_arrow_trafic_05.png) no-repeat 13px 50%;
}

.page_sapa .side_area .side_title {
  background-color: #9cb71e;
}

.page_sapa .side_area .side_back a {
  background: url(/resources/img/common/icn_link_arrow_sapa_05.png) no-repeat 13px 50%;
}

.page_trip .side_area .side_title {
  background-color: #c0a61d;
}

.page_trip .side_area .side_back a {
  background: url(/resources/img/common/icn_link_arrow_trip_05.png) no-repeat 13px 50%;
}

.page_otoku .side_area .side_title {
  background-color: #e3594e;
}

.page_otoku .side_area .side_back a {
  background: url(/resources/img/common/icn_link_arrow_otoku_05.png) no-repeat 13px 50%;
}

/* コンテンツリスト */
.side_area .side_cntlist {
  margin-top: 15px;
  padding: 13px 15px 13px 13px;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.side_area .side_cntlist h2 {
  margin-top: 0;
  padding-bottom: 8px;
  font-size: 114.2%;
  line-height: 1.2;
}
.side_area .side_cntlist h2 a {
  display: block;
  padding-left: 12px;
}
.side_area .side_cntlist h2 a:link, .side_area .side_cntlist h2 a:visited {
  color: #333333;
}
.side_area .side_cntlist h3 {
  margin-top: 0;
  color: #E68319;
}
.side_area .side_cntlist ul {
  margin: 0;
  padding: 0;
}
.side_area .side_cntlist li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.side_area .side_cntlist li:first-child {
  margin-top: 0;
}
.side_area .side_cntlist .side_cntlist_body {
  margin-top: 14px;
  min-height: 90px;
  position: relative;
}
.side_area .side_cntlist .side_cntlist_body .photo {
  position: absolute;
  top: 0;
  left: 0;
}
.side_area .side_cntlist .side_cntlist_body .text {
  margin: 0 0 0 104px;
}
.side_area .side_cntlist p {
  margin-top: 5px;
}

/* 各カテゴリーのカラバリ */
.page_home .side_area .side_cntlist h2 {
  border-bottom: 2px solid #3da414;
}
.page_home .side_area .side_cntlist h2 a {
  background: url(/resources/img/common/icn_link_arrow_home_01.png) no-repeat 0 50%;
}

.page_trafic .side_area .side_cntlist h2 {
  border-bottom: 2px solid #1c83bf;
}
.page_trafic .side_area .side_cntlist h2 a {
  background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 50%;
}

.page_sapa .side_area .side_cntlist h2 {
  border-bottom: 2px solid #9cb71e;
}
.page_sapa .side_area .side_cntlist h2 a {
  background: url(/resources/img/common/icn_link_arrow_sapa_01.png) no-repeat 0 50%;
}

.page_trip .side_area .side_cntlist h2 {
  border-bottom: 2px solid #c0a61d;
}
.page_trip .side_area .side_cntlist h2 a {
  background: url(/resources/img/common/icn_link_arrow_trip_01.png) no-repeat 0 50%;
}

.page_otoku .side_area .side_cntlist h2 {
  border-bottom: 2px solid #e3594e;
}
.page_otoku .side_area .side_cntlist h2 a {
  background: url(/resources/img/common/icn_link_arrow_otoku_01.png) no-repeat 0 50%;
}

/* page header
======================================================= */
.page_head {
  padding-top: 12px;
}
.page_head #breadcrumb {
  display: block;
  margin: 2px 0 0 0;
  padding: 0;
  float: left;
  font-size: 85.7%;
}
.page_head #breadcrumb 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-right: 3px;
}
.page_head #breadcrumb li:before {
  content: ">";
  padding-right: 3px;
}
.page_head #breadcrumb li:first-child:before {
  display: none;
}
.page_head #breadcrumb a:link, .page_head #breadcrumb a:visited {
  color: #333333;
}
.page_head .social {
  float: right;
  height: 20px;
  line-height: 1;
}
.page_head .social .social_twitter {
  float: left;
  width: 105px;
}
.page_head .social .social_twitter iframe {
  width: 105px !important;
}
.page_head .social .social_facebook {
  float: left;
  width: 107px !important;
}
.page_head .social .social_facebook iframe {
  width: 107px !important;
}

/* page footer
======================================================= */
.page_foot {
  background: url(/resources/img/common/bg_page_foot_02.png) repeat-x left bottom;
}
.page_foot p {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  overflow: hidden;
  background: url(/resources/img/common/bg_page_foot_01.png) no-repeat left bottom;
}
.page_foot p a {
  display: block;
  margin-left: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 38px;
  height: 58px;
  background: url(/resources/img/common/btn_pagetop.png) no-repeat 0 0;
}

/* modal window
======================================================= */
.modal_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #FFF;
  padding: 18px 16px;
  z-index: 1001;
  position: absolute;
  text-align: left;
  max-height: 400px;
  max-width: 600px;
  border-radius: 6px;
}
.modal .modal-inner {
  overflow: auto;
  background: #FFF;
  max-height: 400px;
  max-width: 600px;
  border-radius: 6px;
}
.modal .modal-title {
  padding-bottom: 10px;
  font-size: 171.4%;
  font-weight: bold;
  line-height: 1.2;
}
.modal .modal-copyright {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E5E5E5;
  color: #666666;
  font-size: 78.5%;
  text-align: right;
}
.modal .modal-close {
  position: absolute;
  top: -24px;
  right: -23px;
  width: 50px;
  height: 50px;
  z-index: 1002;
  cursor: pointer;
}

/* 各カテゴリーのカラバリ */
.page_home .modal .modal-title {
  border-bottom: 2px solid #3da414;
}

.page_trafic .modal .modal-title {
  border-bottom: 2px solid #1c83bf;
}

.page_sapa .modal .modal-title {
  border-bottom: 2px solid #9cb71e;
}

.page_trip .modal .modal-title {
  border-bottom: 2px solid #c0a61d;
}

.page_otoku .modal .modal-title {
  border-bottom: 2px solid #e3594e;
}

/* ======================================================= */
/* global header
======================================================= */
/* large時ヘッダ */
.header_wrap {
  border-top: 4px solid #3da414;
}

.header {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  margin-bottom: 12px;
  display: block;
}
.header p, .header ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header img {
  width: 100%;
  height: auto;
}
.header .header-title {
  width: 34.63158%;
  float: left;
}
.header .header-title .tagline {
  margin-top: 14px;
  width: 97.56839%;
  color: #666666;
  font-size: 78.5%;
  line-height: 1.2;
}
.header .header-title .logo {
  margin-top: 7px;
  width: 87.84195%;
}
.header .header-title .logo a {
  display: block;
}
.header .header-nav {
  width: 54.63158%;
  float: left;
}
.header .header-nav li {
  float: left;
}
.header .header-nav li a {
  display: block;
}
.header .header-nav .contact {
  width: 18.68979%;
}
.header .header-nav .contact a {
  padding: 20px 12px 0 0;
}
.header .header-nav .faq {
  width: 11.75337%;
}
.header .header-nav .faq a {
  padding: 20px 16px 0 0;
}
.header .header-nav .safe {
  width: 25.04817%;
}
.header .header-nav .safe a {
  padding: 10px 4px 0 0;
}
.header .header-nav .pass {
  width: 44.50867%;
}
.header .header-nav .pass a {
  padding: 6px 0 0 0;
}
.header .header-nav .utility {
  margin: 5px 0 0 0;
  position: relative;
  height: 30px;
}
.header .header-nav .utility form {
  width: 43%;
  float: left;
}
.header .header-nav .mypage {
  width: 28.31599%;
  float: left;
  margin-right: 8px;
}
.header .header-nav .search {
  position: relative;
  width: 100%;
  float: left;
}
.header .header-nav .search input[type="text"] {
  padding-left: 15px;
  top: 0;
  right: -10px;
  width: 95%;
  *width: 162px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  background: url(/resources/img/common/logo_google_custom_search_watermark.gif) no-repeat 10px 50%;
  color: #333333;
}
.header .header-nav .search input[type="text"] {
  padding-top: 5px\9;
}
.header .header-nav .search input[type="text"]:not(:target) {
  padding-top: 0\9;
}
.header .header-nav .search .search-fill {
  background: none !important;
}
.header .header-nav .search input[type="submit"] {
  display: block;
  background: url(/resources/img/header/btn_search.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: transparent;
}
.header .header-corp {
  width: 9.78947%;
  height: 76px;
  float: right;
  background: url(/resources/img/header/bg_header-corp.png) no-repeat 0 14px;
}
.header .header-corp a {
  display: block;
  padding: 7px 0 0 11px;
}
.header .header-corp img {
  margin-top: 25px;
}

.header_small {
  display: none;
}

/* global navigation
======================================================= */
/* large時グローバルナビゲーション */
.global_navigation ul {
  margin: 0;
  padding: 0;
}
.global_navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.global_navigation li div {
  background: #ffffff;
  background: -moz-linear-gradient(top, white 19%, #f3f3f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, white), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(top, white 19%, #f3f3f3 100%);
  background: linear-gradient(to bottom, #ffffff 19%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(3, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(3, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(3, 0, 0, 0.2);
}
.global_navigation li div {
  /* ie8 */
  border-bottom: 1px solid #e4e4e4 \9;
}
.global_navigation li div:not(:target) {
  /* ie9 */
  border-bottom: 0\9;
}
.global_navigation a {
  display: block;
  padding: 0 15px;
}
.global_navigation img {
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 各カテゴリーボタン */
.global_navigation .home_m {
  width: 12.52632%;
}
.global_navigation .home_m div {
  border-right: 1px solid #E4E4E4;
}

.global_navigation .trafic_m,
.global_navigation .sapa_m,
.global_navigation .trip_m {
  width: 21.89474%;
}

.global_navigation .trafic_m div,
.global_navigation .sapa_m div,
.global_navigation .trip_m div {
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #FFF;
}

.global_navigation .otoku_m {
  width: 21.78947%;
}
.global_navigation .otoku_m div {
  border-left: 1px solid #FFF;
}

/* hover,current */
.global_navigation li.home_m:hover img,
.page_trafic .global_navigation li.trafic_m img,
.global_navigation li.trafic_m:hover img,
.page_sapa .global_navigation li.sapa_m img,
.global_navigation li.sapa_m:hover img,
.page_trip .global_navigation li.trip_m img,
.global_navigation li.trip_m:hover img,
.page_otoku .global_navigation li.otoku_m img,
.global_navigation li.otoku_m:hover img {
  padding: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.global_navigation li.home_m:hover img {
  background: #e2f5db;
  border: 1px solid #c5dfbb;
  border-bottom: 0;
}

.global_navigation li.trafic_m:hover img, .page_trafic .global_navigation li.trafic_m img {
  background: #edf4f8;
  border: 1px solid #c1deee;
  border-bottom: 0;
}

.global_navigation li.sapa_m:hover img, .page_sapa .global_navigation li.sapa_m img {
  background: #f4f8e1;
  border: 1px solid #ceda95;
  border-bottom: 0;
}

.global_navigation li.trip_m:hover img, .page_trip .global_navigation li.trip_m img {
  background: #f7f3e0;
  border: 1px solid #ddd29a;
  border-bottom: 0;
}

.global_navigation li.otoku_m:hover img, .page_otoku .global_navigation li.otoku_m img {
  background: #fcedec;
  border: 1px solid #ebaeaa;
  border-bottom: 0;
}

/* small時グローバルナビゲーション */
.global_navigation_small {
  display: none;
}

/* global sub navigation
======================================================= */
.global_sub_navigation {
  padding-top: 9px;
}

.global_sub_navigation_box {
  padding: 0 5px 5px 5px;
  background: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 1px 1px rgba(204, 204, 204, 0.5);
}
.global_sub_navigation_box ul {
  margin: 0;
  padding: 0;
}
.global_sub_navigation_box li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  float: left;
  text-align: center;
  line-height: 1.2;
}
.global_sub_navigation_box li:last-child span {
  padding-right: 0;
  border-right: 0;
}
.global_sub_navigation_box span {
  display: block;
  padding-right: 4px;
  border-right: 1px solid #E5E5E5;
  padding-left: 4px;
}
.global_sub_navigation_box a {
  display: block;
  padding: 6px 10px 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
.global_sub_navigation_box a:link, .global_sub_navigation_box a:visited {
  color: #333333;
}
.global_sub_navigation_box i:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
}

.global_sub_navigation_box {
  /* ie8 */
  border: 1px solid #e4e4e4 \9;
}

.global_sub_navigation_box:not(:target) {
  /* ie9 */
  border: 0\9;
}

/* ふきだしの上三角 */
.global_sub_navigation_box:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -7px;
  top: 0;
  width: 14px;
  height: 9px;
  background: url(/resources/img/header/icn_nav_arrow.png) no-repeat 0 0;
}

.page_trafic .global_sub_navigation_box:before {
  left: 23.47368%;
}

.page_sapa .global_sub_navigation_box:before {
  left: 45.36842%;
}

.page_trip .global_sub_navigation_box:before {
  left: 67.26316%;
}

/* current,hover 各カテゴリー */
.page_trafic .global_sub_navigation_box a:hover {
  color: #1c83bf;
}
.page_trafic .global_sub_navigation_box .current a {
  background: #edf4f8;
}
.page_trafic .global_sub_navigation_box .current a:link, .page_trafic .global_sub_navigation_box .current a:visited {
  color: #1c83bf;
}
.page_trafic .global_sub_navigation_box i:after {
  background: url(/resources/img/common/icn_blank_trafic.png) no-repeat 100% 50%;
}

.page_sapa .global_sub_navigation_box a:hover {
  color: #9cb71e;
}
.page_sapa .global_sub_navigation_box .current a {
  background: #f4f8e1;
}
.page_sapa .global_sub_navigation_box .current a:link, .page_sapa .global_sub_navigation_box .current a:visited {
  color: #9cb71e;
}
.page_sapa .global_sub_navigation_box i:after {
  background: url(/resources/img/common/icn_blank_sapa.png) no-repeat 100% 50%;
}

.page_trip .global_sub_navigation_box a:hover {
  color: #c0a61d;
}
.page_trip .global_sub_navigation_box .current a {
  background: #f7f3e0;
}
.page_trip .global_sub_navigation_box .current a:link, .page_trip .global_sub_navigation_box .current a:visited {
  color: #c0a61d;
}
.page_trip .global_sub_navigation_box i:after {
  background: url(/resources/img/common/icn_blank_trip.png) no-repeat 100% 50%;
}

/* mega dropdown menu
======================================================= */
.navigation_wrap {
  position: relative;
}

.dropdown_menu {
  display: none;
  padding-top: 9px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.dropdown_menu .inner {
  border-radius: 6px;
}
.dropdown_menu .dropdown_menu_title {
  margin: 0;
  padding: 10px 14px 10px 14px;
  font-size: 128.5%;
  font-weight: bold;
  line-height: 1;
}
.dropdown_menu .dropdown_menu_title p {
  margin-top: 0;
  float: left;
}
.dropdown_menu .dropdown_menu_title a {
  display: block;
  padding-left: 19px;
  background: url(/resources/img/header/icn_dropdown_bullet.png) no-repeat left center;
}
.dropdown_menu .dropdown_menu_title a:link, .dropdown_menu .dropdown_menu_title a:visited {
  color: #FFF;
}
.dropdown_menu .dropdown_menu_title .dropdown_menu_close {
  float: right;
  cursor: pointer;
}
.dropdown_menu .dropdown_menu_item {
  padding: 10px 14px 13px 14px;
}
.dropdown_menu .dropdown_menu_pad {
  margin-right: 20px;
  width: 29.41%;
  float: left;
}
.dropdown_menu ul {
  margin: 0;
  padding: 0;
}
.dropdown_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 12px 0 10px 0;
  line-height: 1.2;
}
.dropdown_menu li a {
  display: inline-block;
  padding-left: 17px;
}
.dropdown_menu li a:link, .dropdown_menu li a:visited {
  color: #333333;
}
.dropdown_menu li ul {
  margin-top: 4px;
  margin-left: 17px;
}
.dropdown_menu li li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdown_menu .separate_dash_b {
  border-bottom: 1px dashed #CCC;
}
.dropdown_menu .separate_dash_t {
  border-top: 1px dashed #CCC;
}
.dropdown_menu .separate_solid_b {
  border-bottom: 1px solid #CCC;
}
.dropdown_menu .dropdown_menu_box {
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}
.dropdown_menu .dropdown_menu_box ul {
  margin: 8px 15px;
}
.dropdown_menu .dropdown_menu_box li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dropdown_menu .dropdown_menu_box-title {
  padding: 10px 15px;
  background-color: #FFFEEC;
  border-bottom: 1px solid #E5E5E5;
}
.dropdown_menu .dropdown_menu_inline {
  display: inline-block;
  padding-top: 10px;
  padding-left: 17px;
}
.dropdown_menu .dropdown_menu_inline a {
  display: inline;
  background: none !important;
  padding-left: 0;
}
.dropdown_menu .dropdown_menu_lead {
  margin-top: 0;
  margin-bottom: 10px;
}

/* ふきだしの上三角 */
.dropdown_menu:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -7px;
  top: 0;
  width: 14px;
  height: 9px;
}

/* ヘッダー言語切り替え */

.language {
  width: 26%;
  float: left;
}
.language a:active,
.language a:hover,
.language a:visited {
  color: #FFF;
  text-decoration: none;
}
.language_list li {
  width: 80%;
  margin-bottom: 1px;
  padding: 4px 0 4px 26px;
  border: 1px solid #53AB2C;
  background-color: #3DA414;
  color: #FFF;
  opacity: 0.75;
}
.language_list li:first-child{
  margin-top: 1px;
}
.language_list li a,
.language_list li a:active,
.language_list li a:hover,
.language_list li a:visited {
  color: #FFF;
  text-decoration: none;
}
.language_list {
  position: absolute;
  z-index: 3;
  display: none;
}
p.language_btn {
  display: block;
  border: 1px solid #BBBBBB;
  padding: 7px 0 8px 13px;
  border-radius: 5px;
  color: #BBBBBB;
  position: relative;
}
p.language_btn::after {
  content: "";
  display: block;
  background: url(/resources/img/header/icn_nav_language.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  color: transparent;
}

/* 各カテゴリーのカラバリ */
#dd_panel_trafic_m .inner {
  border: 2px solid #1c83bf;
  background: white url(/resources/img/header/bg_dropdown_trafic.jpg) no-repeat 100% 100%;
}
#dd_panel_trafic_m .dropdown_menu_title {
  background-color: #1c83bf;
}
#dd_panel_trafic_m:before {
  background: url(/resources/img/header/icn_dropdown_arow_trafic.png) no-repeat 0 0;
  left: 23.47368%;
}
#dd_panel_trafic_m li a {
  background: url(/resources/img/common/icn_link_arrow_trafic_01.png) no-repeat 0 50%;
}
#dd_panel_trafic_m .dropdown_menu_blank:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
  background: url(/resources/img/common/icn_blank_trafic.png) no-repeat 100% 50%;
}

#dd_panel_sapa_m .inner {
  border: 2px solid #9cb71e;
  background: white url(/resources/img/header/bg_dropdown_sapa.jpg) no-repeat 100% 100%;
}
#dd_panel_sapa_m .dropdown_menu_title {
  background-color: #9cb71e;
}
#dd_panel_sapa_m:before {
  background: url(/resources/img/header/icn_dropdown_arow_sapa.png) no-repeat 0 0;
  left: 45.36842%;
}
#dd_panel_sapa_m li a {
  background: url(/resources/img/common/icn_link_arrow_sapa_01.png) no-repeat 0 50%;
}
#dd_panel_sapa_m .dropdown_menu_blank:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
  background: url(/resources/img/common/icn_blank_sapa.png) no-repeat 100% 50%;
}

#dd_panel_trip_m .inner {
  border: 2px solid #c0a61d;
  background: white url(/resources/img/header/bg_dropdown_trip.jpg) no-repeat 100% 100%;
}
#dd_panel_trip_m .dropdown_menu_title {
  background-color: #c0a61d;
}
#dd_panel_trip_m:before {
  background: url(/resources/img/header/icn_dropdown_arow_trip.png) no-repeat 0 0;
  left: 67.26316%;
}
#dd_panel_trip_m li a {
  background: url(/resources/img/common/icn_link_arrow_trip_01.png) no-repeat 0 50%;
}
#dd_panel_trip_m .dropdown_menu_blank:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
  background: url(/resources/img/common/icn_blank_trip.png) no-repeat 100% 50%;
}
#dd_panel_trip_m .dropdown_menu_pad.last {
  width: 33%;
}

#dd_panel_otoku_m .inner {
  border: 2px solid #e3594e;
  background: white url(/resources/img/header/bg_dropdown_otoku.jpg) no-repeat 100% 100%;
}
#dd_panel_otoku_m .dropdown_menu_title {
  background-color: #e3594e;
}
#dd_panel_otoku_m:before {
  background: url(/resources/img/header/icn_dropdown_arow_otoku.png) no-repeat 0 0;
  left: 89.57895%;
}
#dd_panel_otoku_m li a {
  background: url(/resources/img/common/icn_link_arrow_otoku_01.png) no-repeat 0 50%;
}
#dd_panel_otoku_m .dropdown_menu_blank:after {
  content: "";
  padding-left: 20px;
  width: 12px;
  height: 12px;
  background: url(/resources/img/common/icn_blank_otoku.png) no-repeat 100% 50%;
}

/* noscript */
.noscript {
  margin-top: 15px;
  padding: 25px;
  font-size: 128.5%;
  border-radius: 8px;
  border: 1px solid #cccccc;
  background-color: #fffeec;
  text-align: center;
}

/* header simple 1
======================================================= */
.header_simple1 {
  padding: 0 0 12px 0;
  color: #666666;
  font-size: 78.5%;
  line-height: 1.2;
  display: block;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, white 0%, #fafafa 35%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(35%, #fafafa));
  background: -webkit-linear-gradient(top, white 0%, #fafafa 35%);
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
}
.header_simple1 .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
}
.header_simple1 .header_simple1_ctach {
  padding: 10px 0 5px 0;
}
.header_simple1 .header_simple1_ctach p {
  margin: 0;
}
.header_simple1 .header_simple1_title {
  float: left;
  width: 44%;
}
.header_simple1 .header_simple1_title .logo {
  width: 256px;
}
.header_simple1 .header_simple1_title .logo img {
  width: 100%;
  height: auto;
}
.header_simple1 .header_simple1_title p {
  margin: 0;
}
.header_simple1 .header_simple1_official {
  float: right;
  width: 55%;
  text-align: right;
  position: relative;
}
.header_simple1 .header_simple1_official .group {
  position: absolute;
  top: -10px;
  right: 0;
  margin: 0;
  width: 82px;
}
.header_simple1 .header_simple1_official .group img {
  width: 100%;
  height: auto;
}

.header_simple1 {
  /* ie8 */
  border-bottom: 1px solid #cccccc \9;
}

.header_simple1:not(:target) {
  /* ie9 */
  border-bottom: 0\9;
}

/*  footer
======================================================= */
/* ビッグフッタ */
.footer {
  background: #F5F5F5;
  border-top: 2px solid #A0A0A0;
}
.footer .footer_main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .category {
  float: left;
  width: 25.36842%;
}
.footer .category h2 {
  margin: 0;
  padding: 0 0 6px 0;
  line-height: 1;
}
.footer .category h2 a {
  display: block;
  min-height: 22px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.footer .category ul {
  margin: 17px 0 0 0;
  padding: 0;
}
.footer .category li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.footer .category li:first-child {
  margin-top: 0;
}
.footer .category li a {
  display: block;
  padding: 0 0 0 12px;
  background: url(/resources/img/common/icn_arrow_next_01.png) no-repeat 0 50%;
  font-size: 85.7%;
  line-height: 1.2;
}
.footer .category li a:link, .footer .category li a:visited, .footer .category li a:hover {
  color: #333333;
}
.footer .category li ul {
  margin-top: 12px;
  margin-left: 13px;
}
.footer .category li.footer_li_top {
  display: none;
}
.footer .category .separate {
  padding-top: 17px;
  border-top: 1px dashed #CCC;
}
.footer .category .category_pad {
  margin-right: 16px;
}
.footer .category.last {
  width: 23.68421%;
}
.footer .category.last .category_pad {
  margin-right: 0;
}
.footer .footer_blank:after {
  content: "";
  padding-left: 17px;
  width: 10px;
  height: 10px;
  background: url(/resources/img/footer/icn_blank.png) no-repeat 100% 50%;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
.footer .footer_safetydrive:after {
  content: "";
  padding-left: 25px;
  width: 15px;
  height: 15px;
  background: url(/resources/img/footer/icn_safetydrive.png) no-repeat 100% 50%;
}
.footer .footer_enexco_pass:after {
  content: "";
  padding-left: 25px;
  width: 19px;
  height: 19px;
  background: url(/resources/img/footer/icn_enexco_pass.png) no-repeat 100% 50%;
}
.footer .footer_doramichi:after {
  content: "";
  padding-left: 25px;
  width: 19px;
  height: 19px;
  background: url(/resources/img/footer/icn_doramichi.png) no-repeat 100% 50%;
}
.footer .facebook:after {
  content: "";
  padding-left: 25px;
  width: 15px;
  height: 15px;
  background: url(/resources/img/footer/icn_facebook.png) no-repeat 100% 50%;
}
.footer .twitter:after {
  content: "";
  padding-left: 25px;
  width: 15px;
  height: 15px;
  background: url(/resources/img/footer/icn_twitter.png) no-repeat 100% 50%;
}
.footer .youtube:after {
  content: "";
  padding-left: 25px;
  width: 17px;
  height: 17px;
  background: url(/resources/img/footer/icn_youtube.png) no-repeat 100% 50%;
}
.footer .instagram:after {
  content: "";
  padding-left: 25px;
  width: 15px;
  height: 15px;
  background: url(/resources/img/footer/icn_instagram.png) no-repeat 100% 50%;
}

/* 各カテゴリー見出し */
.footer .footer_home h2 {
  border-bottom: 2px solid #3da414;
}
.footer .footer_home h2 a {
  background: url(/resources/img/footer/ttl_home.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.footer .footer_trafic h2 {
  border-bottom: 2px solid #1c83bf;
}
.footer .footer_trafic h2 a {
  background: url(/resources/img/footer/ttl_trafic.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.footer .footer_sapa h2 {
  border-bottom: 2px solid #9cb71e;
}
.footer .footer_sapa h2 a {
  background: url(/resources/img/footer/ttl_sapa.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.footer .footer_trip h2 {
  border-bottom: 2px solid #c0a61d;
}
.footer .footer_trip h2 a {
  background: url(/resources/img/footer/ttl_trip.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.footer .footer_otoku h2 {
  border-bottom: 2px solid #e3594e;
}
.footer .footer_otoku h2 a {
  background: url(/resources/img/footer/ttl_otoku.png) no-repeat 0 0;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

.footer .subsite ul {
  border-top: 2px solid #E5E5E5;
}
.footer .subsite ul li {
  padding-top: 17px;
  border-top: 1px solid #E5E5E5;
}
.footer .subsite ul li:first-child {
  border-top: 0;
}

/* 基本情報リンク */
.footer .footer_sub {
  background: url(/resources/img/footer/line_footer_sub.png) repeat-x 0 0;
  border-bottom: 1px solid #CCC;
}
.footer .footer_sub ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .footer_sub li {
  margin: 11px 0;
  padding: 9px 16px;
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #FDFDFD;
  font-size: 85.7%;
  line-height: 1.2;
}
.footer .footer_sub li:first-child {
  border-left: 0;
}
.footer .footer_sub li.last {
  border-right: 0;
}
.footer .footer_sub li a:link, .footer .footer_sub li a:visited, .footer .footer_sub li a:hover {
  color: #333333;
}

/* 運営 */
.footer .footer_operating {
  padding: 20px;
  background: #FFF;
}
.footer .footer_operating p {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  margin-top: 0;
  text-align: center;
  font-size: 85.7%;
  line-height: 1.2;
}

/* コピーライト */
.footer .footer_copyright {
  padding: 13px 0;
  background: #3DA414;
  color: #FFF;
}
.footer .footer_copyright p {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
  margin-top: 0;
  text-align: right;
  font-size: 85.7%;
  line-height: 1.2;
}

/* footer simple 1
======================================================= */
.footer_simple1 {
  padding: 0;
  border-top: 1px solid #cccccc;
  color: #666666;
  background-color: #FFF;
  font-size: 78.5%;
  line-height: 1.2;
}
.footer_simple1 .footer_simple1_text {
  width: 100%;
  padding: 14px 0;
}
.footer_simple1 .footer_simple1_text p {
  margin: 0;
  text-align: right;
}
.footer_simple1 .footer_simple1_text_btm {
  width: 100%;
  padding: 14px 0;
  background: #3da414;
  color: #ffffff;
}
.footer_simple1 .footer_simple1_text_btm p {
  margin: 0;
  text-align: right;
}
.footer_simple1 .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
}

/* footer simple 2
======================================================= */
.footer_simple2 {
  padding: 12px 0 9px 0;
  border-top: 4px solid #3da414;
  color: #666666;
  background-color: #FFF;
  font-size: 78.5%;
  line-height: 1.2;
}
.footer_simple2 .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 950px;
  min-width: 641px;
}
.footer_simple2 .footer_simple2_title {
  float: left;
  width: 44%;
}
.footer_simple2 .footer_simple2_title .tagline {
  margin: 0;
}
.footer_simple2 .footer_simple2_title .logo {
  margin-top: 5px;
  width: 196px;
}
.footer_simple2 .footer_simple2_title .logo img {
  width: 100%;
  height: auto;
}
.footer_simple2 .footer_simple2_text {
  float: right;
  width: 56%;
}
.footer_simple2 .footer_simple2_text p {
  margin-top: 10px;
  text-align: right;
}



