/***** maga *****/

#magatxt {
	margin: 20px;
	font-size: 12px;
}
#magatxt p {
	padding: 0 0 10px 0;
	line-height: 140%;
}
#magatxt p.join {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #ddd;
	margin: 0 -20px 20px -20px;
}
#magatxt #meiwaku {
	color: #999;
}
#magatxt em {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
}
#magaform {
	margin: 0 20px 30px;
	border: 1px solid #000;
}
#magaform a {
	display: block;
	text-align: center;
	padding: 2px;
	background: #000;
	color: #fff;
}
#magaform a:hover {
	background: #fff;
	color: #000;
}


#magaform input[type="email"]{
	width			: 90%;
}

.magabt{
	margin			: 10px 0;
	padding			: 0 10px 0 10px;
}

.magabt div{
	width			: 50%;
	height			: 28px;
	float			: left;
}

.magabt div:first-child input{
	width			: 80px;
	color			: #ffffff;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#553904), to(#f8c65e));
	border			: 1px solid #f8c65e;
	border-radius	: 0px;
	-webkit-border-radius	: 0px;
}

.magabt div:nth-child(2) input{
	width			: 80px;
	color			: #333333;
	text-align		: center;
	text-decoration	: none;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#cacaca));
	border			: 1px solid #cacaca;
	border-radius	: 0px;
	-webkit-border-radius	: 0px;
}

.magabt div:first-child{
}

.magabt div:nth-child(2){
	position		: relative;
}

.magabt div:nth-child(2) a{
	position		: absolute;
	top				: 0;
	right			: 0;
}

.magabt:after{
	content			: "";
	display			: block;
	clear			: both;
}

.error{
	padding			: 30px 0;
	text-align		: center;
}