@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@600&display=swap");
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #C3DA13;
}
#top-head a {
  text-decoration: none;
  color: #0A0C07;
}
#top-head .logo {
  position: absolute;
  width: 200px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  max-width: 80px;
}
#top-head .header-inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    z-index: 999;
    height: 46px;
    position: fixed;
    background-color: rgba(195, 218, 19, 0.9);
  }
}
#global-nav {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: rgba(10, 12, 7, 0.9);
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList > li:not(:last-child) {
  border-right: 1px solid #0A0C07;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li:not(:last-child) {
    border-right: none;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0A0C07;
}
#global-nav #mainNav .mainNavList a:hover {
  color: rgba(10, 12, 7, 0.9);
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    display: block;
    color: #fff;
    padding: 10px 16%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -12px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 3px solid #0A0C07;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(4px);
  background-color: rgba(10, 12, 7, 0.75);
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
  }
}
.mega-col li {
  margin: 10px 1em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}
.mega-col a {
  color: #fff !important;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #273036;
}

#wrapper.sub #footer {
  background-color: #273036;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpageTitle {
  text-align: center;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.secTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 80px;
  padding-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .secTitle {
    margin-top: 60px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  box-sizing: border-box;
  text-align: center;
  border: none;
  padding: 20px 1em 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #0071BC;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.large {
  max-width: 360px;
}
.btn.disable {
  background-color: #808080 !important;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

#contents-base {
  margin-top: 60px;
}

.btn-back {
  display: block;
  color: #fff;
  margin-bottom: 60px;
  background-color: #b7b7b7;
}
@media only screen and (max-width: 600px) {
  .btn-back {
    margin-bottom: 30px;
  }
}

.btn-std {
  display: block;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  background-color: #0071BC;
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .btn-std {
    margin-bottom: 30px;
  }
}

.btn-copy {
  display: block;
  line-height: 2.5;
  padding: 3px 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #0071BC;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 280px;
  width: 100%;
  margin: 10px auto;
  border: 3px solid #0071BC;
}

.arrow {
  color: #0071BC;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

#copyMessage {
  color: #00bc57;
}

.msgbox {
  border: 1px solid #C3DA13;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0.3rem;
  box-sizing: border-box;
  line-height: 1.3;
}

.foreign_id_need {
  border: 1px solid #ed1c29;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.foreign_id_need > span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn.result {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 400px;
  letter-spacing: 0.05em;
}
.btn.result.finish {
  background-color: #0071BC;
  color: #fff;
}
.btn.result.award {
  background: #f1e767;
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1e767", endColorstr="#feb645",GradientType=0 );
  color: #0A0C07;
}
.btn.result.boso-double {
  background-color: #008B96;
  color: #fff;
}

#header {
  background-color: rgba(10, 12, 7, 0.8);
  line-height: 1;
}
#header .header-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
#header .headerNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .headerNav .navBack {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 600px) {
  #header .headerNav .navBack {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#header .headerNav span {
  width: 20px;
}
#header img {
  width: 100px;
}
@media only screen and (max-width: 600px) {
  #header img {
    width: 70px;
  }
}

.wideWrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.innerWrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.innerWrap p {
  margin-bottom: 10px;
}

.entrydetail-title {
  line-height: 1.2;
  text-align: center;
  margin: 14px auto;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
}

.entrydetailHead {
  margin: 20px auto 0;
  text-align: center;
}
.entrydetailHead .catBar {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 5px 0;
  line-height: 1;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.entrydetailHead .catBar.clr-std {
  border: 1px solid #0A0C07;
}
.entrydetailHead .catBar.clr-rl {
  background-color: #72D8FC;
}
.entrydetailHead #qrcode > canvas {
  width: 160px;
}
.entrydetailHead .qr_blank {
  width: 160px;
  height: 160px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
}
.entrydetailHead .qr_blank p {
  color: #3a3a3a;
  font-size: 13px;
  font-size: 1.3rem;
}
.entrydetailHead .racenum {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 160px;
  font-size: 16rem;
  line-height: 1;
  margin: 20px 0 16px;
}
@media only screen and (max-width: 600px) {
  .entrydetailHead .racenum {
    font-size: 100px;
    font-size: 10rem;
  }
}
.entrydetailHead .name {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.entrydetailHead .team_name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.entrydetailHead .name_kana {
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}

.rlmemberBlockWrap {
  margin-bottom: 40px;
}

.rlmemberBlock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.rlmemberBlock:last-child {
  margin-bottom: 40px;
}
.rlmemberBlock .nameWrap {
  width: 46%;
}
@media only screen and (max-width: 600px) {
  .rlmemberBlock .nameWrap {
    width: 32%;
  }
}
.rlmemberBlock .name {
  margin-bottom: 0;
  line-height: 1.1;
}
.rlmemberBlock .name_kana {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
  margin-bottom: 0;
}
.rlmemberBlock .team-name {
  margin-bottom: 0;
}

.team-part, .age {
  font-size: 13px;
  font-size: 1.3rem;
  color: #044c3a;
  border: 1px solid #044c3a;
  line-height: 1;
  padding: 3px 2em;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  border-radius: 5px;
}

.rsltWrap {
  text-align: center;
  display: block;
}
.rsltWrap.std {
  margin-bottom: 40px;
  margin-top: 20px;
}
.rsltWrap.rl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 0;
  text-align: right;
}
.rsltWrap.rl .healthchkArea {
  margin-left: 1em;
}
.rsltWrap .rslt_ok {
  color: #00bc57;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .rsltWrap .rslt_ok {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.rsltWrap .rslt_ok:before {
  content: "\ea10";
  font-family: smartrcp-iconfont;
  padding-right: 5px;
}
.rsltWrap .rslt_caution {
  color: #0A0C07;
}
.rsltWrap .rslt_caution:before {
  color: #ffaa00;
  content: "\ea07";
  font-family: smartrcp-iconfont;
  padding-right: 5px;
  font-size: 26px;
  font-size: 2.6rem;
}
.rsltWrap .rslt_caution .rslt_caution-txt {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.rsltWrap .rslt_caution .btn-line {
  border: 2px solid #044c3a;
  color: #044c3a;
}
.rsltWrap .rslt_ng {
  color: #808080;
}
.rsltWrap .rslt_ng .ng-txt {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.rsltWrap .rslt_ng .ng-guide {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000;
}
.rsltWrap .rslt_ng .btn-line {
  border: 2px solid #044c3a;
  color: #044c3a;
}

.thrmoRsltArea {
  margin-top: 20px;
}

.medical__yet {
  border: 2px solid #044c3a;
  padding: 10px 2%;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
.medical__yet .btn.medical {
  background-color: #044c3a;
  padding: 8px 1em;
}

.medical__title {
  color: #044c3a;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

.medical__small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.taion__title {
  color: #044c3a;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

.taion__small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.ng-txt-hosoku {
  display: inline-block;
  margin: 8px auto 0;
  color: #808080;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 90%;
}
.memberArea .ng-txt-hosoku {
  display: block;
}

.userInfoArea {
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .userInfoArea {
    width: 90%;
  }
}
.userInfoArea.rl {
  margin-top: 20px;
}
.userInfoArea .userInfo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.userInfoArea .userInfo dt {
  width: 48%;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.userInfoArea .userInfo dt.capclr-title {
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 600px) {
  .userInfoArea .userInfo dt {
    width: 34%;
  }
}
.userInfoArea .userInfo dd {
  width: 48%;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .userInfoArea .userInfo dd {
    width: 60%;
  }
}
.userInfoArea .userInfo dd .icon-icon_cap, .userInfoArea .userInfo dd .icon-icon_cap-line {
  font-size: 40px;
  font-size: 4rem;
  vertical-align: middle;
}
.userInfoArea .userInfo dd .icon-icon_cap.green, .userInfoArea .userInfo dd .icon-icon_cap-line.green {
  color: #68B83D;
}
.userInfoArea .userInfo dd .icon-icon_cap.purple, .userInfoArea .userInfo dd .icon-icon_cap-line.purple {
  color: #694196;
}
.userInfoArea .userInfo dd .icon-icon_cap.pink, .userInfoArea .userInfo dd .icon-icon_cap-line.pink {
  color: #E65498;
}
.userInfoArea .userInfo dd .icon-icon_cap.red, .userInfoArea .userInfo dd .icon-icon_cap-line.red {
  color: #ed1c29;
}
.userInfoArea .userInfo dd .icon-icon_cap.yellow, .userInfoArea .userInfo dd .icon-icon_cap-line.yellow {
  color: #f6df10;
}
.userInfoArea .userInfo dd .icon-icon_cap.blue, .userInfoArea .userInfo dd .icon-icon_cap-line.blue {
  color: #023D97;
}

.hosoku {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 20px;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bnrArea {
  margin: 60px auto 0;
  max-width: 640px;
}
@media only screen and (max-width: 600px) {
  .bnrArea {
    width: 94%;
  }
}
.bnrArea img {
  width: 100%;
}

#footer-entrydetail {
  background-color: rgba(10, 12, 7, 0.8);
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  padding: 5px 0;
}
#footer-entrydetail .footer-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.waffle th, .waffle td {
  border: none !important;
}

iframe {
  width: 100% !important;
}
iframe .grid-fixed-table td {
  border: none !important;
}

.row-headers-background.row-header-shim {
  border-color: #fff !important;
}
/*# sourceMappingURL=entrydetail-common.css.map */