﻿@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: curriculum.css
-----------------------------------*/

/*-----------------------------------
女子学生の為のカリキュラム
-----------------------------------*/
#curriculum_1st {
	width:584px;
	height:auto;
	margin:15px 0px 0px 0px;
}

#curriculum_1st h3 {
	background:url(../images/curriculum_subtitle1.jpg) no-repeat;
	width:584px;
	height:26px;
	text-indent:-1000em;
}

.curriculum_1st_txt {
	width:264px;
	height:auto;
	float:left;
	font-size:80%;
	color:#848484;
	line-height:1.5em;
	margin:15px 0px 0px 0px;
}

.curriculum_1st_txt img {
	width:264px;
	height:63px;
	margin:0px 0px 15px 0px;
}

.curriculum_1st_txt span {
	font-size:85%;
	margin:15px 0px 0px 0px;
}

.curriculum_1st_img {
	width:279px;
	height:225px;
	float:right;
	margin:15px 10px 0px 0px;
}





#curriculum_2nd {
	width:584px;
	height:auto;
	margin:15px 0px 0px 0px;
}

#curriculum_2nd h3 {
	background:url(../images/curriculum_subtitle2.jpg) no-repeat;
	width:584px;
	height:26px;
	text-indent:-1000em;
}

.flow_box {
	width:584px;
	height:99px;
	margin:15px 0px 0px 0px;}
.flow_box_txt {
	width:406px;
	height:99px;
	float:left;}
.flow_box h4 {
	width:406px;
	height:20px;
	font-size:90%;
	color:#1b1b1b;}
.flow_box h4 span {
	color:#03c3e7;}
.flow_box p {
	width:406px;
	height:79px;
	font-size:80%;
	color:#848484;
	line-height:1.5em;}
.flow_box_img {
	width:148px;
	height:99px;
	margin:0px 10px 0px 0px;
	float:right;}




#curriculum_3rd {
	width:584px;
	height:auto;
	margin:15px 0px 0px 0px;
}

#curriculum_3rd h3 {
	background:url(../images/curriculum_subtitle3.jpg) no-repeat;
	width:584px;
	height:26px;
	text-indent:-1000em;
}

#curriculum_3rd li {
	width:180px;
	height:50px;
	float:left;
	margin:15px 0px 0px 8px;
}

* html body #curriculum_3rd li {
	width:180px;
	height:50px;
	float:left;
	margin:15px 0px 0px 4px;
}




#curriculum_4th {
	width:584px;
	height:auto;
	margin:15px 0px 0px 0px;
}

#curriculum_4th h3 {
	background:url(../images/curriculum_subtitle4.jpg) no-repeat;
	width:584px;
	height:26px;
	text-indent:-1000em;
}

.interview {
	width:524px;
	height:auto;
	margin:20px auto 0px auto;
	padding:20px;
	border:solid 1px #e5e5e5;
}
.interview_img {
	width:150px;
	height:200px;
	float:left;
}
.interview_txt {
	width:354px;
	height:auto;
	float:right;
	color:#848484;
	font-size:80%;
	line-height:1.5em;
}
.interview_txt p img {
	margin:0px 0px 15px 0px;
}