@charset "utf-8";
/* CSS Document */
@import "../../css/base.css";


/* ================= btn_フォーム ================= */
.btn_form {
	width: 200px;
	height: 40px;
	margin: 5px 30px 20px;
	}
	
/*================= スタッフ =================*/

/* 室長コメント */

#inquiry dl.manager {
	margin: 0 30px;
}

#inquiry dl.manager dt {
	float: left;
	width: 171px;
	height: 260px;
	margin: 0 14px 10px 0;
	text-align: center;
}

#inquiry dl.manager dt img { margin-bottom: 6px; }
#inquiry dl.manager dd { width: 350px; }

#inquiry dl.manager dd p { margin: 0 0 10px 0; }

/* その他のスタッフ 写真なし版 */
#inquiry dl.else {
	margin: 0 30px;
	line-height: 2;
}

#inquiry dl.else dt {
	clear: both;
	width: 8em;
	height: auto;
	float: left;
	text-align: right;
	margin: 0;
}

#inquiry dl.else dd {
	margin-left: 9em;
}

/* その他のスタッフ true */
#inquiry .staff ul {
	width:545px;
	margin:0 -10px 0 0;
}

#inquiry .staff ul li {
	float:left;
	display:block;
	width:171px;
	height:260px;
	margin:0 10px 10px 0;
	text-align:center;
}

#inquiry .staff ul li img{ margin-bottom:5px; }

/*================= 各校DIV =================*/
#inquiry .ei, #inquiry .cho, #inquiry .seika {
	clear: both;
	margin: 0 30px;
	padding-left: 130px;
}
#inquiry .ei { background: url(../img/group_ei.jpg) no-repeat; margin-bottom: 10px; }
#inquiry .cho { background: url(../img/group_cho.jpg) no-repeat; margin-bottom: 10px; }
#inquiry .seika { background: url(../img/group_seika.jpg) no-repeat;}

#inquiry .ei p, #inquiry .cho p, #inquiry .seika p {
	margin: 0 0 10px 0;
}

#inquiry ul.course {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: inside disc;
}

#inquiry ul.course li {
	list-style: inside disc;
	line-height: 1.6;
	font-size: 93%;
	padding-right: 1em;
	float: left;
	white-space: nowrap;
}

/* 注意関連BOX */
#inquiry ul.box_attention {
	clear: both;
	padding: 6px 10px;
	background: #efefef;
	list-style: inside disc;
	margin: 10px 0 0 30px;
}

#inquiry ul.box_attention li {
	list-style: inside disc;
	float: left;
	font-size: 93%;
	line-height: 1.4;
	padding-right: 1em;
	white-space: nowrap;
}

#inquiry ul.box_attention li.title {
	float: none;
	list-style: none;
	font-weight: bold;
	color: #b4003f;
	font-size: 100%;
	margin-bottom: 4px;
}

