/*
 *  news
 */
#news_wrap { margin-bottom:30px; line-height:1.6em; }

/* news => title */
#news_wrap .title .icon2 { display:inline-block; }
#news_wrap .title .icon2 + h3 { display:inline-block; margin-left:5px; }

/* news => list */
#news_wrap > ul { margin-left:0; list-style:none; }
#news_wrap > ul > li { padding-bottom:10px; border-bottom:dotted 1px #ddd; margin-bottom:10px; }
#news_wrap > ul > li:last-child { padding-bottom:0; border-bottom:none; margin-bottom:0; }
#news_wrap > ul > li > > div > a { display:block; overflow:hidden; }
#news_wrap .news_date { float:left; width:110px; margin-bottom:0; }
#news_wrap .news_message { margin-left:110px; margin-bottom:0; }

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

    Device => [width]768

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media (max-width: 768px) {
/* news => title [sp] */
#news_warp .title { margin-bottom:15px; }
 
/* news => list [sp] */
#news_wrap > ul > li { padding-bottom:15px; border-bottom:dotted 1px #ddd; margin-bottom:15px; }
#news_wrap .news_date { float:none; width:auto; margin-bottom:5px; }
#news_wrap .news_message { margin-left:0; margin-bottom:0; }
}