/*

index
--------------------------------------------------------*/

.index .courseTtl {
	background: url(../course/img/indx_ttl.jpg) no-repeat;
	width: 405px;
	height: 75px;
	font-size: 12px;
	padding: 165px 200px 0 20px;
}
.hidden {
	display: none;
}
.index .jobFrame {
	width: 585px;
	border: 3px solid #f2f4ac;
	background: white;
	margin-top: 30px;
	padding: 80px 17px 17px 17px;
	position: relative;
}
.index .jobFrame:after {
	content:"";
	clear: both;
	display: block;
}
.index .jobTitle {
	background: url(../course/img/job_ttl_bg.png) no-repeat;
	width: 525px;
	line-height: 48px;
	padding: 0 20px 0 90px;
	position: absolute;
	left: -8px;
	top: 10px;
	color: white;
	letter-spacing: 2px;
}
.index .jobTitle .icon {
	position: absolute;
	top: -5px;
	left: 15px;
}
.index .jobFrame .leftBox {
	width: 260px;
	float: left;
}
.index .jobFrame .rightBox {
	width: 305px;
	float: right;
}
.index .jobFrame .pic {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 5px;
}
.index .jobFrame .license {
	background: url(../course/img/license_bg.gif) no-repeat;
	width: 260px;
	line-height: 49px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top: 5px;
}
.index .courseLink {
	margin-top: 10px;
}
.index .courseLink li {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 5px;
}
.index .courseLink li.course01 {
	background: #00ccff;
}
.index .courseLink li.course01:hover {
	background: #009dc9;
}
.index .courseLink li.course02 {
	background: #ff9900;
}
.index .courseLink li.course02:hover {
	background: #f18e19;
}

.index .courseLink li.course03 {
	background: #00cc00;
}
.index .courseLink li.course03:hover {
	background: #21ab38;
}
.index .courseLink li.course04 {
	background: #ff0066;
}
.index .courseLink li.course04:hover {
	background: #e51363;
}
.index .courseLink li.course05 {
	background: #51318e;
}
.index .courseLink li.course05:hover {
	background: #3c1f74;
}


.index .courseLink a {
	background: url(../cmn/img/arrow01_off.png) no-repeat 280px center;
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	height: 50px;
}
.index .courseLink span {
	display: table-cell;
	line-height: 1.4;
	height: 50px;
}
.index .courseLink .ttl {
	width: 80px;
	text-align: center;
	vertical-align: middle;
	border-right: dashed 1px white;
}
.index .courseLink .course04 .ttl {
	width: 110px;
}
.index .courseLink .cont {
	padding-left: 10px;
	vertical-align: middle;
}
.index .jobFrame .basho {
	background: url(../course/img/dotted.gif) repeat-x top;
	padding-top: 15px;
	margin: 20px 0 10px 0 ;
}
.bashoCont {
	background: url(../course/img/dotted.gif) repeat-x bottom;
	padding-bottom: 15px;
}