/* ----------------------------------------------------------------
    title
----------------------------------------------------------------- */
#title {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 15px;
}

#title img {
    width: 100%;
    height: auto;
}

#title p {
    text-align: center;
}

/* ----------------------------------------------------------------
    section
----------------------------------------------------------------- */
.section {
    background: #fff;
    border: solid 1px #a0a0a0;
    border-radius: 5px;
    padding: 15px;
    margin: 0 15px 50px;
}


.section .ph {
    text-align: center;
    padding-bottom: 20px;
}

.section .ph img {
    width: 100%;
}

.section .ph.pc {
    display: none;
}

.section .comment {
    padding-bottom: 30px;
}

.pdf {
    margin-top: 30px;
    background: url(/csr/photocontest/img/ceremony/icon-pdf.png) no-repeat left top;
    padding-left: 35px;
    padding-top: 7px;
}

.section .otherPh {
    overflow: hidden;
}

.section .otherPh a {
    width: 48%;
    float: left;
    display: inline-block;
    margin: 0 2% 2px 0;
}

.section .otherPh a:nth-child(2n+2) {
    margin-right: 0;
}

.section .otherPh a img {
    width: 100%;
    height: 108px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
}

.section .otherPh a.photo_top img {
    object-position: 50% 20%;
    font-family: 'object-fit: cover; object-position: 50% 20%;';
}

#ceremony #mdl-scr {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    z-index: 1000;
}

#mdl-box {
    position: absolute;
    z-index: 2000;
    display: none;
}

#mdl-wrap {
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

#mdl-close {
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: -20px;
    right: -20px;
}

#mdl-wrap .mdl-item img{
    display: block;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

#mdl-wrap .mdl-item p {
    margin-top: -3px;
    padding: 0 10px 10px;
    font-size: 14px;
}