@charset "UTF-8";
/* format.css */

html {
  background:none;
}
body {
  min-width:100%;
  font-size: 13px  ;
  -webkit-text-size-adjust:none;
}
a {
  -webkit-tap-highlight-color:#F89B35;
}
.pc{
  display:none;
}
.sp{
  display:block;
}
.spNone {
  display: none;
}
.pcNone {
  display: block;
}

#Contents {
  padding-top: 0;
}
#Contents:after {
  content: '';
  display: block;
  clear: both;
}
#Contents.archive {
  padding-top: 0;
}
#topcontrol {
  display:none;
}


.announce {
  margin: 0 auto 25px;
  padding: 20px;
  width: 90%;
}

/**
 * ヘッダー
 */

/* PCメニューを非表示 */
#globalHeader .subNav,
#globalHeader .mainNav {
  display: none;
}
#globalHeader .spHeader,
#globalHeader .spSlideNav,
#globalHeader .spNav {
  display: block;
}
#globalHeader .spHeader {
  width: 100%;
  height: 30px;
  background-image: url(/images/common/bgSpHeader.png);
  text-align: center;
  line-height: 30px;
}
#globalHeader .spHeader a {
  display: block;
  padding: 8px 0;
}
#globalHeader .spHeader a img {
  width: 200px;
  display: block;
  margin: 0px auto;
}

#globalHeader .spSlideNavCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
  cursor: pointer;
}
#globalHeader.open .spSlideNavCover {
  display: block;
}
#globalHeader .spSlideNav {
  position: fixed;
  top: 0;
  right: -210px;
  width: 210px;
  bottom: 50px;
  z-index: 1000;
  overflow: auto;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
  background-color: #184966;
}
#globalHeader.open .spSlideNav {
  right: 0;
}
#globalHeader .spSlideNav ul {
  list-style-type: none;
}
#globalHeader .spSlideNav ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
#globalHeader .spSlideNav ul li > * {
  display: block;
  padding: 0 0 0 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#globalHeader .spSlideNav ul li > span {
  opacity: .5;
}
#globalHeader .spSlideNav ul li small {
  font-size: 1.2rem;
  display: block;
  margin: -15px 0 0 0;
}
#globalHeader .spSlideNav .spMainNav ul li.strong a {
  color: #f1dd7e;
}
#globalHeader .spSlideNav .spMainNav ul li > * {
  line-height: 40px;
  font-size: 1.5rem;
}
#globalHeader .spSlideNav .spSubNav ul li > * {
  line-height: 30px;
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, .1);
}
#globalHeader .spSlideNav .spSubNav ul a.linkKhm {
  font-size: 1.1rem;
}
#globalHeader .spSlideNav .spSubNav ul a.linkKhm:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 10px;
  background-image: url(/images/common/icon/iconWindow.png);
  margin: -2px 0 0 2px;
}

#globalHeader .spNav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #184966;
  width: 100%;
  height: 50px;
  z-index: 1000;
}
#globalHeader .spNav ul {
  list-style-type: none;
  text-align: center;
}
#globalHeader .spNav ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
}
#globalHeader .spNav ul li > * {
  display: block;
  width: 50px;
  height: 50px;
  padding: 32px 0 0 0;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
}
#globalHeader .spNav ul li > *:before {
  content: '';
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
#globalHeader .spNav ul li.spNavHome > *:before {
  background-image: url(/images/common/icon/iconSpHome.png);
}
#globalHeader .spNav ul li.spNavAbout > *:before {
  background-image: url(/images/common/icon/iconSpAbout.png);
}
#globalHeader .spNav ul li.spNavEntry > *:before {
  background-image: url(/images/common/icon/iconSpEntry.png);
}
#globalHeader .spNav ul li.spNavTicket > *:before {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/images/common/icon/iconSpTicket.png);
}
#globalHeader .spNav ul li.spNavMenu > *:before {
  background-image: url(/images/common/icon/iconSpNav.png);
}
#globalHeader.open .spNav ul li.spNavMenu > *:before {
  background-image: url(/images/common/icon/iconSpNavClose.png);
}
#globalHeader .spNav ul li.spNavTicket a {
  width: 72px;
}

/**
 * フッター
 */
#Footer {
  padding:0 0 20%;
}
#Footer,
#FooterInner {
  width: auto;
}
#FooterInner {
  padding: 10% 5%;
}
.FooterBox {
  display: block;
}
#eventList,
#partnerEvent,
#FooterContents,
#FooterAccount,
#FooterMobile {
  margin: 0 auto 10%;
  width: 100%;
}
#FooterContents,
#FooterAccount,
#FooterMobile {
  float:none;
}
#FooterContents ul {
  display: block;
  margin: 0;
}
/*#FooterContents ul li {
  margin-bottom:5%;
}*/
#FooterContentsFirst,
#FooterContentsSecond {
  float: none;
  margin-bottom:5%;
}
#FooterCopyright {
  width:90%;
  margin:0 auto;
  padding-top:5%;
  background:none;
}
#FooterSponsorship {
  display:none;
}
.sponsorship {
  display:none;
}
#FooterAccount ul {
  clear:both;
  margin:0;
}
#FooterAccount ul li {
  /*width:45%;*/
  /*padding-right:3%;*/
  /*display:inline;*/
  letter-spacing: normal;
}
#FooterAccount ul li a {
  font-size: 13px;
}
#FooterAccount ul li img {
  width:20px;
  height:20px;
}
#FooterMobile {
  display:none;
}
#FooterAP {
  right: 5%;
  bottom: 0;
}
#SPFooter {
  display:block;
  padding:3% 5% 0 5%;
  background: #184966 url(/images/format/BgBlue.png) repeat;
  overflow:hidden;
}
#BtnTop {
  width:110px;
  float:left;
  margin-top:2%;
}
#BtnTop a {
  display:block;
  border:1px solid #C6C0BC; border-radius: 5px;
  font-family:arial, helvetica, sans-serif;
  font-size: 13px     ;
  padding: 5% 10%;
  text-shadow: -1px -1px 0 rgba(255,255,255,0.3);font-weight:bold; text-align: center; color: #6C6459; background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F1EDE7));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F1EDE7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F1EDE7));
  background-image: -o-linear-gradient(top, #FFFFFF, #F1EDE7);
  background-image: linear-gradient(top, #FFFFFF, #F1EDE7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#F1EDE7);
  cursor:pointer;
}
#BtnPageTop {
  float:right;
}

.underSlider {
  background: #e3e1dd;
  bottom: 50px;
}
.sliderInnner {
  width: 100%;
  margin: 0 auto;
}
.btnShare {
  display: none;
}
.btnShare a {
  display: block;
  padding: 11px 15px;
  letter-spacing: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.slider {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  height: 60px;
}
.slider .sliderList {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 60px;
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
  background-color: #e3e1dd;
}
.slider .sliderList li {
  position: relative;
  padding: 0;
}
.slider .sliderList li a,
.slider .sliderList li a .title,
.slider .sliderList li .title a {
  color: #333;
  font-size: 16px;
}
.slider .sliderList li a .title {
  display: block;
  margin-top: 6px;
}
.slider .sliderList li.slideItemPhoto {
  display: inline-block;
  overflow: hidden;
  max-width: 60px !important;
  max-height: 60px !important;
}
.slider .sliderList li.slideItemPhoto .date {
  margin-top: 3px;
  margin-bottom: 200px;
}
.parent-container {
  overflow: hidden;
}
.parent-container li img {
  width: 310px;
  height: 207px;
}
.slider .sliderList li img {
  height: 60px;
}
.btnAll {
  display: none !important;
}
.btnAll a {
  display: none !important;
}
.btnAll img {
  pdding: 10px;
}
.btnAll:hover {
  opacity: .7;
  border-bottom: 4px solid #577d94;
}
.btnShare {
  z-index: 9999;
  float: left;
}
#underSliderTabBox {
  position: absolute;
  top: -30px;
  width: 100%;
  -webkit-box-shadow: 0 -2px 3px rgba(0,0,0,.1);
          box-shadow: 0 -2px 3px rgba(0,0,0,.1);
}
#underSliderTabBox li {
  float: left;
  width: 100%;
  list-style: none;
  text-align: center;
  background: #144766;
}
#underSliderTabBox li a {
  display: block;
  padding: 0 0;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}
#underSliderTabBox li.btnSpAll {
  background: #144766;
}
#underSliderTabBox li.btnSpAll.disable {
  pointer-events: none;
  background-color: #D5D3D5;
}
#underSliderTabBox li.btnSpShare {
  background: #f89299;
}


.underSlider .help {
  width: 100%;
  cursor: pointer;
}
.underSlider .help .sp .checkCircle {
  left: 10px;
  right: initial;
  top: 10px;
}
.underSlider .help .sp .text {
  padding: 5px 10px 0 55px;
  font-size: 12px;
  line-height: 18px;
  color: #245471;
  font-weight: bold;
}
.underSlider .help .sp .text span {
  color: #E96D82;
  text-decoration: underline;
  padding: 0 0 0 10px;
}

.productModal {
  left: 0;
  width: 100%;
  margin: 0;
}
.productModal .thumb {
  width: 100%;
  margin-bottom: 25px;
}
.productModal .thumb .otherItems {
  margin-top: 25px;
}
.productModal .thumb .otherItems a {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
.productModal .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: initial;
  background: #fff;
  padding: 10px;
}

.arrowLeft {
  display: none !important;
}
.arrowRight {
  display: none !important;
}

.productModal{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}
.productModalHader,
.productModal .thumb{
    padding: 0;
}
.exhibitorInfo{
    width: 100%;
    float: none;
}
.exhibitorImg{
    margin-right: 10px;
}
.exhibitorName{
    font-size: 18px;
    line-height: 1.8em;
}
.exhibitorInner{
    float: none;
    line-height: 1.8em;
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
.exhibitorNumber{
    float: none;
    text-align: right;
    margin: 0 auto 10px;
}
.exhibitorDay{
    text-align: right;
    float: none;
}
.exhibitorDay li{
    margin: 0 5px;
}


/*-----------------------------
　　チェックリストとは？
------------------------------*/

#checkListHelp {
  width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10% 5% 2%;
    margin: 5%;
    left: 0;
}
#checkListHelp img{
  width:100%;
}
#checkListHelp .title {
  margin-bottom:20px;
}
#checkListHelp ol {
  padding:0;
}


/*-----------------------------
　　楽天ペイバナー
------------------------------*/

#MypageNavSPsmartpay{
    display: none;
}


/* フォーム要素 */
/* テーブル */
.formContainer .formTitle {
  border-radius: 0;
  height: auto;
  line-height: 1.5;
  padding: 8px 20px;
}
.formContainer .caption {
  padding: 15px;
}
.formContainer .formTable {
  border-left: none;
  border-right: none;
}
.formContainer .formTable caption {
  padding: 15px;
}
.formContainer .formTable caption .info {
  position: static;
  display: inline-block;
  margin: 5px 0 0 0;
}
.formContainer .formTable th {
  display: none;
}
.formContainer .formTable td {
  padding: 15px 10px 10px 10px;
  border-left: none;
  border-right: none;
}
.formContainer .formTable td .spLabel.block {
  display: block;
  margin: 0 0 10px 0;
}
.formContainer .formTable td .spLabel.inline {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px 0 0;
}
.formContainer .formTable td .field .fieldCheckbox {
  margin: 0 3px 10px 0;
}
.formContainer .formTable td .field .file {
  margin: 0 10px 15px 0;
}
.formContainer .formTable .note li {
  font-size: 1.2rem;
}

/* オプション */
.formContainer .formTable.option td {
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  padding: 15px 10px 10px 10px;
}

/* インプット */
.field {
  width: 100%;
  max-width: 350px;
}

.field.short {
  max-width: 200px;
  width: 47.5%;
}
.field.sShort {
  max-width: 90px;
  width: 30%;
}
.field.ssShort {
  width: 56px;
}
.field.lLarge {
  width: 100%;
  max-width: 100%;
}
.field.spFieldTitle {
  width: 65% !important;
  max-width: 350px !important;
}
.field.spNormal {
  width: 100% !important;
  max-width: 350px !important;
}

.field.fieldNotEmpty .fieldLabel {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.field.fieldNotEmpty input,
.field.fieldNotEmpty textarea {
  padding-bottom: 2px;
  padding-top: 18px;
}
.field .fieldCheckbox label {
  width: 145px;
}

/* 独立したインプット */
.inputBox {
  padding: 20px;
}

.inputBox.horizontal .label {
  display: block;
  width: auto;
  margin: 0 0 5px 0;
}
.inputBox.horizontal .field {
  max-width: 100% !important;
  display: block;
}

/* 送信ボタン */
.formBtn .backLinkBtn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin: 0;
  font-size: 1.6rem;
  -webkit-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  transform: translateX(-55%);
}

/* エラー通知 */
.errorInfo {
  font-size: 1.2rem;
}


/**
 * テーブル確認モーダル
 */
.tableOptionCheckModal {
  top: 50px;
}



/**
 * Retina用背景画像の指定
 */
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  /**
   * ヘッダー
   */
  #globalHeader .spHeader {
    background-size: 30px 30px;
    background-image: url(/images/common/bgSpHeader@2x.png);
  }
  #globalHeader .spSlideNav .spSubNav ul a.linkYhm:after {
    background-size: 11px 10px;
    background-image: url(/images/common/icon/iconWindow@2x.png);
  }
  #globalHeader .spNav ul li.spNavHome > *:before {
    background-size: 18px 17px;
    background-image: url(/images/common/icon/iconSpHome@2x.png);
  }
  #globalHeader .spNav ul li.spNavAbout > *:before {
    background-size: 16px 18px;
    background-image: url(/images/common/icon/iconSpAbout@2x.png);
  }
  #globalHeader .spNav ul li.spNavEntry > *:before {
    background-size: 19px 18px;
    background-image: url(/images/common/icon/iconSpEntry@2x.png);
  }
  #globalHeader .spNav ul li.spNavMenu > *:before {
    background-size: 18px 14px;
    background-image: url(/images/common/icon/iconSpNav@2x.png);
  }
  #globalHeader.open .spNav ul li.spNavMenu > *:before {
    background-size: 13px 13px;
    background-image: url(/images/common/icon/iconSpNavClose@2x.png);
  }
}
