@charset "utf-8";

a {
    outline: none;
}

sup {
    font-size: 50%;
    vertical-align: top;
}
.bold .normal {
    font-weight: normal !important;
}

#container {
    width: auto !important;
}
#innerBox {
    width: auto !important;
}

/* section
--------------------------------------------------------- */
.section {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto 5%;
}
.sectionInner {
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}

/* --------------------------------------------------------- */

dl dt {
    background: #ebebeb;
    margin-top: 20px;
}
dl dt h2 {
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    padding: 1% 2% 0.8%;
}
dl dt h3 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
}

dl dd {
    padding: 3% 5%;
}
dl dd .movie-wrap {
    border: 5px solid #333;
    position: relative;
}
dl dd .movie-wrap .until_comment {
    display: none;
}
dl dd p {
    margin-top: 10px;
}

.bnr {
    text-align: center;
}
.bnr a {
    border: 1px solid #eee;
    display: inline-block;
}

/* --------------------------------------------------------- */

.fp3q dt h2 {
    background: #ff667b;
}
.fp2q dt h2 {
    background: #009bcb;
}
.fp1q dt h2 {
    background: #d14091;
}

/* --------------------------------------------------------- */

dl dd .movie-wrap.until .until_comment {
    background: #ccc;
    display: block;
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
}
dl dd .movie-wrap.until .until_comment .comment_wrap {
    display: block;
    height: 100% !important;
    position: relative;
}
dl dd .movie-wrap.until .until_comment .comment_wrap p {
    display: block;
    font-size: 130%;
    font-weight: bold;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important;
}
