@charset 'utf-8';
/* ---------------------------------------------------------- */
/* リセット */
/* ---------------------------------------------------------- */
/* global-reset
---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
/* nested-reset
---------------------------------------------------------- */
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
/* ---------------------------------------------------------- */
/* modules */
/* ---------------------------------------------------------- */
.blockPtn01 {
  position: relative;
  background: #fffae5;
  border-radius: 10px;
  border: solid 2px #ffcd0e;
}
.blockPtn02 {
  position: relative;
  background: url("../../common/images/blockPtn01BG.gif");
  border-radius: 10px;
  border: solid 2px #ff997f;
}
.thumbIcon {
  position: relative;
  z-index: 1;
  border: solid 2px #ccc;
}
.thumbIcon a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.thumbIcon a img {
  position: relative;
  z-index: -1;
}
.thumbIcon a:after {
  content: '　';
  width: 72px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.thumbIcon.map {
  border-color: #13b0e7;
}
.thumbIcon.map a:after {
  background: url("../../common/images/icon_map.gif") no-repeat 0 0;
}
.thumbIcon.colum {
  border-color: #eb6752;
}
.thumbIcon.colum a:after {
  background: url("../../common/images/icon_colum.gif") no-repeat 0 0;
}
.thumbIcon.movie {
  border-color: #009e7e;
}
.thumbIcon.movie a:after {
  background: url("../../common/images/icon_movie.gif") no-repeat 0 0;
}
.thumbIcon.spOnly {
  border-color: #4e9534;
}
.thumbIcon.spOnly a:after {
  width: 66px;
  height: 23px;
  background: url("../../common/images/icon_sp.gif") no-repeat 0 0;
  left: auto;
  right: 0;
}
.thumbIcon.spOnly a:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: url("../../common/images/sponly_illust.gif") no-repeat right bottom;
  width: 30px;
  height: 30px;
}
.thumbIcon.fb {
  border-color: #1e399f;
}
.thumbIcon.fb a:after {
  background: url("../../common/images/icon_fb.gif") no-repeat 0 0;
  left: auto;
  right: 0;
}
.thumbIcon.fb a:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: url("../../common/images/facebook_illust.gif") no-repeat right bottom;
  width: 30px;
  height: 30px;
}
.thumbIcon.normal a:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: url("../../common/images/normal_illust.gif") no-repeat right bottom;
  width: 30px;
  height: 30px;
}
.thumbIcon.other01 {
  border-color: #a3d3c0;
}
h3.ttlPtn01 {
  padding-bottom: 16px;
  background: url("../../common/images/bg_h_line.gif") repeat-x 0 bottom;
  line-height: 1.2;
  font-size: 215%;
  color: #333;
}
.subTtlPtn01 {
  margin: 5px auto;
  padding: 10px 20px;
  width: 900px;
  position: relative;
  background: url("../../common/images/bg_ttl01_mid.png") repeat-y 0 0;
  line-height: 1.2;
  font-size: 129%;
  font-weight: bold;
  color: #fff;
}
.subTtlPtn01:before {
  content: '';
  width: 940px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 0;
  background: url("../../common/images/bg_ttl01_top.png") no-repeat 0 0;
}
.subTtlPtn01:after {
  content: '';
  width: 940px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url("../../common/images/bg_ttl01_btm.png") no-repeat 0 0;
}
/* ---------------------------------------------------------- */
/* base */
/* ---------------------------------------------------------- */
body {
  background: #fafbfd;
  text-align: left;
  line-height: 1.5;
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333;
}
body.fnSizeS {
  font-size: 75%;
}
body.fnSizeM {
  font-size: 87.5%;
}
body.fnSizeL {
  font-size: 100%;
}
body a {
  color: #333;
  text-decoration: underline;
}
body a:hover {
  color: #333;
  text-decoration: underline;
}
body a:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
body input[type="image"]:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
body img {
  vertical-align: top;
}
body a:focus {
  outline: 2px solid #dc1753 !important;
}
/* ---------------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------------- */
#wrapper {
  background: url("../../common/images/bg_content.gif") 0 0 repeat;
}
/* ---------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------- */
#header {
  padding-bottom: 4px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: url("../../common/images/header_bg_line.png") 0 bottom repeat-x;
}
#header #headerInner {
  background: #fafbfd;
}
#header .headerCont {
  margin: 0 auto;
  width: 1060px;
  zoom: 1;
}
#header .headerCont:before,
#header .headerCont:after {
  content: "";
  display: table;
}
#header .headerCont:after {
  clear: both;
}
#header .headerCont .headerLogo {
  margin: 7px 0;
  width: 227px;
  float: left;
}
#header .headerCont .headerLogo a:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header .headerCont .rightArea {
  margin-top: 35px;
  float: right;
  zoom: 1;
}
#header .headerCont .rightArea:before,
#header .headerCont .rightArea:after {
  content: "";
  display: table;
}
#header .headerCont .rightArea:after {
  clear: both;
}
#header .headerCont .rightArea .search,
#header .headerCont .rightArea .lang,
#header .headerCont .rightArea .logoEnv,
#header .headerCont .rightArea .fnSizeCng,
#header .headerCont .rightArea .toContents {
  float: left;
}
#header .headerCont .rightArea .toContents {
  margin: 3px 20px 0 0;
}
#header .headerCont .rightArea .toContents:before {
  content: "";
  display: block;
  float: left;
  background: url("../../common/images/arrow03.png") no-repeat bottom;
  width: 7px;
  height: 1em;
  margin-right: 7px;
}
#header .headerCont .rightArea .toContents a {
  color: #575757;
  text-decoration: none;
}
#header .headerCont .rightArea .toContents a:hover {
  text-decoration: underline;
}
#header .headerCont .rightArea .lang {
  margin-right: 20px;
}
#header .headerCont .rightArea .lang a {
  display: inline-block;
}
#header .headerCont .rightArea .logoEnv {
  margin-top: -9px;
  width: 107px;
}
#header .headerCont .rightArea .logoEnv a:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header .headerCont .rightArea .enDw {
  margin-right: 17px;
  width: 83px;
  float: right;
}
#header .headerCont .rightArea .search {
  margin-right: 20px;
  width: 189px;
  height: 30px;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}
#header .headerCont .rightArea .search input {
  letter-spacing: normal; /* 文字間を通常に戻す */
}
#header .headerCont .rightArea .search input[type="text"] {
  padding: 8px;
  width: 123px;
  height: 14px;
  border: none;
  background: url("../../common/images/header_search_bg.gif") 0 0 no-repeat;
  vertical-align: top;
  line-height: 1;
  font-size: 14px;
}
#header .headerCont .rightArea dl {
  margin-right: 20px;
  padding-bottom: 6px;
  width: 161px;
  float: right;
  border-bottom: solid 1px #ccc;
  zoom: 1;
}
#header .headerCont .rightArea dl:before,
#header .headerCont .rightArea dl:after {
  content: "";
  display: table;
}
#header .headerCont .rightArea dl:after {
  clear: both;
}
#header .headerCont .rightArea dl dt {
  margin-top: 6px;
  width: 5em;
  line-height: 1;
  float: left;
  font-size: 14px;
  color: #575757;
}
#header .headerCont .rightArea dl dd {
  margin-left: 4px;
  width: 26px;
  height: 26px;
  float: left;
  cursor: pointer;
}
#header .headerCont .rightArea dl dd a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
}
#header .headerCont .rightArea dl dd:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#header .headerCont .rightArea dl dd.fnBtnS {
  background: url("../../common/images/header_btn_fnsize_s_off.gif") 0 0 no-repeat;
}
#header .headerCont .rightArea dl dd.fnBtnS.act {
  background: url("../../common/images/header_btn_fnsize_s_act.gif") 0 0 no-repeat;
}
#header .headerCont .rightArea dl dd.fnBtnM {
  background: url("../../common/images/header_btn_fnsize_m_off.gif") 0 0 no-repeat;
}
#header .headerCont .rightArea dl dd.fnBtnM.act {
  background: url("../../common/images/header_btn_fnsize_m_act.gif") 0 0 no-repeat;
}
#header .headerCont .rightArea dl dd.fnBtnL {
  background: url("../../common/images/header_btn_fnsize_l_off.gif") 0 0 no-repeat;
}
#header .headerCont .rightArea dl dd.fnBtnL.act {
  background: url("../../common/images/header_btn_fnsize_l_act.gif") 0 0 no-repeat;
}
/* ---------------------------------------------------------- */
/* mainVi */
/* ---------------------------------------------------------- */
#mainVi {
  margin: 90px auto 0;
  width: 1200px;
  position: relative;
}
/* ---------------------------------------------------------- */
/* gnav */
/* ---------------------------------------------------------- */
#gnav {
  margin: 20px auto;
  width: 1040px;
}
#gnav ul {
  background: url("../../common/images/gnav_line.png") right 0 no-repeat;
  zoom: 1;
}
#gnav ul:before,
#gnav ul:after {
  content: "";
  display: table;
}
#gnav ul:after {
  clear: both;
}
#gnav ul li {
  padding-left: 3px;
  float: left;
  background: url("../../common/images/gnav_line.png") left 0 no-repeat;
}
#gnav ul li a {
  display: block;
  height: 42px;
  text-indent: -1000px;
  overflow: hidden;
}
#gnav ul li a:hover {
  background-position: 0 -42px;
}
#gnav ul .navi01 a {
  background: url("../../common/images/gnav_top.png") 0 0;
  width: 99px;
}
#gnav ul .navi02 a {
  background: url("../../common/images/gnav_route.png") 0 0;
  width: 137px;
}
#gnav ul .navi03 a {
  background: url("../../common/images/gnav_model.png") 0 0;
  width: 151px;
}
#gnav ul .navi04 a {
  background: url("../../common/images/gnav_guide.png") 0 0;
  width: 225px;
}
#gnav ul .navi05 a {
  background: url("../../common/images/gnav_outline.png") 0 0;
  width: 258px;
}
#gnav ul .navi06 a {
  background: url("../../common/images/gnav_faq.png") 0 0;
  width: 149px;
}
/* ---------------------------------------------------------- */
/* contents */
/* ---------------------------------------------------------- */
#contents {
  margin: 0 auto;
  width: 1040px;
  line-height: 1.4;
}
/* ---------------------------------------------------------- */
/* breadcrumbs */
/* ---------------------------------------------------------- */
#breadcrumbs {
  margin: 20px auto;
  width: 1040px;
}
#breadcrumbs ul {
  zoom: 1;
}
#breadcrumbs ul:before,
#breadcrumbs ul:after {
  content: "";
  display: table;
}
#breadcrumbs ul:after {
  clear: both;
}
#breadcrumbs li {
  float: left;
  font-size: 93%;
  color: #666;
}
#breadcrumbs li a {
  text-decoration: underline;
  color: #666;
}
#breadcrumbs li a:hover {
  text-decoration: none;
}
#breadcrumbs li a:visited {
  color: #666;
}
#breadcrumbs li:after {
  content: '＞';
  padding: 0 5px;
  color: #999;
}
#breadcrumbs li.current:after {
  content: '';
}
/* ---------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------- */
/* #footer */
#footer {
  clear: both;
  width: 100%;
  min-height: 160px;
  position: relative;
  z-index: auto;
  background: #666;
  overflow: hidden;
  *zoom: 1;
}
#footer .container {
  margin: 0 auto;
  overflow: visible;
  padding: 0 85px;
  position: relative;
  width: 950px;
  font-size: 95%;
}
#footer #footer_inner {
  margin: 0 auto;
/*overflow: visible;*/
}
#footer #footer_inner div {
  min-height: 100px;
  height: auto;
  padding: 28px 0 0 0;
  color: #fff;
  line-height: 20px;
}
#footer #footer_inner div.env-logo {
  padding: 40px 0;
  float: left;
  margin-right: 20px;
  text-align: center;
  border-right: 2px solid #474747;
  background: #fff;
  overflow: visible;
}
#footer #footer_inner div.copyright {
  padding-left: 56px;
}
#footer #footer_inner div ul {
  overflow: hidden;
}
#footer #footer_inner div ul li {
  padding: 2px 3px 3px;
  float: left;
  font-size: 93%;
}
#footer #footer_inner div ul li a {
  border-left: 1px solid #ccc;
  padding-left: 6px;
}
#footer #footer_inner div ul li:first-child {
  padding-left: 0;
}
#footer #footer_inner div ul li:first-child a {
  border: none;
  padding: 0;
}
#footer #footer_inner div p a {
  margin-left: 10px;
  font-size: 93%;
}
#footer #footer_inner div p small {
  padding-top: 18px;
  font-size: 77%;
  display: block;
}
#footer a {
  color: #fff;
}
/* #michinoku_footer */
#michinoku_footer {
  margin-top: 50px;
  padding-top: 70px;
  background: url("../../common/images/footer_bg.png") center top no-repeat;
}
#michinoku_footer #footerInner {
  background: #fafbfd;
}
#michinoku_footer .footerCont {
  margin: 0 auto;
  width: 1040px;
  position: relative;
}
#michinoku_footer .footerCont .pageTop a {
  width: 219px;
  height: 83px;
  position: absolute;
  top: -83px;
  right: -46px;
  background: url("../../common/images/footer_btn_pagetop.png") 0 0;
  text-indent: -1000px;
  overflow: hidden;
}
#michinoku_footer .footerCont .pageTop a:hover {
  background-position: 0 -83px;
}
#michinoku_footer .footerCont .links {
  padding: 10px 90px;
  background: #eee;
  zoom: 1;
}
#michinoku_footer .footerCont .links:before,
#michinoku_footer .footerCont .links:after {
  content: "";
  display: table;
}
#michinoku_footer .footerCont .links:after {
  clear: both;
}
#michinoku_footer .footerCont .links .footerLink {
  margin-top: 5px;
  width: 805px;
  float: left;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
  line-height: 1;
}
#michinoku_footer .footerCont .links .footerLink li {
  margin-top: 5px;
  display: inline-block;
  border-left: solid 1px #666;
  letter-spacing: normal; /* 文字間を通常に戻す */
}
#michinoku_footer .footerCont .links .footerLink li.last {
  border-right: solid 1px #666;
}
#michinoku_footer .footerCont .links .footerLink li a {
  padding: 0 6px;
  display: block;
  font-size: 86%;
  text-decoration: none;
  color: #666;
}
#michinoku_footer .footerCont .links .footerLink li a:hover {
  text-decoration: underline;
}
#michinoku_footer .footerCont .links .footerBtn {
  width: 30px;
  float: right;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}
#michinoku_footer .footerCont .links .footerBtn li {
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
}
#michinoku_footer .footerCont .links .footerBtn li img {
  vertical-align: middle;
}
#michinoku_footer .footerCont .links .footerBtn li.fb {
  margin-right: 0;
}
#michinoku_footer .footerCont .bnrs {
  margin-top: 20px;
}
#michinoku_footer .footerCont .bnrs ul {
  margin-right: -28px;
  letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
}
#michinoku_footer .footerCont .bnrs li {
  margin-right: 28px;
  display: inline-block;
  letter-spacing: normal; /* 文字間を通常に戻す */
}
#michinoku_footer .copy {
  padding: 40px 0;
  text-align: center;
  font-size: 86%;
  color: #666;
}
/* ---------------------------------------------------------- */
/* modal */
/* ---------------------------------------------------------- */
.modalYtContent {
  position: fixed;
  display: none;
  z-index: 3000;
}
.modalYtContent .modalCls a,
.modalContent .modalCls a {
  position: absolute;
  top: -92px;
  right: -92px;
  width: 92px;
  height: 92px;
  background: url("../../common/images/btn_close.png") no-repeat 0 0;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
.modalYtContent .modalCls a:hover,
.modalContent .modalCls a:hover {
  background-position: 0 -92px;
}
.modalContent {
  position: fixed;
  display: none;
  z-index: 3000;
}
.modalOverlay {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
