@charset "utf-8";
/* CSS Document */

.article{
	margin-bottom: 120px;
}


@media screen and (max-width:767px) {

.article{
	margin-bottom: 69px;
}

}