/* コース紹介用CSS
---------------------------------------------- */

/* ================= 目次 =======================

　1.list
		2.curriculum
		3.w-major
		4.course-title
		5.course-w-major

============================================== */

/* 1. list
---------------------------------------------- */
.list{
margin:0px 0px 20px 0px;
padding:0px;
}

.list li{
	background-image: url(../../../common/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	list-style-type: none;
	padding-left: 16px;
	line-height:1.6;
}

.list li a:link, .list li a:visited{
	text-decoration:underline;
/*display:block;*/
}


.list-bl{
margin:0px 0px 20px 0px;
padding:0px;
}

.list-bl li{
	background-image: url(../../../common/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	list-style-type: none;
	padding-left: 16px;
	line-height:1.6;
}

.list-bl li a:link, .list li-bl a:visited{
	text-decoration:underline;
/*display:block;*/
}


.list-green{
margin:0px 0px 20px 0px;
padding:0px;
}

.list-green li{
	background-image: url(../../../common/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	list-style-type: none;
	padding-left: 16px;
	line-height:1.6;
}

.list-green li a:link, .list li-green a:visited{
	text-decoration:underline;
/*display:block;*/
}


.list-pink{
margin:0px 0px 20px 0px;
padding:0px;
}

.list-pink li{
	background-image: url(../../../common/arrow-pink.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	list-style-type: none;
	padding-left: 16px;
	line-height:1.6;
}

.list-pink li a:link, .list li-pink a:visited{
	text-decoration:underline;
/*display:block;*/
}


/* 2. curriculum
---------------------------------------------- */

.curriculum{
	margin-left:10px;
}


/* 3. w-major
---------------------------------------------- */

.w-major{
	width:642px;
	height:101px;
	background-image: url(../common/w-major-bg.gif);
	background-repeat: no-repeat;	
}

.w-major-inner{
	padding-top:45px;
	padding-left:25px;
}

/* 4. course-title
---------------------------------------------- */
.course-title{
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../common/course-title-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;/*padding-bottom: 10px;*/
}

/* 5. course-w-major
---------------------------------------------- */

.course-w-major{
	width:320px;
	height:143px;
	background-image: url(../common/course-wmajors-bg.gif);
	background-repeat: no-repeat;
}

.course-w-major-inner{
	padding-top:20px;
	text-align:center;
}


/*  */
.studentVoice{
	border-bottom:#EEE solid 1px;
	margin-bottom:30px;
	}
.studentVoice h5{
	background:none;
	border-left:#C00 solid 5px;
	margin:0 0 10px;
	height:auto;
	}
.studentPhoto{
	margin-top:-30px;
	float:right;
	}

