@charset "utf-8";

/*******************************
   全体関連
********************************/

/*-----トップページ-----*/
.top_main_img {
	background-image: url(../images/common/top_main_img_bl.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 3px;
}

.top iframe {
	height: 150px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 20px;
}

/*-----クラブ一覧-----*/

.club .club_bottom {
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

/*-----女子教育-----*/

.ledy_lecture dl.l_box {
	width: 660px;
}

.ledy_lecture dl.l_box dt {
	float: right;
	width: 194px;
}

.ledy_lecture dl.l_box dd {
	float: left;
	width: 436px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}

/*-----教育システム-----*/

.education_system .table_style_e {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	margin-top: 20px;
	margin-left: 20px;
}

.education_system .table_style_e th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #CCFFFF;
	text-align: left;
	width: 100px;
}

.education_system .table_style_e td {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	width: 80px;
}

/*-----特別カリキュラム-----*/

.special_curriculum dl.l_box {
	width: 630px;
	display: block;
	padding-right: 20px;
	padding-left: 10px;
}

.special_curriculum dl.l_box dt {
	float: right;
	width: 198px;
}

.special_curriculum dl.l_box dd {
	float: left;
	width: 412px;
	display: block;
	padding-top: 10px;
	line-height: 20px;
	padding-right: 10px;
}

/*-----宿泊行事-----*/

.staying_event dl.l_box {
	width: 660px;
}

.staying_event dl.l_box dt {
	float: right;
	width: 180px;
}

.staying_event dl.l_box dd {
	float: left;
	width: 450px;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}

.staying_event dl.f_box {
	background-repeat: no-repeat;
	width: 620px;
}

.staying_event dl.f_box dt {
	float: left;
	height: 140px;
	width: 180px;
	padding-right: 10px;
}

.staying_event dl.f_box dd.title {
	float: left;
	width: 410px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #f5616d;
}

.staying_event dl.f_box dd.text {
	float: left;
	width: 410px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.staying_event dl.f_box2 {
	background-repeat: no-repeat;
	width: 620px;
}

.staying_event dl.f_box2 dt {
	float: right;
	height: 140px;
	width: 180px;
	padding-left: 10px;
}

.staying_event dl.f_box2 dd.title {
	float: left;
	width: 410px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #f5616d;
}

.staying_event dl.f_box2 dd.text {
	float: left;
	width: 410px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

