@charset "utf-8";
/*
Template: alamode
Theme Name: ALAMODE Child
Theme URI: http://ocadweb.com/alamode
Description: WordPress Theme ALAMODE By Ocadweb (Supported by LIQUID PRESS https://lqd.jp/wp/)
Author: Ocadweb (Supported by LIQUID PRESS)
Author URI: http://ocadweb.com/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, featured-images, threaded-comments
Version: 0.9
*/

.home .mainarea {
    padding-top: 0;
}
.headline .sns a, .foot .sns a {
    font-size: medium;
}

.detail_text .attachment-post-thumbnail {
    width: 100%;
}

.indextopbox {
    padding: 2rem 0;
    background: transparent url('images/top.jpg') no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.indextopbox a {
/*    color: #fff !important;*/
}
.indextopbox .ttl, .indexbottombox .ttl {
    font-size: medium;
    margin: 0 0 1rem 0;
    text-align: center;
}

.list_big .post_links .post_thumb {
/*
    max-height: 12rem;
    overflow: hidden;
*/
}
.list_1st .post_ttl {
    font-size: xx-large !important;
}
.list_1st .list-text {
    background-color: #333;
    color: #fff;
}
.list_1st .list-text .post_ttl {
    padding: .5rem;
}
.list_1st .list-text .post_cat {
    margin-left: .5rem;
}

.list_2nd .post_links {
    margin-bottom: 1px !important;
}

.col-md-6 .list.col-md-6 {
    padding-left: 1px;
    padding-right: 1px;
}
.share a {
    padding: 1rem 2rem;
}

.more {
    display: inline-block;
    padding: 1em 2rem;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.more:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

@media (max-width: 33.9em) {
    .mainpost, .detail {
        margin-top: 0;
    }
    .list_1st .post_ttl {
        font-size: large !important;
    }
    .detail .popularbox .list .post_links .post_thumb {
        height: 140px;
        overflow: hidden;
    }
}