@charset "utf-8";

#course {
	margin: 0px 2px;
}

#course .box {
	width: 352px;
}

#course .box.left {
	float: left;
}

#course .box.right {
	float: right;
}

#course .box .inner {
	border: 1px solid #c6c6c7;
}

#course .clearfix {
	clear: both;
}

#course p.with_image {
	padding-left: 105px;
	color: #333333;
	padding-bottom: 22px;
	border-bottom: 1px dotted #ADADAD;
	margin-bottom: 13px;
}

#course .box .text {
	padding: 15px 13px;
}

#course a {
	color: #333333;
	font-weight: bold;
}

/* ==== コース別 ==== */
/*------*/
.box#eikaiwa {
}

#course #eikaiwa .inner {
	background: #f8e8f2;
	border-left: 8px solid #dc8bc0;
}

#course #eikaiwa p.with_image {
	background: url(../img/course/image_eikaiwa.jpg) no-repeat;
}

#course #eikaiwa a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_eikaiwa.gif) no-repeat 2px;
}

/*------*/
.box#business {
}

#course #business .inner {
	background: #dceced;
	border-left: 8px solid #52a1a4;
}

#course #business p.with_image {
	background: url(../img/course/image_business.jpg) no-repeat;
}

#course #business a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_business.gif) no-repeat 2px;
}

/*------*/
.box#abroad {
}

#course #abroad .inner {
	background: #dbeae2;
	border-left: 8px solid #4a986d;
}

#course #abroad p.with_image {
	background: url(../img/course/image_abroad.jpg) no-repeat;
}

#course #abroad a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_abroad.gif) no-repeat 2px;
}

/*------*/
.box#eiken {
}

#course #eiken .inner {
	background: #fae1d8;
	border-left: 8px solid #e6693e;
}

#course #eiken p.with_image {
	background: url(../img/course/image_eiken.jpg) no-repeat;
}

#course #eiken a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_eiken.gif) no-repeat 2px;
}

/*------*/
.box#toeic {
}

#course #toeic .inner {
	background: #dbe6ee;
	border-left: 8px solid #4984aa;
}

#course #toeic p.with_image {
	background: url(../img/course/image_toeic.jpg) no-repeat;
}

#course #toeic a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_toeic.gif) no-repeat 2px;
}

/*------*/
.box#toefl {
}

#course #toefl .inner {
	background: #fcead6;
	border-left: 8px solid #f09531;
}

#course #toefl p.with_image {
	background: url(../img/course/image_toefl.jpg) no-repeat;
}

#course #toefl a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_toefl.gif) no-repeat 2px;
}

/*------*/
.box#gre {
}

#course #gre .inner {
	background: #eadbe6;
	border-left: 8px solid #944b80;
}

#course #gre p.with_image {
	background: url(../img/course/image_gre.jpg) no-repeat;
}

#course #gre a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_gre.gif) no-repeat 2px;
}

/*------*/
.box#row {
}

#course #row .inner {
	background: #f4ebe2;
	border-left: 8px solid #c69c6d;
}

#course #row p.with_image {
	background: url(../img/course/image_row.jpg) no-repeat;
}

#course #row a.course_link {
	padding-left: 22px;
	background: url(../img/course/head_row.gif) no-repeat 2px;
}


