<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_nav:after, .con_nav .box_nav ul:after {
  content: "";
  display: table;
  clear: both;
}

body, pre, input, textarea, select {
  color: #333333;
  line-height: 1.7;
  font-size: 13px;
}

a, a:link {
  color: #333333;
}

body {
  background-color: transparent !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#cus_page a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cus_page a:hover {
  opacity: 0.7;
}
#cus_page a:visited {
  color: #474747;
}

.con_nav {
  margin-bottom: 35px;
  margin-top: 30px;
}
.con_nav .logo {
  float: left;
  width: 190px;
}
.con_nav .box_nav {
  float: right;
  width: 760px;
  margin: 20px 0 0;
}
.con_nav .box_nav ul {
  display: block;
  margin: 0 0 30px;
}
.con_nav .box_nav ul li {
  float: left;
  margin: 0 0 0 34px;
}
.con_nav .box_nav ul li a {
  font-size: 147%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-decoration: none;
}
.con_nav .box_nav ul li a:hover {
  color: #394a70 !important;
  opacity: 1 !important;
  opacity: .7 !important;
}
.con_nav .box_nav ul li.last {
  margin-right: 0;
}
.con_nav .box_nav ul.sub {
  margin-left: 35px;
}
.con_nav .box_nav ul.sub li {
  margin: 0 0 0 25px;
}
.con_nav .box_nav ul.sub li a {
  font-size: 108%;
}

/* -----------------------------------------------------------
	ページ全体背景
----------------------------------------------------------- */
#htlContents {
  width: 950px !important;
  margin: 0px auto !important;
  min-width: 950px !important;
}

#trvlHtlTabNav,
#trvlHtlSubNav {
  position: relative;
  left: 0;
}

#htlSide-A {
  position: absolute;
  /*キャンペーンバナーがひとつもない時
  top: 1300px;*/
  top: 730px;
  left: 0;
}

#htlMainContent {
  width: 950px !important;
  margin-left: 0 !important;
  background: transparent url(../images/common/bg_common.jpg);
}

#RthCustomizeW {
  width: 950px !important;
  float: none;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#cus_page {
  color: #555;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Ｐゴシック", "MS PGothic", sans-serif;
  /* -----------------------------------------------------------
  	#contents
  ----------------------------------------------------------- */
}
#cus_page a {
  color: #4b4b4b;
}
#cus_page #cus_contents {
  width: 950px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#cus_header {
  width: 1190px;
  overflow: hidden;
}
#cus_header .box_nav_head {
  overflow: hidden;
}
#cus_header .box_nav_head .logo {
  float: left;
  width: 192px;
  margin: 15px 0 0;
}
#cus_header .box_nav_head .subnav {
  float: right;
  text-align: right;
  margin: 0;
}
#cus_header .box_nav_head .subnav li {
  display: inline-block;
}
#cus_header .box_nav_head .subnav li a {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  display: inline-block;
  color: #696969;
  margin-left: 25px;
  font-size: 13px;
}
#cus_header .box_nav_head .subnav li.gnav_rsv a {
  color: #ffffff;
  background: #3099ca;
  padding: 17px 0;
}
#cus_header .box_nav {
  width: 1190px;
}
#cus_header .box_nav .gnav {
  overflow: hidden;
  margin: 10px 0;
}
#cus_header .box_nav .gnav li {
  float: left;
}
#cus_header .box_nav .gnav li a {
  display: block;
  padding: 20px 0 10px;
}
#cus_header .box_nav .gnav li a:hover {
  opacity: .7;
}
</pre></body></html>