@charset 'utf-8';
/*
    第2回キッズコンペ用CSS
*/
/* タイトル
================================== */
.kidscomp002 .pageHeader h1:before {
    background: url(../images/kidscomp/ttl_002.png) no-repeat 0 0;
}
/* 開催概要
----------------------------------- */
.kidscomp002 .lead {
    width: 600px;
    margin: 0 auto 20px;
    line-height: 180%;
    color: #000;
    font-size: 110%;
}
#main.kidscomp002 > section {
    padding: 0 20px;
}
#main.kidscomp002 > section h1 {
    margin-bottom: 15px;
    padding-left: 60px;
    background: url(../images/kidscomp/ico_kuma.png) no-repeat 0 0;
    min-height: 45px;
    line-height: 45px;
    font-size: 180%;
    font-weight: bold;
    color: #d38a01;
}

#main.kidscomp002 > section > .inner {
    width: 640px;
    padding: 20px 40px !important;
    margin: 0 auto;
    background: #fff url(../images/kidscomp/bg_summary02.png) repeat-y center 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main.kidscomp002 > section p {
    margin-bottom: 1.5em;
}

#kidscomp002Sum dl {
    margin-bottom: 20px;
}
#kidscomp002Sum dt,
#kidscomp002Sum dd.mainDtl {
    font-size: 120%;
    color: #000;
}
#kidscomp002Sum dt {
    margin: 0 .5em 10px 0;
    float: left;
    font-weight: bold;
}
#kidscomp002Sum dt:after {
    content: ':';
}
#kidscomp002Sum dd.mainDtl {
    margin-bottom: 10px;
}
#kidscomp002Sum dd.dtl {
    clear: both;
}
#kidscomp002Sum ul,
#kidscomp002Sum ol {
    margin-left: 1.5em;
    padding: .5em 0;
}
#kidscomp002Sum ul {
    list-style: disc;
}
#kidscomp002Sum ol {
    list-style: decimal;
}

/* 順位 */
#kidscomp002Rank {

}
#kidscomp002Rank dl {
    margin-bottom: 30px;
}
#kidscomp002Rank dl dt {
    display: none;
    /*margin-bottom: 15px;
    font-weight: bold;
    font-size: 130%;
    color: orange;*/
}
#kidscomp002Rank dl dd {
    text-align: center;
}
#kidscomp002result {
    text-align: center;
}
#kidscomp002result a {
    display: inline-block;
    padding: 1em;
    background-color: orange;
    border-radius: 3px;
    color: #fff;
}


/* ギャラリー */
#kidscomp002Gallery {}
/* ギャラリー */
#kidscomp002Gallery ul {
        width: 600px;
        margin: 0 auto;
}
#kidscomp002Gallery ul li,
#kidscomp002Gallery ul li img {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
}
#kidscomp002Gallery ul li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 130px;
        height: 105px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 5px #fff,0 0 2px 5px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 0 5px #fff,0 0 2px 5px rgba(0,0,0,.2);
        box-shadow: 0 0 0 5px #fff,0 0 2px 5px rgba(0,0,0,.2);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
}
#kidscomp002Gallery ul li:hover {
        -webkit-transform: rotate(-4deg) scale(1.1);
        -moz-transform: rotate(-4deg) scale(1.1);
        transform: rotate(-4deg) scale(1.1);
        -webkit-box-shadow: 0 0 0 5px #fff, 0 0 5px 5px rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 0 5px #fff, 0 0 5px 5px rgba(0,0,0,.4);
        box-shadow: 0 0 0 5px #fff, 0 0 5px 5px rgba(0,0,0,.4);
}

/* ビデオ */
#kidscomp002video .wp-video{
    margin: 0 auto;
}

/* 協賛 */
.kidscomp002 .support {
    text-align: center;
}

/* 告知用 */
#kidscomp002Sum table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
#kidscomp002Sum th,
#kidscomp002Sum td {
    padding: .5em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#kidscomp002Sum th {
    width: 30%;
    vertical-align: middle;
    background-color: #fbf5f1;
    text-align: left;
    font-weight: bold;
    color: #000;
}