@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* seminarform CSS [SP]
/*----------------------------------------------*/

/*---- Seminar ----*/
.seminartable {
	display: table;
	width : 100%;
	margin-bottom: 30px;
}

.seminartable > li {
	display: table-row;
}

.seminartable .seminar-titlebox {
	display: table-cell;
	width: 12%;
	min-width: 70px;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #C5C5C5;
	
	background-color: #EEEEEE;
}

.seminartable .seminar-databox {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #C5C5C5;
	
x	background-color: #00FFFF;
}

.seminar-login-text {
	margin-bottom: 10px;
	text-align: center;
}

.seminar-btn-login {
	text-align: center;
	margin-bottom: 50px;
}

.formitem-seminarschedule .subformtable-row {
	margin-bottom: 0px;
}
