/*ブログタイトル非表示*/
#news .h3{
	display:none;
}
/*周りのボーダー消去*/
#news .c-list_table {
    border: 0px solid #999;
    margin-bottom: 15px;
    width: 90% !important;
	margin: 0 auto 15px;

}
/*左調節*/
#news th{
	border-right:0px solid #999;
	border-bottom: 1px solid #ddd;
	border-top: 0px none;
	width: 17%;
}
/*右調節*/
#news td {
	text-align:left;
	border-bottom: 1px solid #ddd;
	border-top: 0px none;
}

/*スマホ時のズレ解消*/
@media screen and (max-width: 640px) {#news .c-list_table th {
    display:table-cell;
}}

@media screen and (max-width: 640px) {#news .c-list_table td {
    display:table-cell;
}}

