@font-face {
  font-family: 'tde-Light';
  src: url('/st/common/font/tde-Light.otf') format("opentype");
}
body {
  background-color: #ebebeb;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic", "メイリオ", 'Meiryo', "MS Pゴシック", "MS PGothic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  font-size: 15px;
  color: #595959;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  box-sizing: content-box;
  vertical-align: bottom;
}
.item_center {
  text-align: center;
}
.item_center > * {
  float: none !important;
}
.item_left {
  text-align: left;
}
.item_right {
  text-align: right;
}
.item_middle {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.display_pc-only{
  display: none;
}
.display_sp-only{
  display: none;
}
p {
  padding: 20px 0 0;
}
h1, .text_h1 {
  font-size: 32px;
  line-height: 38px;
  color: #333333;
  font-weight: bold;
  padding: 30px 0 0;
}
h2, .text_h2 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: bold;
  padding: 30px 0 0;
}
h3, .text_h3 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  padding: 30px 0 0;
}
h4, .text_h4 {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  padding: 20px 0 0;
}
.text_small {
  font-size: 12px;
  line-height: 22px;
  color: #b2b2b2;
  padding: 10px 0 0;
}
a {
  text-decoration: none;
  color: #2e65bb;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #bacfec;
}
a.text_link {
  color: #2e65bb;
}
a.text_link:hover {
  text-decoration: underline;
}
a.text_link:visited {
  color: #bacfec;
}

/* header */
header {
  height: 72px;
  background-color: #ffffff;
}
.header-wrapper {
  background-color: #ffffff;
}
.header {
  width: 1000px;
  padding: 18px 30px 17px 20px;
  height: 72px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header__logo {
  float: left;
  width: 95px;
  padding: 2px 0 9px;
  box-sizing: border-box;
}
.header-menu {
  float: right;
  width: 182px;
}
.header-menu__login {
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 37px;
}
.header-menu__logout {
  float: left;
  margin-right: 10px;
  width: 65px;
  height: 37px;
}
.header-menu__point {
  float: left;
}
.point {
  font-family: 'tde-Light';
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #999999;
  width: 105px;
  background: #ffffff;
  box-sizing: content-box;
}
.point__d-icon {
  width: 17px;
  float: left;
  padding: 9px 5px;
}
.point__main {
  width: 72px;
  float: left;
  line-height: 1;
  padding: 5px 0 7px 0;
  background: url("/st/common/images/icon_migiyajirushi.gif") no-repeat right center;
  background-size: 5px;
}
.point__point-logo {
  width: 34px;
  float: left;
}
.point__number {
  padding-top: 3px;
  line-height: 11px;
  font-size: 14px;
  float: left;
  color: #404040;
}
.point__p-icon {
  font-size: 10px;
  line-height: 9px;
  color: #808080;
  float: left;
  padding: 5px 0 0 4px;
}

/* navi */
.navi {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.navi-table {
  width: 1000px;
  border: none;
}
.navi-table.without_point {
  width: auto;
}

.navi-table__link {
  font-weight: bold;
  line-height: 1;
  color: #595959;
  display: block;
  padding: 26px 0 25px;
}
.navi-table__link:visited {
  color: #595959;
}
.navi-table__tab {
  width: 182px;
  height: 70px;
  text-align: center;
  border: none;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 3px solid;
  border-color: rgba(235, 235, 235, 0);
  vertical-align: middle;
}
.navi-table__tab--state_active, .navi-table__tab:hover {
  border-bottom: 3px solid #cc0033;
}
.navi-table__tab--state_active .navi-table__link, .navi-table__tab:hover .navi-table__link {
  color: #cc0033;
  text-decoration: none;
}
.navi--dpoint_check {
  float: right;
  width: auto;
}
.navi--dpoint_check:hover {
  border: none;
}
.navi--dpoint_check img {
  padding: 10px 30px 0 0;
  width: 185px;
}

/* footer */
footer {
  background-color: #333333;
}
.footer {
  padding: 20px 40px;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-logo-area {
  background: #ffffff;
}
.footer-wrapper {
  background-color: #333333;
}
.footer-logo {
  width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #ebebeb;
}
.footer-logo__image {
  padding: 14px 0;
  border-left: 1px solid #ebebeb;
  float: left;
  width: 33.333333%;
  text-align: center;
  background: #ffffff;
  line-height: 1;
  box-sizing: border-box;
}
.footer-logo__image img {
  height: 20px;
}
.footer__menu {
  float: left;
  padding-top: 30px;
  margin-right: 20px;
}
.footer__menu--text_white {
  color: #ffffff;
}
.footer__menu--text_white:visited {
  color: #ffffff;
}
.footer__menu .text_small:visited {
  color: #b2b2b2;
}
.footer__menu img {
  vertical-align: bottom;
  margin-right: 5px;
}
.footer__menu a:hover {
  text-decoration: none;
}
.footer__menu .text_small:visited {
  color: #b2b2b2;
}

.footer__menu--icon_notice {
  background: url("/st/common/images/icon_notice.png") no-repeat left center;
  background-size: 14px 15px;
  padding-left: 20px;
}

.footer__menu--icon_lost {
  background: url("/st/common/images/icon_lost.png") no-repeat left center;
  background-size: 11px 14px;
  padding-left: 20px;
}
.footer__menu--icon_faq {
  background: url("/st/common/images/icon_faq.png") no-repeat left center;
  background-size: 16px 14px;
  padding-left: 20px;
}
.footer__menu--icon_info {
  background: url("/st/common/images/icon_info.png") no-repeat left center;
  background-size: 13px 9px;
  padding-left: 20px;
}
.footer__menu--icon_change {
  background: url("/st/common/images/icon_change.png") no-repeat left center;
  background-size: 14px;
  padding-left: 20px;
}
.footer__menu--icon_rule {
  background: url("/st/common/images/icon_rule.png") no-repeat left center;
  background-size: 10px 14px;
  padding-left: 20px;
}
.footer__menu--icon_map {
  background: url("/st/common/images/icon_map.png") no-repeat left center;
  background-size: 14px;
  padding-left: 20px;
}
.copy {
  padding-top: 30px;
  display: block;
}

/* aladin */
#al header{
  height: 63px;
}
#al .header {
  width: 1000px;
  height: 63px;
  background-color: #ffffff;
}
#al footer {
  height: 54px;
}
#al .footer {
  padding: 0;
  width: 1000px;
  height: 54px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #333333;
}
#al .copy {
  padding-top: 17px;
}

/* Vpass */
#vp header {
  height: 49px;
}
#vp .header {
  width: 770px;
  height: 49px;
  padding: 6px 30px 6px 20px; 
}
#vp .navi{
  width: 770px;
  height: 51px;
}
#vp .navi-table__tab {
  height: 49px;
}
#vp .navi-table__link {
  padding: 15px 0;
}
#vp .footer{
  width: 770px;
  padding: 14px 40px;
}
#vp .copy {
  padding-top: 10px;
}

/* agurippa */
#ag header{
  height: 70px;
}

#ag .header{
  padding: 17px 30px 16px 20px;
  height: 70px;
}

#ag .navi-table__link{
  padding: 25px 0 24px;
}

#ag .navi-table__tab{
  height: 68px;
}

#ag .footer{
  padding: 20px 40px 83px;
}

/* 時期Vpass */
#nvag .navi-table__link{
  padding: 26px 0;
}
#nvp .navi-table__link{
  padding: 26px 0;
}