@charset "utf-8";
/* CSS Document */
.topics{
    clear: both;
}
.topics ul{
    margin: 0;
}
.topics ul li{
    display: table;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.64);
}

@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .topics ul li{
    padding-top: 17px;
}
}

@media all and (-ms-high-contrast:none) {
.topics ul li{
    padding-top: 17px;
}
}

.topics ul li .date,
.topics ul li .label,
.topics ul li .title{
    display: table-cell;
    vertical-align: top;
}
.topics ul li .date{
    width: 90px;
    padding-left: 10px;
}
.topics ul li .label{
    width: 80px;
    padding: 1px 0 0 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}
.topics ul li .label p{
    width: 80px;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    background-color: #b7bec7;
    font-size: 13px;
    font-weight: 300;
}

@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .topics ul li .label p{
    margin-top : -.5em;
    padding: .4em 0 0 0;
}
}

@media all and (-ms-high-contrast:none) {

.topics ul li .label p{
    margin-top : -.5em;
    padding: .4em 0 0 0;
}
}


@media (max-width: 767px){
    .topics ul li .date,
    .topics ul li .label,
    .topics ul li .title{
        display: inline-block;
    }
    .topics ul li .date{
        width: 100px;
        color: #94979e;
    }
    .topics ul li .label p{
        padding: 2px 0 0 0;
    }
    .topics ul li .title{
        width: 100%;
    }
}
.topics ul li .title{
    padding-right: 10px;
    padding-left: 10px;
}
.topics ul li .title a{
    display: block;
    text-decoration: none;
}
.topics ul li .title a:link,
.topics ul li .title a:visited,
.topics ul li .title a:active{
    color: #333;
    text-decoration: none;
}

@media (min-width: 1025px){
    .topics ul li .title a:hover{
        color: #e60013;
        text-decoration: none;
    }
}
/*------------------------

詳細

------------------------*/

.article .article_header{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b7bec7;
}
.article .article_header .date{
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.article .article_header .label{
    width: 80px;
    padding: 1px 0 0 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}
.article .article_header .label p{
    width: 80px;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    background-color: #b7bec7;
    font-size: 13px;
    font-weight: 300;
}

@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .article .article_header .label p{
    margin-top : -.5em;
    padding: .4em 0 0 0;
}
}

@media all and (-ms-high-contrast:none) {
.article .article_header .label p{
    margin-top : -.5em;
    padding: .4em 0 0 0;
}
}

.article .article_header .title{
    margin-top: 15px;
    font-size: 24px;
}

@media only screen and (max-width: 767px){
    .article_body br{
        display: block;
    }
}
.article .img img{
    display: block;
    margin: 0 auto 10px;
}
.article .img p{
    text-align: center;
}
.article .pdf{
    padding: 30px 0;
    border-top: 1px solid #b7bec7;
    border-bottom: 1px solid #b7bec7;
}
.article .pdf a{
    text-decoration: none;
}
.article .article_footer{
    margin-top: 40px;
    padding: 40px 0 80px;
}
.article .article_footer .pagenation ul{
    text-align: center;
}
.article .article_footer .pagenation ul li{
    display: inline-block;
    vertical-align: middle;
}
.article .article_footer .pagenation ul li a{
    position: relative;
    display: block;
    width: 162px;
    height: 42px;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
    -webkit-transition-delay: 0s;
    text-align: center;
    background-color: #282836;
    font-size: 1.16667em;
    line-height: 42px;
}
.article .article_footer .pagenation ul li a{
    color: #fff;
    text-decoration: none;
}
.article .article_footer .pagenation ul li i{
    color: #fff;
}

@media (min-width: 1025px){
    .article .article_footer .pagenation ul li a:hover{
        color: #282836;
        background-color: #fff;
    }
    .article .article_footer .pagenation ul li a:hover i{
        color: #282836;
    }
}
