@charset "UTF-8";
/*======================================================== */
/*  CLASS STYLES */
/*======================================================== */
.clearfix:after, .contents-body .meta-info:after, .post-navi:after, body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form:after, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form:after, body#page-event-contact .form-list > li dl dd .date_list:after, body#page-event-contact .form-block-event .float ul:after, .category-event#page-championship .contents-body .cluster .left-right:after, .category-event#page-championship_info .contents-body .cluster .left-right:after, .category-event#page-championship .contents-body .cluster .shop-list:after, .category-event#page-championship_info .contents-body .cluster .shop-list:after {
  content: "";
  clear: both;
  display: block;
}

.box {
  width: 700px;
  margin: 0 auto;
  padding: 80px 0;
}

.category-event #site-wrapper {
  background: url(/img/front/event_title_bg.jpg) no-repeat center top;
}
.category-event .page-header {
  padding-top: 130px;
}
.category-event .page-header h2 {
  font-size: 0;
  text-align: center;
  margin-bottom: 54px;
}

/*======================================================== */
/*  LSIT STYLES */
/*======================================================== */
.news-list-head {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 24px;
}
.news-list-head h3 {
  font-size: 28px;
  font-weight: normal;
}

.news-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 24px;
}
.news-list li {
  border: 1px solid #32343a;
  margin-bottom: 12px;
  background: #000;
}
.news-list li .list-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 225px;
  padding: 20px 310px 27px 24px;
  position: relative;
  overflow: hidden;
}
.news-list li .list-wrap .news-dates {
  margin-bottom: 10px;
}
.news-list li .list-wrap .news-dates .time {
  color: #3ce2f5;
  font-size: 12px;
  margin-right: 12px;
}
.news-list li .list-wrap .news-dates .category-label {
  background: #323232;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 10px;
}
.news-list li .list-wrap .news-image {
  position: absolute;
  top: 0;
  right: 0;
}
.news-list li .list-wrap .news-image .cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news-list li .list-wrap .more {
  position: absolute;
  bottom: 18px;
  left: 24px;
}
.news-list li .list-wrap a.title-link {
  display: inline-block;
}
.news-list li .list-wrap a.title-link h4 {
  position: relative;
  z-index: 3;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.news-list li .list-wrap a.title-link .description {
  position: relative;
  z-index: 3;
  font-size: 12px;
}
.news-list li .list-wrap:hover {
  color: #fff;
}
.news-list li .list-wrap:hover:after {
  display: block;
  content: "";
  width: 434px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.page-title {
  font-size: 28px;
  font-weight: normal;
  text-shadow: 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74);
  font-family: "M Ying Hei HK W40 W5";
  border-bottom: 1px solid #38a3d2;
  padding-bottom: 14px;
  text-align: center;
}

.subtitle {
  font-size: 26px;
  font-weight: normal;
  text-shadow: 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74), 0 0 13px rgba(16, 171, 229, 0.74);
  font-family: "M Ying Hei HK W40 W5";
  border-bottom: 1px solid #38a3d2;
  padding-bottom: 10px;
}

.contents-body {
  width: 700px;
  margin: 0 auto;
  padding: 42px 0 42px;
}
.contents-body .news-detail-head {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-bottom: 1px solid #39a3d2;
  margin-bottom: 20px;
}
.contents-body .news-detail-head h3 {
  font-size: 22px;
  font-weight: normal;
}
.contents-body .meta-info {
  margin-bottom: 20px;
}
.contents-body .meta-info .post-info {
  float: left;
}
.contents-body .meta-info .post-info .time {
  color: #3ce2f5;
  font-size: 12px;
  margin-right: 12px;
}
.contents-body .meta-info .post-info .category-label {
  background: #323232;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 10px;
}
.contents-body .meta-info .sns-share {
  float: right;
  display: table;
}
.contents-body .meta-info .sns-share li {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
}
.contents-body .share-list-footer {
  text-align: center;
  margin-bottom: 34px;
}
.contents-body .share-list-footer li {
  display: inline-block;
  margin: 0 5px;
  background: #fff;
}
.contents-body .share-list-footer li a {
  display: block;
  font-size: 0;
}
.contents-body .share-list-footer li a:hover {
  opacity: 0.7;
}

.body h1 {
  color: #3ce2f5;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #163a4b;
  padding-bottom: 8px;
  margin-bottom: 1.5em;
}
.body p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.body strong {
  font-weight: bold;
}
.body em {
  font-style: italic;
}
.body a {
  text-decoration: underline;
}
.body a:hover {
  text-decoration: none;
}
.body h2 {
  background: #112b38;
  padding: 4px 15px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1.3em;
}
.body h3 {
  font-size: 16px;
  font-weight: normal;
  color: #3ce2f5;
  margin-bottom: 1em;
}
.body h4 {
  font-size: 14px;
  font-weight: normal;
}
.body ul li {
  margin-bottom: 1em;
  background: url(/img/front/ul-dot.png) no-repeat;
  background-position: left 0.2em;
  padding-left: 2em;
}
.body ul li:last-child {
  margin-bottom: 0;
}
.body .aligncenter {
  display: block;
  margin: 0 auto;
}

.post-navi {
  display: table;
  width: 100%;
}
.post-navi li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.post-navi li a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em;
}
.post-navi li a:hover {
  color: #fff;
  text-decoration: underline;
}
.post-navi li.prev {
  padding-right: 60px;
}
.post-navi li.prev a {
  padding-left: 20px;
  background: url(/img/front/arrow-left.png) no-repeat left center;
}
.post-navi li.next {
  text-align: right;
  padding-left: 60px;
}
.post-navi li.next a {
  text-align: left;
  padding-right: 20px;
  background: url(/img/front/arrow-right.png) no-repeat right center;
}

body#page-event-home .contents-body, body#page-eventsupport .contents-body {
  width: 940px;
}
body#page-event-home .contents-body .event-header-banners, body#page-eventsupport .contents-body .event-header-banners {
  width: 940px;
  height: 320px;
  overflow-y: hidden;
  margin-bottom: 24px;
}
body#page-event-home .contents-body .eventsupport-header-banner, body#page-eventsupport .contents-body .eventsupport-header-banner {
  width: 940px;
  margin-bottom: 24px;
}
body#page-event-home .contents-body .eventsupport-header-infolink, body#page-eventsupport .contents-body .eventsupport-header-infolink {
  margin-bottom: 15px;
}
body#page-event-home .contents-body .eventsupport-header-text, body#page-eventsupport .contents-body .eventsupport-header-text {
  width: 940px;
  font-size: 14px;
  margin-bottom: 58px;
  text-align: center;
}
body#page-event-home .contents-body .eventsupport-header-text a, body#page-eventsupport .contents-body .eventsupport-header-text a {
  text-decoration: underline;
  color: #1ebacc;
}
body#page-event-home .contents-body .under-contents .official-event-schedule, body#page-event-home .contents-body .under-contents .event-support-schedule, body#page-eventsupport .contents-body .under-contents .official-event-schedule, body#page-eventsupport .contents-body .under-contents .event-support-schedule {
  float: left;
  width: 680px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .head-image, body#page-event-home .contents-body .under-contents .event-support-schedule .head-image, body#page-eventsupport .contents-body .under-contents .official-event-schedule .head-image, body#page-eventsupport .contents-body .under-contents .event-support-schedule .head-image {
  width: 680px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper, body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper, body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper, body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper {
  font-size: 0;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs, body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs, body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs, body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs {
  display: inline-block;
  font-size: 0;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li, body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li, body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li, body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li {
  display: inline-block;
  /*width: 220px;*/
  width: 164px;
  margin: 0 3px;
  height: 34px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li a, body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li a, body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li a, body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li a {
  display: inline-block;
  /*width: 220px;*/
  width: 164px;
  height: 34px;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li {
  background: url(/img/front/tab_eventsupport_off_bg.png) no-repeat top center;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.active {
  background: url(/img/front/tab_eventsupport_on_bg.png) no-repeat top center;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li a {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.active a {
  color: #fff;
}

/*
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-shopevent, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-shopevent, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-shopevent, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-shopevent {
  background: url(/img/front/tab_shop_event_off.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-shopevent.active, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-shopevent.active, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-shopevent.active, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-shopevent.active {
  background: url(/img/front/tab_shop_event_on.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-official, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-official, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-official, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-official {
  background: url(/img/front/tab_official_event2_off.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-official.active, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-official.active, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-official.active, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-official.active {
  background: url(/img/front/tab_official_event2_on.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past {
  background: url(/img/front/tab_past_event_off.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past.active, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past.active, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past.active, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past.active {
  background: url(/img/front/tab_past_event_on.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past2, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past2, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past2, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past2 {
  background: url(/img/front/tab_past_event2_off.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past2.active, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past2.active, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-past2.active, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-past2.active {
  background: url(/img/front/tab_past_event2_on.png) no-repeat top center;
}

body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-female, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-female,
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-female, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-female {
  background: url(/img/front/tab_female_event_off.png) no-repeat top center;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-female.active, 
body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-female.active, 
body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .event-tabs li.tab-female.active, 
body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .event-tabs li.tab-female.active {
  background: url(/img/front/tab_female_event_on.png) no-repeat top center;
}
*/

body#page-event-home .contents-body .under-contents .official-event-schedule .tab-wrapper .link, body#page-event-home .contents-body .under-contents .event-support-schedule .tab-wrapper .link, body#page-eventsupport .contents-body .under-contents .official-event-schedule .tab-wrapper .link, body#page-eventsupport .contents-body .under-contents .event-support-schedule .tab-wrapper .link {
  display: inline-block;
  width: 207px;
  height: 25px;
  position: relative;
  top: -5px;
  left: 8px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts.active, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts.active {
  display: block;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts {
  display: none;
  width: 680px;
  border-top: 1px solid #1A6295;
  margin-top: 0;
  padding-top: 19px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li {
  margin-top: 2px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .shown, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .shown {
  cursor: pointer;
  width: 680px;
  height: 120px;
  background-image: url(/img/front/official_event_list_close.png);
  background-repeat: no-repeat;
  background-position: 639px 48px;
  background-color: rgba(46, 73, 120, 0.3);
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .category, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .category {
  display: inline-block;
  margin-left: 23px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .category li, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .category li {
  margin-top: 24px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 76px;
  height: 18px;
  background-color: #323232;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .period, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .shown .upper .period {
  display: inline-block;
  font-size: 13px;
  color: #1ebacc;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .shown .title, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .shown .title {
  margin-left: 23px;
  margin-top: 11px;
  margin-right: 100px;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden {
  width: 680px;
  display: none;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul {
  width: 660px;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li {
  width: 660px;
  border-bottom: 1px dotted #41495E;
  padding-top: 10px;
  padding-bottom: 10px;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li .header, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li .header {
  display: inline-block;
  width: 85px;
  vertical-align: top;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li .data, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li .data {
  display: inline-block;
  width: 570px;
  vertical-align: top;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li:last-child, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li .hidden > ul > li:last-child {
  border-bottom: none;
}
body#page-event-home .contents-body .under-contents .official-event-schedule .posts > li.opened .shown, body#page-eventsupport .contents-body .under-contents .official-event-schedule .posts > li.opened .shown {
  background-position: 639px 48px;
  background-image: url(/img/front/official_event_list_open.png);
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts.active, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts.active {
  display: block;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts {
  display: none;
  width: 680px;
  border-top: 1px solid #c55909;
  margin-top: 0;
  padding-top: 12px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li {
  margin-top: 2px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.no-event, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.no-event {
  padding: 100px 0;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.no-event p, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.no-event p {
  text-align: center;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area {
  margin-top: 0;
  margin-bottom: 14px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .input, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #2d2d2d;
  height: 38px;
  line-height: 38px;
  width: 100%;
  color: #fff;
  padding: 0 8px;
  outline: none;
  font-size: 13px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap {
  position: relative;
  width: 270px;
  float: left;
  margin-right: 9px;
  font-size: 13px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap .inner, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap .inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  padding: 0 22px 0 12px;
  width: 270px;
  height: 38px;
  line-height: 38px;
  background: url(/img/front/select-arrow.png) no-repeat #2d2d2d right center;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap select, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 270px;
  height: 38px;
  line-height: 38px;
  opacity: 0;
  -webkit-appearance: menulist-button;
  cursor: pointer;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p {
  float: left;
  width: 270px;
  margin-right: 9px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p + p, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p + p {
  width: 120px;
  margin-right: 0px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p + p .submit,
body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li.search-area .search-form p + p .submit {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #c55909;
  color: #fff;
  letter-spacing: 0.3em;
  border: none;
  padding: 9px 0;
  width: 122px;
  text-align: center;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown {
  width: 680px;
  height: 146px;
  background-repeat: no-repeat;
  background-position: 639px 48px;
  background-color: rgba(74, 37, 0, 0.4);
  position: relative;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .detail-link, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .detail-link {
  position: absolute;
  right: 24px;
  top: 21px;
  width: 90px;
  height: 20px;
  background-image: url(/img/front/eventsupport_detail_bg.png);
  background-repeat: no-repeat;
  background-position: 70px 4px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .detail-link a, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .detail-link a {
  font-size: 12px;
  text-decoration: underline;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .upper .period, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .upper .period {
  margin-left: 23px;
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  color: #d3b693;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .shop, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .shop {
  margin-left: 23px;
  margin-top: 4px;
  margin-right: 100px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under {
  font-size: 12px;
  margin-left: 23px;
  vertical-align: top;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under > div, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under > div {
  vertical-align: top;
  display: inline-block;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under .titlehead, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .titlehead {
  width: auto;
  color: #d3b693;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under .titletext, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .titletext {
  width: 230px;
  margin-right: 12px;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placehead, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placehead {
  width: auto;
  color: #d3b693;
}
body#page-event-home .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placetext, body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placetext {
  width: 280px;
}

body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placehead.online {
  width: 120px;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placetext.online {
  width: 205px;
  word-break: break-all;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .posts > li .shown .under .placetext.online a{
  padding-right: 25px;
  background-image: url(/img/front/eventsupport_detail_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  text-decoration: underline;
}
body#page-event-home .contents-body .under-contents .pagenator, body#page-eventsupport .contents-body .under-contents .pagenator {
  text-align: center;
  margin-top: 42px;
}
body#page-event-home .contents-body .under-contents .pagenator .first, body#page-event-home .contents-body .under-contents .pagenator .prev, body#page-event-home .contents-body .under-contents .pagenator ul, body#page-event-home .contents-body .under-contents .pagenator .next, body#page-event-home .contents-body .under-contents .pagenator .last, body#page-eventsupport .contents-body .under-contents .pagenator .first, body#page-eventsupport .contents-body .under-contents .pagenator .prev, body#page-eventsupport .contents-body .under-contents .pagenator ul, body#page-eventsupport .contents-body .under-contents .pagenator .next, body#page-eventsupport .contents-body .under-contents .pagenator .last {
  display: inline-block;
  font-size: 0px;
}
body#page-event-home .contents-body .under-contents .pagenator .first, body#page-event-home .contents-body .under-contents .pagenator .prev, body#page-event-home .contents-body .under-contents .pagenator li, body#page-event-home .contents-body .under-contents .pagenator .next, body#page-event-home .contents-body .under-contents .pagenator .last, body#page-eventsupport .contents-body .under-contents .pagenator .first, body#page-eventsupport .contents-body .under-contents .pagenator .prev, body#page-eventsupport .contents-body .under-contents .pagenator li, body#page-eventsupport .contents-body .under-contents .pagenator .next, body#page-eventsupport .contents-body .under-contents .pagenator .last {
  width: 30px;
}
body#page-event-home .contents-body .under-contents .pagenator .first a, body#page-event-home .contents-body .under-contents .pagenator .prev a, body#page-event-home .contents-body .under-contents .pagenator li a, body#page-event-home .contents-body .under-contents .pagenator .next a, body#page-event-home .contents-body .under-contents .pagenator .last a, body#page-eventsupport .contents-body .under-contents .pagenator .first a, body#page-eventsupport .contents-body .under-contents .pagenator .prev a, body#page-eventsupport .contents-body .under-contents .pagenator li a, body#page-eventsupport .contents-body .under-contents .pagenator .next a, body#page-eventsupport .contents-body .under-contents .pagenator .last a {
  display: inline-block;
  padding-top: 7px;
  height: 23px;
  background-color: #131f30;
  border: 1px solid #2B3544;
  font-size: 13px;
  width: 30px;
  text-align: center;
}
body#page-event-home .contents-body .under-contents .pagenator .first a:hover, body#page-event-home .contents-body .under-contents .pagenator .prev a:hover, body#page-event-home .contents-body .under-contents .pagenator li a:hover, body#page-event-home .contents-body .under-contents .pagenator .next a:hover, body#page-event-home .contents-body .under-contents .pagenator .last a:hover, body#page-eventsupport .contents-body .under-contents .pagenator .first a:hover, body#page-eventsupport .contents-body .under-contents .pagenator .prev a:hover, body#page-eventsupport .contents-body .under-contents .pagenator li a:hover, body#page-eventsupport .contents-body .under-contents .pagenator .next a:hover, body#page-eventsupport .contents-body .under-contents .pagenator .last a:hover {
  background-color: #2B3544;
  color: #fff;
}
body#page-event-home .contents-body .under-contents .pagenator .first, body#page-event-home .contents-body .under-contents .pagenator .last, body#page-eventsupport .contents-body .under-contents .pagenator .first, body#page-eventsupport .contents-body .under-contents .pagenator .last {
  width: 48px;
}
body#page-event-home .contents-body .under-contents .pagenator .first a, body#page-event-home .contents-body .under-contents .pagenator .last a, body#page-eventsupport .contents-body .under-contents .pagenator .first a, body#page-eventsupport .contents-body .under-contents .pagenator .last a {
  width: 48px;
}
body#page-event-home .contents-body .under-contents .pagenator .prev, body#page-eventsupport .contents-body .under-contents .pagenator .prev {
  margin-left: 2px;
}
body#page-event-home .contents-body .under-contents .pagenator ul, body#page-eventsupport .contents-body .under-contents .pagenator ul {
  font-size: 0px;
  margin: 0 29px;
}
body#page-event-home .contents-body .under-contents .pagenator ul li, body#page-eventsupport .contents-body .under-contents .pagenator ul li {
  display: inline-block;
  margin-right: 6px;
}
body#page-event-home .contents-body .under-contents .pagenator ul li:last-child, body#page-eventsupport .contents-body .under-contents .pagenator ul li:last-child {
  margin-right: 0px;
}
body#page-event-home .contents-body .under-contents .pagenator ul li.active a, body#page-eventsupport .contents-body .under-contents .pagenator ul li.active a {
  background-color: transparent;
  border: 1px solid transparent;
}
body#page-event-home .contents-body .under-contents .pagenator .next, body#page-eventsupport .contents-body .under-contents .pagenator .next {
  margin-right: 2px;
}
body#page-event-home .contents-body .under-contents .side-banners, body#page-eventsupport .contents-body .under-contents .side-banners {
  margin-left: 35px;
  width: 220px;
  float: right;
  font-size: 0;
}
body#page-event-home .contents-body .under-contents .side-banners li, body#page-eventsupport .contents-body .under-contents .side-banners li {
  width: 220px;
  margin-bottom: 24px;
}

body#page-eventsupport .contents-body .under-contents .event-support-schedule .past-more {
  margin-top: 20px;
  text-align: center;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .past-more a{
  font-size: 15px;
  color: #ddd;
}
body#page-eventsupport .contents-body .under-contents .event-support-schedule .past-more a:hover {
  text-decoration: underline;
}

body#page-eventsupport-detail .contents-body {
  width: 940px;
  padding-top: 0px;
}
body#page-eventsupport-detail .contents-body .title-header {
  width: 1020px;
  height: 257px;
  margin-left: -40px;
  background: url(/img/front/supportevent_head_bg.png) no-repeat top center;
  position: relative;
}
body#page-eventsupport-detail .contents-body .title-header .shop {
  width: 660px;
  position: absolute;
  top: 77px;
  left: 40px;
  font-size: 29px;
}
body#page-eventsupport-detail .contents-body .title-header .share-btns {
  position: absolute;
  bottom: 36px;
  left: 46px;
}
body#page-eventsupport-detail .contents-body .title-header .share-btns ul {
  font-size: 0;
}
body#page-eventsupport-detail .contents-body .title-header .share-btns ul li {
  display: inline-block;
  margin-right: 15px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents {
  float: left;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .date {
  width: 560px;
  margin-top: 35px;
  margin-left: 8px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .date .header {
  background-color: #c55909;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  min-width: 55px;
  height: 19px;
  margin-right: 8px;
  padding: 0 5px;
  display: inline-block;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .date .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 21px;
  width: 470px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event {
  width: 560px;
  margin-top: 20px;
  margin-left: 8px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event .header {
  background-color: #c55909;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  min-width: 102px;
  height: 19px;
  margin-right: 8px;
  padding: 0 5px;
  display: inline-block;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event .text {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .shop {
  width: 560px;
  margin-top: 20px;
  margin-left: 8px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .shop .header {
  background-color: #c55909;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  min-width: 55px;
  height: 19px;
  margin-right: 8px;
  padding: 0 5px;
  vertical-align: top;
  display: inline-block;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .shop .text {
  vertical-align: top;
  display: inline-block;
  width: 470px;
  font-size: 15px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event-info {
  width: 560px;
  margin-top: 20px;
  margin-left: 8px;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event-info .header {
  background-color: #c55909;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  min-width: 102px;
  height: 19px;
  padding: 0 5px;
  display: inline-block;
}
body#page-eventsupport-detail .contents-body .main-info .left-contents .event-info .text {
  margin-top: 14px;
  width: 547px;
  font-size: 14px;
  line-height: 22px;
}
body#page-eventsupport-detail .contents-body .main-info .right-contents {
  float: right;
}
body#page-eventsupport-detail .contents-body .main-info .right-contents .googlemap {
  margin-top: 42px;
  width: 320px;
  height: 300px;
}
body#page-eventsupport-detail .contents-body .main-info .freespace {
  margin-top: 50px;
  font-size: 14px;
  line-height: 22px;
}
body#page-eventsupport-detail .contents-body .main-info .infolink a {
  display: block;
  background: url(/img/front/eventsupoort_detail_link_btn_bg.png) no-repeat top center;
  width: 348px;
  height: 52px;
  margin: 62px auto;
  padding-top: 14px;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
body#page-eventsupport-detail .contents-body .main-info .infolink a:hover {
  color: #fff;
}
body#page-eventsupport-detail .contents-body .after-report .after-report-divider {
  width: 940px;
  height: 5px;
  background: url(/img/front/eventsupoort_detail_divider.png) no-repeat top center;
}
body#page-eventsupport-detail .contents-body .after-report .after-report-header {
  background: url(/img/front/eventsupoort_detail_afterreport_header_bg.png) no-repeat top center;
  padding-top: 98px;
  width: 940px;
  height: 96px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
body#page-eventsupport-detail .contents-body .after-report .left-contents {
  float: left;
}
body#page-eventsupport-detail .contents-body .after-report .left-contents .event-info {
  width: 560px;
  margin-left: 8px;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents {
  float: right;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div {
  width: 347px;
  height: 277px;
  position: relative;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div .afterreport-slicker-left {
  position: absolute;
  left: 9px;
  top: 105px;
  cursor: pointer;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div .afterreport-slicker-right {
  position: absolute;
  right: 9px;
  top: 105px;
  cursor: pointer;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div .afterreport-slicker {
  position: absolute;
  left: 33px;
  width: 280px;
  height: 240px;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div .afterreport-slicker .slick-dots li button:before {
  color: #fff;
}
body#page-eventsupport-detail .contents-body .after-report .right-contents .afterreport-slicker-div .afterreport-slicker .slick-dots li.slick-active button:before {
  color: #ccc;
}
body#page-eventsupport-detail .contents-body .after-report .result {
  margin-top: 20px;
}
body#page-eventsupport-detail .contents-body .after-report .result .header {
  background-color: #c55909;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 102px;
  height: 19px;
  margin-bottom: 10px;
}
body#page-eventsupport-detail .contents-body .after-report .result .text .size-1 {
  font-size: 22px;
}
body#page-eventsupport-detail .contents-body .after-report .result .text .size-2 {
  font-size: 19px;
}
body#page-eventsupport-detail .contents-body .after-report .result .text .size-3 {
  font-size: 16px;
}
body#page-eventsupport-detail .contents-body .after-report .result .text .size-4 {
  font-size: 12px;
}
body#page-eventsupport-detail .contents-body .after-report .afterreport-slicker li img {
  max-width: 280px;
}
body#page-eventsupport-detail .contents-body .after-report .freespace {
  margin-top: 50px;
  font-size: 14px;
  line-height: 22px;
}
body#page-eventsupport-detail .contents-body .after-report .infolink a {
  display: block;
  background: url(/img/front/eventsupoort_detail_back_btn_bg.png) no-repeat top center;
  width: 348px;
  height: 52px;
  margin: 62px auto;
  padding-top: 14px;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

body#page-eventsupport-detail .contents-body .after-report .infolink a:hover {
  color: #fff;
}

body#page-event .contents-body {
  width: 940px;
}
body#page-event .ses_flow_left {
  width: 130px;
  float: left;
}
body#page-event .ses_flow_right {
  width: 780px;
  float: right;
  margin: 0px 0px 20px 0px;
}

/*======================================================== */
/*  FORM STYLES */
/*======================================================== */
body#page-event-contact .box {
  padding-top: 35px;
}
body#page-event-contact .box .confirm-head-text {
  font-size: 18px;
  margin-bottom: 15px;
}
body#page-event-contact #contact-form input[type=text],
body#page-event-contact #contact-form input[type=email],
body#page-event-contact #contact-form textarea {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #5e5e5e;
  background: #2d2d2d;
  -moz-box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  -webkit-box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  box-shadow: 0 -3px 3px rgba(8, 2, 4, 0.2) inset;
  outline: none;
  padding: 0 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
body#page-event-contact #contact-form textarea {
  height: 230px;
  resize: none;
}
body#page-event-contact #contact-form .select-wrap {
  position: relative;
}
body#page-event-contact #contact-form .select-wrap .inner {
  box-sizing: border-box;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  padding: 0 22px 0 12px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: url(/img/front/contact-select-arrow.png) no-repeat #2d2d2d right center;
}
body#page-event-contact #contact-form .select-wrap .inner span {
  color: #b4b4b4;
}
body#page-event-contact #contact-form .select-wrap .inner span.selected {
  color: #fff;
}
body#page-event-contact #contact-form .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  line-height: 32px;
  opacity: 0;
  -webkit-appearance: menulist-button;
  cursor: pointer;
}
body#page-event-contact #contact-form .select-wrap.date_h-wrap, body#page-event-contact #contact-form .select-wrap.date_m-wrap {
  width: 80px;
  display: inline-block;
  margin-left: 30px;
}
body#page-event-contact .errors {
  border: 1px solid #d80303;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 36px;
  margin-bottom: 40px;
}
body#page-event-contact .errors ul li {
  color: #d80303;
  margin-bottom: 4px;
}
body#page-event-contact .errors ul li:last-child {
  margin-bottom: 0;
}
body#page-event-contact .form-block {
  margin-bottom: 64px;
}
body#page-event-contact .form-block:last-child {
  margin-bottom: 0;
}
body#page-event-contact .lead {
  margin-bottom: 30px;
}
body#page-event-contact .form-list > li {
  margin-bottom: 30px;
}
body#page-event-contact .form-list > li:last-child {
  margin-bottom: 0;
}
body#page-event-contact .form-list > li dl dt {
  font-size: 18px;
  line-height: 1;
  color: #88c5e2;
  margin-bottom: 10px;
}
body#page-event-contact .form-list > li dl dt span {
  font-size: 14px;
  color: #d80303;
}
body#page-event-contact .form-list > li dl dd .attention {
  padding-top: 8px;
  font-size: 12px;
}
body#page-event-contact .form-list > li dl dd .attention_upper {
  padding-bottom: 8px;
}
body#page-event-contact .form-list > li dl dd .date_list li {
  float: left;
  padding-right: 11px;
}
body#page-event-contact .form-list > li dl dd .date_list li .date_fix {
  padding: 5px 0 0 0;
}
body#page-event-contact .form-list > li > p.ex {
  width: 95%;
  font-size: 12px;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
body#page-event-contact .form-list.email-list {
  background: rgba(57, 163, 210, 0.1);
  padding: 20px 28px;
}
body#page-event-contact .form-list .emblem-item {
  display: inline-block;
  text-align: center;
  padding: 5px 5px 10px;
  width: 100px;
}
body#page-event-contact .form-list .emblem-item.no-pb {
  padding-bottom: 0;
}
body#page-event-contact .form-list .emblem-item .is-square {
  width: 90px;
  height: 90px;
  padding: 0 5px 5px;
}
body#page-event-contact .form-list .emblem-item img {
  width: 100%;
}
body#page-event-contact .box-header h3 {
  margin-bottom: 8px;
}
body#page-event-contact .box-header h5 {
  text-align: center;
  margin-bottom: 0.2em;
  font-size: 16px;
  font-weight: normal;
}
body#page-event-contact .box-header .lead {
  text-align: center;
}
body#page-event-contact h4 {
  margin-bottom: 30px;
}
body#page-event-contact h4.form-subtitle {
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #38a3d2;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: normal;
}
body#page-event-contact .checkbox-list {
  color: #88c5e2;
  font-size: 18px;
}
body#page-event-contact .checkbox-list li {
  margin-bottom: 30px;
}
body#page-event-contact .checkbox-list span {
  color: #d80303;
  font-size: 14px;
}
body#page-event-contact .checkbox-list .checkbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
body#page-event-contact .checkbox-list .checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -15px;
  width: 28px;
  height: 28px;
  border: 1px solid #5e5e5e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  content: "";
  background: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDlkOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d9d9));
  background: -moz-linear-gradient(#ffffff, #d9d9d9);
  background: -webkit-linear-gradient(#ffffff, #d9d9d9);
  background: linear-gradient(#ffffff, #d9d9d9);
  z-index: 1;
}
body#page-event-contact .checkbox-list .checkbox:before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  margin-top: -12px;
  width: 10px;
  height: 15px;
  border-right: 5px solid #51bb4e;
  border-bottom: 5px solid #51bb4e;
  content: "";
  opacity: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
body#page-event-contact .checkbox-list input[type=checkbox] {
  display: none;
}
body#page-event-contact .checkbox-list input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
body#page-event-contact .search-zip {
  background: url(/img/front/btn-zip.png) no-repeat;
  width: 160px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 17px;
  color: #000;
  display: inline-block;
  text-align: center;
  position: relative;
}
body#page-event-contact .search-zip:hover:after {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 30px;
  content: "";
  display: block;
}
body#page-event-contact .form-block-event {
  margin-bottom: 30px;
}
body#page-event-contact .form-block-event h4 {
  margin-bottom: 30px;
}
body#page-event-contact .form-block-event .float ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
body#page-event-contact .form-block-event .float ul > li:last-child {
  padding-left: 20px;
}
body#page-event-contact .btn_float {
  text-align: center;
}
body#page-event-contact .btn_float .form-delete-button {
  display: none;
}
body#page-event-contact .btn_float li {
  display: inline-block;
  margin: 0 15px;
  background: #fff;
  height: 50px;
}
body#page-event-contact .btn_float li a:hover {
  opacity: 0.8;
}
body#page-event-contact .btn_float .btn_submit a {
  display: block;
  background: url(/img/front/btn-to-submit_off_bg.png) no-repeat top center;
  width: 240px;
  height: 37px;
  padding-top: 13px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
body#page-event-contact .btn_float .btn_submit a:hover {
  background-image: url(/img/front/btn-to-submit_on_bg.png);
}
body#page-event-contact .btn_float .btn_submit a:active,
body#page-event-contact .btn_float .btn_submit a:visited {
  color: #fff !important;
}
body#page-event-contact .btn_float .btn_back a {
  display: block;
  background: url(/img/front/btn-to-back_off_bg.png) no-repeat top center;
  width: 240px;
  height: 37px;
  padding-top: 13px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
body#page-event-contact .btn_float .btn_back a:hover {
  background-image: url(/img/front/btn-to-back_on_bg.png);
}
body#page-event-contact .btn_float .btn_back a:active,
body#page-event-contact .btn_float .btn_back a:visited {
  color: #fff !important;
}
body#page-event .ses_flow_btn .btn_form a {
  display: block;
  background: url(/img/front/ses_form_btn_bg.png) no-repeat top center;
  width: 280px;
  height: 40px;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
body#page-event .ses_flow_btn .btn_form a:active,
body#page-event .ses_flow_btn .btn_form a:visited {
  color: #fff !important;
}

body#page-event-contact .confirm-text {
  padding-left: 10px;
}
body#page-event-contact .completion-title {
  text-align: center;
  margin-bottom: 24px;
  color: #88c5e2;
  font-size: 18px;
}
body#page-event-contact .completion-text {
  text-align: center;
  margin-bottom: 44px;
}

.rollover_opacity {
  -moz-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 1;
}

.rollover_opacity:hover {
  opacity: 0.75;
}

.debug {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F00;
}

/* */
.category-event#page-championship, .category-event#page-championship_info {
  background: #000;
}
.category-event#page-championship .contents-container, .category-event#page-championship_info .contents-container {
  background: rgba(58, 58, 58, 0.4);
}
.category-event#page-championship .page-header, .category-event#page-championship_info .page-header {
  padding-top: 72px;
}
.category-event#page-championship .page-header h2, .category-event#page-championship_info .page-header h2 {
  margin-bottom: 0;
}
.category-event#page-championship .topics-path, .category-event#page-championship_info .topics-path {
  margin-top: -18px;
}
.category-event#page-championship #site-wrapper, .category-event#page-championship_info #site-wrapper {
  background: url(/img/front/champ_title_bg.jpg) no-repeat center top, url(/img/front/champ_container_bg.png) repeat-x center top;
}
.category-event#page-championship .sub-navi, .category-event#page-championship_info .sub-navi {
  background: rgba(157, 69, 20, 0.85);
}
.category-event#page-championship .sub-navi ul li, .category-event#page-championship_info .sub-navi ul li {
  border-left: 1px solid #aa5525;
}
.category-event#page-championship .sub-navi ul li:last-child, .category-event#page-championship_info .sub-navi ul li:last-child {
  border-right: 1px solid #aa5525;
}
.category-event#page-championship .sub-navi ul li a, .category-event#page-championship_info .sub-navi ul li a {
  color: #fdc09e;
}
.category-event#page-championship .sub-navi ul li a:hover, .category-event#page-championship_info .sub-navi ul li a:hover {
  color: #fff;
}
.category-event#page-championship .sub-navi ul li a.current, .category-event#page-championship_info .sub-navi ul li a.current {
  color: #fff;
}
.category-event#page-championship .sub-navi ul li a.current:after, .category-event#page-championship_info .sub-navi ul li a.current:after {
  border-top: 8px solid rgba(157, 69, 20, 0.85);
}
.category-event#page-championship .upper-contents, .category-event#page-championship_info .upper-contents {
  margin-bottom: 50px;
}
.category-event#page-championship .contents-body, .category-event#page-championship_info .contents-body {
  width: 920px;
  padding: 57px 0 105px;
}
.category-event#page-championship .contents-body .lead, .category-event#page-championship_info .contents-body .lead {
  width: 658px;
  margin: 0 auto 52px;
}
.category-event#page-championship .contents-body .cluster, .category-event#page-championship_info .contents-body .cluster {
  margin-bottom: 50px;
}
.category-event#page-championship .contents-body .cluster:last-child, .category-event#page-championship_info .contents-body .cluster:last-child {
  margin-bottom: 0;
}
.category-event#page-championship .contents-body .cluster > .cluster, .category-event#page-championship_info .contents-body .cluster > .cluster {
  padding: 0 10px;
  margin-bottom: 36px;
}
.category-event#page-championship .contents-body .cluster > .cluster:last-child, .category-event#page-championship_info .contents-body .cluster > .cluster:last-child {
  margin-bottom: 0;
}
.category-event#page-championship .contents-body .cluster h3, .category-event#page-championship_info .contents-body .cluster h3 {
  background: url(/img/front/champ_h3_bg.png) repeat-x left top;
  height: 51px;
  line-height: 51px;
  border-bottom: 3px solid #eba32e;
  padding: 0 18px;
  font-size: 22px;
  margin-bottom: 48px;
}
.category-event#page-championship .contents-body .cluster h4, .category-event#page-championship_info .contents-body .cluster h4 {
  background: url(/img/front/champ_h4_bg.png) no-repeat left top;
  height: 35px;
  line-height: 35px;
  border-bottom: 2px solid #eba32e;
  padding: 0 18px 0 47px;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.category-event#page-championship .contents-body .cluster h5, .category-event#page-championship_info .contents-body .cluster h5 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: normal;
}
.category-event#page-championship .contents-body .cluster .left-right .left, .category-event#page-championship_info .contents-body .cluster .left-right .left {
  width: 420px;
  margin-right: 30px;
  float: left;
}
.category-event#page-championship .contents-body .cluster .left-right .right, .category-event#page-championship_info .contents-body .cluster .left-right .right {
  float: left;
  width: 440px;
}
.category-event#page-championship .contents-body .cluster .shop-list li, .category-event#page-championship_info .contents-body .cluster .shop-list li {
  float: left;
  width: 220px;
  margin-right: 13px;
  margin-bottom: 70px;
}
.category-event#page-championship .contents-body .cluster .shop-list li:nth-child(4n), .category-event#page-championship_info .contents-body .cluster .shop-list li:nth-child(4n) {
  margin-right: 0;
}
.category-event#page-championship .contents-body .cluster .shop-list li h5, .category-event#page-championship_info .contents-body .cluster .shop-list li h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.category-event#page-championship .contents-body .cluster .shop-list li h5 a, .category-event#page-championship_info .contents-body .cluster .shop-list li h5 a {
  color: #fff;
}
.category-event#page-championship .contents-body .cluster .shop-list li .address, .category-event#page-championship_info .contents-body .cluster .shop-list li .address {
  color: #b6b6b6;
  font-size: 12px;
  margin-bottom: 14px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .shop-image, .category-event#page-championship_info .contents-body .cluster .shop-list li .shop-image {
  margin-bottom: 4px;
  height: 160px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .to-detail, .category-event#page-championship_info .contents-body .cluster .shop-list li .to-detail {
  margin-bottom: 4px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .to-detail a, .category-event#page-championship_info .contents-body .cluster .shop-list li .to-detail a {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eba32e;
  height: 38px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .to-detail a:hover, .category-event#page-championship_info .contents-body .cluster .shop-list li .to-detail a:hover {
  background: #ebb154;
}
.category-event#page-championship .contents-body .cluster .shop-list li .champ-date,
.category-event#page-championship .contents-body .cluster .shop-list li .winner, .category-event#page-championship_info .contents-body .cluster .shop-list li .champ-date,
.category-event#page-championship_info .contents-body .cluster .shop-list li .winner {
  background: #272727;
  text-align: center;
  font-size: 22px;
  padding: 10px 4px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .champ-date span,
.category-event#page-championship .contents-body .cluster .shop-list li .winner span, .category-event#page-championship_info .contents-body .cluster .shop-list li .champ-date span,
.category-event#page-championship_info .contents-body .cluster .shop-list li .winner span {
  display: block;
  font-size: 14px;
}
.category-event#page-championship .contents-body .cluster .shop-list li .winner, .category-event#page-championship_info .contents-body .cluster .shop-list li .winner {
  background: url(/img/front/champ_winner_bg.png) no-repeat center bottom #ad9339;
  border: 3px solid #d0bb13;
}
.category-event#page-championship .contents-body .cluster .shop-list li .winner p, .category-event#page-championship_info .contents-body .cluster .shop-list li .winner p {
  font-weight: bold;
}
.category-event#page-championship .middle-contents, .category-event#page-championship_info .middle-contents {
  position: relative;
}
.category-event#page-championship .middle-contents .anchor, .category-event#page-championship_info .middle-contents .anchor {
  position: absolute;
  top: -180px;
}
.category-event#page-championship .middle-contents .cluster > .cluster, .category-event#page-championship_info .middle-contents .cluster > .cluster {
  padding: 0 !important;
}
.eventblock {
    max-width: 500px;
    min-width:300px!important;
}
.eventwrap {
  width: 100%;
}
.shoplist {
  font-size: 15px
}
.eventinfo {
  font-size: 12px;
  color: #3ce2f5;
  padding:5px 0px;
}
.eventlist li {
  margin: 10px;
  border-bottom: 1px #49455E solid
}
.eventlist li a:hover {
  color: #B8B8B8;
}
