@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* seminarform CSS [PC]
/*----------------------------------------------*/

/*---- Seminar ----*/
.seminartable {
	display: table;
	width : 80%;
x	margin-bottom: 70px;
	margin: 0px auto 30px;
	
x	background-color: #0000FF;
}

.seminartable > li {
	display: table-row;
}

.seminartable .seminar-titlebox {
	display: table-cell;
	width: 12%;
	min-width: 70px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #C5C5C5;
	
	background-color: #EEEEEE;
}

.seminartable .seminar-databox {
	display: table-cell;
	padding: 10px;
	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: 70px;
}

.formitem-seminarschedule .subformtable-row {
	margin-bottom: 0px;
}

.formitem-seminarschedule .subformtable-title {
	width: 60px;
	padding-bottom: 0px;
}

.formitem-seminarschedule .subformtable-data {
	padding-bottom: 0px;
}
