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

/*fanclub
-----------------------------------------*/
div#main div#fanclub {
	width: 570px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 92%;
	}
div#main div#fanclub h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	}
div#main div#fanclub div.section {
	margin-bottom: 20px;
	}
div#main div#fanclub div.section h4 {
	font-size: 100%;
	margin-bottom: 5px;
	}
div#main div#fanclub div.btn p {
	text-align: center;
	padding-top: 20px;
	}

/*fanclub_registration
-----------------------------------------*/
div#main div#fanclub_registration {
	width: 570px;
	font-size: 92%;
	}
div#fanclub_registration div#fanclub_form {
	width: 570px;
	font-size: 100%;
	}
div#fanclub_registration h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	}
div#fanclub_registration div#form-contents {
	margin-bottom: 60px;
	}
div#fanclub_registration p.lead {
	text-align: center;
	padding-bottom: 40px;
	line-height: 2.3;
	}
div#fanclub_registration div#form-contents p {
	width: 560px;
	background-color: #E6E6E6;
	padding:5px;
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_author {
	margin-bottom: 40px;
	}
div#fanclub_registration div#form-contents div.mail_author label {
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_author input {
	width: 150px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	margin-right: 10px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_address {
	margin-bottom: 40px;
	}
div#fanclub_registration div#form-contents div.mail_address div.zipcode {
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_address div.zipcode label {
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_address div.zipcode input {
	width: 50px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_address div.address {
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_address div.address label {
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_address div.address input {
	width: 300px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_tel {
	margin-bottom: 40px;
	}
div#fanclub_registration div#form-contents div.mail_tel label {
	display: block;
	width: 560px;
	background-color: #E6E6E6;
	padding:5px;
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_tel input {
	width: 50px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_email {
	margin-bottom: 40px;
	}
div#fanclub_registration div#form-contents div.mail_email label {
	display: block;
	width: 560px;
	background-color: #E6E6E6;
	padding:5px;
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_email input {
	width: 560px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents p.btn {
	margin-bottom: 40px;
	background: none;
	padding: 0;
	}
div#fanclub_registration div#form-contents p.btn span.text {
	vertical-align: middle;
	margin-right: 10px;
	}
div#fanclub_registration div#form-contents p.btn input.radioBtn {
	margin-bottom: 0;
	width: 20px;
	border: none;
	vertical-align: middle;
	margin-right: 3px;
	}
div#fanclub_registration div#form-contents div.mail_birth {
	margin-bottom: 40px;
	}
div#fanclub_registration div#form-contents div.mail_birth label {
	display: block;
	width: 560px;
	background-color: #E6E6E6;
	padding:5px;
	margin-bottom: 10px;
	}
div#fanclub_registration div#form-contents div.mail_birth input {
	width: 50px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}
div#fanclub_registration div#form-contents div.mail_birth input.mail_birth2,
div#fanclub_registration div#form-contents div.mail_birth input.mail_birth3 {
	width: 25px;
	border: 1px solid #E6E6E6;
	padding: 5px;
	vertical-align: middle;
	}

div#fanclub_registration div#formSubmit {
	margin-left: 245px;
	}	

div#fanclub_registration div.contact-text {
	margin: 20px 0 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
	}
div#fanclub_registration div.contact-text2 {
	margin: 20px 0 40px;
	}
div#fanclub_registration div.contact-text p {
	margin-bottom: 10px;
	}
div#fanclub_registration div.contact-text p.contact-error{
	color: #FF3300;
	font-size: 92%;
	text-indent: 1em;
	}
