@charset "shift_jis";

/* =======================================

	H CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Text Decoration
	
	2.Entry Section
		2-1.Input Section01
		2-3.Input Section02
		2-4.Confirm Section
		2-5.Error Message
		2-6.Complete Message
	
	3.Submit Button
	
	4.Table02
		4-1.th
			4-1-1.Info Link
		4-2.td
			4-2-1.input Textbox
			4-2-2.input radio
			4-2-3.input checkbox
			4-2-4.Address
				4-2-4-1.Post Number
			4-2-5.Area
			4-2-6.Birtyday
			4-2-7.Gender
			4-2-8.Hobby
			4-2-9.Adult, MailMag
			4-2-10.Error
			4-2-11.Notice
	
	
	H01
 -----------------------------------------
	1.Member Regulations
		1-1.Inner
	
	2.Agree Submit

========================================== */

/* 1.Text Decoration
========================================== */
#contents p.entryFlow {
	margin: 30px 0 20px;
	text-align: center;
}

#contents .entryLead {
	margin: 0 17px 20px;
}

#contents .entryLead span.necessary {
	color: #FFCC00;
}

#contents .entryLead a {
	padding-bottom: 1px; /* for Underline */
	color: #528ACE;
}


/* 2.Entry Section
========================================== */
#contents .entrySec {
	margin: 0 0 50px;
}

#contents .entrySec h3 {
	margin: 0 0 12px;
}

#contents .entrySec p.lead {
	margin: 0 25px 20px;
	font-size: 77%;
	line-height: 1.401;
}

#contents .entrySec span.necessary {
	margin: 0 0 0 3px;
	color: #FFCC00;
}

	/* 2-1.Input Section01
	---------------------------------------- */
	#contents .entrySec .inputSec01 {
		margin: 0 0 30px;
	}
	
	/* 2-3.Input Section02
	---------------------------------------- */
	#contents .entrySec .inputSec02 {
		margin: 35px 0 30px;
	}
	
	/* 2-4.Confirm Section
	---------------------------------------- */
	#contents .entrySec .confirmSec {
		padding: 8px 5px;
		border: solid #858585;
		border-width: 0 0 1px;
	}
	
	#contents .entrySec .confirmSec#profConf {border-width: 1px 0;}
	
	#contents .entrySec .confirmSec table {
		margin: 0; /* Reset */
	}
	
	#contents .entrySec .confirmSec table tr th,
	#contents .entrySec .confirmSec table tr td {
		padding: 4px 10px;
	}
	
	#contents .entrySec .confirmSec table tr th {
		width: 170px;
	}
	
	/* 2-5.Error Message
	---------------------------------------- */
	#contents .entrySec .errorMess {
		position: relative;
		margin: 5px 0 -20px;
		text-align: left; /* Reset */
	}
	
	#contents .entrySec .errorMess p {
		color: #F5007E;
	}
	
	#contents .entrySec .errorMess ul {
		margin: 0 0 0 10px;
	}
	
	#contents .entrySec .errorMess ul li {
		margin: 5px 0 0;
		color: #F5007E;
	}
	
	/* 2-6.Complete Message
	---------------------------------------- */
	#contents .entrySec .completeMess {
		margin: 50px 15px 60px;
	}
	
	#contents .entrySec .completeMess p {
		margin: 0 0 18px;
	}


/* 3.Submit Button
========================================== */
#contents .entrySec p.submitBtn01 {
	position: relative;
	margin: -15px 0 15px;
	text-align: center;
}

#contents .entrySec p.submitBtn01.finally {margin-top: 15px;}

#contents .entrySec p.submitBtn01 label.submit {
	margin: 0 7px;
}

#contents .entrySec p.submitBtn02 {
	position: relative;
}

#contents .entrySec p.submitBtn02 label.delete {
	position: absolute;
	top: 0;
	right: 0;
	width: 116px;
}


/* 4.Table02
========================================== */
#contents .entrySec table.table02 {
	margin: 0; /* Reset */
}

	/* 4-1.th
	---------------------------------------- */
	#contents .entrySec table.table02 tr th {
		padding: 8px 5px 8px 10px;
		width: 150px;
		white-space: nowrap;
	}
	/*\ for Safari */
	html*#contents                 .entrySec table.table02 tr th {width: 170px;} /* for Safari IE6 IE7 */
	* html #contents               .entrySec table.table02 tr th {width: 150px;} /* Reset IE6 */
	*:first-child + html #contents .entrySec table.table02 tr th {width: 150px;} /* Reset IE7 */
	
	#contents .entrySec table.table02 tr.address th {vertical-align: middle;}
	
	/* reset */
	#contents .entrySec table.table02 tr          th.postNum,
	#contents .entrySec table.table02 tr.area     th,
	#contents .entrySec table.table02 tr.city     th,
	#contents .entrySec table.table02 tr.houseNum th,
	#contents .entrySec table.table02 tr.build    th {
		padding-right: 0;
		padding-left:  0;
		width: 90px !important;
	}
	
	/* reset */
	#contents .entrySec table.table02 tr           th.postNum,
	#contents .entrySec table.table02 tr.area      th,
	#contents .entrySec table.table02 tr.city      th,
	#contents .entrySec table.table02 tr.houseNum  th,
	#contents .entrySec table.table02 tr.adult     th,
	#contents .entrySec table.table02 tr.mailMag01 th {
		border: none;
	}
		
		/* 4-1-1.Info Link
		---------------------------------------- */
		#contents .entrySec table.table02 tr th span.infoLink {
			margin-left: 8px;
		}
		
		#contents .entrySec table.table02 tr th span.infoLink a {
			padding-bottom: 1px; /* for Underline */
			color: #434343;
		}

	/* 4-2.td
	---------------------------------------- */
	#contents .entrySec table.table02 tr td {
		padding: 8px 0 4px 1.5em;
	}
	
	#contents .entrySec table.table02 tr td.sample {
		padding: 8px 5px !important;
		/*width:215px;*/
        width: 190px;
		font-size: 77%;
		line-height: 1.6;
	}
	/*\ for Safari */
	html*#contents                 .entrySec table.table02 tr td.sample {width: 200px;} /* for Safari IE6 IE7 */
	* html #contents               .entrySec table.table02 tr td.sample {width: 215px;} /* Reset IE6 */
	*:first-child + html #contents .entrySec table.table02 tr td.sample {width: 215px;} /* Reset IE7 */
	
	/* reset */
	#contents .entrySec table.table02 tr          td.postNum,
	#contents .entrySec table.table02 tr.area     td,
	#contents .entrySec table.table02 tr.city     td,
	#contents .entrySec table.table02 tr.houseNum td,
	#contents .entrySec table.table02 tr.build    td {
		padding-left: 0;
	}
	
	/* reset */
	#contents .entrySec table.table02 tr          td.postNum,
	#contents .entrySec table.table02 tr.area     td,
	#contents .entrySec table.table02 tr.city     td,
	#contents .entrySec table.table02 tr.houseNum td {
		border: none; /* Reset */
	}
	
	/* inner reset */
	#contents .entrySec table.table02 tr td table {
		margin: 0;
	}
	
		/* 4-2-1.input Textbox
		---------------------------------------- */
		#contents .entrySec table.table02 tr td label.textbox input {
			top: -2px;
			width: 213px;
		}
		
		#contents .entrySec table.table02 tr.tel    td label.textbox input,
		#contents .entrySec table.table02 tr.mobile td label.textbox input,
		#contents .entrySec table.table02 tr.fax    td label.textbox input {width: 163px;}
		
		#contents .entrySec table.table02 tr.birthday td label.textbox input {width: 80px;}
		
		#contents .entrySec table.table02 tr td.postNum label.post01 input {width: 28px;}
		#contents .entrySec table.table02 tr td.postNum label.post02 input {width: 33px;}
		
		#contents .entrySec table.table02 tr.webSite td label.textbox input {width: 260px;}
	
		/* 4-2-2.input radio
		---------------------------------------- */
		#contents .entrySec table.table02 tr td label.radio {
			margin-left: 15px;
			padding: 3px 4px 2px 0;
			zoom: 1;
		}
		
		#contents .entrySec table.table02 tr td label.radio input {
			left: -15px;
			margin-right: -8px;
		}
		
		/* 4-2-3.input checkbox
		---------------------------------------- */
		#contents .entrySec table.table02 tr td label.checkbox {
		}
		
		#contents .entrySec table.table02 tr td label.checkbox input {
			margin-right: 3px;
		}
		
		/* 4-2-4.Address
		---------------------------------------- */
		#contents .entrySec table.table02 tr.address td {
		}
		
			/* 4-2-4-1.Post Number
			---------------------------------------- */
			#contents .entrySec table.table02 tr td.postNum label.post01 input {margin-right: 5px;}
			#contents .entrySec table.table02 tr td.postNum label.post02 input {margin-left:  5px;}
		
		/* 4-2-5.Area
		---------------------------------------- */
		#contents .entrySec table.table02 tr.area td select {
			margin-right: 5px;
		}
		/* IE6 Only */
		* html #contents .entrySec table.table02 tr.area td select {top: -2px;}
		/* IE7 Only */
		*:first-child + html #contents .entrySec table.table02 tr.area td select {top: -2px;}
		
		#contents .entrySec table.table02 tr.area td label.submit input {
			margin-top: -2px;
		}
		/* IE7 Only */
		*:first-child + html #contents .entrySec table.table02 tr.area td label.submit input {margin-top: -4px;}
		
		/* 4-2-6.Birtyday
		---------------------------------------- */
		#contents .entrySec table.table02 tr.birthday td {
		}
		
		#contents .entrySec table.table02 tr.birthday td label,
		#contents .entrySec table.table02 tr.birthday td input,
		#contents .entrySec table.table02 tr.birthday td select {
			margin-right: 10px;
		}
		
		#contents .entrySec table.table02 tr.birthday td select {
			top: -1px;
		}
		/* IE6 Only */
		* html #contents .entrySec table.table02 tr.birthday td select {top: -2px;}
		/* IE7 Only */
		*:first-child + html #contents .entrySec table.table02 tr.birthday td select {top: -2px;}
		
		/* 4-2-7.Gender
		---------------------------------------- */
		#contents .entrySec table.table02 tr.gender td {
			padding-top: 9px;
		}
		/* IE6 Only */
		* html #contents .entrySec table.table02 tr.gender td {padding-top: 7px;}
		/* IE7 Only */
		*:first-child + html #contents .entrySec table.table02 tr.gender td {padding-top: 5px;}
		
		#contents .entrySec table.table02 tr.gender td label.radio {
			margin: 0 15px 0 5px;
		}
		#contents .entrySec table.table02 tr.gender td > span > label:last-of-type  label.radio {
			margin: 0 0 0 5px;
		}
				
		/* 4-2-8.Hobby
		---------------------------------------- */
		#contents .entrySec table.table02 tr.hobby td {
		}
		
		#contents .entrySec table.table02 tr.hobby td .hobbyCheck {
			position: relative;
			top: -2px;
			margin: -8px 0 0;
			zoom: 1;
		}
		
		#contents .entrySec table.table02 tr.hobby td .hobbyCheck label.checkbox {
			display: block;
			float: left;
			margin: 8px 0 0;
			padding: 0 0 0 19px;
			width: 76px;
		}
		
		#contents .entrySec table.table02 tr.hobby td .hobbyCheck label.checkbox input {
			position: relative;
			margin-left: -19px;
			zoom: 1;
		}
		
		/* 4-2-9.Adult, MailMag
		---------------------------------------- */
		#contents .entrySec table.table02 tr.adult     td,
		#contents .entrySec table.table02 tr.mailMag01 td {
			border: none; /* Reset */
		}
		
		#contents .entrySec table.table02 tr.adult     td label.checkbox,
		#contents .entrySec table.table02 tr.mailMag01 td label.checkbox,
		#contents .entrySec table.table02 tr.mailMag02 td label.checkbox{
			display: block;
			float: left;
			width: 95px;
		}
		
		#contents .entrySec table.table02 tr.adult     td label.checkbox input,
		#contents .entrySec table.table02 tr.mailMag01 td label.checkbox input,
		#contents .entrySec table.table02 tr.mailMag02 td label.checkbox input{
			margin-top: 0; /* Reset */
		}
		
		/* 4-2-10.Error
		---------------------------------------- */
		#contents .entrySec table tr td input.error  {background-color: #FFE0F0;}
		#contents .entrySec table tr td select.error {background-color: #FFE0F0;}
		#contents .entrySec table tr td label.error  {background-color: #FFE0F0;}
		
		/* 4-2-11.Notice
		---------------------------------------- */
		#contents .entrySec table.table02 tr td span.notice {
			display: block;
		}
		
		#contents .entrySec table.table02 tr td.sample span.notice {
			color: #FFCC00;
		}


/* H01
****************************************************************************************/
/* 1.Member Regulations
========================================== */
#contents .entrySec dl.memberRegulations {
	margin: 20px 0 30px;
	padding: 10px 15px 0;
	height: 380px;
	border: 1px solid #858585;
	overflow: auto;
}

#contents .entrySec dl.memberRegulations dt {
	margin: 10px 0 0;
}

#contents .entrySec dl.memberRegulations dt.first {margin-top: 0; /* Reset */}

#contents .entrySec dl.memberRegulations dd {
	margin: 0 0 0 10px;
	padding: 0 0 10px;
}

	/* 1-1.Inner
	---------------------------------------- */
	#contents .entrySec dl.memberRegulations dd ul {
		margin: 0 0 0 17px;
	}
	
	#contents .entrySec dl.memberRegulations dd ul li {
		list-style: disc outside;
	}
	
	#contents .entrySec dl.memberRegulations dd table {
		margin: 0; /* Reset */
	}
	
	#contents .entrySec dl.memberRegulations dd table tr th {
		padding: 0 6px 0 0;
		font-size: 100%;
		white-space: nowrap;
	}
	
	#contents .entrySec dl.memberRegulations dd table tr td {
		padding: 0; /* Reset */
		font-size: 100%;
	}


/* 2.Agree Submit
========================================== */
#contents .entrySec ul.agreeSubmit {
	position: relative;
	margin: 0 auto;
	width: 366px;
	height: 19px;
}

#contents .entrySec ul.agreeSubmit li {
	position: absolute;
	top: 0;
	vertical-align: bottom; /* for IE */
	zoom: 1;
}

#contents .entrySec ul.agreeSubmit li.agree    {left:  0;}
#contents .entrySec ul.agreeSubmit li.notAgree {right: 0;}

#contents .entrySec ul.agreeSubmit li a {
	display: block;
	background: no-repeat;
}

#contents .entrySec ul.agreeSubmit li.agree    a {background-image: url(https://static.chara-ani.com/ca/i/h/h01form_btn_01_o.gif);}
#contents .entrySec ul.agreeSubmit li.notAgree a {background-image: url(https://static.chara-ani.com/ca/i/h/h01form_btn_02_o.gif);}

#contents .entrySec ul.agreeSubmit li a:hover {
	background-color: #FFF;
}

#contents .entrySec ul.agreeSubmit li a:hover img {
	visibility: hidden;
}
