#eFrontPage {
    background: url(../img/top/topBack.jpg) no-repeat center /cover;
    position: relative;
}

#eLoginForm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 calc(60vh / 20) calc(60vh / 20) calc(60vh / 20);
    font-size: calc(60vh / 24);
    text-align: center;
}

#eLoginForm input,
#eLoginForm textarea,
.eCommonButton {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 0 none;
    line-height: 2;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;

}

#eLoginForm input[type="submit"],
#eLoginForm input[type="button"],
.eCommonButton {
    background-color: cornflowerblue;
    color: #FFF;
}

#eLoginForm .eFormTable input[type="text"],
#eLoginForm .eFormTable textarea {
    text-align: left;
    padding: 0 0.5em;
}

.mw_wp_form_confirm #eLoginForm .eFormTable td {
    color: #FFF;
    text-align: left;
    word-break: break-word;
    overflow: hidden;
}
.eFormTable {
    width: 100%;
    font-size: calc(60vh / 28);
    overflow: hidden;
}
.eFormReadOnly{
    pointer-events : none;
    background-color: #EEE;

}
#eLoginForm div {
    margin-top: 3%;
}
.eFormTable th[colspan] {
    line-height: 1.6;
    padding: 0.5em 1em;
}
#ePhotoPreviewWrap {
    width: 100%;
    height: 100%;
    position: relative;
}

#ePhotoPreviewWrap canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#photoPreview {

}

#eButtonKimono {
    text-align: left;

    height: calc(60vh / 6);;
}

#eButtonKimono img {

    width: calc(60vh / 6);
}

#eButtonObi {
    text-align: left;

    height: calc(60vh / 6);;
}

#eButtonObi img {

    width: calc(60vh / 6);
}

#eButtonSave {
    position: absolute;
    right: calc(60vh / 30);
    bottom: calc(60vh / 16);

}

#eButtonSave span {
    display: block;
    width: calc(60vh / 12);
    height: calc(60vh / 12);
    padding: calc(60vh / 60);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 4px rgba(0, 0, 0, 5));
}

#eButtonDelete {
    position: absolute;
    /*left: calc(50% - ((60vh / 12) / 2));*/
    bottom: calc(60vh / 6);
    right: calc(60vh / 30);

}

#eButtonDelete span {
    display: block;
    width: calc(60vh / 12);
    height: calc(60vh / 12);
    padding: calc(60vh / 60);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 4px rgba(0, 0, 0, 5));
}

#eButtonDownload {
    position: absolute;
    /*left: calc(50% - ((60vh / 12) / 2));*/
    bottom: calc(60vh / 6);
    left: calc(60vh / 30);

}

#eButtonDownload span {
    display: block;
    width: calc(60vh / 12);
    height: calc(60vh / 12);
    padding: calc(60vh / 60);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 1)) drop-shadow(2px 2px 4px rgba(0, 0, 0, 5));
}

#ePhotoButton img {
    width: calc(60vh / 6);
}

#eFormMessage {
    color: #FFF;
    text-shadow: 0 0 2px #000, 1px 1px 2px #000, 1px 1px 3px #000;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    display: none;
}

.eFormMessage {
    color: #FFF;
    text-shadow: 0 0 2px #000, 1px 1px 2px #000, 1px 1px 3px #000;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
}

#eFormConfirm {
    display: none;
}

.eHalfButton {
    display: flex;
    justify-content: space-between;
}

.eHalfButton form {
    width: 48.5%;
}

.eHalfButton form .eCommonButton {
    width: 100%;
}

.eHalfButton .eCommonButton {
    width: 48.5%;
}

.eMessageButton {
    display: flex;
    justify-content: space-between;
}

.eMessageButton .eFormMessage {
    width: 72%;
}

.eMessageButton .eCommonButton {
    width: 24%;
}

.eMessageButton form {
    width: 24%;
}

.eMessageButton form .eCommonButton {
    width: 100%;
}

.ePhotoButton {
    display: flex;
    justify-content: space-between;
}

.ePhotoButton .eCommonButton {
    width: 22%;
    margin: 0;
}

.ePhotoButton form {
    width: 22%;
}

#eLoginForm .ePhotoButton input.eCommonButton {
    width: 100%;
}

.ePhotoButton .eFormMessage {
    width: 50%;
}

#photoDraw,
#furisodeDraw,
#obiDraw,
#mixDraw {
    background: no-repeat center /cover;
}

#eItemListWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    box-sizing: border-box;
    padding: calc(60vh / 8) calc(60vh / 40);
    font-size: calc(60vh / 18);
    color: #FFF;
}

#eItemListWrap > div {
    margin-bottom: 5%;
}

#eItemListWrap h3 {
    color: #FFF;
    margin-bottom: 3%;
    text-align: center;
}

#eItemListWrap .eItemList h3 {
    font-size: calc(60vh / 40);
    margin-bottom: 0;
    line-height: 1.6;
}

#eItemListWrap .eItemList time {
    display: block;
    font-size: calc(60vh / 50);
    text-align: center;
    margin-bottom: 2%;
}

.eItemCatList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eItemCatList > div {
    width: 49%;
    margin-bottom: 3%;
}

.eItemCatList > div a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 0 none;
    line-height: 2;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #EEEEEE;
}

.eItemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eItemList > div {
    width: 32%;
    margin-bottom: 5%;
    position: relative;
}

.eItemList > div img {
    display: block;
    width: 100%;
}

.eItemList > div .eResButton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: calc(60vh / 100);
    display: flex;
    justify-content: space-between;
}

.eItemList > div .eResButton > span {
    width: 32%;
    text-align: center;
    font-size: calc(60vh / 46);
    background-color: cornflowerblue;
    border-radius: 5px;
    line-height: 1.8;
}

.eItemList > div .eResButton > span.eActive {
    background-color: #AAA;
}

#eHeadBack {
    position: relative;
    height: calc(60vh / 12);
    width: calc(60vh / 12);
    left: calc(60vh / 30);
    top: calc(60vh / 30);
}

#eHeadBack a {

}

#eShareList {
    display: flex;
    justify-content: space-between;
    font-size: 90%;
}

#eShareList input[type="text"] {
    width: 48%;
    margin: 0;
}

#eShareList input[type="text"]::placeholder {

}

#eShareList input[type="button"],
#eShareList input[type="submit"] {
    width: 24%;
    margin: 0;
}

#eShareDownload {
    display: flex;
    justify-content: flex-end;
}

#eShareDownload input[type="button"] {
    width: 30%;
    margin: 0;
}

#eShareReserve #eShareReserveButton,
#eLoginForm #eShareReserve span {
    width: 20%;
}

#eShareReserve #eShareList {
    width: 40%;
}

#eShareReserve #eShareList #eShareDownload {
    width: 100%;
}

.eTriButton {
    display: flex;
    justify-content: space-between;
}

#eLoginForm .eTriButton > * {
    width: 30%;
}

#eFurisodeSingle {
    width: 100%;
    height: 100%;
    background: no-repeat center /contain;
}

#eReserveButton {
    display: flex;
    justify-content: space-between;
}

#eLoginForm #eReserveButton > * {
    width: 28%;
}

#eLoginForm #eReserveButton span {
    width: 12%;
}

#eLoginForm #eReserveButton .eActive {
    background-color: #AAA;
}

#eFurisodeSearch {
    text-align: center;
    padding-top: 1em;
}

#eFurisodeSearch input[type="submit"] {
    width: 100%;
    line-height: 2.2;
    border: 0 none;
    padding: 0%;
    background-color: cornflowerblue;
    color: #FFF;
    -webkit-appearance: none;
}

.eItemCatList input[type=radio] {
    display: none;
}

.eItemCatList input[type=radio] + label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border: 0 none;
    line-height: 2;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
    background-color: #EEEEEE;
    color: #000;
}

.eItemCatList input[type=radio]:checked + label {
    background-color: gold;
}

.eItemTitle {
    color: #FFF;
    margin-bottom: 3%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.eItemTitle span {
    margin: 0 2%;
}

.eFormTable {
    border-collapse: separate;
    border-spacing: 0.5em 0.5em;
}

.eFormTable th {
    color: #FFF;
    text-shadow: 0 0 2px #000, 1px 1px 2px #000, 1px 1px 3px #000;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    white-space: nowrap;
    text-align: center;
    padding: 0 1em;
}

.eFormTable td {
}

