.modalSection {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.modalSection.off {
    display: none
}

.modalSection .modalCover {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    display: block;
    z-index: 1000
}

.modalSection .modalArea {
    height: 100%;
    margin: 0 auto;
    z-index: 1100;
    position: relative;
    display: table
}

.modalSection .modalArea .modalPosition {
    display: table-cell;
    vertical-align: middle
}

.modalSection .modalBox {
    width: 700px;
    background: #ffffff;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.modalSection .modalBox .modalHead {
    padding: 20px 20px 5px;
    position: relative
}

.modalSection .modalBox .modalHead .modalTitle {
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold
}

.modalSection .modalBox .modalHead .closeBtn {
    padding: 4px 6px;
    color: #aaaaaa;
    font-size: 26px;
    position: absolute;
    right: 14px;
    top: 12px;
    cursor: pointer
}

.modalSection .modalBox .modalInner {
    padding: 20px;
    zoom:1}

.modalSection .modalBox .modalInner:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.modalSection .modalBox .modalInner p {
    margin: 0 0 10px
}

.modalSection .modalBox .modalInner textarea {
    width: 94%;
    padding: 5px;
    font-size: 14px;
    font-family: 'Verdana', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS P Gothic', 'Sans-Serif';
    line-height: 1.3;
    color: #333333;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2)
}

.modalSection .modalBox .modalInner textarea:focus {
    border: 1px solid #19a9e3
}

.pjtItemPreview {
    width: 318px;
    margin-left: 342px
}

.pjtItemCode {
    width: 312px;
    float: left
}

.pjtItemCode textarea {
    width: 90%;
    height: 100px;
    margin-bottom: 40px
}
