@charset "UTF-8";


/* ---------------------------------
 width <= 480px
--------------------------------- */
@media screen and (min-width:1px) and (max-width:480px) {
	.core-contents {
		padding: 30px 0;
	}
/* under 480 */
}

/* End of CSS */