body{
	background: var(--backgroundcolor);
}


.container{
	width: var(--pcwidth);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:480px){
	.container{
		width: 100%;}
}


.contents-wrapper{
	width: var(--pcwidth);
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width:480px){
	.contents-wrapper{
		width: 98%;
	}
}

@media screen and (min-width:481px){
	.contents-wrapper{
		width: var(--pcwidth);
	}
}


@media screen and (max-width:480px){
	#news-wrapper{
		margin-top: 20px;
	}
}
@media screen and (min-width:481px){

}
