@charset 'utf-8';
/*会員登録ページ用*/
p,li
{
	line-height: 1.6em;
}
table.profile
{
	border-collapse: collapse;
	width: 780px;
	margin-top: 20px;
}
table.profile th
{
	width: 180px;
	padding: 12px;
	text-align: left;
	border-bottom: solid 2px #e3e3e3;
}
ul.list1
{
	margin: 20px 0 20px 20px;
}
ul.list1 li
{
	background:url(../ico_arrow1_right.png) no-repeat scroll left 4px transparent;
	padding-left: 16px;
}
table.profile td
{
	padding: 12px;
	text-align: left;
	border-bottom: solid 2px #e3e3e3;
}
table.fee
{
	border-collapse: collapse;
	margin-top: 20px;
}
table.fee th
{
	width: 190px;
	padding: 8px;
	text-align: center;
	border-bottom: solid 2px #e3e3e3;
}
table.fee td
{
	padding: 8px;
	text-align: right;
	border-bottom: solid 2px #e3e3e3;
}

table.child
{
	border-collapse: collapse;
}
table.child th
{
	width: 120px;
	padding: 2px;
	text-align: left;
	border: none;
}
table.child td
{
	padding: 2px;
	text-align: left;
	border: none;
}

.registBanner
{
	width: 780px;
	text-align:center;
	margin: 20px 0 20px 0;
}