﻿.seatTypes > li:not(:last-child) {
    -webkit-border-image: url(/template/img/calk_border.png) 0 0 1 0 stretch;
    -o-border-image: url(/template/img/calk_border.png) 0 0 1 0 stretch;
    border-image: url(/template/img/calk_border.png) 0 0 1 0 stretch;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.seatCassettes {
    font-size: 0;
    line-height: 1.2;
}
    .seatCassettes > li {
        position: relative;
    }
.seatHeading {
    padding-bottom: 10px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    -webkit-border-image: url(/template/img/calk_border_bold.png) 0 0 3 0 stretch;
    -o-border-image: url(/template/img/calk_border_bold.png) 0 0 3 0 stretch;
    border-image: url(/template/img/calk_border_bold.png) 0 0 3 0 stretch;
    border-style: solid;
    border-width: 0 0 3px 0;
}
.seatCassettes > li:not(.hasSeatInfo) > .multipleSeatList {
    overflow: hidden;
    padding-bottom: 35px;
}
    .seatCassettes > li:not(.hasSeatInfo) > .multipleSeatList > li {
        display: inline-block;
        width: 211.33333333333334px;
        vertical-align: top;
    }
.seatCassettes > li:not(.hasSeatInfo) .seatImg:not(:last-child) {
    margin-bottom: 20px;
}

.seatCassettes > li:not(.hasSeatInfo) .seatImg {
    width: 211.33333333333334px;
    height: 211.33333333333334px;
    text-align: center;
}

.seatImg {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.seatImg {
    border-radius: 8px;
}

.seatImg {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
    .seatImg img.fixSquare {
        width: 100% !important;
        height: 100% !important;
    }

    .seatImg img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.fixSquare, .fixSide {
    width: 100%;
    height: auto;
}
.seatCassettes > li:not(.hasSeatInfo) .seatImg:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.seatCassettes > li:not(.hasSeatInfo) .seatImg {
    width: 211.33333333333334px;
    height: 211.33333333333334px;
    text-align: center;
}
.seatCapacity {
    font-weight: 700;
    font-size: 20px;
}
.seatTxt:not(:first-child) {
    margin-top: 15px;
}

.seatTxt {
    color: #e1e1e1;
    font-size: 14px;
    line-height: 2;
}
.wrapper:not(#topPage) .fixedBackgroundWrap > section:first-of-type {
    margin-top: 20px;
}
.contentsWrapBorder {
    position: relative;
    border: 4px solid rgba(216,216,216,0.3);
}

.sharpContents {
    padding: 50px 44px 44px;
}
.contentsWrapBorder:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid rgba(216,216,216,0.3);
    pointer-events: none;
}
