@charset "utf-8";
/* 登録ページ */

/*新規会員登録規約部分*/
.terms {
	border:1px solid #ccc; 
	width:708px; 
	height:150px; 
	margin-top:-15px; 
	overflow-y:scroll;
}
.textbox {
	max-width: 676px;
	width:676px;
	height:150px;
}
.inputboxbase {
	background:url(../img/common/inputbox.png) no-repeat;
	display:block;
	width:200px;
	height:25px;
}
.inputboxbase input {
	border:none;
}
.inputboxbase .input_inbox {
	padding:4px 0 0 5px;
	width:190px;
	height:20px;
	background:none;
}
.inputsection {
	background:none;
}
.inputlength {
	width:200px;
}
	.author_detail_txt{/*作者情報　詳細　内容*/
	padding:3px 0;
	width:470px;
	float:left;
	text-align:left;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:90%;
	}
	.author_detail_txt_cmnt{/*作者情報　詳細　作者コメント*/
	padding:10px;
	width:auto;
	height:100px;
	float:left;
	text-align:left;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:90%;
	border: 1px solid #ccc;
	}
	.author_detail_exp{/*作者情報 注意書き*/
	/* thumnail.html,list左カラムCLIPPy注意書きにも使用*/
		font-size:90%;
	margin:0 0 1em 0;
	padding:1em;
	background-color:#EEEEEE;
	border:2px #b7ccc7 solid;
	}
/*登録情報変更 ホームページなど*/
table.usertablebox {
	width:700px;
}
table.usertablebox tr td.usertablebox_right {
	width:200px;
	height:40px;
	vertical-align:top;
}
table.usertablebox tr td {
	width:500px;
	vertical-align:top;
}
table.usertablebox tr td input {
	width:400px;
}

/*登録情報変更 ホームページなど プレミアム会員とは　追加*/
table.usertablebox2 {
	width:560px;
}
table.usertablebox2 tr td.usertablebox2_right {
	width:180px;
	height:40px;
	vertical-align:top;
}
table.usertablebox2 tr td {
	width:380px;
	vertical-align:top;
}
table.usertablebox2 tr td input {
	width:365px;
}

/*会員情報の登録変更。プロフィール情報の追加
カテゴリが分けのための　headingの横幅調整　PDCA*/
.regibox{
}

.regibox_edit{
	margin:0 0px;
}
