<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none;
}

@media only screen and (min-width: 768px) {
  #MqMark {
    font-family: 'pc';
  }
}

@media only screen and (max-width: 1219px) {
  #MqMark {
    font-family: 'pcs';
  }
}

@media only screen and (max-width: 767px) {
  #MqMark {
    font-family: 'sp';
  }
}

@media only screen and (max-width: 374px) {
  #MqMark {
    font-family: 'xs';
  }
}

/* None
----------------------------------------------------------*/
.pcNone {
  display: none;
}

.pcNone-i {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }
  .pcNone-i {
    display: inline-block;
  }
  .spNone {
    display: none;
  }
  .spNone-i {
    display: none;
  }
}

/* utility
----------------------------------------------------------*/
.dib {
  display: inline-block;
}

/* Layout wrapper
----------------------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
  min-width: 320px;
  width: 100%;
  color: #333333;
  letter-spacing: 0;
  font-size: 14px;
  font-family: '繝｡繧､繝ｪ繧ｪ', 'Meiryo', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  line-height: 1.5;
}
.wrapper:after {
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url(../images/loading-main.gif);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: '';
}
.is-cont-loaded .wrapper:after {
  display: none;
}

.inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1180px;
}

.isIE8 .wrapper {
  overflow: auto;
  min-width: 1180px;
}

.isIE8 .inner {
  padding: 0;
  width: 1180px;
}

#contentRow {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#leftCol {
  display: table-cell;
  padding-bottom: 40px;
  min-width: 180px;
  width: 180px;
  vertical-align: top;
}

#rightCol {
  display: table-cell;
  vertical-align: top;
}

#main {
  padding: 40px 0 40px 40px;
}

@media only screen and (max-width: 767px) {
  .wrapper:after {
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
  }
  .inner {
    padding: 0;
  }
  .spInner {
    padding: 0 17px;
  }
  #contentRow {
    display: block;
    width: auto;
  }
  #leftCol {
    display: block;
    padding: 0;
    width: 100%;
  }
  #rightCol {
    display: block;
    padding-left: 0;
  }
  #main {
    padding: 17px 0;
  }
}

@media only screen and (max-width: 374px) {
  .spInner {
    padding: 0 10px;
  }
  #main {
    padding: 10px 0;
  }
}

/* === 荳ｭ髱｢蜈ｱ騾� 繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ ============================================ */
h1.lowerH1 {
  padding: 195px 0 0 40px;
  height: 85px;
  background: url(../images/lower_h1_bg.jpg) no-repeat center center;
}
h1.lowerH1 span {
  display: block;
  border-bottom: 3px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  h1.lowerH1 {
    padding: 0;
    height: 105px;
    -webkit-background-size: cover;
            background-size: cover;
  }
  h1.lowerH1 span {
    width: 320px;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 374px) {
  h1.lowerH1 span {
    margin-top: 10px;
    margin-left: -15px;
    width: 280px;
    border-bottom: 0;
  }
}

/* === moreBtn ============================================ */
@media only screen and (max-width: 767px) {
  .dataWrap .moreBtn {
    overflow: hidden;
    margin-top: 20px;
    height: 35px;
    background: url(../images/btn_more.gif) no-repeat center center #00abeb;
    -webkit-background-size: auto 35px;
            background-size: auto 35px;
    text-indent: -9999px;
  }
}

/* === movieBtn ============================================ */
a.movieBtn {
  display: block;
  margin: 0 auto;
  padding: 0 0 30px 0;
  max-width: 480px;
  background: url(../images/txt_play.png) no-repeat center bottom #00abeb;
  -webkit-background-size: auto 30px;
          background-size: auto 30px;
}
a.movieBtn:hover {
  background-color: #ffffff;
  background-image: url(../images/txt_play_on.png);
}
a.movieBtn img {
  width: 100%;
  height: auto;
}
.isIE8 a.movieBtn {
  background-image: url('../images/txt_play_ie8.png');
}
.isIE8 a.movieBtn:hover {
  background-image: url('../images/txt_play_on_ie8.png');
}

/* === 繧ｹ繝槭�繝薙ず繝･繧｢繝ｫ荳九リ繝薙Γ繝九Η繝ｼ ============================== */
.sNavList {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sNavList {
    display: block;
    overflow: hidden;
    background: #00abeb;
  }
  .sNavList li {
    float: left;
    width: 50%;
    height: 45px;
    text-align: center;
  }
  .sNavList li img {
    width: auto;
    height: 100%;
  }
  .sNavList li a {
    position: relative;
    display: block;
    height: 100%;
  }
  .sNavList li a:after {
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    border-left: 1px dotted #ffffff;
    content: '';
  }
  .sNavList li:first-child a:after {
    display: none;
  }
}

@media only screen and (max-width: 374px) {
  .sNavList li {
    height: auto;
  }
  .sNavList li img {
    width: 90%;
    height: auto;
  }
}

/* === 蟾ｦ蛛ｴ繧ｳ繝ｳ繝�Φ繝�Γ繝九Η繝ｼ ============================== */
#leftCol {
  background: #00abeb;
  text-align: left;
}
#leftCol .menuWrap {
  padding: 10px;
}
#leftCol .menuWrap .menuOverlay {
  display: none;
}
#leftCol .menuWrap .spMenuBtn {
  display: none;
}
#leftCol .menuWrap .menuList dt {
  padding-top: 38px;
  border-bottom: 3px solid #333333;
}
#leftCol .menuWrap .menuList dd {
  padding-top: 15px;
}
#leftCol .menuWrap .menuList dd a {
  display: block;
  overflow: hidden;
  padding-left: 10px;
  height: 30px;
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
}
#leftCol .menuWrap .menuList dd a.fontsmall {
  font-size: 13px;
}
#leftCol .menuWrap .menuList dd a.twolines {
  font-size: 12px;
  line-height: 15px;
}
#leftCol .menuWrap .menuList dd a:hover {
  border-bottom: 1px solid #ffffff;
  background-color: #007dac;
}
#leftCol .leftMenuMynavi {
  margin: 15px 0 0 10px;
  width: 160px;
  background: #ffffff;
}
#leftCol .leftMenuMynavi a {
  display: block;
  padding: 15px 10px;
  width: 140px;
  color: #666666;
  text-decoration: none;
  font-size: 12px;
}
#leftCol .leftMenuMynavi img {
  display: block;
  margin: 0 auto 15px; 
  width: 130px;
}
#leftCol .leftMenuBnrList li {
  padding: 15px 10px 0;
}

@media only screen and (max-width: 767px) {
  #leftCol {
    position: absolute;
    z-index: 90;
    background: transparent;
  }
  #leftCol .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
  }
  #leftCol .menuWrap {
    position: absolute;
    top: 0;
    right: -80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    width: 80%;
    background: #00abeb;
    -webkit-transition: right .3s ease;
            transition: right .3s ease;
  }
  #leftCol .menuWrap .menuOverlay {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    display: none;
    width: 100%;
    height: 100%;
  }
  .is-menu-active #leftCol .menuWrap .menuOverlay {
    display: block;
  }
  #leftCol .menuWrap .spMenuBtn {
    position: absolute;
    top: 0;
    left: -56px;
    z-index: 1;
    display: block;
    cursor: pointer;
  }
  .is-menu-active #leftCol .menuWrap {
    right: 0;
  }
  #leftCol .menuWrap .menuList {
    position: relative;
    z-index: 2;
  }
  #leftCol .menuWrap .menuList dt {
    display: none;
  }
  #leftCol .menuWrap .menuList dd {
    padding-top: 0;
  }
  #leftCol .menuWrap .menuList dd a {
    padding: 15px 0;
    height: auto;
    background: url(../images/icn_arrow_right.png) no-repeat right center;
    -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
    font-size: 16px;
    line-height: 1.1;
  }
  #leftCol .menuWrap .menuList dd:hover {
    background-color: transparent;
  }
  #leftCol .menuWrap .menuList dd.fontsmall {
    font-size: 16px;
  }
  #leftCol .menuWrap .menuList dd.twolines {
    padding: 5px 0;
    line-height: 1.1;
  }
  #leftCol .leftMenuMynavi,
  #leftCol .leftMenuBnrList {
    display: none;
  }
}

/* === 繝輔ャ繧ｿ繝ｼ繧ｨ繝ｪ繧｢繝ｼ ============================== */
#footCont {
  margin: 0 auto;
  max-width: 1180px;
}
#footCont #homeSponsorship {
  margin: 2px auto;
  padding: 20px 0;
  border-top: 3px double #48acd2;
  border-bottom: 3px double #48acd2;
  background: url(../images/stripe_bg.gif) repeat 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#footCont #homeSponsorship a {
  color: #333333;
  text-decoration: none;
}
#footCont #homeSponsorship a:hover {
  color: #00abeb;
  text-decoration: underline;
}
#footCont #homeSponsorship .sponsor {
  margin-bottom: 25px;
}
#footCont #homeSponsorship .sponsor dl {
  margin-left: -10px;
}
#footCont #homeSponsorship .sponsor dl dt,
#footCont #homeSponsorship .sponsor dl dd {
  display: inline-block;
}
#footCont #homeSponsorship .sponsor dl dt {
  margin-left: 10px;
}
#footCont #homeSponsorship .sponsor .homeSponsorshipBack {
  font-weight: normal;
  font-size: 12px;
}
#footCont #homeSponsorship .address {
  display: table;
  margin: 0 auto;
  text-align: left;
}
#footCont #homeSponsorship .address .txt {
  display: table-cell;
  font-weight: bold;
}
#footCont #homeSponsorship .address .bnr {
  display: table-cell;
  padding: 0 30px;
}
#footCont #copyright {
  height: 30px;
  background-color: #86b0bf;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}
#footCont #copyright a {
  color: #333333;
  text-decoration: none;
}
#footCont #copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #footCont #footBnrArea-sp {
    padding: 30px 17px;
    text-align: center;
  }
  #footCont #footBnrArea-sp .leftMenuMynavi {
    margin-bottom: 30px;
    border: 2px solid #00abeb;
    background: #ffffff;
    text-align: left;
  }
  #footCont #footBnrArea-sp .leftMenuMynavi a {
    display: block;
    padding: 15px 12px 12px;
    color: #666666;
    text-decoration: none;
  }
  #footCont #footBnrArea-sp .leftMenuMynavi a {
    display: block;
    color: #666666;
    text-decoration: none;
    font-size: 12px;
  }
  #footCont #footBnrArea-sp .leftMenuMynavi img {
    display: block;
    margin: 0 auto 15px;
  }
  #footCont #footBnrArea-sp .leftMenuBnrList {
    overflow: hidden;
    margin: -10px auto 0;
    margin-top: -20px;
    width: 300px;
  }
  #footCont #footBnrArea-sp .leftMenuBnrList li {
    float: left;
    margin: 10px 0 0 10px;
    width: 145px;
  }
  #footCont #footBnrArea-sp .leftMenuBnrList li:nth-child(2n+1) {
    margin-left: 0;
  }
  #footCont #homeSponsorship {
    margin: 2px auto 0;
    padding: 20px 18px;
    border-top: 1px solid #48acd2;
    border-bottom: 0;
    background: #e7fffe;
    text-align: left;
    font-size: 11px;
  }
  #footCont #homeSponsorship .sponsor .homeSponsorshipBack {
    font-size: 11px;
  }
  #footCont #homeSponsorship dl {
    overflow: hidden;
    margin-left: 0;
  }
  #footCont #homeSponsorship dl dt,
  #footCont #homeSponsorship dl dd {
    display: block;
    float: left;
    margin-left: 0;
  }
  #footCont #homeSponsorship dl dt {
    clear: both;
    min-width: 30px;
  }
  #footCont #homeSponsorship .address {
    margin: 0;
    padding-top: 15px;
    width: 100%;
    border-top: 1px solid #a7a7a7;
  }
  #footCont #homeSponsorship .address .bnr {
    padding: 0 0 0 15px;
    text-align: right;
  }
  #footCont #homeSponsorship .address .bnr img {
    width: 105px;
  }
}

@media only screen and (max-width: 374px) {
  #footCont #footBnrArea-sp {
    padding: 30px 10px;
  }
  #footCont #footBnrArea-sp #homeSponsorship {
    padding: 15px 10px;
  }
  #footCont #footBnrArea-sp #homeSponsorship .address .bnr {
    padding: 0 5px;
  }
}

/* === 蜍慕判繝励Ξ繧､繝､繝ｼ ============================== */
#playerWindowBack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .0;
}

#playerWindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  margin: auto;
  padding: 0;
  width: 640px;
  height: 320px;
  text-align: center;
  opacity: .0;
}

#playerWindow #playerArea {
  position: relative;
  overflow: hidden;
  margin: -65px 0 0 -10px;
  padding-top: 56.25%;
  width: 100% !important;
  height: 0 !important;
  border: 10px solid #ffffff;
  background: url(../images/loading.gif) no-repeat center center #000000;
}

#playerWindow.small {
  width: 320px;
  height: 240px;
}

#playerWindow.small #playerArea {
  padding-top: 75%;
}

#playerWindow #playerArea object,
#playerWindow #playerArea iframe,
#playerWindow #playerArea #movie,
#playerWindow #playerArea video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#playerWindow #playerArea #movie {
  margin: 0 auto;
  max-width: 640px;
}

#playerWindow #playerArea .projekktor {
  margin: 0 auto;
  width: 100%;
}

#playerWindow #playerCloseBtn {
  margin-top: 30px;
}

#playerWindow #playerCloseBtn a {
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 40px;
  border-radius: 3px;
  background: #999999;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 40px;
}

#playerWindow #playerCloseBtn a:hover {
  background-color: #007dac;
}

@media only screen and (max-width: 767px) {
  #playerWindow,
  #playerWindow.small {
    width: 360px;
    height: 240px;
  }
  #playerWindow #playerArea {
    margin: -5px 0 0 -5px;
    border-width: 5px;
  }
  #playerWindow.small {
    width: 300px;
    height: 225px;
  }
  #playerWindow #playerCloseBtn {
    margin-top: 10px;
  }
  #playerWindow #playerCloseBtn a {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 374px) {
  #playerWindow,
  #playerWindow.small {
    width: 300px;
    height: 200px;
  }
}
</pre></body></html>