@charset "UTF-8";
#eyecatch {
	height: 540px;
	background: url(../img/img_eye_rec.jpg) no-repeat center center;
	background-size: cover;
}
#counseling {
	margin-top: -180px;
}
#nurse {
	background: #FAFAFA;
}
#care {
}
#apply {
}
#apply .cover {
	background: url(../img/bg_apply.jpg) no-repeat center center;
	background-size: cover;
}
#contents .inner {
	width: 996px;
	position: relative;
}
#counseling .inner dl {
	background: url(../img/img_rec_con.jpg) no-repeat right top;
}
#nurse .inner dl {
	background: url(../img/img_rec_nurse.jpg) no-repeat right top;
}
#care .inner dl {
	background: url(../img/img_rec_care.jpg) no-repeat right top;
}
#counseling h1 {
	margin-bottom: 180px;
}
#contents section .inner dt {
	padding: 5px 0;
	width: 180px;
	float: left;
	clear: left;
	font-weight: bold;
}
#contents section .inner dd {
	padding: 5px 0 5px 204px;
	margin-bottom: 40px;
	width: 384px;
	background: url(../img/1pix_gray.gif) repeat-y 141px 0px;
}
#contents section .inner .apply {
	height: 80px;
	width: 384px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 412px;
	top: 436px;
	box-shadow: 0 3px 6px rgba(100,100,100,0.7);
	transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-webkit-transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-moz-transition: box-shadow 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	background: url(../img/icon_new_open40.gif) no-repeat 320px center;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #FFF;
}
#contents section .inner .apply:hover {
	box-shadow: 0 6px 12px rgba(100,100,100,0.8);
	background-color: #FAFAFA;
	color: #3F51B5;
}
#contents section#apply .inner .apply {
	margin-left: -192px;
	right: inherit;
	top: inherit;
	left: 50%;
	bottom: 55px;
}