
.contents_base {
	width:1000px;
	margin: 0 auto;
}
@media screen and ( max-width:1080px ) {
	.contents_base {
		width:90%;
	}
}