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

/* Register */

.Register {
	background: url(../../module/register/img/BgrRegister.svg) no-repeat center center #cd694a;
	background-size: auto;
	color: #FFF;
}

.Register a {
	color: #FFF;
	text-decoration: underline;
}

.Register a:hover {
	color: #FFF;
	text-decoration: none;
}




.Register .BoxRegister {
	position: relative;
	display: inline-block;
	width: 236px;
	height: 240px;
	background: url(../../module/register/img/ShadowRegister.png) no-repeat center center;
	text-align: center;
	margin: 28px 0 0 0;
}

.Register .BoxRegister a {
	text-decoration: none;
}

.Register .BoxRegisterContent {
	position: relative;
	display: block;
	width: 220px;
	height: 220px;
	background: #FFF;
	margin: 4px 8px 16px 8px;
	padding: 38px 20px 20px 20px;
	box-sizing: border-box;
	}

.Register .BoxRegister h2 {
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	font-size: 1.25em;
	line-height: 1.1em;
	font-weight: 300;
	color: #4a545a;
	margin: 0;
}

.Register .BoxRegister h3 {
	display: block;
	position: relative;
	width: 100%;
	height: 38px;
	font-size: 1.7em;
	line-height: 1.15em;
	font-weight: 600;
	color: #4a545a;
	margin: 0;
}

.Register .BoxRegister p {
	display: block;
	position: relative;
	width: 100%;
	height: 28px;
	font-size: 0.92em;
	line-height: 1.15em;
	font-weight: 300;
	color: #4a545a;
	margin: 0;
}

.Register .BoxRegister button {
	display: block;
	position: relative;
	height: 30px;
	font-size: 1.0em;
	font-weight: 400;
	color: #FFF;
	margin: 0 auto;
	background: #cd694a;
	padding: 0 15px;
}

.Register .BoxRegister button:hover {
	background: rgba(204, 104, 74, 0.7);
}