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


.RegistTable{
  width:735px;
  line-height:1.3em;
}
.formText{
  line-height:1.3em;
}

/**
 * ログイン
 */
#loginForm {
  max-width: 600px;
  margin: 45px auto;
}
#loginForm .inputBoxContainer {
  max-width: 540px;
  margin: 0 auto 40px;
}
#loginForm .inputBoxContainer .formGuide {
  position: relative;
  text-align: left;
  margin: 25px 0;
  font-size: 16px;
  padding: 0 0 0 2.5em;
}
#loginForm .inputBoxContainer .formGuide span {
  position: absolute;
  left: 0;
}
#loginForm .inputBoxContainer .linkForget {
  text-align: right;
  margin: 15px 0 0 0;
}
#loginForm .inputBoxContainer .errorText {
  margin: 10px 0 0 0;
}
#loginForm .formBtn button {
  max-width: 300px;
}
.announce {
  margin: 40px auto 0;
  padding: 20px;
  width: 100%;
  color: #ec8c1b;
  font-size: 1.5rem;
  border: 2px solid #ec8c1b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

#Flow li h4, #RegistForm h4 {
    border-bottom: dotted 2px #E4EBEE;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #19587E;
}
#Flow li h4.stepTitle, #RegistForm h4.stepTitle {
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 15px;
  position: relative;
}
#Flow li h4 span, #RegistForm h4 span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background: #19587E;
    font-size: 1em;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
#RegistForm .selectEvent {
  padding: 0 0 0 40px;
  display: block;
}
.entryForm {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 40px;
    background-color: #F1EDE7;
  overflow: hidden;
}
.InputSend {
    width: 240px;
    margin: 30px auto 0;
  clear: both;
    text-align: center;
}
.InputSend p + p{
  margin:10px 0;
  display:inline-block;
}
label, label input {
    vertical-align: middle;
}
.entryForm label {
    display: block;
    float: left;
    width: 100px;
    padding-top: 12px;
    font-weight: bold;
}
#Entry00 label, #Reminder label {
    line-height: 1.6em;
}
#Entry00 .entryForm label {
    padding: 0 0 5px 0;
}
.loginInput {
    float: right;
    width: 550px;
}
#Entry00 .loginInput {
    width: 100%;
}
.loginInput {
    float: right;
    width: 550px;
}
input.InputMail {
    width: 400px;
    border: solid 1px #BFBBB7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    color: #666666;
}

a.linkButton,
.InputSend button, .CopyButton button, .Submit input, .InputSend button, .LikeButton, .SubmitPane button{
    width: 240px;
    border: none;
    border: 1px solid #46413C;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 30px;
    background: #80776b;
    background: -moz-linear-gradient(top, #80776b 0%, #49443f 95%, #2f2a27 96%, #2f2a27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80776b), color-stop(95%,#49443f), color-stop(96%,#2f2a27), color-stop(100%,#2f2a27));
    background: -webkit-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
    background: -o-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
    background: -ms-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
    background: linear-gradient(to bottom, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80776b', endColorstr='#2f2a27',GradientType=0 );
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: -1px -1px 1px #2f2a27;
    -webkit-text-shadow: -1px -1px 1px #2f2a27;
    -moz-text-shadow: -1px -1px 1px #2f2a27;
    color: #FFFFFF;
    cursor: pointer;
}
.InputSend button:hover, .CopyButton button:hover, .Submit input:hover, .InputSend button:hover, .LikeButton:hover, .SubmitPane button:hover{
  color:#fff;
}
#Reminder .entryForm button{
	width: 90px;
	padding: 8px 0;
	font-size: 1.6rem;
}
.link {
    padding-left: 10px;
    background: url(/images/entry/BgLink.png) no-repeat left center;
    font-size: 13px;
}

/*ブースオプション*/
caption {
    overflow: hidden;
    /*position: relative;*/
    text-align: left;
}
h3.MypageTitle, h4.MypageTitle {
    clear: both;
    margin: 20px 10px 15px 0;
    padding-left: 15px;
    text-align: left;
    color: #6d6459;
    background: url(/images/access/IconCircle.png) no-repeat left center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}
caption .infoText {
    position: absolute;
    top: 20px;
    right: 0;
}


/* ブース・オプション */
.RegistTable.option {
  line-height: 1.8;
}
.RegistTable.option td {
  background-color: transparent;
}
.RegistTable.option td .field {
  margin: 0;
  vertical-align: middle;
}
.RegistTable.option td .specification {
    color: #777;
}
.RegistTable.option tr.paid {
  background-color: #E8F7E7;
}
.RegistTable.option tr.paid .changeText {
  color: #297F18;
}
.RegistTable.option tr.change {
  background-color: #FFFDA8;
}
.RegistTable.option tr.change .changeText {
  color: #FC5F22;
}

.btnNav, .LikeButtonWhite {
    border: 1px solid #C6C0BC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    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: -moz-linear-gradient(top, #FFFFFF, #F1EDE7);
    background-image: -ms-linear-gradient(top, #FFFFFF, #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;
}
.LikeButtonWhite {
    padding: 5px;
    display: block;
    width: 140px;
    margin: 5px;
}

#MypageNavSP {
  display: none;
}

#ContentsTitleInner h1 {
  position: relative;
}
#MypageBanner {
  position: absolute;
  top: 20px;
  right: 0;
}

#ContentsMain {
  min-height: 1050px;
}
#Entry00 #ContentsMain {
  min-height: 0px;
}
#MypageNav {
  position: absolute;
  width: 200px;
  list-style-type: none;
}
.navTitle {
  overflow: hidden;
  width: 200px;
  height: 0;
  padding-top: 40px;
  line-height: 2em;
}
#MypageNav > li {
  margin: 0 0 15px 0;
}
#MypageNav .banner{
  text-align: center;
}
#NavEntryInfo .navTitle {
  background: url(/images/mypage/NavTitleEntryInfo.png) no-repeat;
}
#NavProfilePage .navTitle {
  background: url(/images/mypage/NavTitleProfilePage.png) no-repeat;
}
.mypageNavInner {
  padding: 5px 0;
  background-color: #cac5c3;
}
.mypageNavInner ul {
  width: 190px;
  margin: 0 auto;
  list-style-type: none;
  background-color: #fff;
}
.mypageNavInner ul li {
  border-bottom: solid 1px #ededed;
  background: url(/images/entry/IconBoothNav.png) no-repeat 12px center;
  font-size: 13px  ;
  line-height: 40px;
}
.mypageNavInner a {
  display: block;
  padding-left: 35px;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
.mypageNavInner a:hover {
  background: #f8f6f0 url(/images/entry/IconBoothNav.png) no-repeat 12px center;
}
.mypageNavInner a.disable {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
.mypageNavInner p {
  text-align: center;
}
#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 {
  color: #19587e;
  background: #f8f6f0 url(/images/entry/IconHouse.png) no-repeat 10px center;
  font-weight: bold;
}
#MypageNav .otherLink li {
  width: 100%;
  height: 40px;
  margin: 0 0 10px 0;
  list-style-type: none;
}
#MypageNav .otherLink li a {
  display: block;
  padding: 0 0 0 4px;
  color: #000;
  font-size: 12px  ;
  font-weight: bold;
  line-height: 40px;
  border-radius: 10px;
  background: url(/images/format/BgBeige.png);
}
#MypageNav .otherLink li a.disable {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}
#MypageNav .otherLink li a img {
  width: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.ModifyLink {
  float: right;
  margin: 0 10px 10px 0;
  padding-left: 10px;
  background: url(/images/entry/BgLink.png) no-repeat left center;
}
h3.detailTitle {
  clear: both;
  margin-top: 30px;
}
h3.MypageTitle,
h4.MypageTitle {
  clear: both;
  margin: 20px 10px 15px 0;
  padding-left: 15px;
  text-align: left;
  color: #6d6459;
  background: url(/images/access/IconCircle.png) no-repeat left center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
caption {
  overflow: hidden;
  /*position: relative;*/
  text-align: left;
}
caption .infoText {
  position: absolute;
  top: 20px;
  right: 0;
}
caption .infoText.important {
  padding: 5px 10px 3px;
  color: #fc6023;
  border: 1px solid #fc6023;
  top: 17px;
  font-weight: bold;
}
.CaptionText {
  padding: 0 15px 10px 15px;
  line-height: 1.6em;
}

.RegistTable .noOptionText{
  text-align: center;
  padding: 30px 0 10px 0;
  margin: 0 0 20px 0;
  border: #CCCCCC 1px solid;
}
.RegistTable .noOptionText strong {
  color: #19587e;
  display: inline-block;
  margin: 0 0 20px 0;
}
.RegistTable .noOptionText p {
  display: block;
  width: 90%;
  text-align: left;
  margin: 0 auto 20px;
}
.RegistTable .noOptionText .note {
  display: block;
  width: 90%;
  text-align: left;
  margin: 0 auto 20px;
  color: #333;
  font-size: 14px;
}

.NotPublic {
  width: 708px;
  margin-top: 15px;
  padding: 10px 15px;
  line-height: 1.6em;
}
.NotPublic ul.note {
  margin-left: 10px;
}
h4.MypageTitle.mt0 {
  margin-top: 0;
}

.InputSend.option {
  width: 300px;
}
.InputSend.option button {
  width: 300px;
}
.InputSend.option button span {
  font-size: 13px  ;
  font-weight: normal;
}
.entryForm {
  overflow: hidden;
}
.entryForm label {
  display: block;
  float: left;
  width: 100px;
  padding-top: 12px;
  font-weight: bold;
}
.loginInput {
  float: right;
  width: 550px;
}

#RegistForm .Error{
	color: #CC0000;
  line-height: 1.5em;
  padding-top: 10px;
}



.addtext {
  font-size: 13px     ;
  text-indent: -1em;
  padding: 0 0 0 1.1em;
}
.ml10 {
  margin-left: 20px;
}
.Attention {
  line-height: 1.6em;
}
.mypageMail .entryForm label {
  width: 150px;
}
.mypageMail .entryForm .loginInput {
  width: 530px;
}
.optionFormText {
  margin-bottom: 20px;
  text-align: left;
  font-size: 13px  ;
  line-height: 1.6em;
}
.optionFormText strong {
  font-size: 13px  ;
  font-weight: bold;
  color: #19587E;
  display: block;
  margin: 0 0 10px 0;
}
.optionFormText p {
  margin: 0 0 20px 0;
}
.InputSendLike {
  width: 262px;
}
.ConfirmAttentionText {
  width: 708px;
  padding: 10px 15px;
  font-size: 13px     ;
  line-height: 1.6em;
}
.ConfirmAttentionText li {
  margin-left: 20px;
}
.captionText {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.6em;
}
.DownloadImg {
  margin-top: 20px;
  padding: 0 10px;
  line-height: 1.6em;
}
.DownloadImg textarea {
  width: 700px;
}
.Booth {
  height: 200px;
  margin: 20px 60px;
  padding-left: 200px;
}
.Booth a {
  display: block;
  width: 150px;
  height: 41px;
  padding: 0;
  text-indent: -9999px;
  background: url(/images/mypage/DownloadBtn.png) no-repeat ;
  background-position: bottom;
}
.Booth dl {
  display: block;
  min-height: 1px;
  margin: 0 0 0 20px;
}
.Booth dl:after {
  display: block;  /* ブロックレベル要素に */
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";  /* 新しい要素を作る */
}
* html .Booth dl {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.Booth dt {
  float: left;
  width: 220px;
  height: 61px;
  text-indent: -9999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
.Booth dd {
  float: left;
  height: 61px;
  list-style-type: none;
  text-indent: -9999px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
.Booth #A01 {
  background: url(/images/mypage/BoothTypeA01.png) no-repeat ;
  background-position: left;
}
.Booth #A02 {
  background: url(/images/mypage/BoothTypeA02.png) no-repeat ;
  background-position: left;
}
.Booth #A03 {
  background: url(/images/mypage/BoothTypeA03.png) no-repeat ;
  background-position: left;
}
.Booth #B01 {
  background: url(/images/mypage/BoothTypeB01.png) no-repeat ;
  background-position: left;
}
.Booth #B02 {
  background: url(/images/mypage/BoothTypeB02.png) no-repeat ;
  background-position: left;
}
.Booth #B03 {
  background: url(/images/mypage/BoothTypeB03.png) no-repeat ;
  background-position: left;
}
.Booth #C01 {
  background: url(/images/mypage/BoothTypeC01.png) no-repeat ;
  background-position: left;
}
.Booth #C02 {
  background: url(/images/mypage/BoothTypeC02.png) no-repeat ;
  background-position: left;
}
.Booth #C03 {
  background: url(/images/mypage/BoothTypeC03.png) no-repeat ;
  background-position: left;
}
.Booth #D01 {
  background: url(/images/mypage/BoothTypeD01.png) no-repeat ;
  background-position: left;
}
.Booth #D02 {
  background: url(/images/mypage/BoothTypeD02.png) no-repeat ;
  background-position: left;
}
.Booth #D03 {
  background: url(/images/mypage/BoothTypeD03.png) no-repeat ;
  background-position: left;
}
.Booth #E01 {
  background: url(/images/mypage/BoothTypeE01.png) no-repeat ;
  background-position: left;
}
.Booth #E02 {
  background: url(/images/mypage/BoothTypeE02.png) no-repeat ;
  background-position: left;
}
.Booth #E03 {
  background: url(/images/mypage/BoothTypeE03.png) no-repeat ;
  background-position: left;
}
#TypeA {
  background: url(/images/mypage/BoothTypeImageA.png) no-repeat ;
}
#TypeB {
  background: url(/images/mypage/BoothTypeImageB.png) no-repeat ;
}
#TypeC {
  background: url(/images/mypage/BoothTypeImageC.png) no-repeat ;
}
.DownloadImg img {
  margin-left: 3px;
}
#Entry00 #ContentsMain,
#Reminder #ContentsMain {
  float: none;
  margin: 0 auto;
}
#Entry00 label,
#Reminder label {
  line-height: 1.6em;
}
#Entry00 .entryForm label {
  padding: 0 0 5px 0;
}
#Entry00 .loginInput {
  width: 100%;
}
.contentsMainText {
  line-height: 1.8em;
}
.ParicipantHeader .Horizontal {
  float: right;
}
.ParicipantHeader th {
    background: #184966 url(/images/format/BgBlue.png) repeat;
    border-right: none;
    color: #fff;
}
.ParicipantHeader td {
    background: #184966 url(/images/format/BgBlue.png) repeat;
}

#GuideComingSoon {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  background: url(/images/format/BgLightBlue.png) repeat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9em;
}

table .ExhibitionPhotos img,
table img.UploadImage {
  width: 100px;
}

.imageRow .thumb {
  margin: 10px 0 0 0; position: relative; width: 100px;
}
.imageRow .thumb .BtnImageDelete {
  position: absolute;
  top: -13px;
  right: -13px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #eee;
}
.imageRow .thumb .BtnImageDelete img {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 13px;
}

#MenuContent .guide {
  width: 100%;
  margin: 30px 0 40px 0;
  padding: 60px 0;
  text-align: center;
  background: #f8f6f0;
}
#MenuContent .guide h4 {
  margin: 0 0 40px;
  color: #154663;
  font-size: 20px;
}
#MenuContent .guide p {
  margin: 0 0 40px 0;
  color: #154663;
  font-size: 15px;
  line-height: 30px;
}
#MenuContent .guide strong {
  margin: 20px 0 -20px 0;
  display: block;
  color: #154663;
  font-size: 13px  ;
}

#MenuContent .addItem {
  display: block;
  width: 90%;
  max-width: 346px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #df5a48;
  font-size: 18px;
  line-height: 52px;
}

.MenuList {
  margin: 0 -45px 35px 0;
  padding: 0 0 35px 0;
  letter-spacing: -10px;
  background: url(/images/format/Line.png) no-repeat left bottom;
}
.MenuList li {
  display: inline-block;
  width: 225px;
  height: 350px;
  padding: 20px 0 0 0;
  margin-right: 42px;
  vertical-align: top;
  letter-spacing: 1px;
  background: #fff;
}
.MenuList li.ui-sortable-helper {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.MenuList li .sortTrigger {
  display: none;
}
.MenuList li .thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  border: none;
  background: #f4f4f4;
}
.MenuList li .thumb p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.MenuList li .thumb p img {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.moveGuide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 100;
  cursor: move;
}
.MenuList li .thumb:hover .moveGuide {
  opacity: 1;
}
.moveGuide span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -103px;
  display: block;
  width: 207px;
  height: 27px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  font-size: 13px  ;
}
.MenuList li .data {
  margin: 20px 0 0 0;
  height: 40px;
  text-align: center;
}
.MenuList li .data p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MenuList li .data .title {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.MenuList li .data .price {
  color: #999;
  font-size: 13px  ;
}
.MenuList li .edit {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
}
.MenuList li .edit a {
  display: inline-block;
}
.MenuList li .edit .BtnEdit {
  position: relative;
  width: 140px;
  height: 25px;
  text-align: center;
  color: #20526c;
  border-radius: 13px;
  background: #eee;
  line-height: 25px;
}
.MenuList li .edit .BtnEdit img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 14px;
}

body.noScroll {
  overflow: hidden;
}
#FormModalWrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 10000;
}
#FormModal {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 760px;
  margin: 0 0 0 -380px;
}
#FormModal .content {
  background: #fff;
  padding: 35px 45px;
  border-radius: 3px;
}
#FormModal .BtnCancel {
  position: absolute;
  top: 10px;
  right: 10px;
}
#FormModal .BtnCancel img {
  width: 20px;
}
#FormModal input[type="text"],
#FormModal textarea {
  border: solid 1px #BFBBB7;
  background-color: #F9F6F3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
  color: #333333;
}
#FormModal textarea {
  margin: 0;
}
#FormModal .content .row {
  clear: both;
  width: 100%;
  margin: 0 0 25px 0;
}
#FormModal .content .row .labelArea {
  width: 120px;
  margin: 20px 0 0 0;
  float: left;
  font-weight: bold;
}
#FormModal .content .row .labelArea span {
  font-size: 13px     ;
}
#FormModal .content .row .inputArea {
  width: 540px;
  float: right;
  position: relative;
  line-height: 1.5;
}
#FormModal .content .row .inputArea input[type="text"] {
  width: 100%;
  height: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
#FormModal .content .row .inputArea textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px  ;
}
#FormModal .content .row .inputArea input[type="text"].price {
  width: 100px;
  margin: 0 5px 0 0;
}
#FormModal .content .row .inputArea .unit {
  position: absolute;
  top: 17px;
  left: 110px;
}
#FormModal .content .row .inputArea .checkboxWrapper {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
#FormModal .content .row .inputArea .checkboxWrapper .checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  border: solid 1px #BFBBB7;
  background-color: #F9F6F3;
  padding: 5px 10px 5px 5px;
  border-radius: 3px;
}

#DropArea {
  width: 100%;
  height: 250px;
  border: 2px dashed #ccc;
  background: #f3f2f4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#DropArea p {
  margin: 75px 0 0 0;
  line-height: 30px;
}
#DropArea p strong {
  font-size: 14px;
}
#DropArea .file {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 13px 20px 11px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin: 13px 0 0 0;
}
#DropArea .file .update {
  display: none;
}
#DropArea .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
#DropArea.Preview {
  border: none;
}
#DropArea.Preview p {
  display: none;
}
#DropArea.Preview .file {
  margin: 105px 0 0 0;
}
#DropArea.Preview .file .insert {
  display: none;
}
#DropArea.Preview .file .update {
  display: block;
}
#TagArea {
  position: relative;
}
#TagArea .AddTag {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 13px 35px 11px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: bold;
  border-radius: 5px;
  color: #000;
  background: url(/images/mypage/IconAddTag.png) no-repeat;
  background-size: 16px;
  background-position: right 10px center;
}
#TagArea .tagGuide{
  float: right;
  font-size: 12px  ;
  margin: 12px 0 0 0;
}
#TagList {
  list-style-type: none;
  margin: 10px 0 0 0;
}
#TagList li {
  position: relative;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}
#TagList select {
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  margin: 0 10px 0 0;
  line-height: 20px;
  padding: 6px 26px 6px 10px;
  font-size: 1.4rem  ;
  border: solid 1px #CCC;
  background-color: #F9F6F3;
  cursor: pointer;
  background-image: url(/images/common/icon/iconSelectArrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#TagList .previewTag {
  display: inline-block;
  background-color: #72695E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
}
#TagList .previewTag:before {
  content: '#';
}
#TagList .btnTagDelete {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background: #eee;
}
#TagList .BtnTagDelete img {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 1.3rem;
}
#freeTagArea {
  margin-top: 20px;
}
#freeTagArea .counter {
  text-align: right;
  margin: -24px 0 0 0;
}
#freeTagArea .tagify-container {
  width: 100%;
  height: auto;
  background: #F9F6F3;
  margin-top: 10px;
}
#freeTagArea .tagify-container > span {
  background-color: #72695E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 3px 10px;
}
#freeTagArea .tagify-container > span a {
  color: #ccc;
}
#freeTagArea .tagify-container > span:before {
  content: '#';
}
#freeTagArea .attention {
  margin-top: .5em;
  color: #666;
  font-size: 1.3rem;
}
#freeTagArea .note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}
#FormModal .content .row .inputArea .tagify-container input[type="text"] {
  width: auto;
  border: none;
  background: #F9F6F3;
  display: inline-block;
}
.BtnWrap {
  margin: 25px 0;
  position: relative;
}
.BtnSave {
  display: block;
  width: 90%;
  max-width: 346px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #df5a48;
  font-size: 18px;
  line-height: 52px;
}
.BtnSave:hover {
  color: #fff;
}
.BtnSave.saving {
  pointer-events: none;
}
.BtnSave .loader,
.BtnSave .loader:before,
.BtnSave .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.BtnSave .loader {
  color: #ffffff;
  font-size: 7px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.BtnSave .loader:before,
.BtnSave .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.BtnSave .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.BtnSave .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}




.BtnSave.saving {
  pointer-events: none;

}
.BtnDelete {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 120px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #999;
  font-size: 16px;
  line-height: 52px;
}
.BtnDelete:hover {
  color: #fff;
}
.modify .BtnDelete {
  display: block;
}

#DropArea + .Error {
  float: right;
  clear: both;
  width: 560px;
}

div.saveResult {
  text-align: center;
  margin: -10px auto 20px auto;
  line-height: 1.5;
}
div.saveResult span {
  display: inline-block;
  width: 300px;
  text-align: center;
  background: #295B71;
  padding: 10px 0;
  margin: 10px 0;
  color: #fff;
  border-radius: 3px;
  animation:show .5s both;
  animation-delay: .5s;
  opacity: 0;
  font-size: 13px  ;
}
@keyframes show {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


#MypageMenuDesign #ContentsMain h2 {
  text-align: center;
  background: #1E4E6B;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .3);
}
#MypageMenuDesign #ContentsMain .release {
  background: #fff;
  border: 1px solid #dedfe1;
  padding: 10px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px  ;
  font-weight: bold;
}
#MypageThemeColor {
  border: 1px solid #dedfe1;
  width: 363px;
  height: 288px;
  float: left;
  background: #fff;
}
#MypageBackgroundImage {
  border: 1px solid #dedfe1;
  width: 363px;
  height: 288px;
  float: right;
  margin: 0 0 30px 0;
  background: #fff;
}
#MypageTitle {
  border: 1px solid #dedfe1;
  /*height: 248px;*/
  clear: both;
  background: #fff;
}
#MypageThemeColor h3,
#MypageBackgroundImage h3,
#MypageTitle h3 {
  display: block;
  border-bottom: 5px solid #1E4E6B;
  color: #1E4E6B;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}

#MypageThemeColor .palette ul {
  padding: 20px 0 10px 0px;
  list-style-type: none;
}
#MypageThemeColor .palette li {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  float: left;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  position: relative;
}
#MypageThemeColor .palette li .cbIcon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  color: #fff;
  font-size: 24px;
}
#MypageThemeColor .palette li.check .cbIcon {
  display: block;
}
.colorPaletteTriger {
  display: block;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 210px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.colorPaletteTriger:hover {
  color: initial;
}
.colorPaletteTriger .cbIcon {
  display: none;
  position: absolute;
  font-size: 22px;
  top: 5px;
  left: 7px;
}
.colorPaletteTriger.check .cbIcon {
  display: block;
}

.checkMark {
  display: none;
  position: absolute;
  width: 29px;
  height: 29px;
  background: #1d4e6b;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
.checkMark .cbIcon {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 22px;
}

#MypageBackgroundImage .Error {
  padding-top: 6px;
  text-align: center;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
  margin: 16px 0 0 0;
}
.slide {
  position: absolute;
}
.slide ul {
  list-style-type: none;
  float: left;
  text-align: center;
}
.slide li {
  display: inline-block;
  margin: 0 2px 8px;
  position: relative;
}
.slide li.check .checkMark{
  display: block;
}
.bgPager {
  text-align: center;
  list-style-type: none;
  margin: 0 0 10px 0;
}
.bgPager li {
  display: inline-block;
  background: #b7b7b7;
  width: 35px;
  height: 20px;
  border: 1px solid #ccc;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.bgPager li.current {
  color: #22546c;
  background: #fff;
}

.bgUpload .file {
  display: block;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 210px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.bgUpload .file .update {
  display: none;
}
.bgUpload .file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.bgUpload .originalBgThumb {
  display: none;
  vertical-align: middle;
  width: 80px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  position: relative;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.bgUpload .originalBgDelete {
  display: none;
  vertical-align: middle;
  margin: 0px auto;
  border: 1px solid rgb(204, 204, 204);
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 5px;
}
.bgUpload.Preview {
  text-align: center;
}
.bgUpload.Preview .originalBgThumb,
.bgUpload.Preview .originalBgDelete {
  display: inline-block;
}
.bgUpload .originalBgThumb.check .checkMark {
  display: block;
}
.bgUpload.Preview .file .update {
  display: block;
}
.bgUpload.Preview .file {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
.bgUpload.Preview .file .insert {
  display: none;
}

.fontControl {
  width: 50%;
  height: 80px;
  line-height: 80px;
}
.fontLanguageList {
  float: left;
}
.fontSizeList {
  float: right;
}
.fontControl p,
.fontControl ul,
.fontControl li {
  display: inline-block;
  vertical-align: middle;
}

.fontControl p{
  font-weight: bold;
  color: #154663;
  margin: 0 15px 0 20px;
  font-size: 13px  ;
}
.fontControl ul {
  letter-spacing: -10px;
  width: 280px;
}
.fontControl ul li {
  letter-spacing: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.fontControl ul li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fontControl ul li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: none;
}

.fontLanguageList.fontControl ul li {
  width: 50%;
}
.fontSizeList.fontControl ul li {
  width: 20%;
}

.fontControl ul li a {
  display: block;
  color: #666;
  font-weight: bold;
}
.fontControl ul li a:hover {
  color: #666;
}

.fontControl ul li.current {
  background-color: #22546c;
}
.fontControl ul li.current a {
  color: #fff;
}
.fontControl ul li.current a:hover {
  color: #fff;
}

.fonts {
  clear: both;
  max-height: 350px;
  overflow: auto;
  margin: 0 20px 20px;
  border: 3px solid #ccc;
  list-style-type: none;
}
.fonts.english {
  display: none;
}
.fonts li {
  padding: 10px 80px 10px 20px;
  position: relative;
  cursor: pointer;
}
.fonts li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 40px;
}

.fonts li p.xs { font-size: 30px; }
.fonts li p.s { font-size: 35px; }
.fonts li p.m { font-size: 40px; }
.fonts li p.l { font-size: 45px; }
.fonts li p.xl { font-size: 50px; }

.fonts li .checkMark {
  right: 10px;
  margin-left: 0;
  left: inherit;
}
.fonts li.check {
  background-color: #f8f6f0;
}
.fonts li.check .checkMark {
  display: block;
}

#MypageTitle .note {
  margin: 0 20px 5px;
}
#MypageTitle .note.english {
  display: none;
}
#MypageTitle .editLink {
  margin: 0 20px 20px;
}

/* -------------------------------------
 Color Picker & trimWndow Css & FontList
--------------------------------------- */
#cover{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  /*background: #9AB550;*/
  opacity: 0.3;
}
#PickerWindow,
#TrimWindow,
#FontList,
#ModalSaveComplete{
  position: absolute;
  z-index: 10001;
  display: none;
  padding: 20px 10px;
  height: 270px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#PickerWindow #MoveTrigger{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 27px;
  border-bottom: 1px solid #EEE;
  background-color: #FAFAFA;
  cursor: move;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#PickerWindow #ColorPicker{
  margin: 15px 0 0 0;
}
#PickerWindow #PaletteColor{
  display: block;
  margin: 10px auto;
  padding: 5px;
  width: 90px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#PickerWindow #PaletteColorOk {
  display: block;
  margin: 10px auto 0 auto;
  padding: 6px 10px;
  width: 80px;
  height: 14px;
  border-radius: 5px;
  background: #80776b;
  background: -moz-linear-gradient(top, #80776b 0%, #49443f 95%, #2f2a27 96%, #2f2a27 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80776b), color-stop(95%,#49443f), color-stop(96%,#2f2a27), color-stop(100%,#2f2a27));
  background: -webkit-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: -o-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: -ms-linear-gradient(top, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  background: linear-gradient(to bottom, #80776b 0%,#49443f 95%,#2f2a27 96%,#2f2a27 100%);
  color: #FFF;
  text-align: center;
  letter-spacing: 2px;
  line-height: 14px;
  cursor: pointer;
}
#PickerWindow{
  height: auto;
}
#ColorHistory{
  margin: 15px 0 10px 0;
  padding: 0 8px;
  width: 180px;
}
.historyPicker {
  width: 15px;
  height: 15px;
  float: left;
  margin: 0 0 7px 5px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  cursor: pointer;
}
#PickerWindowClose {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #AAA;
  background: none;
  width: 18px;
  height: 18px;
  line-height: 1;
  z-index: 110;
  padding: 0;
}


.picoBanner{
  margin-bottom: 20px;
    display: block;
  width:100%;
}
.picoBanner img{
  width:100%;
}




div.saveResult {
  text-align: center;
  margin: -10px auto 20px auto;
}
div.saveResult span {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  animation:show .5s both;
  animation-delay: .5s;
  opacity: 0;
  font-size: 1.3rem;
}
@keyframes show {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


.formContainer .formTable {
  /*max-width: 700px;*/
}
.formContainer .contactBooth {
  max-width: 700px;
  display: block;
  text-align: right;
  margin: 8px auto 5px;
  font-size: 12px;
  padding: 0 10px;
}
.formContainer .formBtn .linkBtn {
  max-width: 300px;
  font-size: 1.8rem;
  padding: 15px 10px;
}


/* ブース・オプション */
.formContainer .formTable.option td .field {
  margin: 0;
  vertical-align: middle;
}
.formContainer .formTable.option tr.paid {
  background-color: #E8F7E7;
}
.formContainer .formTable.option tr.paid .changeText {
  color: #297F18;
}
.formContainer .formTable.option tr.change {
  background-color: #FFFDA8;
}
.formContainer .formTable.option tr.change .changeText {
  color: #FC5F22;
}

/* メールアドレス, パスワード */
.inputBoxContainer {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}
.inputBoxContainer .formGuide {
  text-align: center;
  margin: 25px 0;
}
.inputBoxContainer .linkForget {
  text-align: right;
  margin: 15px 0 0 0;
}
.inputBoxContainer .errorText {
  margin: 10px 0 0 0;
}
.formBtn button {
  max-width: 300px;
}

/* 出店情報 */
.pageMypageExhibitor #mypageContent .formTable {
  max-width: 960px;
}
.pageMypageExhibitor .formContainer .formTable td .field.noMarginContainer {
  max-width: 500px;
}
.pageMypageExhibitor .formContainer #exhibitorImageInputContainer .note {
  margin: 0 0 20px 0;
}
.pageMypageExhibitor .formContainer .formTable td .field .file {
  margin: 0 5px 8px 0;
}

/* 参加者 */
.pageMypageParticipant .formContainer .formTableTitle {
  background-image: url(/images/mypage/iconMypageProfile.png)
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant {
  position: absolute;
  top: 14px;
  right: 0;
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant a {
  text-decoration: none;
  vertical-align: middle;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 160px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  background: #867c71;
  background: -moz-linear-gradient(top, #867c71 0%, #6d6155 50%);
  background: -webkit-linear-gradient(top, #867c71 0%,#6d6155 50%);
  background: linear-gradient(to bottom, #867c71 0%,#6d6155 50%);
}
.pageMypageParticipant .formContainer .formTable caption .editParticipant a:hover {
  opacity: .8;
}
.pageMypageParticipant .formBtn .addParticipantBtn {
  display: inline-block;
  width: 160px;
  height: 70px;
  border: 1px solid #BFB7AD;
  border-radius: 80px;
  position: relative;
  text-align: center;
  padding: 90px 0 0 0;
  color: #463733;
  text-decoration: none;
  background-color: #F6F0EA;
}
.pageMypageParticipant .formBtn .addParticipantBtn:before {
  content: '';
  display: block;
  position: absolute;
  width: 49px;
  height: 39px;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  background-image: url(/images/mypage/iconMypageAddProfile.png);
}
.pageMypageParticipant #mypageContent .formBtn .addParticipantBtn:hover {
  opacity: .8;
}
.formContainer #exhibitorImageInputContainer .note {
  margin: 0 0 20px 0;
}





/* クーポン */
.pageMypageCoupon .guide {
  margin-top: 28px;
  padding: 0 10px;
}
.pageMypageCoupon .guide h3 {
  font-size: 24px;
  line-height: 1.58;
  color: #dd7482;
  text-align: center;
}
.pageMypageCoupon .guide h3 + p {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.67;
}
.pageMypageCoupon .couponContent {
  margin-top: 60px;
}
.pageMypageCoupon .couponContent h4 {
  font-size: 16px;
  color: #2d516d;
  border-bottom: 1px dashed #2d516d;
  padding: 0 0 6px 10px;
}
.pageMypageCoupon .method {
  margin-top: 55px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pageMypageCoupon .method .explanation {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 25px;
}
.pageMypageCoupon .methodContent {
  position: relative;
}
.pageMypageCoupon .methodContent .methodNumber {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #dd7482;
  border-radius: 50%;
}
.pageMypageCoupon .methodContent .methodNumber p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.67;
}
.pageMypageCoupon .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 10px 10px;
}
.pageMypageCoupon .couponForm {
  width: 220px;
  margin-top: 30px;
  text-align: center;
}
.pageMypageCoupon .couponForm .name {
  background-color: #294e67;
  border-radius: 5px 5px 0 0;
  padding: 17px 0;
}
.pageMypageCoupon .couponForm .name .number {
  font-size: 24px;
  color: #fef577;
}
.pageMypageCoupon .couponForm .name .product {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.pageMypageCoupon .couponForm .couponDetail {
  background-color: #f7f6f2;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 15px 10px;

  word-break: break-all;
}
.pageMypageCoupon .couponForm .couponDetail .title {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageMypageCoupon .couponForm .couponDetail .title p {
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  color: #dd7482;
  padding: 10px 0;
}
.pageMypageCoupon .couponForm .couponDetail .title .notEntered {
  color: rgba(221, 116, 130, 0.3);
}
.pageMypageCoupon .couponForm .couponDetail .item + .item {
  margin-top: 10px;
}
.pageMypageCoupon .couponForm .couponDetail .point {
  background-color: #6ba2b0;
  color: #fff;
  font-size: 12px;
  line-height: 1.67;
}
.pageMypageCoupon .couponForm .couponDetail .point + p {
  margin-top: 4px;
  color: #294e67;
  font-size: 14px;
}
.pageMypageCoupon .couponForm .couponDetail .point + .notEntered {
  color: rgba(41, 78, 103, 0.3);
}
.pageMypageCoupon .period {
  margin-top: 20px;
  border: 1px solid #dd7482;
  padding: 30px 15px 25px 15px;
}
.pageMypageCoupon .period .point {
  font-size: 14px;
  color: #dd7482;
  margin-top: 20px;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.pageMypageCoupon .date {
  text-align: center;
}
.pageMypageCoupon .date p {
  font-size: 20px;
  line-height: 1.35;
}
.pageMypageCoupon .date p + p {
  margin-top: 10px;
}
.pageMypageCoupon .couponContent ul {
  font-size: 13px;
  list-style: none;
  margin-top: 25px;
  padding: 0 20px;
}
.pageMypageCoupon .issue {
  margin-top: 55px;
}
.pageMypageCoupon .issue h2 + p {
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
}
.pageMypageCoupon .issue h2 + p + p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.pageMypageCoupon .issue h2 + p a {
  color: #dd7482;
}
.pageMypageCoupon .issue .copyBtn {
  text-align: center;
  margin-top: 20px;
}
.pageMypageCoupon .issue .copyBtn a {
  font-size: 14px;
  color: #fff;
  background-color: #294e67;
  border-radius: 5px;
  padding: 11px 20px;
  text-decoration: none;
}
.pageMypageCoupon .issueContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
.pageMypageCoupon .sideContent {
  width: 220px;
  margin-right: 15px;
}
.pageMypageCoupon .sideContent .couponForm {
  margin-top: 0;
}
.pageMypageCoupon .sideContent ul {
  list-style: none;
  margin-top: 10px;
}
.pageMypageCoupon .sideContent ul li {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  padding-left: 1rem;
  text-indent: -1rem;
}
.pageMypageCoupon .issueContent table {
  max-width: 560px;
  margin: 0;
}
.pageMypageCoupon .issueContent table p {
  font-size: 13px;
  line-height: 1.54;
}
.pageMypageCoupon .issueContent table th {
  width: 100px;
  text-align: center;
  vertical-align: top;
  padding: 25px 0 0 0;
  font-size-adjust: 14px;
  background-color: #e1e8ec;
}
.pageMypageCoupon .formBtn {
  padding: 30px 0 0 0 !important;
}
.pageMypageCoupon .formBtn .linkBtn {
  max-width: 300px;
  font-size: 18px;
  padding: 15px 10px;
}
.pageMypageCoupon .formBtn .linkBtn.disable {
  background: #999;
  pointer-events: none;
  cursor: not-allowed;
}
.pageMypageCoupon .deleteBtn {
  margin-top: 20px;
  text-align: center;
}
.pageMypageCoupon .deleteBtn a {
  font-size: 14px;
  color: #dd7482;
}

/**
 * マイページナビゲーション
 */
#ContentsInner .mypageSpNav,
#ContentsInner .mypageSpNavCover {
  display: none;
}
#mypageNavContainer {
  display: block;
  position: relative;
  float: left;
}
#mypageNav {
  position: absolute;
  width: 210px;
  padding: 0;
}
#mypageNav .mypageNavContent {
  display: block;
  margin: 0 0 20px 0;
}
#mypageNav .mypageNavContent .navLabel {
  display: block;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #284C66;
  color: #fff;
  height: 36px;
  line-height: 36px;
}
#mypageNav .mypageNavContent ul {
  display: block;
  padding: 5px 5px 4px 5px;
  background: #F2EDE6;
}
#mypageNav .mypageNavContent ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F2EDE6;
}
#mypageNav .mypageNavContent ul li > * {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 30px;
  position: relative;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
#mypageNav .mypageNavContent ul li > *:before {
  display: block;
  width: 5px;
  height: 7px;
  content: '';
  background-image: url(/images/mypage/iconMypageNavArrow.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -3px 0 0 0;
}
#mypageNav .mypageNavContent ul li > span {
  opacity: .5;
}
#mypageNav .mypageNavContent ul li > a:hover {
  background-color: #FAF8F5;
}
#mypageNav .mypageNavContent ul li > a:hover:before {
  background-image: url(/images/mypage/iconMypageNavArrowCurrent.png);
}

#mypageNav .mypageNavOtherContent {
  display: block;
}
#mypageNav .mypageNavOtherContent ul {
  display: block;
}
#mypageNav .mypageNavOtherContent ul li {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
#mypageNav .mypageNavOtherContent ul li > * {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0 0 0 35px;
  position: relative;
  border-radius: 5px;
  background-color: #F2EDE6;
  text-decoration: none;
  font-size: 1.2rem;
}
#mypageNav .mypageNavOtherContent ul li > span {
  opacity: .5;
}
#mypageNav .mypageNavOtherContent ul li > *:before {
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  margin: -11px 0 0 0;
  background-size: contain;
}
#mypageNav .mypageNavOtherContent ul li.mypageNavProfile > *:before {
  background-image: url(/images/mypage/IconProfile.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavDownload > *:before {
  background-image: url(/images/mypage/IconDownload.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavFaq > *:before {
  background-image: url(/images/mypage/IconFaq.png);
}
#mypageNav .mypageNavOtherContent ul li.mypageNavLogout > *:before {
  background-image: url(/images/mypage/IconLogout.png);
}
#mypageNav .mypageNavBanner {
  margin: 10px 0;
  text-align: center;
}
#mypageNav .mypageNavBanner ul li#rule,
#mypageNav .mypageNavBanner ul li#smartpay,
#mypageNav .mypageNavBanner ul li#pico,
#mypageNav .mypageNavBanner ul li#atelier {
  list-style: none;
  text-align: center;
}

#mypageNav .mypageNavBanner li{
  margin-bottom: 10px;
}
