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

#MypageBanner {
  position: static;
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
}
#ContentsTitleInner h1 #MypageBanner img {
  height: auto;
  width: 100%;
}

#ContentsMain {
  min-height: auto;
  width: 100%;
}
#MypageNav {
  display: none;
}
#MypageNavSP {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5%;
  list-style-type: none;
}
#MypageNavSP p{
	margin-top: 20px;
}

.mypageNavInner {
  padding: 0;
  background-color: none;
}
.mypageNavInner ul {
  overflow: hidden;
  width: 100%;
}
.mypageNavInner ul li {
  float: left;
  width: 50%;
  border: none;
  background: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f1ede7));
  background: -webkit-linear-gradient(top,  #fff 0%,#f1ede7 100%);
  background:         linear-gradient(to bottom,  #fff 0%,#f1ede7 100%);
  -webkit-box-shadow: 0 0 1px #666 inset;
          box-shadow: 0 0 1px #666 inset;
  line-height: 1.2em;
}
.mypageNavInner ul li a {
  padding: 6% 10%;
  background: url(/images/sp/format/IconArrow.png) no-repeat 95% center;
  background-size: 8px 10px;
          text-shadow: 1px 1px 0 #fff;

  -webkit-text-shadow: 1px 1px 0 #fff;
}
.mypageNavInner ul li a.disable {
  opacity: .3;
  cursor: default;
  pointer-events: none;
}
.mypageNavInner ul li a:hover {
  background: url(/images/sp/format/IconArrow.png) no-repeat 95% center;
  background-size: 8px 10px;
}
#EntryNavBooth {
  margin-bottom: 0;
}
#MypageOrder .mypageNavInner ul li#NavMypageOrder a,
#MypageApplication .mypageNavInner ul li#NavMypageApplication a,
#MypageMailaddress .mypageNavInner ul li#NavMypageMailaddress a,
#MypagePassword .mypageNavInner ul li#NavMypagePassword a,
#MypageExhibitor .mypageNavInner ul li#NavMypageExhibitor a,
#MypageParticipant .mypageNavInner ul li#NavMypageParticipant a,
#MypageMenu .mypageNavInner ul li#NavMypageMenu a,
#MypageMenuDesign .mypageNavInner ul li#NavMypageMenuDesign a,
#MypageDownload .mypageNavInner ul li#NavMypageDownload a {
  background-color: #e4ebee;
  background-image: none;
  -webkit-box-shadow: 0 0 1px #666 inset;
          box-shadow: 0 0 1px #666 inset;
}

#ContentsMain {
  min-height: auto;
}
#ContentsMain h2 {
  margin-top: 5%;
}

.mypageNavInner ul li a:hover {
  background: url(/images/sp/format/IconArrow.png) no-repeat 95% center;
  background-size: 8px 10px;
}

/**
 * ログイン
 */
#loginForm {
  margin: 0 auto 45px;
}
#loginForm .inputBoxContainer {
  padding: 0 10px;
}
.announce {
  margin: 25px auto 0;
  width: 100%;
}

.entryForm label {
  float: none;
}
.entryForm label {
  padding-top: 0;
}
input.InputMail {
  width: 80%;
  padding: 5px;
}
#Entry05 h2 {
  margin-bottom: 5%;
}
.Booth {
  margin: 5% 0 0 0;
  padding: 210px 0 0 0;
}
#TypeA {
  background: url(/images/mypage/BoothTypeImageA.png) no-repeat top center;
}
#TypeB {
  background: url(/images/mypage/BoothTypeImageB.png) no-repeat top center;
}
#TypeC {
  background: url(/images/mypage/BoothTypeImageC.png) no-repeat top center;
}
.Booth dl {
  margin: 0;
}
.addtext {
  line-height: 1.5em;
}
#Entry06 .RegistTable input.FormMiddle {
  width: 70%;
}
.Booth dt {
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.Booth dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.Booth #A01,
.Booth #A02,
.Booth #A03,
.Booth #B01,
.Booth #B02,
.Booth #B03,
.Booth #C01,
.Booth #C02,
.Booth #C03 {
  background-size: 150px auto;
}
.Booth a {
  width: 100%;
  background-size: 130px;
}
.Attention {
  padding-top: 3%;
}
.ConfirmAttentionText {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Reminder input.InputMail {
  width: 100%;
  padding: 3% 5%;
}


table .ExhibitionPhotos img,
table img.UploadImage {
  width: 48%;
}


caption .infoText {
  position: static;
  text-align: left;
  margin: 0 0 10px 0;
  display: inline-block;
}

#MenuContent .guide {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 10px;
}
#MenuContent .guide h4 {
  margin: 0 0 20px 0;
  line-height: 28px;
}
#MenuContent .guide p {
  line-height: 22px;
}
.MenuList {
  margin: 0 0 35px 0;
  padding: 10px 0 30px 0;
}
.MenuList li {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.MenuList li:last-child {
  margin: 0;
  border-bottom: 0;
}
.MenuList li .sortTrigger {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 20px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.MenuList li .sortTrigger img {
  vertical-align: middle;
}
.MenuList li .thumb {
  width: 50px;
  padding: 50px 0 0 0;
}
.moveGuide {
  display: none;
}
.MenuList li .data {
  position: absolute;
  top: 40px;
  left: 70px;
  width: calc(100% - 100px);
  margin: 0;
  text-align: left;
}
.MenuList li .data .title {
  color: #0f5c89;
	cursor: pointer;
}
.MenuList li .data .price {
  display: none;
}
.MenuList li .edit {
  display: none;
}

#FormModal {
  left: 0;
  width: 100%;
  margin: 0;

  -webkit-overflow-scrolling: touch;
}
#FormModal .content {
  padding: 30px 10px;
}
#FormModal .content .row .labelArea {
  margin: 20px 0 10px 0;
}
#FormModal .content .row .inputArea {
  width: 100%;
}
#DropArea p {
  display: none;
}
#DropArea .file {
  margin: 105px 0 0 0;
}
#TagArea .tagGuide {
  float: none;
}
#TagList li {
  margin: 0 0 20px 0;
  display: block;
}
#TagList select {
  margin: 0 10px 10px 0;
}
#TagList .BtnTagDelete {
  position: absolute;
  top: 5px;
  left: 250px;
}
.BtnWrap {
	text-align: center;
}
.modify .BtnWrap {
  text-align: right;
}
.BtnSave {
  display: inline-block;
  width: 180px;
  margin: 0 10px 0 0;
}
.BtnDelete {
  left: 10px;
  width: 80px;
  font-size: 13px  ;
}
#DropArea + .Error {
  width: 100%;
}

#MypageThemeColor,
#MypageBackgroundImage {
  width: 100%;
  height: auto;
  float: none;
  padding: 0 0 20px 0;
}
#MypageThemeColor {
  margin: 0 0 30px 0;
}
#MypageThemeColor .palette ul {
  text-align: center;
}
#MypageThemeColor .palette li {
    width: 13%;
    height: 0;
    padding: 13% 0 0 0;
    border-radius: 100px;
    float: none;
    margin: 0 1% 10px 1%;
    display: inline-block;
}
.slide li {
  width: 22%;
}
.slide li img {
  width: 100% !important;
}
.bgUpload.Preview .file {
  width: 100px;
  font-size: 13px     ;
}
.bgUpload .originalBgDelete {
  font-size: 13px     ;
  width: 80px;
}
.fontControl {
  width: 100%;
  height: auto;
  line-height: initial;
  margin: 10px 0 0 0;
  text-align: center;
  float: none;
}
.fontControl p {
  margin: 0 15px 10px 20px;
}
.fonts {
  margin: 10px 20px 10px;
}
.fonts li {
  padding: 10px 60px 10px 20px;
}
#MypageTitle .note {
  margin: 20px 20px 5px;
}

/* 楽天ペイバナー */

#MypageNavSPsmartpay{
    display: block;
  position: static;
  margin: 0 auto 20px;
  text-align: center;
    width: 90%;
}
#MypageNavSPsmartpay img {
  height: auto;
  width: 100%;
}
#MypageNavSPsmartpay p + p{
    margin-top: 10px;
}

#MypageNavSPsmartpay p{
    font-size: 16px;
	line-height: 1.5;
}


/* 参加者 */
.pageMypageParticipant .formContainer .formTable caption .editParticipant {
  position: static;
  margin-top: 10px;
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant a {
  display: inline-block;
  width: auto;
  padding: 5px 5px;
  font-size: 12px;
  margin-left: 2px;
}



/* クーポン */
.pageMypageCoupon .guide {
  margin-top: 20px;
  padding: 0 15px;
}
.pageMypageCoupon .guide h3 {
  font-size: 18px;
}
.pageMypageCoupon .guide h3 + p {
  margin-top: 20px;
}
.pageMypageCoupon .couponContent {
  margin-top: 30px;
}
.pageMypageCoupon .method {
  display: block;
}
.pageMypageCoupon .methodContent {
  width: 200px;
  margin: 0 auto;
}
.pageMypageCoupon .methodContent + .methodContent {
  margin-top: 40px;
}
.pageMypageCoupon .example {
  display: block;
  padding: 0 15px 10px;
}
.pageMypageCoupon .couponForm {
  width: 100%;
}
.pageMypageCoupon .period {
  padding: 20px 10px;
}
.pageMypageCoupon .period .point {
  font-size: 12px;
}
.pageMypageCoupon .date p {
  font-size: 14px;
  text-align: left;
}
.pageMypageCoupon .couponContent ul {
  font-size: 12px;
  padding: 0 10px;
}
.pageMypageCoupon .issue h2 + p {
  /*font-size: 12px;*/
}
.pageMypageCoupon .issueContent {
  display: block;
}
.pageMypageCoupon .sideContent {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.pageMypageCoupon .issueContent table {
  width: 100%;
}
.pageMypageCoupon .formContent {
  margin-top: 30px;
}

/**
 * マイページナビゲーション
 */
#ContentsInner .mypageSpNavCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
  cursor: pointer;
}
#ContentsInner.open .mypageSpNavCover {
  display: block;
}
#ContentsInner .mypageSpNav {
  display: block;
}
#ContentsInner .mypageSpNav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #336386;
  width: 100%;
  height: 50px;
  z-index: 1000;
  padding-bottom: env(safe-area-inset-bottom);
}
#ContentsInner .mypageSpNav ul {
  list-style-type: none;
  text-align: center;
}
#ContentsInner .mypageSpNav ul li {
  display: block;
  float: left;
  width: 50%;
}
#ContentsInner .mypageSpNav ul li > * {
  display: block;
  width: 100%;
  height: 50px;
  padding: 32px 0 0 0;
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  line-height: 15px;
  cursor: pointer;
}
#ContentsInner.open .mypageSpNav ul li.spNavMenu > * {
  background: #284C66;
}
#ContentsInner .mypageSpNav ul li > *:before {
  content: '';
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  background-repeat: no-repeat;
  background-position: center center;
}
#ContentsInner .mypageSpNav ul li.spNavHome > *:before {
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
  background-image: url(/images/common/icon/iconSpHome@2x.png);
}
#ContentsInner .mypageSpNav ul li.spNavMenu > *:before {
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background-image: url(/images/mypage/iconSpMypageNavTrigger@2x.png);
}
#mypageNavContainer {
  position: fixed;
  top: 0;
  bottom: 50px;
  width: 220px;
  float: none;
  right: -220px;
  z-index: 1000;
  overflow: auto;
  background-color: #336386;
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
#ContentsInner.open #mypageNavContainer {
  right: 0;
}
#mypageNav {
  width: 220px;
  position: static;
  padding: 0;
  min-height: 0;
}
#mypageNav .mypageNavContent {
  margin: 0;
}
#mypageNav .mypageNavContent .navLabel {
  background-color: #284C66;
  text-align: left;
  padding: 0 0 0 18px;
  border-bottom: 1px solid #aaa;
}
#mypageNav .mypageNavContent ul {
  background: none;
  padding: 0;
}
#mypageNav .mypageNavContent ul li {
  border-bottom: 1px solid #aaa;
}
#mypageNav .mypageNavContent ul li > * {
  background: none;
  color: #fff;
  padding: 0 0 0 35px;
}
#mypageNav .mypageNavContent ul li > *:before {
  left: 20px;
  background-image: url(/images/mypage/iconSpMypageNavArrow@2x.png);
  background-size: contain;
}
#mypageNav .mypageNavContent ul li a:hover {
  opacity: .8;
}

#mypageNav .mypageNavOtherContent ul li {
  margin: 0;
  border-bottom: 1px solid #aaa;
}

#mypageNav .mypageNavOtherContent ul li > * {
  background: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 35px;
}
#mypageNav .mypageNavOtherContent ul li.mypageNavProfile > *:before,
#mypageNav .mypageNavOtherContent ul li.mypageNavDownload > *:before,
#mypageNav .mypageNavOtherContent ul li.mypageNavFaq > *:before {
  position: absolute;
  width: 5px;
  height: 7px;
  top: 50%;
  left: 20px;
  margin: -3px 0 0 0;
  -webkit-background-size: 5px 7px;
  background-size: 5px 7px;
  background-image: url(/images/mypage/iconSpMypageNavArrow@2x.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavProfile > *:after,
#mypageNav .mypageNavOtherContent ul li.mypageNavFaq > *:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 10px;
  -webkit-background-size: 11px 10px;
  background-size: 11px 10px;
  background-image: url(/images/common/icon/iconWindow@2x.png);
  margin: -2px 0 0 4px;
}
#mypageNav .mypageNavOtherContent ul li.mypageNavLogout > *:before {
  position: absolute;
  width: 14px;
  height: 12px;
  top: 50%;
  left: 15px;
  margin: -6px 0 0 0;
  -webkit-background-size: 14px 12px;
  background-size: 14px 12px;
  background-image: url(/images/mypage/iconSpMypageNavLogout@2x.png);
}
