@charset "UTF-8";

/***********
 * news.css *
 ***********/



section.news {
    margin-top: 50px;
}
section.news section {
    margin-bottom: 50px;
}
section.news section h2 {
    color: #0073bd;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 25px;
    background: url(../../images/news/title_lng_detail.jpg) repeat-x left bottom;
}
section.news section .date {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}
section.news section p {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
}

.pdf-icon {
    background: url(../images/share/pdf-icon.gif) no-repeat center right;
    padding-right: 20px;
}
