@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  /* custom */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* custom */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  /* custom */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  /* custom */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
YUI 3.11.0 (build d549e5c)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

/* =============================================================================
   common style
============================================================================= */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.69;
  background: #8CB4FF;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.lt-ie9 body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  *width: 100%;
}

ul {
  list-style: none;
}

#wrapper {
  background: #fff;
  width: auto;
}

@media screen and (max-width: 760px) {
  .grid-container {
    padding: 0;
  }
}
/* hover
----------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ie7 a {
  cursor: pointer;
  zoom: 1;
}

.ie8 a {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ie8 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* ----------------------------------------------------------------
	layout
----------------------------------------------------------------- */
/* margin
----------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding
----------------------------------------------------*/
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* border
----------------------------------------------------*/
.bdt1 {
  border-top: 1px solid #3250aa !important;
}

/* color
----------------------------------------------------*/
.col-red {
  color: #e64100;
}

/* text align
----------------------------------------------------*/
.tac {
  text-align: center;
}

/* display
----------------------------------------------------*/
.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

/* section
----------------------------------------------------*/
section h1 {
  font-size: 138.5%;
}

/* txt-button
----------------------------------------------------*/
.txt-button {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  /*icon setting*/
  /*font setting*/
}
@media screen and (max-width: 760px) {
  .txt-button {
    padding: 15px 0;
  }
}
.txt-button span {
  padding: 5px 0 5px 2.2em;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  letter-spacing: normal;
  /*for IE*/
  *display: inline;
  *zoom: 1;
}
.txt-button .icon-circle {
  background: url(../img/common/icon_arrow_circle.png) left center no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-button .icon-circle {
    background: url(../img/common/icon_arrow_circle@2x.png) left center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}
.txt-button .icon-contact {
  background: url(../img/common/icon_contact.png) left center no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-button .icon-contact {
    background: url(../img/common/icon_contact@2x.png) left center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}
.txt-button .icon-ar-clbl {
  background: url(../img/common/icon_arrow_clbl.png) left center no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-button .icon-ar-clbl {
    background: url(../img/common/icon_arrow_clbl@2x.png) left center no-repeat;
    -webkit-background-size: 12px 16px;
    background-size: 12px 16px;
  }
}
.txt-button.btn-fz20 {
  font-size: 153.9%;
  line-height: 1.4;
}
@media screen and (max-width: 760px) {
  .txt-button.btn-fz20 {
    padding: 24px 0;
  }
}
.txt-button.btn-fz20 span {
  padding: 8px 0 8px 1.5em;
  -webkit-background-size: 28px;
  background-size: 28px;
}

.inline-button .txt-button {
  padding: 8px 13px 8px 13px;
  width: 320px;
}
@media screen and (max-width: 760px) {
  .inline-button .txt-button {
    width: inherit;
  }
}

.back .txt-button {
  display: inline-block;
  letter-spacing: normal;
  /*for IE*/
  *display: inline;
  *zoom: 1;
  width: auto;
}

/*color setting*/
.btn-blu {
  background: #3250AA;
}

.btn-gre {
  background: #83BB1E;
}

.btn-clbl {
  background: #50c9e6;
}

.btn-gray {
  background: #dcdcdc;
}

/* txt-link
----------------------------------------------------*/
.txt-link {
  /*icon setting*/
}
.txt-link span {
  line-height: 1.8;
}
.txt-link .icon-circle {
  padding: 5px 0 5px 2.2em;
  background: url(../img/common/icon_arrow_circle_bl.png) left center no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-link .icon-circle {
    background: url(../img/common/icon_arrow_circle_bl@2x.png) left center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}
.txt-link .icon-ar-clbl {
  padding: 5px 0 5px 15px;
  background: url(../img/common/icon_arrow_clbl.png) left center no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-link .icon-ar-clbl {
    background: url(../img/common/icon_arrow_clbl@2x.png) left center no-repeat;
    -webkit-background-size: 12px 16px;
    background-size: 12px 16px;
  }
}
.txt-link .icon-pdf {
  padding: 5px 0 5px 34px;
  background: url(../img/common/icon_pdf_25.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .txt-link .icon-pdf {
    background: url(../img/common/icon_pdf_25@2x.png) left top no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
  }
}

/* =============================================================================
   sns
============================================================================= */
.sns-button {
  display: inline-block;
  zoom: 1;
  display: block;
  margin: 0 0 5px 5px;
}
.sns-button:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}
@media screen and (max-width: 760px) {
  .sns-button {
    margin: 0 10px 5px;
  }
}
.sns-button .btn-twitter {
  float: left;
  width: 110px;
}
@media screen and (max-width: 760px) {
  .sns-button .btn-twitter {
    width: 110px;
  }
}
.sns-button .btn-facebook {
  overflow: hidden;
  float: left;
  width: 190px;
  height: 25px;
}
@media screen and (min-width: 760px) and (max-width: 940px) {
  .sns-button .btn-facebook {
    width: 170px;
  }
}
@media screen and (max-width: 760px) {
  .sns-button .btn-facebook {
    width: 160px;
  }
}
.sns-button .btn-facebook iframe {
  overflow: hidden;
  height: 25px;
  width: 100%;
}

.top .sns-button .btn-facebook {
  width: 190px;
}
@media screen and (min-width: 760px) and (max-width: 940px) {
  .top .sns-button .btn-facebook {
    width: 170px;
  }
}
@media screen and (max-width: 760px) {
  .top .sns-button .btn-facebook {
    width: 160px;
  }
}

/* =============================================================================
   header
============================================================================= */
#header {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 760px) {
  #header {
    margin: 0 0 5px 0;
  }
}

#header-inner {
  position: relative;
}

/* logo
----------------------------------------------------*/
.logo {
  display: block;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 760px) {
  .logo {
    margin: 0;
  }
}

/* utility-nav
----------------------------------------------------*/
.utility-nav ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 38px;
}
@media screen and (max-width: 760px) {
  .utility-nav ul {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
.utility-nav ul li {
  margin: 0 5px 0 0;
  border: 2px solid #8cb4ff;
  padding: 0;
  display: inline-block;
  letter-spacing: normal;
  /*for IE*/
  *display: inline;
  *zoom: 1;
}
.utility-nav ul li a {
  display: block;
  padding: 2px;
}

/* events button
----------------------------------------------------*/
#event-list {
  zoom: 1;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 760px) {
  #event-list {
    right: 5px;
  }
}
#event-list li {
  text-align: center;
  cursor: pointer;
}
#event-list li a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
}
#event-list .sub-nav {
  background: url(../img/common/bg_alpha10.png);
  display: none;
  margin: 1px 0 0 0;
  width: 100%;
}
#event-list .sub-nav li {
  float: none;
  background: transparent;
  padding: 0 0 1px 0;
  text-align: center;
}
#event-list .sub-nav li a {
  background: #fff;
  display: block;
  border: 1px solid #aac7ff;
  padding: 4px 6px;
}
#event-list .sub-nav li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#event-list .sub-nav li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.desktop-nav {
  padding: 0;
}
.desktop-nav .event-button {
  display: block;
  cursor: pointer;
}

.mobile-nav .event-button {
  z-index: 1000;
  position: relative;
  display: block;
  cursor: pointer;
}

/* =============================================================================
   global-nav
============================================================================= */
.global-nav {
  background: #3250aa url(../img/common/gnav_bg.png) repeat;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
@media screen and (max-width: 760px) {
  .global-nav {
    background: #3250aa url(../img/common/gnav_bg@2x.png) repeat;
    -webkit-background-size: 8px;
    background-size: 8px;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.global-nav ul {
  overflow: hidden;
}
.global-nav li {
  padding: 0;
}
.global-nav li.gnav-feature a {
  border-left: 2px solid #a6c6ff;
}
@media screen and (max-width: 760px) {
  .global-nav li.gnav-feature a {
    border-left: none;
  }
}
.global-nav li a {
  display: block;
  text-align: center;
  border-right: 2px solid #a6c6ff;
  padding: 7px 0;
  color: #fff;
  font-size: 131%;
}
@media screen and (max-width: 760px) {
  .global-nav li a {
    text-align: left;
    border-bottom: 1px solid #a6c6ff;
    border-right: none;
    padding: 13px 0 13px 10px;
  }
}
.global-nav li a:hover {
  filter: inherit;
  opacity: 1;
}
.global-nav li a:hover span {
  background-position: left -35px;
  color: #c7cfe9;
}
.global-nav li span {
  padding: 4px 0 4px 30px;
  height: 25px;
}

.gnav-feature span {
  background: url(../img/common/icon_feature.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .gnav-feature span {
    background: url(../img/common/icon_feature@2x.png) left top no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}

.gnav-course span {
  background: url(../img/common/icon_course.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .gnav-course span {
    background: url(../img/common/icon_course@2x.png) left top no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}

.gnav-access span {
  background: url(../img/common/icon_access.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .gnav-access span {
    background: url(../img/common/icon_access@2x.png) left top no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}

.gnav-faq span {
  background: url(../img/common/icon_faq.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .gnav-faq span {
    background: url(../img/common/icon_faq@2x.png) left top no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}

.gnav-guideline span {
  background: url(../img/common/icon_guideline.png) left top no-repeat;
}
@media screen and (max-width: 760px) {
  .gnav-guideline span {
    background: url(../img/common/icon_guideline@2x.png) left top no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}

.modern-ie .global-nav li a:hover,
.ie9 .global-nav li a:hover {
  filter: inherit;
  opacity: 1;
}
.modern-ie .global-nav li a:hover span,
.ie9 .global-nav li a:hover span {
  background-position: left -32px;
  color: #c7cfe9;
}
.modern-ie .gnav-feature span,
.ie9 .gnav-feature span {
  background: url(../img/common/icon_feature.png) left 3px no-repeat;
}
.modern-ie .gnav-course span,
.ie9 .gnav-course span {
  background: url(../img/common/icon_course.png) left 3px no-repeat;
}
.modern-ie .gnav-access span,
.ie9 .gnav-access span {
  background: url(../img/common/icon_access.png) left 3px no-repeat;
}
.modern-ie .gnav-faq span,
.ie9 .gnav-faq span {
  background: url(../img/common/icon_faq.png) left 3px no-repeat;
}
.modern-ie .gnav-guideline span,
.ie9 .gnav-guideline span {
  background: url(../img/common/icon_guideline.png) left 3px no-repeat;
}

/* =============================================================================
   sponsor
============================================================================= */
#head-sponsor {
  border-bottom: 2px solid #3250aa;
}

.sponsor-list {
  overflow: hidden;
  padding: 15px 0;
  width: 100%;
  text-align: center;
}
.sponsor-list div {
  margin: 0 15px 7px;
  width: 120px;
  display: inline-block;
  letter-spacing: normal;
  /*for IE*/
  *display: inline;
  *zoom: 1;
}
.sponsor-list a {
  display: block;
  width: 120px;
}

/* =============================================================================
   container
============================================================================= */
#container {
  margin: 0 auto;
}

#content-inner {
  overflow: hidden;
}

/* =============================================================================
   main
============================================================================= */
.main .main-inner {
  padding: 23px 20px 20px 0;
}
@media screen and (max-width: 760px) {
  .main .main-inner {
    padding: 0;
  }
}

.fb-check {
  position: relative;
  margin: 0 auto 20px;
  width: 632px;
}
@media screen and (max-width: 927px) {
  .fb-check .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 927px) {
  .fb-check .hide-on-desktop {
    display: block !important;
  }
}
@media screen and (max-width: 927px) {
  .fb-check {
    margin: 0 10px 20px;
    width: auto;
    text-align: center;
  }
}
.fb-check .fb-txt01 img,
.fb-check .fb-txt02 img {
  width: 360px;
}
.fb-check .fb-account-btn {
  position: absolute;
  left: 340px;
  top: 5px;
  width: 180px;
  height: 55px;
}
@media screen and (max-width: 927px) {
  .fb-check .fb-account-btn {
    display: inline-block;
    position: relative;
    left: inherit;
    top: inherit;
  }
}

/* =============================================================================
   side-nav
============================================================================= */
.side-nav {
  background: #e7f0ff;
  padding: 0;
}
@media screen and (min-width: 760px) and (max-width: 940px) {
  .side-nav .btn-fz20 {
    font-size: 116%;
  }
}
@media screen and (min-width: 760px) and (max-width: 940px) {
  .side-nav .btn-fz20 span {
    padding: 8px 0 8px 1.5em;
    -webkit-background-size: 20px;
    background-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .side-nav {
    background: #fff;
  }
}
.side-nav .side-nav-inner {
  padding: 20px;
}
@media screen and (max-width: 760px) {
  .side-nav .side-nav-inner {
    background: #fff;
    padding: 0 5px;
  }
}
.side-nav li a {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .side-nav li a {
    font-size: 131%;
  }
}
.side-nav li a span {
  padding: 5px 0 5px 27px;
}

/* action-buttons
----------------------------------------------------*/
.action-buttons {
  padding-bottom: 5px;
}

.action-buttons li {
  padding: 0 0 5px 0;
}
@media screen and (max-width: 760px) {
  .action-buttons li a {
    font-size: 131%;
  }
}
.action-buttons li span {
  padding: 5px 0 5px 27px;
}

.twitter-widget {
  min-height: 355px;
  height: auto !important;
  height: 355px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .twitter-widget {
    display: none;
  }
}

.tw-link {
  text-align: center;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 880px) and (min-width: 760px) {
  .tw-link {
    display: block !important;
    background: #fff;
  }
}
.tw-link a {
  display: block;
  color: #00acee;
  font-size: 108%;
}
@media screen and (max-width: 880px) and (min-width: 760px) {
  .tw-link a {
    padding: 5px 3px;
    font-size: 77%;
  }
}
@media screen and (max-width: 760px) {
  .tw-link a {
    padding: 5px 0;
  }
}
.tw-link img {
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 42px;
}
@media screen and (max-width: 880px) and (min-width: 760px) {
  .tw-link img {
    margin: 0 5px 0 0;
    width: 28px;
  }
}

.ie7 .twitter-widget {
  margin: 0 0 10px 0;
}

.fb-widget {
  position: relative;
  padding-top: 30px;
  min-height: 288px;
  height: auto !important;
  height: 288px;
  overflow: hidden;
  margin-bottom: 10px;
}

.fb-widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ie8 .fb-widget,
.ie7 .fb-widget {
  min-height: 258px;
  height: auto !important;
  height: 258px;
}

/* banner
----------------------------------------------------*/
.banner-area li {
  padding: 0 0 5px 0;
}

.banner-area li a {
  display: block;
  background: #e7f0ff;
  border: 2px solid #3e328a;
  color: #fff;
}
.banner-area li a span {
  display: block;
  background: url(../img/common/icon_arrow_bl2r.png) right center no-repeat;
  padding: 4px 40px 4px 10px;
}
@media screen and (max-width: 760px) {
  .banner-area li a span {
    background: url(../img/common/icon_arrow_bl2r@2x.png) right center no-repeat;
    -webkit-background-size: 30px;
    background-size: 30px;
  }
}
.banner-area li a img {
  width: 120px;
}
@media screen and (max-width: 760px) {
  .banner-area li a img {
    padding: 5px;
    width: 161px;
  }
}

/* =============================================================================
   footer
============================================================================= */
footer {
  clear: both;
  background: #fff;
  border-top: 2px solid #344eaf;
}
@media screen and (max-width: 760px) {
  footer {
    border-top: none;
  }
}
footer .sponsor-list {
  border-bottom: 0;
}

.footer-entry {
  margin: 0 0 5px 0;
}

.footer-nav {
  padding: 0;
}
.footer-nav ul {
  overflow: hidden;
  padding: 16px 0 0 0;
  width: 100%;
  text-align: center;
}
.footer-nav li {
  margin: 0 11px 2px;
  display: inline-block;
  letter-spacing: normal;
  /*for IE*/
  *display: inline;
  *zoom: 1;
}
.footer-nav a {
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 108%;
  /*icon setting*/
}
.footer-nav a span {
  padding: 5px 0 5px 27px;
  text-decoration: none;
  color: #fff;
}
.footer-nav a .icon-circle {
  background: #8cb4ff url(../img/common/icon_arrow_circle_s.png) left 2px no-repeat;
}

.modern-ie .footer-nav a .icon-circle,
.ie9 .footer-nav a .icon-circle {
  background: #8cb4ff url(../img/common/icon_arrow_circle_s.png) left 4px no-repeat;
}

.ie8 .footer-nav a {
  display: block;
  width: 100%;
}

.copyright {
  clear: both;
  padding: 10px 0;
  text-align: center;
  color: #3250AA;
}

/* pagetop */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 0;
  width: 140px;
}

.pagetop a {
  color: #fff;
  line-height: 2;
}

* html .pagetop {
  position: absolute;
  right: 30px;
}

/* =============================================================================
   bx slider plugin
============================================================================= */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * 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 60px;
  padding: 0;
  *zoom: 1;
  *width: 100%;
}

.bx-wrapper img {
  max-width: 100%;
  *width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/slider-assets/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;
  padding-top: 20px;
}

.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: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/slider-assets/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/slider-assets/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.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(../img/slider-assets/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(../img/slider-assets/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%;
  *width: 79.5%;
}

.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;
}

/* =============================================================================
   top
============================================================================= */
/* main image
----------------------------------------------------*/
.slider-container {
  background: #cbd9e3;
}
@media screen and (max-width: 760px) {
  .slider-container {
    margin: 0;
  }
}

/*slider custom*/
.top .bx-wrapper {
  margin: 0 auto;
}
.top .bx-wrapper li {
  float: left;
}
.top .bx-wrapper .bx-viewport {
  background: #cbd9e3;
}
.top .bx-wrapper .bx-pager {
  text-align: right;
  font-family: Arial;
  font-size: 0px;
  font-weight: bold;
  color: #fff;
  padding: 0;
}
.top .bx-wrapper .bx-pager .bx-pager-item,
.top .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  text-align: left;
  overflow: hidden;
}
.top .bx-wrapper .bx-pager,
.top .bx-wrapper .bx-controls-auto {
  bottom: 15px;
  right: 15px;
}
.top .bx-wrapper .bx-pager.bx-custom-pager a {
  position: relative;
  display: block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.top .bx-wrapper .bx-pager.bx-custom-pager a img {
  margin-top: -12px;
}
.top .bx-wrapper .bx-pager.bx-custom-pager a:hover img,
.top .bx-wrapper .bx-pager.bx-custom-pager a.active img {
  margin-top: 0;
}
.top .bx-wrapper .bx-clone {
  display: none;
}

.ie8 .top .bx-wrapper li img {
  width: 100%;
  position: relative;
}

/* end-section
----------------------------------------------------*/
.top .end-section {
  margin: 0 5px 15px;
  border: 1px solid #3250aa;
  padding: 10px 15px 15px;
}
.top .end-section .end-txt {
  color: #3250aa;
  text-align: center;
  font-size: 185%;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 760px) and (max-width: 940px) {
  .top .end-section .end-txt {
    font-size: 138.5%;
  }
}
@media screen and (max-width: 760px) {
  .top .end-section .end-txt {
    margin: 0 0 10px 0;
    font-size: 138.5%;
  }
}
.top .end-section .txt-button {
  font-size: 153.9%;
}
.top .end-section .txt-button span {
  padding: 8px 0 8px 1.8em;
  -webkit-background-size: 28px;
  background-size: 28px;
}

/* contents-button-area
----------------------------------------------------*/
.top .contents-button-area {
  padding: 0 50px 20px;
}
@media screen and (max-width: 760px) {
  .top .contents-button-area {
    padding: 0 5px 15px;
  }
}
.top .contents-button-area .grid-container {
  padding: 0;
}
.top .contents-button-area li {
  text-align: center;
  margin: 10px 0 0 0;
  border-right: 2px solid #e6f0ff;
  padding: 0;
}
.top .contents-button-area li a {
  display: block;
  background: #fff;
}
@media screen and (max-width: 760px) {
  .top .contents-button-area li img {
    width: 130px;
  }
}
.top .contents-button-area li.left {
  border-left: 2px solid #e6f0ff;
}

.ie7 .top li {
  border-right: none;
}
.ie7 .top li a {
  border-right: 2px solid #e6f0ff;
}
.ie7 .top li.left {
  border-left: none;
}
.ie7 .top li.left a {
  border-left: 2px solid #e6f0ff;
}
.ie7 .top .contents-button-area img {
  width: auto;
}

/* pickup
----------------------------------------------------*/
.pickup-container {
  overflow: hidden;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 760px) {
  .pickup-container {
    margin: 0 0 10px 0;
  }
}

.pickup-contents {
  padding: 0;
}
.pickup-contents a {
  display: block;
  margin: 0 5px;
  border: 1px solid #50c9e6;
  padding: 0 0 20px;
}
@media screen and (max-width: 760px) {
  .pickup-contents a {
    overflow: hidden;
    background: url(../img/common/bg_arrow02.png) right center no-repeat;
    margin: 0 0 10px;
    border: 2px solid #50c9e6;
    padding: 5px 30px 5px 5px;
  }
}
.pickup-contents img {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .pickup-contents img {
    padding: 5px;
  }
}
.pickup-contents .txt-container {
  background: url(../img/common/bg_arrow01.png) bottom center no-repeat;
  margin: 0 20px;
  padding: 0 0 25px;
}
@media screen and (max-width: 760px) {
  .pickup-contents .txt-container {
    float: none;
    display: inline;
    background: none;
    margin: 0;
    padding: 0;
    height: auto;
  }
}
.pickup-contents .txt-container h1 {
  margin: 8px 0 8px 0;
  border-bottom: 1px dashed #50c9e6;
  color: #55647D;
}
@media screen and (max-width: 760px) {
  .pickup-contents .txt-container h1 {
    margin: 0 0 5px 50%;
    border-bottom: 2px dashed #50c9e6;
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 760px) {
  .pickup-contents .txt-container .txt {
    margin: 0 0 0 50%;
    padding: 0 0 0 5px;
  }
}

/*testB*/
.testB .pickup-contents .txt-container h1 {
  margin: 8px 0 3px 0;
  border-bottom: none;
}
@media screen and (max-width: 760px) {
  .testB .pickup-contents .txt-container h1 {
    border-bottom: none;
  }
}
.testB .pickup-contents .txt-container img {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 760px) {
  .testB .pickup-contents .txt-container img {
    padding: 0 5px;
  }
}

/* download-list
----------------------------------------------------*/
.download-list {
  overflow: hidden;
  margin: 0 5px 20px;
}
@media screen and (max-width: 760px) {
  .download-list {
    padding: 0;
  }
}
.download-list h1 img {
  width: 220px;
}
.download-list .download-inner {
  background: #3250aa;
  overflow: hidden;
  padding: 10px 10px 10px;
}
.download-list .download-inner li {
  padding: 0;
}
.download-list .download-inner a {
  display: block;
  overflow: hidden;
  background: #8db4ff url(../img/common/icon_pdf.png) bottom right no-repeat;
  margin: 5px;
  color: #fff;
  border: none !important;
}
.download-list .download-inner a div {
  background: url(../img/common/bg_pdf.png) left center repeat-y;
  margin: 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner a {
    background: #8db4ff url(../img/common/icon_pdf@2x.png) bottom right no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
  }
}
.download-list .download-inner a h1 {
  padding: 0 40px 0 91px;
  font-size: 123.1%;
  line-height: 1.5;
}
.download-list .download-inner .sanka h1 {
  background: transparent url(../img/top/pdf_thumb_sanka.png) top left no-repeat;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner .sanka h1 {
    background: transparent url(../img/top/pdf_thumb_sanka@2x.png) top left no-repeat;
    -webkit-background-size: 80px 70px;
    background-size: 80px 70px;
  }
}
.download-list .download-inner .check h1 {
  background: transparent url(../img/top/pdf_thumb_check.png) top left no-repeat;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner .check h1 {
    background: transparent url(../img/top/pdf_thumb_check@2x.png) top left no-repeat;
    -webkit-background-size: 80px 70px;
    background-size: 80px 70px;
  }
}
.download-list .download-inner .selective h1 {
  background: transparent url(../img/top/pdf_thumb_crown.png) top left no-repeat;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner .selective h1 {
    background: transparent url(../img/top/pdf_thumb_crown@2x.png) top left no-repeat;
    -webkit-background-size: 80px 70px;
    background-size: 80px 70px;
  }
}
.download-list .download-inner .race h1 {
  background: transparent url(../img/top/pdf_thumb_race.png) top left no-repeat;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner .race h1 {
    background: transparent url(../img/top/pdf_thumb_race@2x.png) top left no-repeat;
    -webkit-background-size: 80px 70px;
    background-size: 80px 70px;
  }
}
.download-list .download-inner .other h1 {
  background: transparent url(../img/top/pdf_thumb_other.png) top left no-repeat;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}
@media screen and (max-width: 760px) {
  .download-list .download-inner .other h1 {
    background: transparent url(../img/top/pdf_thumb_other@2x.png) top left no-repeat;
    -webkit-background-size: 80px 70px;
    background-size: 80px 70px;
  }
}

/* news-list
----------------------------------------------------*/
.top .news-container {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 760px) {
  .top .news-container {
    background: #E6F0FF;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #bcccfa;
    padding: 0 0 10px 0;
  }
}
.top .news-container h1 {
  background: #55647D;
  padding: 0 0 0 20px;
  color: #fff;
  font-weight: normal;
  font-size: 123.1%;
}
.top .news-container .news-list {
  background: #E6F0FF;
  padding: 10px 20px;
  height: 220px;
  overflow: auto;
}
@media screen and (max-width: 760px) {
  .top .news-container .news-list {
    height: auto;
  }
}
.top .news-container .news-list .txt-button {
  margin: 0 0 10px 0;
}
.top .news-container table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  width: 100%;
}
.top .news-container table td {
  border-bottom: 1px solid #fff;
  padding: 8px 0 8px 10px;
  color: #3250AA;
}
.top .news-container table td a {
  background: url(../img/common/icon_arrow_clbl.png) center left no-repeat;
  padding: 0 0 0 20px;
  color: #3250AA;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .top .news-container table td a {
    background: url(../img/common/icon_arrow_clbl@2x.png) center left no-repeat;
    -webkit-background-size: 6px 8px;
    background-size: 6px 8px;
  }
}
.top .news-container table td a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ie7 .top .btn-more {
  width: auto;
}
.ie7 .top table {
  width: auto;
}

/* button-list
----------------------------------------------------*/
.main .btn-stay {
  margin: 0 0 10px;
}
@media screen and (max-width: 760px) {
  .main .btn-stay {
    margin: 0;
  }
  .main .btn-stay.txt-button {
    padding: 20px 0;
  }
}
@media screen and (max-width: 760px) {
  .main .btn-entry {
    margin: 0;
  }
  .main .btn-entry.txt-button {
    padding: 20px 0;
  }
}

/* =============================================================================
   page common style
============================================================================= */
/* layout
----------------------------------------------------*/
.page .main {
  text-align: left;
}
.page .main section {
  margin: 0 0 20px 0;
}
.page .main .section-body {
  clear: both;
  padding: 0 10px 0;
}
.page .main table {
  border-collapse: collapse;
}
.page .main .chrome-table {
  font-size: 120%;
}
.page .main th {
  padding: 4px 10px;
  font-weight: normal;
  text-align: left;
}
.page .main td {
  padding: 4px 10px;
  text-align: left;
}

.column1 .main .main-inner {
  padding: 23px 0 20px 0;
}

/* title
----------------------------------------------------*/
.page .main {
  /*.page-title {
  	background: url(../img/common/h1_icon.png) 10px center no-repeat;
  	margin: 0 0 10px 0;
  	padding: 32px 10px 10px 84px;
  	border: 1px solid $col-bg1;
  	min-height: 84px;
  	height: auto !important;
  	height: 84px;
  	line-height: 1;
  	font-size: $fz20;
  	font-weight: normal;
  	color: $col-fc;
  	@media screen and (max-width: $break-point +px) {
  		margin: 0 5px 10px;
  		background: url(../img/common/h1_icon@2x.png) 10px center no-repeat;
  		-webkit-background-size: 64px 64px;
  		background-size: 64px 64px;
  	}
  }*/
}
.page .main .page-title {
  background: #3250aa;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border-bottom: 2px solid #e6f0ff;
  font-size: 153.9%;
  font-weight: normal;
  color: #fff;
}
.page .main .section-title-a {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #3250aa;
  padding: 0 10px;
  font-size: 138.5%;
  color: #3250aa;
}
.page .main .section-title-b {
  background: #8cb4ff;
  margin: 0 0 5px 0;
  padding: 0 10px;
  font-size: 123.1%;
  font-weight: normal;
  color: #fff;
}
.page .main .section-title-c {
  background: #50c8e6;
  padding: 0 10px;
  font-size: 123.1%;
  font-weight: normal;
  color: #fff;
}
.page .main .section-title-d {
  padding: 0 10px;
  font-size: 123.1%;
  color: #50c8e6;
}
.page .main .section-title-e {
  background: url(../img/common/icon_square.png) left center no-repeat;
  margin: 0 0 5px 0;
  padding: 0 10px 0 19px;
  font-size: 123.1%;
  font-weight: bold;
  color: #8cb4ff;
}
.page .main .icon-title-train {
  background: url(../img/common/icon_train.png) left bottom no-repeat;
  padding: 5px 10px 3px 70px;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .page .main .icon-title-train {
    background: url(../img/common/icon_train@2x.png) left bottom no-repeat;
    -webkit-background-size: 62px 32px;
    background-size: 62px 32px;
  }
}
.page .main .icon-title-car {
  background: url(../img/common/icon_car.png) left center no-repeat;
  padding: 5px 10px 3px 70px;
  line-height: 1.3;
}
@media screen and (max-width: 760px) {
  .page .main .icon-title-car {
    background: url(../img/common/icon_car@2x.png) left bottom no-repeat;
    -webkit-background-size: 62px 32px;
    background-size: 62px 32px;
  }
}

.lt-ie9 .page .main .page-title {
  min-height: 44px;
  /*height - padding - fontsize*/
  height: auto !important;
  height: 44px;
}

/* asset
----------------------------------------------------*/
.page .main strong.emphasis {
  color: #e64100;
  font-weight: normal;
}

/* list
----------------------------------------------------*/
.page .main ol {
  padding: 0 0 0 2em;
  list-style: decimal outside;
}
.page .main ul {
  padding: 0 0 0 2em;
  list-style: disc outside;
}
.page .main li {
  padding: 0 0 2px 0;
}

/* table responsive
----------------------------------------------------*/
.table {
  background: transparent;
  width: 100%;
  table-layout: fixed;
}

.table thead tr th,
.table thead tr td {
  border-left: 1px solid #B4B4B5;
  border-right-color: transparent;
  border-top-color: transparent;
  font-weight: normal;
  letter-spacing: .001em;
  line-height: 14px;
  vertical-align: bottom;
}

.table thead tr th:first-child,
.table thead tr td:first-child {
  border-left-color: transparent;
}

.table thead tr th:last-child,
.table thead tr td:last-child {
  border-right-color: transparent;
}

.table tbody tr {
  border-left: 1px solid #B4B4B5;
  /*@media screen and (max-width: $break-point +px) {
  	border-right: 1px solid #B4B4B5;
  }*/
}

.table tbody tr th,
.table tbody tr td {
  border-left: 1px solid #B4B4B5;
  border-right-color: transparent;
  border-top-color: transparent;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table tbody tr th:first-child,
.table tbody tr td:first-child {
  border-left-color: transparent;
}

.table tbody tr th:last-child,
.table tbody tr td:last-child {
  border-right-color: transparent;
}

.table-striped tbody tr.odd-child th,
.table-striped tbody tr.odd-child td {
  background-color: #f6f6f6;
}

@media screen and (max-width: 760px) {
  .table-responsive thead,
  .table-responsive tbody,
  .table-responsive th,
  .table-responsive td,
  .table-responsive tr {
    display: block;
  }

  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody tr {
    border-top: 1px solid #cccccc;
  }

  .table-responsive tbody tr td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
  }

  .table-responsive tbody tr td:before {
    color: #555;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}
/* page section basic
----------------------------------------------------*/
.page .notice {
  text-indent: -13px;
  padding-left: 13px;
}

/* =============================================================================
   feature
============================================================================= */
.feature #head-sponsor {
  border: none;
}
.feature .main-image {
  background: url(../img/feature/feature_main_bg.jpg) repeat-x center;
  text-align: center;
  margin: 0 0 20px 0;
}
.feature .page-header {
  border-bottom: 2px solid #3250aa;
}
.feature .page-header .sns-button {
  float: right;
  margin: 5px 0 5px 0;
}
@media screen and (max-width: 760px) {
  .feature .page-header .sns-button {
    margin: 0 0 5px 5px;
    float: none;
  }
}
.feature .page-header .sns-button .btn-facebook {
  float: right;
  width: 165px;
}
@media screen and (max-width: 760px) {
  .feature .page-header .sns-button .btn-facebook {
    float: left;
  }
}
.feature .page-header .page-title {
  background: url(../img/feature/icon_fuji.png) no-repeat bottom left;
  padding: 0 0 0 80px;
  color: #3250aa;
  font-weight: bold;
  font-size: 197%;
  line-height: 1.5;
}
.feature .main .main-inner {
  margin: 0 0 40px 0;
  padding: 23px 10px 0;
}
@media screen and (max-width: 760px) {
  .feature .main .main-inner {
    margin: 0 0 10px 0;
  }
}
.feature .main .lead {
  margin: 0 10px;
  padding: 0 0 15px 0;
  font-size: 108%;
}
.feature .main .interview {
  overflow: hidden;
  background: #e7f0ff;
  margin: 10px;
  border: 1px solid #3250aa;
}
.feature .main .interview .interview-txt {
  margin: 20px 0 0 20px;
  padding: 0 10px 20px 0;
}
.feature .main .interview .interview-title {
  padding: 0 0 0 10px;
  border-left: 5px solid #3250aa;
  line-height: 1.2;
  font-size: 138.5%;
  color: #3250aa;
}
.feature .main .interview .comment {
  margin: 15px 0 0 0;
}
.feature .main .interview .interview-image {
  margin: 15px;
  text-align: center;
}
.feature .main .interview .grid-60,
.feature .main .interview .grid-40 {
  padding: 0;
}
.feature .main .point-section {
  float: left;
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 760px) {
  .feature .main .point-section {
    width: 100%;
  }
}
.feature .main .point-section .point-body {
  padding: 10px;
}
.feature .main .point-section .point-body-inner {
  border: 1px solid #50c8e6;
}
.feature .main .point-section .point-title {
  background: url(../img/common/icon_star.png) left center no-repeat;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #50c8e6;
  padding: 8px 10px 8px 30px;
  line-height: 1.4;
  font-size: 123.1%;
  color: #55647d;
}
.feature .main .point-section .point-image {
  margin: 0 20px 20px;
  text-align: center;
}
.feature .main .point-section .point-txt {
  margin: 0 20px 20px;
}
.feature .main .point-section .fuji-kenshou {
  margin: 0 20px 20px;
  border: 1px solid #55647d;
  padding: 10px;
}
.feature .main .button-area {
  overflow: hidden;
  clear: both;
}
.feature .main .button-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.feature .main .button-area li {
  margin: 0 0 5px;
  padding: 0 5px;
}
@media screen and (max-width: 760px) {
  .feature .main .button-area li {
    font-size: 131%;
  }
}
@media screen and (max-width: 760px) {
  .feature .main .button-area li span {
    padding: 5px 0 5px 27px;
  }
}
.feature .main .button-area .btn-entry {
  clear: both;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 760px) {
  .feature .main .button-area .btn-entry {
    width: 100%;
  }
}

.ie7 .feature .main-image img {
  max-width: 460px;
}
.ie7 .feature .page-header .sns-button {
  float: right;
  width: 290px;
  /*.btn-twitter {
  	float: right;
  	@media screen and (max-width: $break-point +px) {
  		float: left;
  	}
  }*/
}
.ie7 .feature .page-header .page-title {
  float: left;
  width: 400px;
}
.ie7 .feature .interview .grid-60 {
  width: 59%;
}
.ie7 .feature .interview .grid-40 {
  width: 40%;
  text-align: right;
}
.ie7 .feature .button-area .grid-33 {
  padding: 0;
}
.ie7 .feature .button-area .grid-33 a {
  margin: 0 5px;
}

/* =============================================================================
   guideline
============================================================================= */
.guideline .main .guideline-table {
  margin: 0 0 20px 0;
}
.guideline .main .guideline-table th {
  border-bottom: 2px solid #e6f0ff;
  width: 90px;
}
.guideline .main .guideline-table td {
  border-bottom: 2px solid #e6f0ff;
}
.guideline .main .guideline-table td .section-title-e {
  font-size: 108%;
  line-height: 1.3;
}
.guideline .main .cost table {
  margin: 0 1px 0 0;
  table-layout: fixed;
  width: 100%;
}
.guideline .main .cost td {
  border: 1px solid #50c8e6;
}
.guideline .main .cost .cost-detail {
  vertical-align: middle;
}
.guideline .main .cost .cost-ttl01 {
  border-left: 1px solid #50c8e6;
  border-right: 1px solid #fff;
  width: 275px;
}
@media screen and (max-width: 760px) {
  .guideline .main .cost .cost-ttl01 {
    width: 50%;
  }
}
.guideline .main .cost .cost-ttl02 {
  border-right: 1px solid #50c8e6;
}
.guideline .main .schedule table {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}
.guideline .main .schedule .schedule-ttl01 {
  border: 1px solid #50c8e6;
  width: 80px;
}
.guideline .main .schedule .schedule-ttl02 {
  border-top: 1px solid #50c8e6;
  border-right: 1px solid #50c8e6;
  border-left: 1px solid #50c8e6;
  width: 80px;
}
.guideline .main .schedule .time {
  padding: 3px 10px 3px 15px;
  color: #50c8e6;
  font-weight: normal;
  width: 65px;
}
.guideline .main .rule .rule-contents {
  overflow: hidden;
  background: #e6f0ff url(../img/common/bg_line01.png) repeat-y top center;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .guideline .main .rule .rule-contents {
    background: #e6f0ff;
  }
}
.guideline .main .rule .indispensable {
  background: #e6f0ff;
}
@media screen and (max-width: 760px) {
  .guideline .main .rule .possible {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #fff;
  }
}
.guideline .main .rule .txt-box01 {
  padding: 0 0 5px;
}
.guideline .main .rule h3 {
  padding: 0 0 0 10px;
}
.guideline .main .rule h3.possible-ttl {
  color: #3250aa;
}
.guideline .main .rule h3.impossible-ttl {
  color: #55647d;
}
.guideline .main .rule p {
  padding: 0 0 0 10px;
}
.guideline .main .rule li p {
  padding: 0;
}
.guideline .main .notice-section .download-notice {
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.8;
}
.guideline .main .notice-section .download-notice a {
  background: #8db4ff url(../img/common/icon_pdf_s.png) bottom right no-repeat;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .guideline .main .notice-section .download-notice a {
    background: #8db4ff url(../img/common/icon_pdf@2x.png) bottom right no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
  }
}
.guideline .main .past-event {
  overflow: hidden;
}
.guideline .main .past-event p {
  margin: 0 0 5px 0;
}

.ie7 .guideline .main .schedule table {
  border-bottom: none;
}
.ie7 .guideline .main .past-event p {
  padding: 0;
  margin: 0 0 5px 0;
}
.ie7 .guideline .main .past-event p a {
  margin: 0 5px;
}

/* =============================================================================
   course
============================================================================= */
.course .course-map-img {
  text-align: center;
  margin: 0 0 10px;
}
.course .route-lab {
  text-align: center;
}
.course .course-map .hide-on-mobile {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.ie7 .course .course-map-img img {
  width: 608px;
  height: 431px;
}

/* =============================================================================
   access
============================================================================= */
.access {
  /* responsive google maps*/
}
.access .access-img {
  margin: 10px;
  text-align: center;
}
.access .gmaps .section-body {
  padding: 0;
}
@media screen and (max-width: 760px) {
  .access .gmaps .section-body {
    padding: 0 40px 0;
  }
}
.access .google-maps {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.access .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.ie7 .access .access-img img {
  max-width: 362px;
}

/* =============================================================================
   faq
============================================================================= */
.faq .faq-contents a {
  color: #3250aa;
  text-decoration: underline;
}
.faq .faq-contents a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.faq .faq-contents img {
  width: 30px;
  vertical-align: middle;
}
.faq .faq-contents .faq-header-container {
  border-bottom: 1px dotted #50c8e6;
  margin: 10px 0;
}
.faq .faq-contents .faq-header {
  margin: 0 0 10px;
}
.faq .faq-contents .faq-header td {
  vertical-align: middle;
}
.faq .faq-contents .icn-q {
  width: 40px;
  padding: 4px 0;
}
.faq .faq-contents .icn-a {
  width: 40px;
  padding: 4px 0;
}
.faq .faq-contents .faq-back a {
  display: block;
  border-bottom: 1px dotted #50c8e6;
  padding: 0 0 5px 0;
}

/* =============================================================================
   record
============================================================================= */
.record {
  /*interview*/
  /*last-year-record*/
}
.record .main .section-body {
  padding: 0;
}
.record .notice {
  font-size: 93%;
  margin: 0 10px 3px 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.record .last-year-body {
  padding: 0 0 10px 0;
  overflow: hidden;
}
.record .interview {
  display: inline-block;
  zoom: 1;
  display: block;
  border: 2px solid #e6f0ff;
  padding: 0 7px 7px 7px;
}
.record .interview:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
}
.record .interview img {
  max-width: 118px;
  margin: 7px 0 0 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.record .interview .txt-box {
  margin: 7px 0 0 0;
  padding: 0;
}
.record .interview .txt-box h1 {
  border-bottom: 1px solid #e6f0ff;
  padding: 5px 0 0 2em;
  font-size: 123.1%;
}
.record .interview .txt-box .name {
  margin: 5px 0 0 10px;
  color: #55647d;
}
.record .interview .txt-box .name span {
  font-size: 123.1%;
  font-weight: bold;
}
.record .interview .txt-box .time {
  margin: 0 0 5px 10px;
}
.record .interview .txt-box .comment {
  margin: 0 0 0 10px;
  font-size: 93%;
  line-height: 1.4;
}
.record .last-year-body .interview-cat01 {
  margin: 0 0 10px 0;
}
.record .last-year-body .interview-cat01 h1 {
  background: url(../img/common/icon_record01.png) 5px center no-repeat;
  color: #3250aa;
}
@media screen and (max-width: 760px) {
  .record .last-year-body .interview-cat01 h1 {
    background: url(../img/common/icon_record01@2x.png) 5px center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.record .last-year-body .interview-cat02 {
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 760px) {
  .record .last-year-body .interview-cat02 {
    margin: 0 0 10px 0;
  }
}
.record .last-year-body .interview-cat02 h1 {
  background: url(../img/common/icon_record02.png) 5px center no-repeat;
  color: #8cb4ff;
}
@media screen and (max-width: 760px) {
  .record .last-year-body .interview-cat02 h1 {
    background: url(../img/common/icon_record02@2x.png) 5px center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.record .last-year-body .interview-cat03 {
  margin: 0 0 10px 0;
}
.record .last-year-body .interview-cat03 h1 {
  background: url(../img/common/icon_record03.png) 5px center no-repeat;
  color: #83BB1E;
}
@media screen and (max-width: 760px) {
  .record .last-year-body .interview-cat03 h1 {
    background: url(../img/common/icon_record03@2x.png) 5px center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.record .last-year-data {
  padding: 0;
}
.record .last-year-data h1 {
  margin: 0 10px 0 20px;
  color: #3250aa;
  font-size: 123.1%;
}
@media screen and (max-width: 760px) {
  .record .last-year-data h1 {
    margin: 0 10px 0 10px;
  }
}
.record .last-year-data table {
  margin: 0 10px;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 760px) {
  .record .last-year-data table {
    margin: 0;
  }
}
.record .last-year-data table th {
  border-bottom: 1px solid #E6F0FF;
  padding: 1px 10px;
  width: 130px;
  font-size: 93%;
  font-weight: bold;
  color: #55647d;
}
.record .last-year-data table td {
  border-bottom: 1px solid #E6F0FF;
  padding: 1px 10px;
  font-size: 93%;
  font-weight: bold;
  color: #3250aa;
}
.record .table {
  margin: 0 0 10px 0;
}
.record .table tr th,
.record .table tr td,
.record .table tr .year {
  text-align: center;
  vertical-align: middle;
}
.record .table tr .year {
  border-left-color: #fff;
}
.record .table thead th {
  background: #8cb4ff;
  border-right: 1px solid #fff;
  padding: 8px 8px;
  color: #fff;
  font-size: 108%;
}
.record .table thead th.year,
.record .table thead th.time {
  width: 80px;
}
@media screen and (max-width: 760px) {
  .record .table-responsive tbody tr .year {
    background: #8cb4ff;
    color: #fff;
    text-align: left;
  }
  .record .table-responsive tbody tr td {
    text-align: left;
    padding: 8px 8px 8px 10em;
  }
  .record .last-year-record tbody tr td:nth-of-type(1):before {
    content: "氏名";
  }
  .record .last-year-record tbody tr td:nth-of-type(2):before {
    content: "所属";
  }
  .record .last-year-record tbody tr td:nth-of-type(3):before {
    content: "記録";
  }
  .record .last-year-record tbody tr td:nth-of-type(4):before {
    content: "エントリー数";
  }
  .record .last-year-record tbody tr td:nth-of-type(5):before {
    content: "出走数";
  }
  .record .last-year-record tbody tr td:nth-of-type(6):before {
    content: "完走数";
  }
  .record .past-record tbody tr td:nth-of-type(1):before {
    content: "氏名";
  }
  .record .past-record tbody tr td:nth-of-type(2):before {
    content: "所属";
  }
  .record .past-record tbody tr td:nth-of-type(3):before {
    content: "記録";
  }
  .record .past-record tbody tr td:nth-of-type(4):before {
    content: "エントリー数";
  }
  .record .past-record tbody tr td:nth-of-type(5):before {
    content: "出走数";
  }
  .record .past-record tbody tr td:nth-of-type(6):before {
    content: "完走数";
  }
  .record .past-record tbody tr td:nth-of-type(7):before {
    content: "完走率";
  }
}
.record .main .past-record-title {
  margin: 0 0 20px;
}
.record .record-list {
  border: 1px solid #B4B4B5;
  margin: 0 0 20px 0;
  padding: 10px 40px;
  position: relative;
  /*slider custom*/
  /* DIRECTION CONTROLS (NEXT / PREV) */
}
@media screen and (max-width: 760px) {
  .record .record-list {
    padding: 10px 47px;
  }
}
.record .record-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.record .record-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 93%;
  text-align: center;
}
.record .record-list li p {
  padding: 5px 0 0;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .record .record-list .bx-wrapper {
    max-width: 100% !important;
  }
}
.record .record-list .outside #slider-prev {
  position: absolute;
  top: 10px;
  left: 16px;
  width: 20px;
  height: 180px;
}
@media screen and (max-width: 760px) {
  .record .record-list .outside #slider-prev {
    left: 8px;
    width: 28px;
    height: 260px;
  }
}
.record .record-list .outside .bx-prev {
  background: url(../img/slider-assets/controls.png) no-repeat 0 0;
  -webkit-background-size: 48px 360px;
  background-size: 48px 360px;
}
@media screen and (max-width: 760px) {
  .record .record-list .outside .bx-prev {
    background: url(../img/slider-assets/controls@2x.png) no-repeat 0 0;
    -webkit-background-size: 70px 520px;
    background-size: 70px 520px;
  }
}
.record .record-list .outside #slider-next {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 20px;
  height: 180px;
}
@media screen and (max-width: 760px) {
  .record .record-list .outside #slider-next {
    right: 8px;
    width: 28px;
    height: 260px;
  }
}
.record .record-list .outside .bx-next {
  background: url(../img/slider-assets/controls.png) no-repeat -21px 0;
  -webkit-background-size: 48px 360px;
  background-size: 48px 360px;
}
@media screen and (max-width: 760px) {
  .record .record-list .outside .bx-next {
    background: url(../img/slider-assets/controls@2x.png) no-repeat -32px 0;
    -webkit-background-size: 70px 520px;
    background-size: 70px 520px;
  }
}
.record .record-list .outside .bx-controls-direction a {
  display: block;
  top: 0;
  outline: 0;
  margin-top: 0;
  width: 20px;
  height: 180px;
  text-indent: -9999px;
  z-index: 9999;
}
@media screen and (max-width: 760px) {
  .record .record-list .outside .bx-controls-direction a {
    width: 28px;
    height: 260px;
  }
}
.record .record-list .outside .bx-controls-direction a.disabled {
  display: none;
}
.record .past-event {
  overflow: hidden;
  padding: 5px 0 0 0;
}
.record .past-event p {
  margin: 0 0 5px 0;
}

.ie7 .record .main .past-event {
  padding: 5px 0 0 0;
}
.ie7 .record .main .past-event p {
  padding: 0;
  margin: 0 0 5px 0;
}
.ie7 .record .main .past-event p a {
  margin: 0 5px;
}

/* =============================================================================
   entry
============================================================================= */
.entry {
  /*entry-term*/
  /*howto-entry*/
  /*entry-schedule*/
}
.entry .notice a {
  color: #3250aa;
  text-decoration: underline;
}
.entry .notice a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.entry .entry-term .term-notice strong.emphasis {
  font-weight: bold;
}
.entry .entry-term .notice {
  padding-left: 1em;
  text-indent: -1em;
}
.entry .entry-term .notice-a {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 760px) {
  .entry .entry-term .notice-a {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.entry .howto-entry .entry-notice {
  padding: 0 0 10px 0;
}
.entry .howto-entry .entry-notice strong.emphasis {
  font-weight: bold;
}
.entry .howto-entry .btn-container {
  margin: 0 0 10px 0;
}
.entry .howto-entry .txt-button {
  margin: 0 0 5px 0;
}
.entry .howto-entry .notice-container {
  margin: 0 0 10px 0;
}
.entry .howto-entry .notice {
  padding-left: 1em;
  text-indent: -1em;
}
.entry .howto-entry .notice-a {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 760px) {
  .entry .howto-entry .notice-a {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.entry .howto-entry .entry-crush {
  border: 1px solid #e64100;
  padding: 15px;
}
.entry .howto-entry .entry-crush .busy-img {
  padding: 10px 0;
  text-align: center;
}
.entry .entry-schedule table {
  margin: 0 0 10px 0;
}
.entry .entry-schedule .schedule-ttl01 {
  border: 1px solid #50c8e6;
  width: 80px;
}
.entry .entry-schedule .schedule-ttl02 {
  border: 1px solid #50c8e6;
  width: 80px;
}
.entry .entry-schedule .time {
  padding: 3px 5px 3px 10px;
  width: 190px;
}
@media screen and (max-width: 760px) {
  .entry .entry-schedule .time {
    width: 128px;
    line-height: 1.4;
  }
}

.ie7 .entry .busy-img img {
  width: 586px;
  height: 443px;
}

/* =============================================================================
   contact
============================================================================= */
.contact .notice {
  padding-left: 1em;
  text-indent: -1em;
}
.contact .about-competition .tel {
  margin: 0 0 5px 0;
}
.contact .about-competition .txt-button {
  margin: 0 0 5px;
}
.contact .about-entry .txt-button {
  margin: 0 0 5px;
}
.contact .about-entry dt {
  padding: 0 0 10px;
}
.contact .about-entry dd {
  padding: 0 0 10px;
}

/* =============================================================================
   news
============================================================================= */
/* news-list
----------------------------------------------------*/
.news .main-inner .section-body {
  padding: 0;
}
.news .news-list table {
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 760px) {
  .news .news-list table {
    margin: 0 0 10px 0;
  }
}
.news .news-list td {
  border-bottom: 1px dotted #50c8e6;
  padding: 10px 0 10px 10px;
  color: #3250AA;
}
.news .news-list td a {
  background: url(../img/common/icon_arrow_clbl.png) center left no-repeat;
  padding: 0 0 0 20px;
  color: #3250AA;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  .news .news-list td a {
    background: url(../img/common/icon_arrow_clbl@2x.png) center left no-repeat;
    -webkit-background-size: 6px 8px;
    background-size: 6px 8px;
  }
}
.news .news-list td a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.news .news-detail {
  padding: 0 10px;
}
.news .news-detail .news-body {
  overflow: hidden;
}
.news .news-detail a {
  color: #3250aa;
  text-decoration: underline;
}
.news .news-detail a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}
.news .news-detail .txt-button {
  text-decoration: none;
}
.news .news-detail a.txt-button {
  color: black;
  text-decoration: none;
}
.news .news-detail a.txt-button:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ie7 .news .news-detail img {
  width: auto;
  max-width: auto;
}

/* =============================================================================
   live
============================================================================= */
.live .live-article {
  overflow: hidden;
  margin: 0 0 10px;
  border-top: 1px dotted #50c8e6;
  padding: 10px 10px 0;
}
@media screen and (max-width: 760px) {
  .live .live-article {
    padding: 10px 5px 0 5px;
  }
}
.live .live-article .title {
  line-height: 1.2;
  padding: 0 0 5px;
  color: #3250aa;
}
.live .live-article .image-box {
  float: right;
  display: inline;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 760px) {
  .live .live-article .image-box {
    float: none;
    margin: 5px 0 0 0;
    display: block;
    text-align: center;
  }
}

.ie7 .live .live-article img {
  width: auto;
  max-width: 250px;
}

/* =============================================================================
   result
============================================================================= */
.result .category {
  padding: 0;
}
.result .category h2.section-title-a {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 760px) {
  .result .category h2.section-title-a {
    margin: 0;
  }
}
.result .category ul {
  padding: 0 0 0 10px;
  list-style: none;
}
@media screen and (max-width: 760px) {
  .result .category ul {
    padding: 0;
  }
}
.result .category .txt-link {
  padding: 0;
}
.result .category .txt-link a {
  display: block;
  padding: 12px 5px;
  text-indent: -34px;
  padding-left: 40px;
  border-bottom: 1px solid #e6f0ff;
  background: #fff;
}
.result .category .txt-link .link-area {
  display: block;
  padding: 12px 5px;
  border-bottom: 1px solid #e6f0ff;
  background: #fff;
}
.result .left {
  clear: both;
}
.result .left h2.section-title-a {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 760px) {
  .result .left h2.section-title-a {
    margin: 0;
  }
}
.result .left ul {
  padding: 0 10px 0 0;
  list-style: none;
}
@media screen and (max-width: 760px) {
  .result .left ul {
    padding: 0;
  }
}

/* =============================================================================
   stay
============================================================================= */
.stay .main .stay-list {
  margin: 0;
}
.stay .main .stay-list .stay-list-inner {
  overflow: hidden;
  border-bottom: 1px dotted #50c8e6;
  padding: 10px 20px 10px 10px;
}
@media screen and (max-width: 760px) {
  .stay .main .stay-list .stay-list-inner {
    display: table;
    width: 100%;
    vertical-align: top;
  }
}
.stay .main .stay-list a {
  display: block;
  background: white url(../img/common/icon_arrow_clbl_18.png) right center no-repeat;
}
@media screen and (max-width: 760px) {
  .stay .main .stay-list a {
    background: white url(../img/common/icon_arrow_clbl_18@2x.png) right center no-repeat;
    -webkit-background-size: 18px;
    background-size: 18px;
  }
}
.stay .main .stay-list .stay-image {
  float: left;
  margin: 0 10px 0 0;
  width: 27%;
}
@media screen and (max-width: 760px) {
  .stay .main .stay-list .stay-image {
    float: none;
    width: 130px;
    display: table-cell;
    vertical-align: top;
    max-width: inherit;
  }
}
.stay .main .stay-list .stay-txt {
  float: left;
}
@media screen and (max-width: 760px) {
  .stay .main .stay-list .stay-txt {
    float: none;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 100%;
  }
}
.stay .main .stay-list .stay-txt h1 {
  line-height: 1.2;
  padding: 0 0 5px 0;
}
.stay .main .stay-list .stay-txt p {
  line-height: 1.4;
}

/* =============================================================================
   english
============================================================================= */
.english .emphasis {
  color: #e64100;
}
.english .section-inner {
  padding: 0 0 10px 20px;
}
.english .section-inner .notice {
  text-indent: -10px;
  padding-left: 10px;
}
.english .guideline-table {
  margin: 0 0 20px 0;
}
.english .guideline-table th {
  border-bottom: 2px solid #e6f0ff;
  width: 90px;
}
.english .guideline-table td {
  border-bottom: 2px solid #e6f0ff;
}
.english .guideline-table td .section-title-e {
  font-size: 108%;
  line-height: 1.3;
}
.english .cost table {
  margin: 0 1px 0 0;
  table-layout: fixed;
  width: 100%;
}
.english .cost td {
  border: 1px solid #50c8e6;
}
.english .cost .cost-detail {
  vertical-align: middle;
}
.english .cost .cost-ttl01 {
  border-left: 1px solid #50c8e6;
  border-right: 1px solid #fff;
  width: 275px;
}
@media screen and (max-width: 760px) {
  .english .cost .cost-ttl01 {
    width: 50%;
  }
}
.english .cost .cost-ttl02 {
  border-right: 1px solid #50c8e6;
}
.english .schedule table {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}
.english .schedule .schedule-ttl01 {
  border: 1px solid #50c8e6;
  width: 92px;
}
@media screen and (max-width: 760px) {
  .english .schedule .schedule-ttl01 {
    font-size: 108%;
  }
}
.english .schedule .schedule-ttl02 {
  border-top: 1px solid #50c8e6;
  border-right: 1px solid #50c8e6;
  border-left: 1px solid #50c8e6;
  width: 92px;
}
@media screen and (max-width: 760px) {
  .english .schedule .schedule-ttl02 {
    font-size: 108%;
  }
}
.english .schedule .time {
  padding: 3px 10px 3px 15px;
  color: #50c8e6;
  font-weight: normal;
  width: 65px;
}
.english .rule .rule-contents {
  overflow: hidden;
  background: #e6f0ff url(../img/common/bg_line01.png) repeat-y top center;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .english .rule .rule-contents {
    background: #e6f0ff;
  }
}
.english .rule .indispensable {
  background: #e6f0ff;
}
@media screen and (max-width: 760px) {
  .english .rule .possible {
    margin: 0 0 5px 0;
    border-bottom: 1px solid #fff;
  }
}
.english .rule .txt-box01 {
  padding: 0 0 5px;
}
.english .rule h3 {
  padding: 0 0 0 10px;
}
.english .rule h3.possible-ttl {
  color: #3250aa;
}
.english .rule h3.impossible-ttl {
  color: #55647d;
}
.english .rule p {
  padding: 0 0 0 10px;
}
.english .rule li p {
  padding: 0;
}
.english .notice-section .download-notice {
  padding: 0 0 10px 0;
  text-align: center;
  line-height: 1.8;
}
.english .notice-section .download-notice a {
  background: #8db4ff url(../img/common/icon_pdf_s.png) bottom right no-repeat;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .english .notice-section .download-notice a {
    background: #8db4ff url(../img/common/icon_pdf@2x.png) bottom right no-repeat;
    -webkit-background-size: 40px;
    background-size: 40px;
  }
}
.english .past-event {
  overflow: hidden;
}
.english .past-event p {
  margin: 0 0 5px 0;
}

.ie7 .english .main .schedule table {
  border-bottom: none;
}
.ie7 .english .main .past-event p {
  padding: 0;
  margin: 0 0 5px 0;
}
.ie7 .english .main .past-event p a {
  margin: 0 5px;
}
