@charset "UTF-8";



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



/*======================================

	h2
	
========================================*/

.news-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_news_top.png) no-repeat 0px 3px;
	background-size:30px 30px;
}

.menu-news-top{
	display: inline-block;
	width:28px;
	background: transparent url(../../i_icon/icon_news_menu.png) no-repeat 0px 2px;
	background-size:23px 23px;
}

h3.news-h3{
	font-size:20px;
	padding:0 0 10px 40px;
	margin:0 0 8px 0;
	background: transparent url(../../i/h3_icon.png) no-repeat 0px 2px;
	border-bottom: 1px solid #ccc;
}

/*======================================

	top
	
========================================*/

.news-box{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:0 0 0 0;
	margin:0 0 35px 0;
}

.news-date{
	font-size:15px;
	color:green;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}



}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


/*======================================

	h2
	
========================================*/

.news-top{
	display: inline-block;
	width:40px;
	background: transparent url(../../i_icon/icon_news_top.png) no-repeat 0px 3px;
	background-size:30px 30px;
}

.menu-news-top{
	display: inline-block;
	width:28px;
	background: transparent url(../../i_icon/icon_news_menu.png) no-repeat 0px 2px;
	background-size:23px 23px;
}

h3.news-h3{
	font-size:20px;
	padding:0 0 10px 40px;
	margin:0 0 8px 0;
	background: transparent url(../../i/h3_icon.png) no-repeat 0px 2px;
	border-bottom: 1px solid #ccc;
}

/*======================================

	top
	
========================================*/

.news-box{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:0 0 0 0;
	margin:0 0 35px 0;
}

.news-date{
	font-size:15px;
	color:green;
	margin:0 0 15px 0;
	padding:0 0 0 0;
}



}/*//end  min-width: 481px ///////////////////////*/







