@charset "utf-8";
/*基本---------------------------------------------------------------------------------*/
#RegistArea {
	margin:0 0;
	font-size:14px;
}
#RegistDesc {
	border:1px solid #cccccc;
	padding:5px 5px;
	border-radius: 6px;
	width:800px;
}

#btnRegist {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	padding: 10px 30px;
	color: #ffffff;
	background-color:#028760;
}
#btnRegist:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity:.70;
}

.title {
	font-weight:bold;
	margin:10px 0;
}
.mail {
	color:#ff3300;
	font-weight:bold;
}

#RegistEmail {
	height:35px;
	width:300px;
	font-size:18px;
}
label {
	text-align:left;
	display:block;
	float:none;
	width:300px;
	margin-top:20px;
	font-weight:bold;
}

/*基本---------------------------------------------------------------------------------*/

/*SP-----------------------------------------------------------------------------------*/
@media only screen and (max-width:599px) {/*-------------------------------------------*/
#RegistArea {
	margin:0 auto;
	width:100%;
}
#RegistDesc {
	margin:0 auto;
	width:100%;
}
#ButtonArea {
	text-align:center;
}
#RegistEmail {
	width:100%;
}
label {
	width:95%;
}
}/*SP----------------------------------------------------------------------------------*/

/*TB-----------------------------------------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:959px) {/*---------------------*/
}/*TB----------------------------------------------------------------------------------*/

/*PC-----------------------------------------------------------------------------------*/
@media only screen and (min-width:960px) {/*-------------------------------------------*/
}/*PC----------------------------------------------------------------------------------*/
