.common-modal {
    text-align: center;
}
.common-modal {
    position: fixed;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-modal .common-modal-body {
    position: relative;
    background-color: white;
    padding: 20px 0;
    width: 340px;
    border-radius: 4px;
}
.common-modal .common-modal-body .close-button {
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(../../img/b_close.png) no-repeat center / contain;
    border: none;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    cursor: pointer;
}
.common-modal .common-modal-body .name {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
}
.common-modal .common-modal-body .thumbnail {
    width: calc(624px / 3);
    height: calc(416px / 3);
    margin: 10px auto;
    display: block;
}
.common-modal .common-modal-body .price {
    text-align: center;
}
.common-modal .common-modal-body .description {
    white-space: pre-wrap;
    max-height: 270px;
    overflow: scroll;
    margin: 10px;
}
.common-modal .common-modal-body form {
    border-top: solid 1px #cccccc;
    text-align: center;
    padding-top: 20px;
}
.common-modal .common-modal-body form label {
    display: block;
    margin-bottom: 10px;
}
.common-modal .common-modal-body form label input {
    width: 190px;
    font-size: 11px;
}
.common-modal .common-modal-body form label > span {
    display: inline-block;
    min-width: 65px;
    text-align: left;
}
.common-modal .legal-note {
    padding: 10px 12px 20px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
}

.common-modal .common-modal-body .modal-h {
    padding: 10px;
    font-size: 1.3em;
    color: #ffe850;
    text-shadow: 0 0 2px #310, 0 0 2px #310, 0 0 2px #310;
}
.common-modal .common-modal-body .modal-p {
    padding: 10px;
}
.common-modal .common-modal-body .common-msgimg {
    width: 320px;
    height: calc(320px * 638 / 650);
    margin-bottom: 20px;
}
.common-modal .common-modal-body .open-app {
    display: inline-block;
    width: 300px;
    height: calc(300px * 145 / 538);
    cursor: pointer;
    background-image: url(../../img/b_app.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.common-modal .common-modal-body .open-app:active {
    transform: scaleX(0.97) scaleY(0.95);
    background-image: url('../../img/b_app_pressed.png');
}

