
table tr th,
table tr td{
	vertical-align:top;
	text-align:left;
	padding-right:5px;
	}

.news_list{
    margin-bottom: 80px;
}


.news_topic{
    clear:both;
    /*margin-top: 80px;*/
    margin:80px 0;
}

.news_topic:first-child{
    margin-top: 50px;
}

.news_topic .thumbnail{
    display: block;
    width: 160px;
    float: left;
}

.news_topic .thumbnail .date{
    margin-top:10px;
    text-align: center;
    color:#666;
    vertical-align: middle;
    font-weight: bold;
    font-size: 31px;
    letter-spacing: 0.02em;
}

.news_topic .thumbnail .date .year{
    font-size:12px;
    padding-right: 5px;
    vertical-align: middle;
}

.news_topic .thumbnail .date .week{
    font-size:12px;
    padding-left: 5px;
    vertical-align: middle;
}

.news_topic .thumbnail img{
    width:160px;
    height:120px;
    border-radius: 5px;
}

.news_topic .thumbnail img.border{
    border: 1px solid #444;
}

.news_topic .news_body{
    padding-left:30px;
    margin-left: 190px;
    border-left: 1px solid #666;
}

.news_topic .news_body:after{
    content:" ";
    display: block;
    clear:both;
}

.news_topic .news_body img{
    margin: 20px 0 0;
}

.news_topic .news_body h2{
    color:#FFF;
    line-height: 32px;
    font-size:18px;
    margin-top: 0;
}

.news_topic .news_body p{
    color:#CCC;
    line-height: 1.7em;
    margin-top:20px;
}

.news_topic li{
	list-style-type:none;
}

.news_loadmore_frame{
    text-align: center;
    margin-bottom: 50px;
}

ul.news_datalist{
	padding:0;margin:0;display:table;list-style-type:none;
}
ul.news_datalist li{
	float: left;
}
ul.news_datalist li .data_mgn{
	margin-left:0.5em;
}

.pc_only{
    display: block;
}
.sp_only{
    display: none;
}

/***************************************
 *  footer
 */

