/*
** 汎用
*/

.button {
	width: 116px;
	height: 28px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	color: #F8F8F8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.warning { color: #FF0000; font-size: 80%; }
.warning_b { color: #FF0000; font-size: 80%; font-weight: bold; }
.errors { color: #FF0000; font-weight: bold; }

label { cursor: pointer; }
fieldset { padding: 5px; padding-top: 0; margin-bottom: 10px; border: groove 2px #80B9FF; }

/*
** イベント選択
*/

legend { padding: 5px; font-size: 110%; }

.app_table { font-size: 9pt; width: 100%; border-collapse: collapse; }
.app_table th { padding: 2px 2px; }
.app_table td { padding: 2px 2px; }
.app_notice { list-style: none; }
.app_notice li { margin: 0px; text-indent: -2.7em; }
.app_info { background-color: #FFFFFF; margin: 2px;  }
.ws_koumoku { background-color: #80B9FF; text-align: center; }
.ev_koumoku { background-color: #72C900; text-align: center; }

/*
** 参加規約
*/

#convention { margin: auto; width: 100%; height: 300px; font-size: 90%; }

/*
** 入力フォーム & 確認
*/

table.user_input { width: 100%; }
table.user_input th,td { padding: 2px; }

tbody.ws_user_input th { background-color: #99CCFF; border-left: 0.5em solid #80B9FF; text-align: left; }
tbody.ev_user_input th { background-color: #CCFF99; border-left: 0.5em solid #B9FF80; text-align: left; }
tbody.ws_user_input td { padding-left: 0.5em; padding-bottom: 1em; }
tbody.ev_user_input td { padding-left: 0.5em; padding-bottom: 1em; }

tbody.ws_user_confirm th { background-color: #99CCFF; border-left: 0.5em solid #80B9FF; text-align: left; white-space: nowrap; }
tbody.ws_user_confirm td { padding-left: 0.5em; padding-top: 0.2em; padding-bottom: 0.2em; }
tbody.ev_user_confirm th { background-color: #CCFF99; border-left: 0.5em solid #B9FF80; text-align: left; white-space: nowrap; }
tbody.ev_user_confirm td { padding-left: 0.5em; padding-top: 0.2em; padding-bottom: 0.2em; }

.decoration { border-style: solid none none solid; border-width: 2px; }
.ws_user_input .decoration { border-color: #676EB4; }
.ev_user_input .decoration { border-color: #67B46E; }
