@charset "UTF-8";


/*   Contents   */
article {
	margin:45px 30px 0 30px;
}



/*   smart phone   */
@media screen and (max-width:640px) {
/*   Contents   */
article {
	margin:20px 1rem 0 1rem;
}
}