@charset "UTF-8";
/*
Template:birth_tcd057
Theme Name:birth_tcd057_child
*/
body, a, #index_course_list a:hover, #previous_next_post a:hover, #course_list li a:hover {
    color: #bf3f73;
}

.news_custom_block {
    font-size: 16px;
    line-height: 2.0;
    margin-bottom: 40px;
}

.news_custom_block dl.item
{
    margin-bottom: 15px;
}
.news_custom_block dl.item dt {
    float: left;
    width: auto;
    margin-right: 10px;
    font-weight: normal;
    color: #666666;
}

@media screen and (max-width: 650px) {
    .news_custom_block dl.item dt {
        float: none;
        margin-right: 0;
    }
}

.news_custom_block dt span {
    display: inline-block;
}

span.newscat {
    background-color: #afcfd2;
    border-radius: 30px;
    font-size: 13px;
    padding: 7px 10px 5px 10px;
    color: #ffffff;
    width: 115px;
    text-align: center;
    line-height: 1;
    font-weight: normal;
}

.news_cat_list_block ul li span.newscat:hover
{
    background-color: #6598a1;
    color: #ffffff;
}
/*
.newscat.important {
    background-color: #FFEBE8;
    color: #E74C3C;
}
*/

.news_cat_list_block ul li.current-cat span.newscat {
    background-color: #6598a1;
}

.news_cat_list_block ul {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
}

.news_cat_list_block ul  li {
    margin-right: 10px;
}

@media screen and (max-width: 650px) {
    .news_cat_list_block ul {
        flex-wrap: wrap;
    }
    .news_cat_list_block ul  li {
        margin-bottom: 10px;
        height: 20px;
    }
}
