@charset "UTF-8";

/*------------------------------------------------

   /news_con/index

------------------------------------------------*/
.news_con{
	clear:both;
	padding:5px 0;
	border-bottom:1px dashed #ddd;
}
.day{
	width:13%;
	float:left;
}
.cate01,.cate02,.cate03{
	width:10%;
	float:left;
}
.cate01{
	background:url(../../img/common/icon/cate01_bg.svg) left center no-repeat;
	background-size:auto 100%;
}
.cate02{
	background:url(../../img/common/icon/cate02_bg.svg) left center no-repeat;
	background-size:auto 100%;
}

.txt{
	width:70%;
	float:left;
}

.pageview{
	width:100%;
	clear:both;
	margin:20px 0;
}
.previous,.next{
	width:30%;
	float:left;
}
.previous a,.next a{
	width:90%;
	display:block;
	margin:0 auto;
	background:#092135;
	color:#fff;
	text-align:center;
	font-size:90%;
	padding:5px 0;
}
.number{
	width:40%;
	float:left;
	text-align:center;
	font-weight:bold;
}
@media screen and (max-width: 480px) {

.day{
	width:70%;
	float:left;
}
.cate01,.cate02,.cate03{
	width:20%;
	float:left;
}
.txt{
	width:100%;
	float:none;
	clear:both;
}

}

