@charset "utf-8";
/* CSS Document */

.category  .secBox > .sectionInner h2{margin: 0 0 1em;}
.articleBox .articleItemBox {padding: 0 0 2em;margin: 0 0 2em;border-bottom: 1px dashed #b9b9b9;}
.articleBox .articleItemBox .hoverEase .articleThumb {width: 15em;height: 7em;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background-position: center;background-repeat: no-repeat;background-size: cover;}
.articleBox .articleItemBox .hoverEase .articleBtn {opacity:0; -webkit-transition:opacity .5s ease-in-out; transition:opacity .5s ease-in-out;}
.articleBox .articleItemBox .hoverEase:hover .articleBtn{opacity:1;}
.articleBox .articleItemBox .hoverEase .leftBox {padding: 0 0 0 2em;width: calc(100% - 15em);}
.articleBox .articleItemBox .hoverEase .news_new {color: #E4007F;}
.articleBoxCat {display: -webkit-box;display: -ms-flexbox;display: flex;padding: 0.4em 0.3em;background-color: #505050;/* border-radius: 3px; */margin: 0 0 0 0.5em;font-size: 76%;line-height: 1;color: #fff;text-decoration: none;border-width: 1px;border-style: solid;border-color: #505050;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.articleBox .articleItemBox .hoverEase .bottomBox {font-size: 100%;margin: 0.3em 0 0 0;}
.navigation {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}

/* 800px以下*/
@media screen and (max-width:800px){
    .category  .secBox > .sectionInner h2{margin: 0 0 0em;}
    .articleBox .articleItemBox .hoverEase .articleThumb {width: 100%;height: 10em;}
    .articleBox .articleItemBox .hoverEase .leftBox {width: 100%;padding: 1em 0em 0;}
}