@charset "UTF-8";

/*-----------------------------------------------------
news_detail.css
update 2016年9月5日
-------------------------------------------------------*/

.news_image01 {
    float: left;
}

.news_text01 {
    width: 390px;
    float: right;
    text-align: left;
}

.newsclear {
    height: 70px;
    clear: both;
}

.news_image02 {
    margin: 0 0 30px 0;
}

.news_text02 {
    margin: 0 0 50px 0;
}

#async_refine_display_item ul img {
    width: 100%;
    height: auto;
}

#async_refine_display_item h3 img {
}

#news .detail_other_box li .recent_entry {
    height: 244px;
}

#async_refine_display_item li{
    float: left !important;
    margin-right: 10px !important;
}
#async_refine_display_item li:nth-child(4n){
    margin-right: 0px !important;
}
#async_refine_display_item li:nth-child(4n + 1){
    clear: both !important;
}
