@charset "utf-8";

/* responsive css */
@media only screen and (min-width:241px) and (max-width:480px) {
	.contents{width:100%;}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	.contents{width:100%;}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.contents{width:100%;}
}

@media only screen and (min-width:1025px) {
	.contents{width:100%;max-width:1140px;}
}