@charset "utf-8";
#news{
    margin-top: 0;
}

#news .item_wrap{
    margin-top: 0;
}

#news .item_wrap .img_area img{
    display: block;
}

#news .item_wrap .img_area img + img{
    margin-top: 30px;
}

#news .item_wrap .text_area{
    margin-right: 20px;
}

.news_detail{
    border-top: solid 1px #707070;
    padding-bottom: 30px;
}

.detail_comment{
    margin-top: 30px;
    padding-bottom: 30px;
}


@media only screen and (min-width: 1100px) {
    
}

@media (max-width: 1099px) {
    
    #news .item_wrap .text_area{
        margin-left: 50px;
        margin-right: 50px;
    }

}


@media (max-width: 599px) {

    .float_wrap .float_title{
        display: none;
    }
    
    #news .item_wrap .text_area{
        margin-left: 20px;
        margin-right: 20px;
    }

}



