/*

Theme Name: Child of Twenty Fifteen
Description: Child theme of Twenty Fifteen
Author: The biggest fan of Nozomi Aso
Version: 0.0.1
Template: twentyfifteen

*/

@import url('../twentyfifteen/style.css');

/**
 * 3.0 Typography
 */
body,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}

.font_08 {
    font-size: 0.8em;
}
.font_09 {
    font-size: 0.9em;
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
    border-bottom: 1px solid #167ff0;
    color: #167ff0;
}

body {
    background: url("/wp-content/uploads/2016/12/stripes-bg.jpg");
    color: #000000;
}

.sidebar {
    background: #9be5df;
    border-bottom: 3px solid #000000;
}

.site-header {
    background-color: #9be5df;
    border-bottom: 3px solid #000000;
    padding: 7.6923%;
}

/**
 * 6.0 Navigations
 */

/**
 * 6.2 Menus
 */
.site-branding img {
    display: none;
}
.main-navigation a {
    color: #000000;
}
.main-navigation li {
    border-top: 1px solid #000000;
    position: relative;
}

.secondary-toggle {
    background-color: #FFFFFF;
    border: 3px solid #000000;
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}

.secondary-toggle:before {
    color: #000000;
    content: "\f419";
    line-height: 36px;
    width: 36px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
    background-color: #FFFFFF;
    border: 3px solid #c1c1c1;
    border: 3px solid rgba(51, 51, 51, 0.5);
    outline: 0;
    color: #333;
}

.secondary-toggle.toggled-on:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: 1px;
    left: -1px;
}

.secondary.toggled-on {
    border-top: 1px solid transparent;
    display: block;
}



.site-footer {
    background-color: #fff;
    border-top: 3px solid #000000;
    padding: 3.84615% 7.6923%;
}

/* =============== 他の女優 =============== */
#all_actress {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .8em;
}
#all_actress li {
    width: 120px;
    margin: 0 1em 1em 0;
    float: left;
}
#all_actress li a img {
    width: 120px;
    height: 120px;
    border: none;
}
#all_actress li p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#all_actress li a {
    text-decoration: underline;
}


/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
    .hentry, .page-header, .page-content {
        box-shadow: 0;
        border: 3px solid #000000;
    }
    .hentry {
        border: 3px solid #000000 !important;
    }
    .site-branding img {
        width: 100px;
        display: block;
        float: left;
        position: absolute;
        top: -50%;
    }
    .site-branding p {
        margin-left: 110px;
    }
    .site-title {
        padding-left: 110px;
    }
    .main-navigation ul {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }
    .secondary {
        box-shadow: 0;
        margin: 0;
        padding: 7.6923% 7.6923% 0;
    }


    .site-footer {
        border-top: 3px solid #000000;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        margin: 0;
        padding: 3.84615% 7.6923%;
    }
    .site-info {
        margin: 0 auto;
        text-align: center;
        display: inline-block;
    }

}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
    .site-branding img {
        width: 120px;
    }
    .site-branding p {
        margin-left: 135px;
    }
    .site-title {
        padding-left: 132px;
    }

    .main-navigation {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .secondary-toggle {
        height: 56px;
        width: 56px;
    }

    .secondary-toggle:before {
        line-height: 52px;
        width: 52px;
    }

}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
    .site-branding img {
        width: 150px;
    }
    .site-branding p {
        margin-left: 165px;
    }
    .site-title {
        padding-left: 164px;
    }

    .secondary-toggle {
        height: 64px;
        width: 64px;
    }

    .secondary-toggle:before {
        line-height: 58px;
        width: 58px;
    }
}



/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
    body:before {
        background-color: #9be5df;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        content: "";
        display: block;
        height: 100%;
        min-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 29.4118%;
        z-index: 0;
        border-right: 3px solid #000000;
    }
    .sidebar {
        border-right: 3px solid #000000;
        border-bottom: 0;
    }
    .site-header {
        border-bottom: 0;
        margin: 0;
    }
    .site-branding {
        text-align: center;
    }
    .site-branding img {
        width: 100%;
        margin-bottom: .5em;
        display: inline-block;
        clear: both;
        position: relative;
    }
    .site-branding p {
        margin-left: 0;
    }
    .site-title {
        padding-left: 0;
    }
    .main-navigation {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 0 20%;
    }
    .social-navigation {
        margin: 0 0 20%;
    }
    .widget {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 20%;
        padding: 0;
    }
    .site-footer {
        float: left;
        margin: 0 0 0 35.2941%;
        padding: 0;
        width: 58.8235%;
        border: 3px solid #000000;
        border-bottom: 0;
    }
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {

}












