@charset "utf-8";

/* Regist Style
---------------------------------------------------- */
.regist #section p {
	margin: 20px 0;
}
.regist #section div.player-potision {
	width: 668px;
	margin: 0;
}
.regist #section div.player-potision td.player-list-box table {
	margin: 0 0 0 6px;
}
.regist #section div.player-potision td.player-list-box td {
	width: 194px;
}
.regist #section div.player-potision td.player-list-box div.player-list-name {
	width: 134px;
}
.regist #section #catcher th {
	width: 60px;
	background: #FFCC00 url(../../data/profile/images/bg_filed2.gif) top left no-repeat;
}

.regist #section #reg-history-table {
	margin-top: 20px;
}
.regist #section #reg-history-table table {
	margin: 0 auto;
	line-height: 1.8;
	border: 1px solid #676767;
}
.regist #section #reg-history-table th,
.regist #section #reg-history-table td {
	padding: 3px 5px;
	border: 1px solid #676767;
	font-weight: normal;
	background: #FFFADB;
}
.regist #section #reg-history-table th {
	text-align: center;
	background: #E1E1E1;
}
.regist #section #reg-history-table td.left {
	text-align: left;
}
.regist #section #reg-history-table td.nowrap {
	white-space: nowrap;
}
