@charset "utf-8";
/* CSS Document */
/* new
------------------------------------------------------------------- */


.news_warp {margin-bottom: 30px;}
.news_warp ul{margin: 0 ; padding: 0;}

.news table{border-collapse:collapse; width:100%; border: solid 1px #80989b;}
.news th{
	padding:10px;
	text-align:left;
	background-color:#abced8;
	min-height: 40px;
	border: solid 1px #80989b;
	line-height: 30px;
}
.news .icon{margin-right: 10px;}
.news td{
	padding:10px;
	border: solid 1px #80989b;
	text-align:left;
	min-height: 40px;
	
}
.news td.news_txt,.news td.news_pht{vertical-align: top;}
.news_pht{width:380px;}

@media screen and (max-width:768px) {


.news table,.news tbody,.news tr {
    display: block;
    width: 100%;
}

.news th,.news td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
}
	.news th img{margin-bottom: 5px;}
	
}
