/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
    +content-main
    	=
-----------------------------------------------------------------------------*/

.news-content {
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: 5px solid #e0e0e0;
}

.news-list ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.news-list ul li {
    padding: 10px 0;
    border: dotted #666;
    border-width: 1px 0 0 0;
    color: #000;
    font-weight: 600;
    font-size: 1.35em;
    line-height: 1.5;
    text-align: left;
}

.news-list ul li p {
    color: #666;
    font-weight: normal;
    font-size: 0.75em;
}

.news-list ul li a {
    display: block;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li:last-child {
    border-width: 1px 0;
}

.news-detail {
    padding-bottom: 20px;
    text-align: left;
}

.news-detail h3 {
    margin-bottom: 10px;
    color: #231815;
    font-size: 1.35em;
    line-height: 1.5;
}

.news-detail img {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.news-detail p {
    color: #231815;
    line-height: 1.8;
}

.news .btn-gary {
    float: left;
    padding: 0;
    line-height: 32px;
}

.news .btn-pink {
    float: right;
    padding: 0;
    line-height: 32px;
}