@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("//fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700");
@import url("https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

fxsc2019.scss

------------------------------------*/
#lightbox .lb-outerContainer .lb-container .lb-nav {
  margin-top: 0;
}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
  top: 45%;
}
#lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
  top: 45%;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc {
  display: initial;
}

.sp {
  display: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

body {
  font-family: 'Noto Sans JP', 'Lato', sans-serif;
  background: #fff;
}

.inner {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
}

.fxscHeader {
  width: 100%;
  min-width: 980px;
  background: #003690;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  padding: 19px 20px 20px;
  z-index: 500;
}
.fxscHeader h1 {
  display: block;
  width: 100%;
}
.fxscHeader h1 a {
  display: block;
  max-width: 543px;
  width: calc(100% - 200px);
  height: 42px;
  background: url(/img/fxsc/2019/fxscLogo_pc.png) center center/contain no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}
.fxscHeader .jLogo {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  background: #fff;
  border-radius: 5px;
}
.fxscHeader .jLogo a {
  width: 40px;
  height: 40px;
  display: block;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 100px 0;
  box-sizing: border-box;
  display: none;
}

.nav__list {
  width: 980px;
  margin: 0 auto;
}
.nav__list .soon {
  pointer-events: none;
}
.nav__list .soon a {
  color: #aaa;
}
.nav__item {
  border-bottom: 1px solid rgba(225, 225, 225, 0.6);
  text-align: center;
}
.nav__item a {
  color: #fff;
  padding: 30px;
  display: block;
}

.menu-trigger {
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  margin-top: 10px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000;
}
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.kvArea {
  width: 100%;
  min-width: 980px;
  position: relative;
  min-width: 768px;
}
.kvArea h2 {
  width: 100%;
  height: 140px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}
.kvArea h2 span {
  text-align: center;
  max-width: 989px;
  width: 80%;
  margin: 0 auto;
}
.kvArea h2 span img {
  width: 100%;
  margin-top: -10px;
}
.kvArea .kvImg {
  width: 100%;
}
.kvArea .kvImg p {
  text-align: center;
  color: #4F3D05;
  background: url(/img/fxsc/2019/kv_header_pc.jpg) center center/cover no-repeat;
  padding: 82px 0;
  margin-top: 80px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 10px;
}
.kvArea .kvImg p span {
  display: block;
  font-size: 15px;
  margin-top: 13px;
  font-weight: bold;
}
.kvArea .kvImg img {
  width: 100%;
  padding-top: 80px;
}
.kvArea .kv_Link {
  animation-name: fadein;
  animation-duration: 2s;
  position: relative;
  opacity: 1;
  bottom: 30px;
  width: 18%;
}
.kvArea .kv_Link img {
  z-index: 100;
  position: relative;
  opacity: 1;
  width: 100%;
}
.kvArea .kv_Link:hover:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  z-index: 1;
  opacity: 1;
  margin-top: -130px;
  background-size: 90% !important;
  left: 50%;
  margin-left: -80px;
}
.kvArea .kv_Link_wrap {
  position: relative;
  min-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.kvArea .kv_matchLink:hover:before {
  background: url(/img/fxsc/2019/match_hover.png) center center/cover no-repeat;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
.kvArea .kv_ngmLink:hover:before {
  background: url(/img/fxsc/2019/ngm_hover.png) center center/cover no-repeat;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
.kvArea .kv_historyLink:hover:before {
  background: url(/img/fxsc/2019/history_hover.png) center center/cover no-repeat;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
.kvArea .kv_mascotLink:hover:before {
  background: url(/img/fxsc/2019/mascot_hover.png) center center/cover no-repeat;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
.kvArea .kv_eventLink:hover:before {
  background: url(/img/fxsc/2019/event_hover.png) center center/cover no-repeat;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}
.kvArea .float {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.kvArea .float:hover {
  transform: translateY(-5px);
}

/*フェードイン用*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.playArea {
  width: 100%;
  background: url(/img/fxsc/2019/playBg.jpg) center center/cover no-repeat;
  height: 330px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}
.playArea .playImg {
  width: 90%;
  max-width: 758px;
  position: absolute;
  top: -15px;
}
.playArea .playImg img {
  width: 100%;
}

.bannerBox {
  width: 100%;
}
.bannerBox a {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}
.bannerBox a img {
  width: 100%;
  border-radius: 10px;
}
.bannerBox a.bnrMascot.soon {
  pointer-events: none;
}

.main {
  min-width: 980px;
}
.main h3 {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0 0 30px;
  margin: 0 auto 30px;
  font-size: 45px;
  border-bottom: 6px solid #002665;
  color: #002665;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
}
.main h3 span {
  font-size: 22px;
  display: block;
  margin-top: 20px;
  font-family: 'Noto Sans JP', 'Lato', sans-serif;
  font-weight: 500;
}

.updateArea {
  padding: 0;
}
.updateArea .updateList {
  padding-top: 80px;
}
.updateArea .updateList article {
  width: 100%;
}
.updateArea .updateList article div {
  padding: 12px 0;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}
.updateArea .updateList article div .date {
  width: 150px;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
}
.updateArea .updateList article div .text {
  width: calc(100% - 150px);
  font-size: 15px;
  line-height: 1.65;
}
.updateArea .updateList article div .text span {
  display: inline-block;
  padding-left: 10px;
  color: #cc0000;
}
.updateArea .updateList #more_btn,
.updateArea .updateList #close_btn {
  width: 80%;
  max-width: 750px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ccc;
  margin: 25px auto 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
}
.updateArea .updateList #more_btn span,
.updateArea .updateList #close_btn span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.5em;
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
}
.updateArea .updateList #more_btn span:after,
.updateArea .updateList #close_btn span:after {
  font-family: 'ionicons';
  content: '\f35d';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -8px;
  color: #333;
  font-weight: normal;
}
.updateArea .updateList #close_btn span:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.updateArea .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.updateArea .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.topCont {
  width: 100%;
  background: url(/img/fxsc/2019/contTopBg.jpg) center center/cover no-repeat;
  padding: 80px 10px;
  box-sizing: border-box;
}
.topCont ul {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}
.topCont ul li {
  max-width: 451px;
  width: calc((100% - 40px)/2);
}
.topCont ul li:nth-child(2n) {
  margin-left: 40px;
}
.topCont ul li:nth-child(n + 3) {
  margin-top: 50px;
}
.topCont ul li img {
  width: 100%;
}
.topCont ul li.soon a {
  pointer-events: none;
}

.outlineArea {
  width: 100%;
  background: url(/img/fxsc/2019/outlineBg.jpg) center center/cover no-repeat;
  padding: 100px 0 120px;
}
.outlineArea .outlineInner {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
}
.outlineArea .outlineInner ul {
  width: 100%;
  font-size: 15px;
}
.outlineArea .outlineInner ul li {
  padding: 20px 0;
  border-bottom: 1px solid #002665;
  font-weight: 500;
  line-height: 1.6;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
}
.outlineArea .outlineInner ul li .item {
  width: 150px;
}
.outlineArea .outlineInner ul li .detail {
  width: calc(100% - 150px);
}
.outlineArea .outlineInner ul li .detail .sub {
  font-size: 12px;
  display: block;
}

.greenpower {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 3px;
  align-items: center;
}
.greenpower dd {
  padding-left: 20px;
}
.greenpower dd img {
  width: 70px;
  vertical-align: middle;
}

.videoOneArea {
  margin-bottom: 50px;
}

.snsBtn {
  margin: -2px auto 0;
  background: #fff;
  padding: 0 0 30px;
}

.fxsc.top .snsBtn {
  background: #eae7df;
}
.fxsc.top .kvArea {
  padding-bottom: 85px;
}

.historyArea .historylist {
  border-bottom: 1px solid #ccc;
}
.historyArea .historylist > li {
  margin-bottom: 30px;
}
.historyArea .historylist > li h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.8em;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #013690;
  padding: 10px;
  border-bottom: 4px solid #013690;
}
.historyArea .historylist > li .history_ttl_border {
  border-bottom: 4px solid #013690;
}
.historyArea .historylist dl {
  font-size: 0;
}
.historyArea .historylist dl dt {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.historyArea .historylist dl dt .day {
  font-size: 16px;
  margin-bottom: 0.8em;
}
.historyArea .historylist dl dt .match {
  font-size: 26px;
  margin-bottom: 0.2em;
}
.historyArea .historylist dl dt .match .embM {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -3px;
}
.historyArea .historylist dl dt .match em {
  font-family: 'Oswald', sans-serif;
  padding: 0 10px;
}
.historyArea .historylist dl .historylist_photo .historylist_video {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin-right: 10px;
}
.historyArea .historylist dl .historylist_photo .historylist_video a {
  position: relative;
  display: block;
}
.historyArea .historylist dl .historylist_photo .historylist_video a:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.historyArea .historylist dl .historylist_photo ul {
  display: inline-block;
  width: 520px;
  vertical-align: top;
}
.historyArea .historylist dl .historylist_photo ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 8px;
}
.historyArea .historylist dl .historylist_photo ul li:nth-child(2n + 1) {
  margin-right: 2%;
}
.historyArea .historylist dl .historylist_photo ul li figure {
  height: 165px;
  overflow: hidden;
}
.historyArea .historylist dl .historylist_photo img {
  width: 100%;
  height: auto;
}
.historyArea .historylist dl .historylist_text {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.5;
}

figure.photoOneArea figcaption {
  background: #fff;
}

.eventDate {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}

.fxsc.match .playArea {
  background: url(/img/fxsc/2019/playBg_nav.jpg) center center/cover no-repeat;
}

.matchArea .photoArea .ttlNoLink {
  margin-top: 40px;
}
.matchArea .photoArea .thumlist li {
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.matchArea .photoArea .thumlist li img {
  width: 300px;
}
.matchArea .photoArea .thumlist li .foodphoto {
  width: 950px;
}
.matchArea .photoArea .thumlist li:nth-child(3n) {
  margin-right: 0;
}
.matchArea .clubArea {
  font-size: 0;
}
.matchArea .clubArea > li {
  font-size: 15px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.matchArea .clubArea > li:nth-child(2n + 1) {
  margin-right: 4%;
}
.matchArea .clubArea .clubName {
  font-size: 23px;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
  height: 80px;
}
.matchArea .clubArea .clubName .embM {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 12px;
}
.matchArea .clubArea .clubName span {
  display: inline-block;
  vertical-align: middle;
  top: 12px;
  position: relative;
  margin-left: 10px;
}
.matchArea .clubArea .clubName span p:nth-child(1) {
  font-size: 10px;
}
.matchArea .clubArea .clubName span p:nth-child(2) {
  margin-top: 10px;
}
.matchArea .clubArea .clubName.left {
  background: url(/img/fxsc/2019/team/teamPhoto_kawasakiBk.jpg) center center/cover no-repeat;
}
.matchArea .clubArea .clubName.right {
  background: url(/img/fxsc/2019/team/teamPhoto_urawaBk.jpg) center center/cover no-repeat;
}
.matchArea .clubArea .clubPhoto {
  overflow: hidden;
}
.matchArea .clubArea .clubPhoto img {
  width: 100%;
  height: auto;
}
.matchArea .clubArea .teamProfile {
  margin: 30px 0;
}
.matchArea .clubArea .teamProfile p {
  line-height: 1.65;
  margin-bottom: 1em;
}
.matchArea .clubArea .clubInfoList h5 {
  margin: 10px 0;
  padding-left: 10px;
  font-weight: bold;
  color: 013690;
}
.matchArea .clubArea .clubInfoList h5:before {
  content: "";
  width: 5px;
  height: 20px;
  display: inline-block;
  background: #013690;
  position: relative;
  top: 4px;
  left: -10px;
}
.matchArea .clubArea .dataTable .bgGray {
  background: #fff;
  font-weight: bold;
  font-size: 20px;
}
.matchArea .clubArea .dataTable td {
  text-align: left;
  padding-left: 20px;
}
.matchArea .clubArea .dataTable td b {
  font-size: 16px;
  line-height: 1.5em;
}
.matchArea .clubArea .dataTable .inOut {
  background: #013690;
  border: none;
}
.matchArea .clubArea .dataTable .inOut td {
  color: #fff;
}
.matchArea .clubArea li table tbody tr th {
  background-color: #fff;
  border-right: none;
  width: 150px;
}
.matchArea .clubArea li table tbody tr td {
  text-align: left;
}
.matchArea .clubArea li .commonTable.clubDataTable tr {
  height: 78px;
  font-size: 15px;
}
.matchArea .clubArea li .commonTable.clubDataTable tr .get_title {
  height: 133px;
}
.matchArea .clubArea li .commonTable {
  border-top: none;
}

.tabSelecter_box {
  background: #B09D5B;
}
.tabSelecter_box .tabSelecter {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
}
.tabSelecter_box .tabSelecter .tab li {
  width: 326.666667px;
  padding-top: 1px;
  border: none;
  padding-right: 1px;
}
.tabSelecter_box .tabSelecter .tab li:first-child {
  border-top-left-radius: 10px;
  padding-left: 1px;
}
.tabSelecter_box .tabSelecter .tab li:first-child a {
  border-top-left-radius: 10px;
}
.tabSelecter_box .tabSelecter .tab li:last-child {
  border-top-right-radius: 10px;
  padding-right: 0;
}
.tabSelecter_box .tabSelecter .tab li:last-child a {
  border-top-right-radius: 10px;
}
.tabSelecter_box .tabSelecter .tab li > a {
  color: #fff;
  background: #b09d60;
  font-size: 12px;
}
.tabSelecter_box .tabSelecter .tab li > a:hover {
  background: #fff;
  opacity: 1;
  color: #b09d60;
}
.tabSelecter_box .tabSelecter .tab .current a {
  top: 0;
  color: #b09d60;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
}
.tabSelecter_box .tabSelecter .tab .soon a {
  background: #8a7b4d;
  color: #615738;
  pointer-events: none;
}
.tabSelecter_box .tabSelecter ul {
  border: none;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}

body.ng_live .tabSelecter .tab li#live a,
body.ng_u18 .tabSelecter .tab li#u18 a,
body.ng_highschool .tabSelecter .tab li#highschool a,
body.ng_question .tabSelecter .tab li#question a,
body.ng_history .tabSelecter .tab li#history a,
body.ng_outline .tabSelecter .tab li#outline a {
  position: relative;
  background: #FFFFFF;
  color: #b09d60;
  font-size: 12px;
}

body.ng_live .tabSelecter .tab li,
body.ng_u18 .tabSelecter .tab li,
body.ng_highschool .tabSelecter .tab li,
body.ng_question .tabSelecter .tab li,
body.ng_history .tabSelecter .tab li,
body.ng_outline .tabSelecter .tab li {
  width: 16.6666%;
}

body.ng_question .tabSelecter .tab li#tab1,
body.ng_question .tabSelecter .tab li#tab2,
body.ng_live .tabSelecter .tab li#tab4,
body.ng_live .tabSelecter .tab li#tab5,
body.ng_live .tabSelecter .tab li#tab6 {
  width: 33.33333%;
  border: none;
}
body.ng_question .tabSelecter .tab li#tab1 > a,
body.ng_question .tabSelecter .tab li#tab2 > a,
body.ng_live .tabSelecter .tab li#tab4 > a,
body.ng_live .tabSelecter .tab li#tab5 > a,
body.ng_live .tabSelecter .tab li#tab6 > a {
  height: 38px;
}

body.ng_live h3 {
  padding-top: 80px;
}

body.ngm .tabSelecter .tab li#tab1,
body.ngm .tabSelecter .tab li#tab2 {
  width: 50%;
}
body.ngm .tabSelecter .tab li#tab1.current a,
body.ngm .tabSelecter .tab li#tab2.current a {
  position: relative;
  top: 0px;
  background: #02235b;
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}

body.ngm .tabSelecter .tab li#tab4,
body.ngm .tabSelecter .tab li#tab5,
body.ngm .tabSelecter .tab li#tab6 {
  width: 33.33333333%;
  padding-right: 1px;
}
body.ngm .tabSelecter .tab li#tab4.current a,
body.ngm .tabSelecter .tab li#tab5.current a,
body.ngm .tabSelecter .tab li#tab6.current a {
  position: relative;
  top: 0px;
  background: #02235b;
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
}

body.ngm .tabSelecter .soon a {
  background: #ccc;
  color: #aaa;
  pointer-events: none;
}

body.ngm .tabSelecter ul {
  border: none;
}

.ng_highschool .commonTable td {
  border-right: 1px solid #d8d8d8;
}

.ng_highschool .commonTable {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

.ng_highschool .commonTable.coach {
  margin-bottom: 0px;
}

.ng_u18 .commonTable td {
  border-right: 1px solid #d8d8d8;
}

.ng_u18 .commonTable {
  border-left: 1px solid #d8d8d8;
  margin-bottom: 80px;
}

.ng_u18 .commonTable.coach {
  margin-bottom: 0px;
}

.matchVsBox {
  background: url(/img/fxsc/2019/bk_ngm.jpg) center center/cover no-repeat;
  padding: 50px 0 20px;
  margin-bottom: 0px;
  position: relative;
}
.matchVsBox .ad_ticket_txt {
  max-width: 980px;
  margin: 0 auto;
  border: none;
  position: relative;
}
.matchVsBox .ad_ticket_txt p {
  font-size: 11px;
  background-color: #db3824;
  color: #fff;
  display: inline-block;
  padding: 23px;
  border-radius: 80px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: px;
  line-height: 16px;
}
.matchVsBox.boxCenterTime .matchBoxTitleArea {
  max-width: 980px;
  margin: 0 auto;
  border: none;
}
.matchVsBox.boxCenterTime .matchBoxTitleArea .matchVsTitle {
  background: #4F3D05;
  color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px 0;
  border-radius: 22px;
  font-size: 20px;
  width: 50%;
  float: inherit;
}
.matchVsBox.boxCenterTime .matchBoxTitleArea .matchVsTitle_dayplace {
  color: #4f3d02;
  font-size: 20px;
  font-weight: bold;
}
.matchVsBox.boxCenterTime .matchBoxTitleArea .matchVsTitle_dayplace br {
  display: none;
}
.matchVsBox .leagScoreColumn {
  max-width: 980px;
  margin: 0 auto;
  border: none;
}
.matchVsBox .leagScoreColumn .leagAccScore {
  color: #4f3d02;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagLeftScore p {
  font-size: 46px;
  margin-bottom: 0;
  color: #4F3D05;
  font-size: 46px;
  margin-bottom: 0;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagCenterScore p {
  color: #fff;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccScore .leagRightScore p {
  font-size: 46px;
  margin-bottom: 0;
  color: #4F3D05;
}
.matchVsBox .leagScoreColumn .leagAccTeam {
  width: 200px;
}
.matchVsBox .leagScoreColumn .leagAccTeam p {
  line-height: 1.5em;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span {
  color: #fff;
  margin: 0;
}
.matchVsBox .leagScoreColumn .leagAccVslist .leagCenterTime span.lcoalCh {
  font-size:50px !important;
}
.matchVsBox ul.leagLogColumn {
  border-top: 1px solid #b3996e;
  max-width: 980px;
  margin: 0 auto;
  border-top: 4px solid #4f3d02;
}
.matchVsBox ul.leagLogColumn .leagRightLog p {
  color: #fff;
}
.matchVsBox ul.leagLogColumn .leagLeftLog p {
  color: #fff;
}
.matchVsBox ul.leagLogColumn .leagCenterLog .leagCenterTime span {
  text-align: center;
  font-size: 14px;
  border-bottom: 0;
  color: #fff;
  line-height: 1.5;
}
.matchVsBox .lead {
  margin: 20px 0;
}
.matchVsBox .lead p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 1em;
}

/*NGM-Area*/
.NgmArea .figureArea {
  width: auto;
}
.NgmArea .columnArea.clearfix p {
  font-size: 15px;
}
.NgmArea .tabSelecter_box .tabSelecter ul.tab li {
  padding-top: 0;
  padding-right: 1px;
}
.NgmArea .tabSelecter_box .tabSelecter ul.tab li i {
  font-style: normal;
  display: block;
}
.NgmArea .tabSelecter_box .tabSelecter ul.tab li:nth-child(5) {
  border-top: 1px solid #fff;
  padding-top: 0;
}
.NgmArea .tabSelecter_box .tabSelecter ul.tab li:last-child {
  border-top: 1px solid #fff;
  padding-top: 0;
  border-right: 1px solid #fff;
  padding-right: 0;
}

/*NGM-preview*/
.matchPreviewArea h4 {
  font-weight: bold;
  font-size: 19px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.matchPreviewArea .preview_photo {
  float: left;
  margin: 0 20px 20px 0;
}
.matchPreviewArea .preview_photo img {
  width: 400px;
}
.matchPreviewArea p {
  color: #444;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 30px;
}

/*NGM-history*/
.NgmHistoryArea .textnav {
  display: table;
  margin-bottom: 15px;
  width: 100%;
  background: #DEDEDE;
}
.NgmHistoryArea .textnav li {
  font-size: 14px;
  display: table-cell;
  margin-left: 20px;
  text-align: center;
}
.NgmHistoryArea .textnav li:first-child a {
  border-left: 0;
}
.NgmHistoryArea .textnav li a {
  color: #333;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 18px;
  padding: 10px 0;
  padding-right: 16px;
  border-left: solid 1px #fff;
}
.NgmHistoryArea .textnav li a:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 18px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 12px;
  text-decoration: none !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.NgmHistoryArea .textnav li a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.NgmHistoryArea .columnArea {
  margin-bottom: 20px;
  padding-top: 80px;
  margin-top: -80px;
}
.NgmHistoryArea .columnArea .articleTitWrap {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.NgmHistoryArea .columnArea .articleTit {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 110%;
  background: #444;
  padding: 10px 0 10px 15px;
  color: #fff;
}

/*NGM-outline*/
.NgmOutlineArea .ngmOutlineTable td ol li {
  margin-bottom: 5px;
}
.NgmOutlineArea .ngmOutlineTable td ol li:last-child {
  margin-bottom: 0;
}

/*NGM-match*/
.matchMemberArea .u18Members {
  display: inline-block;
}
.matchMemberArea .u18Members .MemberList {
  display: block;
}
.matchMemberArea .highschoolMembers {
  vertical-align: top;
  display: inline-block;
}
.matchMemberArea .highschoolMembers .MemberList {
  display: block;
}
.matchMemberArea .MemberList {
  width: 470px;
  vertical-align: top;
}
.matchMemberArea .MemberList p {
  font-size: 18px;
  padding: 15px 0 15px 10px;
  font-weight: bold;
}

.columnBlock h4 {
  font-weight: bold;
  font-size: 20px;
  /* border-bottom: 2px solid #003690; */
  border-left: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.3;
  border-left: none;
  padding-left: 0;
}
.columnBlock .columnArea .columnTxt p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}

.NgmMatchArea .tabContents {
  margin-top: 50px;
}
.NgmMatchArea .tabContents .tabSelecter .tab li {
  width: 16.66%;
}
.NgmMatchArea .tabContents .tabSelecter .tab .current a {
  position: relative;
  top: 0px;
  background: #02235b;
  color: #ffffff;
  font-weight: bold;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName p {
  font-weight: bold;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameLeft p {
  font-size: 14px;
}
.NgmMatchArea .tabContents .tabContentsBox .matchSpotArea .SpotName .SpotNameRight p {
  font-size: 14px;
}
.NgmMatchArea .matchMapArea iframe {
  width: 980px;
  height: 450px;
}

/*NGM-u18,highschool*/
.NgmU18Area .teamTable {
  margin-bottom: 20px;
}
.NgmU18Area .teamTable th {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.NgmU18Area .teamTable td {
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}

/*NGM-question*/
.memberProfile {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.memberProfile .memberName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.memberProfile .memberName .position {
  color: #FFF;
  background-color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-right: 10px;
  line-height: 2.0;
}
.memberProfile .memberName .teamName {
  font-size: 15px;
  font-weight: normal;
  margin-left: 15px;
}
.memberProfile .memberPhoto {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
  position: relative;
}
.memberProfile .memberPhoto img {
  width: 200px;
}
.memberProfile .memberQuestionnaire {
  line-height: 1.5;
  font-size: 14px;
}
.memberProfile .memberQuestionnaire dt {
  font-weight: bold;
}
.memberProfile .memberQuestionnaire dd {
  margin-bottom: 20px;
}

.redTxt {
  color: #ff0000 !important;
}

body.event .kome {
  font-size: 12px !important;
}
body.event .inner {
  width: 100%;
}
body.event .eventArea {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
body.event .eventWrap {
  margin-bottom: 50px;
  padding-top: 80px;
  margin-top: -80px;
}
body.event .eventWrap a {
  color: #06c;
}
body.event .eventWrap .ttl {
  background: #c1d8ff;
  color: #333;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
}
body.event .eventWrap p {
  line-height: 1.65;
  margin-bottom: 1em;
}
body.event .eventWrap.naoto figure {
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
}
body.event .eventWrap.naoto figure img {
  width: 300px;
}
body.event .eventWrap.naoto > div.naototxt {
  width: 630px;
  display: inline-block;
  vertical-align: top;
}
body.event .eventWrap .photoArea .thumlist li {
  font-size: 12px;
  display: inline-block;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  vertical-align: top;
  width: calc((100% - 80px)/3);
}
body.event .eventWrap .photoArea .thumlist li:nth-child(3n) {
  margin-right: 0;
}
body.event .eventWrap .photoArea .thumlist li img.foodphoto {
  width: 950px;
}
body.event .eventWrap .photoArea .thumlist li img {
  width: 300px;
}
body.event .eventWrap .event_ttl {
  position: relative;
  background: #d2d2d2;
  padding: 12px 5px 12px 55px;
  border-radius: 10px;
  border-radius: 33px;
  font-size: 22px;
  border: none;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}
body.event .eventWrap .event_ttl:before {
  content: "a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  color: white;
  background: #02235b;
  width: 40px;
  text-align: center;
  /* height: 45px; */
  line-height: 40px;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  letter-spacing: 0px;
}
body.event .eventWrap .event_ttl.nm1:before {
  content: "1";
}
body.event .eventWrap .event_ttl.nm2:before {
  content: "2";
}
body.event .eventWrap .event_ttl.nm3:before {
  content: "3";
}
body.event .eventWrap .event_ttl.nm4:before {
  content: "4";
}
body.event .eventWrap .event_ttl.nm5:before {
  content: "5";
}
body.event .eventWrap .event_ttl.nm6:before {
  content: "6";
}
body.event .commonTable.mascotlistTable caption {
  font-weight: bold;
  background: #333;
  padding: 10px;
  color: #fff;
}
body.event .commonTable.mascotlistTable th {
  padding: 10px;
  width: 70px;
  border-right: none;
  background: none;
  text-align: left;
}
body.event .commonTable.mascotlistTable th .embS {
  display: inline-block;
  vertical-align: middle;
}
body.event .commonTable.mascotlistTable td {
  padding: 10px;
}
body.event .commonTable.mascotlistTable.j1 caption {
  background: #e70009;
  color: #fff;
  border: none;
}
body.event .commonTable.mascotlistTable.j2 caption {
  background: #007f41;
  color: #fff;
  border: none;
}
body.event .commonTable.mascotlistTable.j3 caption {
  background: #666;
  color: #fff;
  border: none;
}
body.event .commonTable.mascotlistTable caption {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
body.event .commonTable caption {
  background: #c1d8ff;
  color: #333;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}
body.event .borderWrap {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 25px;
}
body.event .borderWrap dt {
  font-weight: bold;
  margin-bottom: 1em;
}
body.event .borderWrap dd {
  line-height: 1.65;
}
body.event .borderWrap ol {
  margin-top: 15px;
}
body.event .borderWrap ol ul {
  margin-top: 15px;
}
body.event .ankArea {
  background: url(/img/fxsc/2019/event/bk_event.jpg) center center/cover no-repeat;
}
body.event .ankArea ul {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 0;
}
body.event .ankArea ul li.ank_ttl {
  margin-right: 10px;
  position: relative;
  background: #02235b;
  padding: 17px 5px 17px 55px;
  border-radius: 33px;
  font-size: 13px;
  border: none;
  display: inline-block;
  margin-bottom: 20px;
  width: calc((100% - 20px)/3);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 50px;
}
body.event .ankArea ul li.ank_ttl:nth-child(3n) {
  margin-right: 0;
}
body.event .ankArea ul li.ank_ttl:before {
  content: "a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  color: white;
  background: #fff;
  width: 40px;
  text-align: center;
  line-height: 40px;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  color: #02235b;
}
body.event .ankArea ul li.ank_ttl a {
  color: #fff;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.event .ankArea ul li.ank_ttl a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/img/fxsc/2019/event/ank_img.png) no-repeat;
  right: 15px;
  top: 22px;
}
body.event .ankArea ul li:nth-child(n + 4) {
  margin-bottom: 0;
}

body.event .ankArea ul li.nm1:before {
  content: "1";
}

body.event .ankArea ul li.nm2:before {
  content: "2";
}

body.event .ankArea ul li.nm3:before {
  content: "3";
}

body.event .ankArea ul li.nm4:before {
  content: "4";
}

body.event .ankArea ul li.nm5:before {
  content: "5";
}

body.event .ankArea ul li.nm6:before {
  content: "6";
}

/*gourmet*/
body.gourmet .kome {
  font-size: 12px;
}
body.gourmet .gourmetArea p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
body.gourmet .gourmetleadArea {
  padding: 60px 0;
}
body.gourmet .gourmetleadArea .lead {
  margin-bottom: 20px;
}
body.gourmet .gourmetleadArea .gourmetInfo {
  border: none;
}
body.gourmet .gourmetleadArea .gourmetInfo tr {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
body.gourmet .gourmetleadArea .gourmetInfo tr td {
  padding: 0;
  border: none;
}
body.gourmet .gourmetleadArea .gourmetInfo tr td:before {
  content: "会場";
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 15px;
  text-align: center;
  margin-right: 10px;
  letter-spacing: 0;
}
body.gourmet .gourmetleadArea .gourmetInfo tr td.g_day:before {
  content: "日時";
}
body.gourmet .gmapArea {
  background: url(/img/fxsc/2019/event/bk_gourmet.jpg) center;
  padding: 80px 0;
}
body.gourmet .gmapArea div {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  font-size: 0;
}
body.gourmet .gmapArea div img {
  margin-bottom: 50px;
}
body.gourmet .gmapArea .gourmet_ank p {
  font-size: 22px;
  display: block;
  width: 100%;
  margin: 0 auto 20px 10px;
  color: #002665;
  letter-spacing: 0.15em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
}
body.gourmet .gmapArea .gourmet_ank ul {
  font-size: 0;
  width: calc((100% - 20px)/3);
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
body.gourmet .gmapArea .gourmet_ank ul:last-child {
  margin-right: 0;
}
body.gourmet .gmapArea .gourmet_ank ul li {
  background: #02235b;
  padding: 12px 5px 12px 38px;
  border-radius: 33px;
  font-size: 13px;
  border: none;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  position: relative;
  height: 36px;
}
body.gourmet .gmapArea .gourmet_ank ul li:before {
  content: "a";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  color: white;
  background: #fff;
  width: 28px;
  text-align: center;
  line-height: 28px;
  left: 5px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  color: #02235b;
}
body.gourmet .gmapArea .gourmet_ank ul li a {
  color: #fff;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
body.gourmet .gmapArea .gourmet_ank ul li a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/img/fxsc/2019/event/ank_img.png) no-repeat;
  right: 15px;
  top: 15px;
}
body.gourmet .inner section {
  margin-top: 80px;
}
body.gourmet .inner section:first-child {
  margin-top: 0;
}
body.gourmet .gourmetBox {
  padding-top: 20px;
  margin-top: 30px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
body.gourmet .gourmetBox:nth-of-type(2n) {
  margin-right: 0;
}
body.gourmet .gourmetBox:nth-of-type(-n + 2) {
  border-top: none;
}
body.gourmet .gourmetBox .symbol {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  /* vertical-align: middle; */
  border: 1px solid #02235b;
  background: #02235b;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-weight: bold;
}
body.gourmet .gourmetBox > div {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}
body.gourmet .gourmetBox > div h2 {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0 0px 0;
  line-height: 1.65;
}
body.gourmet .gourmetBox > div h2 .embM {
  display: inline-block;
  vertical-align: -15px;
  margin-right: 5px;
}
body.gourmet .gourmetBox > div h2 .stadiumName {
  font-weight: bold;
  margin-left: 5px;
}
body.gourmet .gourmetBox > div h2 .stadiumName:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
body.gourmet .gourmetPhoto {
  display: inline-block;
  width: 500px;
  margin-right: 20px;
}
body.gourmet .gourmetPhoto img {
  width: 500px;
}
body.gourmet .gourmetTable {
  border-top: 1px solid #b3996e;
  border-collapse: separate;
  border-bottom: 0;
}
body.gourmet .gourmetTable tr {
  border: 0;
}
body.gourmet .gourmetTable tr td {
  font-size: 14px;
  padding: 0px 0 15px 0;
  line-height: 1.65;
}
body.gourmet .gourmetTable tr h2 {
  font-weight: bold;
}
body.gourmet .gourmetTable tr h2 .stadiumName {
  font-weight: bold;
  margin-left: 5px;
}
body.gourmet .gourmetTable tr h2 .stadiumName:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
body.gourmet .gourmetTable tr .embM {
  display: inline-block;
  vertical-align: -15px;
  font-weight: bold;
}
body.gourmet .gourmetTable tr:first-child td {
  padding-top: 20px;
}
body.gourmet .gourmetTable tr:last-child td a {
  display: block;
  background: #1B95E0;
  color: #fff;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
}
body.gourmet .gourmetTable tr:last-child td a span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 13px;
}
body.gourmet .gourmetTable tr:last-child td a span:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f099";
  font-size: 14px;
  font-weight: normal;
  left: -1px;
}

body.gourmet .gmapArea ul li.nm1:before {
  content: "1";
}

body.gourmet .gmapArea ul li.nm2:before {
  content: "2";
}

body.gourmet .gmapArea ul li.nm3:before {
  content: "3";
}

body.gourmet .gmapArea ul li.nm4:before {
  content: "4";
}

body.gourmet .gmapArea ul li.nm5:before {
  content: "5";
}

body.gourmet .gmapArea ul li.nm6:before {
  content: "6";
}

body.gourmet .gmapArea ul li.nm7:before {
  content: "7";
}

body.gourmet .gmapArea ul li.nm8:before {
  content: "8";
}

body.gourmet .gmapArea ul li.nm9:before {
  content: "9";
}

body.gourmet .gmapArea ul li.nm10:before {
  content: "10";
}

body.gourmet .gmapArea ul li.nm11:before {
  content: "11";
}

body.gourmet .gmapArea ul li.nm12:before {
  content: "12";
}

body.gourmet .gmapArea ul li.nm13:before {
  content: "13";
}

body.gourmet .gmapArea ul li.nm14:before {
  content: "14";
}

body.gourmet .gmapArea ul li.nm15:before {
  content: "15";
}

body.gourmet .gmapArea ul li.nm16:before {
  content: "16";
}

body.gourmet .gmapArea ul li.nm17:before {
  content: "17";
}

body.gourmet .gmapArea ul li.nm18:before {
  content: "18";
}

body.gourmet .gmapArea ul li.nm19:before {
  content: "19";
}

body.gourmet .gmapArea ul li.nm20:before {
  content: "20";
}

body.gourmet .gmapArea ul li.nm21:before {
  content: "21";
}

body.gourmet .gmapArea ul li.nm22:before {
  content: "22";
}

body.gourmet .gmapArea ul li.nm23:before {
  content: "23";
}

body.gourmet .gmapArea ul li.nm24:before {
  content: "24";
}

body.gourmet .gmapArea ul li.nm25:before {
  content: "25";
}

body.gourmet .gmapArea ul li.nm26:before {
  content: "26";
}

body.gourmet .gmapArea ul li.nm27:before {
  content: "27";
}

body.gourmet .gmapArea ul li.nm28:before {
  content: "28";
}

body.gourmet .gmapArea ul li.nm29:before {
  content: "29";
}

body.gourmet .gmapArea ul li.nm30:before {
  content: "30";
}

body.gourmet .gmapArea ul li.nm31:before {
  content: "31";
}

body.gourmet .gmapArea ul li.nm32:before {
  content: "32";
}

body.gourmet .gmapArea ul li.nm33:before {
  content: "33";
}

body.gourmet .gmapArea ul li.nm34:before {
  content: "34";
}

body.gourmet .gmapArea ul li.nm35:before {
  content: "35";
}

body.gourmet .gmapArea ul li.nm36:before {
  content: "36";
}

body.gourmet .gmapArea ul li.nm37:before {
  content: "37";
}

body.gourmet .gmapArea ul li.nm38:before {
  content: "38";
}
