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

.topnews-pc{
	display: block;
}
.topnews-sh{display:none;}

.newsbo{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

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


.main,.side {
  margin: 20px;
}

.newsbo{
	width: 90%;
}
}

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

.topnews-sh{
	display: block;
}
.topnews-pc{display:none;}
.newsbo{
margin-top: 10px;
margin-bottom: -15px;
}

}