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

.IA_top_news.Top-Content {
    margin-bottom: 140px;
}

#allnews .contents-body ul {
    list-style-type: none;
}
#allnews .entry__time {
    margin-bottom: .8em;
}
#allnews .entry__ttl {
    font-size: 1.24em;
}
#allnews .entry__ttl a {
    color:#26499d;
    transition: .4s;
}
#allnews .entry__ttl a:hover {
    color:#4496d3;
}
#allnews .top-moreinfo-block {
    padding-top:60px;    
}

.IA-top-wrapper.IA-pages-news .blog-detail__title {
    text-align: center;
    color: #26499d; 
    font-size: 1.5em;
    margin-bottom: .6em;
}
.blog-ia-date {
    font-size: 1.2em;
    text-align: center;
    color: #26499d; 
}
.ia-post-block.Top-Content {
    margin-bottom: 100px;
}
.blog-detail__body {
    margin-top:60px;
}


@media screen and (min-width: 960px) {
    .IA-top-wrapper.IA-pages-news {
    position: relative;
}
    .IA-pages-news .IA-top-left {
        position: absolute;
        width: 200px;
        top: 0;
        left: 0;
    }
    .IA-pages-news .IA-top-right {
        position: absolute;
        width: 200px;
        top: 0;
        right: 0;
    }
}


