@charset "utf-8";

/*-------------------------------------------------------------------
	IDENTIFICATION DIVISION.

	PROGRAM-ID.									ABOUT
	DATE-WRITTEN.								2016-04-12
-------------------------------------------------------------------*/

/*****************************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*****************************************************/

.contents .text-center p.friend,
.contents .text-center p.step,
.contents .text-center p.caution{
	margin-bottom:50px;
}

.contents .text-center p.register {
	margin-bottom:30px;
}

.contents .text-center p.registTxt {
	margin-bottom:50px;
}

.sub a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1012px) {
    body {
        width: 1012px;
    }
}