@charset "utf-8";
/* CSS Document */

/* ---------- 塾生新規登録　入力確認画面 ---------- */

/* 塾生リストの一番上の行だけセルの枠線を太くする */
td.waku-left {
	border-top: 3px solid #BFBFBF !important;
	border-left: 3px solid #BFBFBF !important;
	border-bottom: 3px solid #BFBFBF !important;
}
td.waku-center {
	border-top: 3px solid #BFBFBF !important;
	border-bottom: 3px solid #BFBFBF !important;
}
td.waku-right {
	border-top: 3px solid #BFBFBF !important;
	border-right: 3px solid #BFBFBF !important;
	border-bottom: 3px solid #BFBFBF !important;
}

/* 登録塾生の件数の枠 */
div.waku-count {
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 1.5em;
	text-align: right;
	display: inline-block;
	background-color: #FFF;
	padding: 5px;
	padding-right: 10px;
	margin-top: -5px;
}
div.waku-all { /* 全〇件 */
	width: 11em;
}
div.waku-school-year { /* 中学1～3学年  */
	width: 2.5em;
}
div.moji-size { /* 文字のサイズ */
	font-weight: normal;
	display: inline-block;
	fint-size: 0.8em;
}
.d-left-margin {
	margin-left: 10px;
}
.d-left-margin2 {
	margin-left: 20px;
}

/* 同姓同名エラーダイアログ */
div.d-pupil-block {
  border: 2px solid #BFBFBF;
  background-color : #F2F2F2;
  padding: 20px;
  margin-top: 10px;
  text-align: left;
  font-size : 0.9em;
}


/* ---------- 塾生リストTOP ---------- */

.d-fileSelectBox01 { /* excelファイル送信ダイアログのinput fileのあるブロック */
	background: #E6E6E6;
	padding: 20px;
}

.d-file-btn { /* excelファイル送信ダイアログのinput fileボタン */
	background-color: #3A7EC4;
	cursor: pointer;
	color: #FFF;
	width: 100px;
	height: 25px;
	display: inline-block;
	padding: 6px;
	padding-left: 14px;
}

.d-file-btn-filename-block {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

/* ---------- 表画面マイページ ---------- */
.d-year { /* 塾会員マイページ　ゴミ箱の年度のボックス */
	width: 140px;
	height: 1.2em;
	text-align: left;
	background-color: #FFF;
	color: #000;
	font-weight: normal;
	padding: 3px 10px;
	border: 1px solid #A8A8A8;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.d-year-migi { /* ゴミ箱の年度のボックスの右の「年度」表示 */
	float: left;
	padding: 5px 0px;
	margin-left: 10px;
	font-weight: bold;
}


/* ---------- その他 ---------- */
.d-back-red {
	background-color: red;
}
.d-bold {
	font-weight: bold;
}
.d-valign {
	vertical-align: middle;
}
