﻿#HPMain {
    background-color: #91b000;
    transition: all 1s ease-in;
    position: relative;
    padding: 15px;
}

    #HPMain a b {
        font-size: 14pt;
        color: red;
        display: block;
        margin-bottom: 10px
    }

a.selected {
    display: block
}

#HPMain a:first-child {
    opacity: 1
}

#Switcher {
    padding: 0px 15px;
    position: absolute;
    left: 100px;
    bottom: 30px;
    z-index: 10
}

    #Switcher span {
        float: right;
        background-color: #fff;
        box-shadow: 0 2px 2px 0px #888;
        cursor: pointer;
        margin-left: 10px;
        border-radius: 30px;
        height: 20px;
        width: 20px
    }

        #Switcher span.selected {
            background-color: #e40d05
        }

body.PC #HPMain {
    height: 345px;
    margin-bottom: 30px
}

    body.PC #HPMain a {
        display: block;
        position: absolute;
        width: 200px;
        top: 10px;
        left: 10px;
        height: 282px;
        width: 960px;
        opacity: 0;
        font-size: 12pt;
        color: #000;
        transition: all ease-out 0.3s
    }

        body.PC #HPMain a > .Img {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 630px;
            height: 325px
        }

        body.PC #HPMain a > span {
            position: absolute;
            width: 223px;
            top: 0;
            left: 0;
            z-index: 3;
            height: 100%;
            padding: 40px 70px 2px 60px;
            background: transparent url(//a7.org/imageschildren/main-bg.png) no-repeat scroll right top
        }

    body.PC #HPMain #Switcher {
        padding: 0px 15px;
        position: relative;
        bottom: 20px;
        right: calc(100% - 40% + 100px);
    }

body.Mobile #HPMain {
    height: 315px;
    width: 100%;
    margin: auto
}

    body.Mobile #HPMain img {
        width: 92%;
        margin: 5px auto
    }

    body.Mobile #HPMain > div:first-child {
        height: 260px;
        background-color: #d7db06;
        border: solid 10px #91b000;
        margin: auto
    }

    body.Mobile #HPMain a {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 5px;
        padding: 5px;
        box-sizing: border-box
    }

        body.Mobile #HPMain a > span {
            position: absolute;
            top: 157px;
            right: 0px;
            padding: 5px;
            background-color: #d7db06;
            z-index: 3;
            width: 92%;
            box-sizing: border-box
        }

        body.Mobile #HPMain a b {
            font-size: 12pt
        }

    body.Mobile #HPMain #Switcher {
        bottom: 15px
    }

        body.Mobile #HPMain #Switcher span {
            height: 10px;
            width: 10px
        }

.ChildrenTable {
    margin-top: 30px
}

#L4 > a:first-child, body.Mobile #L4 > a.story {
    margin-right: 0px
}

#L4 {
    font-size: 12pt;
    width: 100%
}

    #L4::after {
        content: ' ';
        clear: both;
        display: block
    }

    #L4 > a {
        width: 142px;
        height: 178px;
        color: #000;
        margin-right: 10px;
        margin-bottom: 15px;
        padding: 5px;
        display: block !important;
        float: right;
        box-shadow: 0px 7px 17px -8px rgba(0,0,0,0.8)
    }

        #L4 > a > span:first-child {
            height: 9px;
            background-color: rgba(0,0,0,0.27);
            display: block
        }

            #L4 > a > span:first-child:before {
                content: ' ';
                background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOxJREFUeNqU0jFrwkAYxnEVF6GgDkpR0MXJb+BSkQhWnET8DoI4KrordGzRUdwdVBDSSjfFxUlQHASnTm6lVJAOUv8HN7wccfCFHyTv5blLcucuWZbr3vIY9yF0scE/dmjDJx/yiusUPvEgeklMkMEJC7lSAh9GQNUc72jAxqMM1eE3At94Qw5pPWFThgoO39vHBRXRK8pQ1AisMEINYdGPydCXGPjFK9ReZI3JjjI0FQMD/KDq8Mq2DHX0L11jqAMRI6DGX+Q+qWXLCOIJz0bgjDwO5omYYYwA9rq3RQ9xLJ1OhKo/tLSbdRVgAOzvKrzVQKyxAAAAAElFTkSuQmCC) no-repeat scroll top center;
                height: 12px;
                position: relative;
                top: -2px;
                display: block
            }

        #L4 > a > img {
            display: block;
            width: 142px;
            height: 85px;
            margin: 5px 0px
        }

        #L4 > a > b {
            color: #df0809;
            display: block
        }

    #L4 .question {
        background-color: #ffdf05
    }

    #L4 .draw3 {
        background-color: #6fbbf1
    }

    #L4 .story {
        background-color: #c1df2a
    }

    #L4 .draw2 {
        background-color: #dbb3f6
    }

body.Mobile #L4 a {
    zoom: 0.955
}
