
/* 動画ライブラリー */

#contents h2 {
    height: 44px;
    line-height: 44px;
    width: 1020px;
    padding-left: 45px;
    margin: 20px auto;
    background: url(../img/movie_icon.gif) no-repeat left center;
    font-size: 2em;
    vertical-align: middle;
}

#contents .resultBlock {
    width: 47%;
    margin: 20px 10px 0 10px;
}

#contents .resultBlock dt {
    padding: 3px 0;
    display: block;
    line-height: 1.5em;
    color: #FFF;
    font-size: 1.8em;
}

.rules table {
    margin-bottom: 60px;
}

.btn-block {
        margin-bottom: 1rem;
}

.btn-block.center{
        justify-content: center;
}

.btn-block button, .btn-block p {
        margin: 1rem 1rem;
}

a.btn-base, button.btn-base {
    color: #165E83;
    background: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    padding: 1rem 2rem;
}

.photo {
    margin-bottom: 4em;
}

/* 動画詳細ページ */
.sozai {
    clear: both;
    padding-top: 20px;
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.sozai h4 {
    background-image: url(../../img/common/pattern_bg.gif);
    background-position: left top;
    background-repeat: repeat;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 1em;
}