@charset "UTF-8";
@import url(default.css);

.lecture .name{
	width:30px;
}

.vuniv .name{
	width:100px;
}

.exp .name{
	width:80px;
}
.kensyu .name{
	width:50px;
}

.sm01 a{
	background:url(../community/img/sm_lectu.jpg);
}
.sm02 a{
	background:url(../community/img/sm_exp.jpg);
}
.sm03 a{
	background:url(../community/img/sm_kd.jpg);
}
.sm04 a{
	background:url(../community/img/sm_consu.jpg);
}
.sm05 a{
	background:url(../community/img/sm_libra.jpg);
}
.sm06 a{
	background:url(../community/img/sm_license.jpg);
}
.sm07 a{
	background:url(../community/img/sm_training.jpg);
}

.sm01 a:hover{
	background:url(../community/img/sm_lectu.jpg) 0 -30px;
}
.sm02 a:hover{
	background:url(../community/img/sm_exp.jpg) 0 -30px;
}
.sm03 a:hover{
	background:url(../community/img/sm_kd.jpg) 0 -30px;
}
.sm04 a:hover{
	background:url(../community/img/sm_consu.jpg) 0 -30px;
}
.sm05 a:hover{
	background:url(../community/img/sm_libra.jpg) 0 -30px;
}
.sm06 a:hover{
	background:url(../community/img/sm_license.jpg) 0 -30px;
}
.sm07 a:hover{
	background:url(../community/img/sm_training.jpg) 0 -30px;
}

.smn01 a{
	background:url(../community/img/sm_lectu.jpg) 0 -60px;
}
.smn02 a{
	background:url(../community/img/sm_exp.jpg) 0 -60px;
}
.smn03 a{
	background:url(../community/img/sm_kd.jpg) 0 -60px;
}
.smn04 a{
	background:url(../community/img/sm_consu.jpg) 0 -60px;
}
.smn05 a{
	background:url(../community/img/sm_libra.jpg) 0 -60px;
}
.smn06 a{
	background:url(../community/img/sm_license.jpg) 0 -60px;
}
.smn07 a{
	background:url(../community/img/sm_training.jpg) 0 -60px;
}

td.strong{
	background-color:#eeeeee;
}

/* tl */
tr.lec td{
	background:#fdd;
}
.note{
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.capacity{
	text-align: center;
}
table{
	border-collapse:collapse;
	border-spacing: 0;
}
/* tl 申込フォーム */
/* 入力モード */
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: disabled; /* 半角モード */
}

/* 受講する講習選択済み */
#global table td.app-select{
	background: #CCCCCC;
}

/* エラーテキストカラー */
#global table .err-text{
	color: #FF0000;
}

/* 必須文字カラー */
#global .ins{
	color: #FF0000;
}
