@charset "utf-8";
#dictionary{
	background:#eeebe6;
	padding-bottom:20px;
}
#dictionary img{
	display:block;
}
.top-lead{
	word-break:normal;
	background:#fffefa;
	padding:15px 10px;
}
#dictionary .box{
	padding:15px 10px;
}
#job100{
	background:#fff url(../images/dictionary/img100.png) no-repeat right top;
	background-size:285px 232px;
}
#job110{
	background:#fff url(../images/dictionary/img110.png) no-repeat right top;
	background-size:285px 232px;
}
#job120{
	background:#fff url(../images/dictionary/img120.png) no-repeat right top;
	background-size:285px 232px;
}
#job130{
	background:#fff url(../images/dictionary/img130.png) no-repeat right top;
	background-size:285px 232px;
}
#job140{
	background:#fff url(../images/dictionary/img140.png) no-repeat right top;
	background-size:285px 232px;
}
#job150{
	background:#fff url(../images/dictionary/img150.png) no-repeat right top;
	background-size:285px 232px;
}
#job160{
	background:#fff url(../images/dictionary/img160.png) no-repeat right top;
	background-size:285px 232px;
}
#job170{
	background:#fff url(../images/dictionary/img170.png) no-repeat right top;
	background-size:285px 232px;
}
#job180{
	background:#fff url(../images/dictionary/img180.png) no-repeat right top;
	background-size:285px 232px;
}
#job190{
	background:#fff url(../images/dictionary/img190.png) no-repeat right top;
	background-size:285px 232px;
}
.job{
	position:relative;
	height:257px;
	padding:15px 0 0 10px;
	border-radius:10px;
	box-shadow:0 1px 5px rgba(0,0,0,.2);
}
.job+.job{
	margin-top:15px;
}
.job a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:0 0 10px 10px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
#job100 a{
	background:#3bd6a0;
}
#job110 a{
	background:#d9ad80;
}
#job120 a{
	background:#ffc913;
}
#job130 a{
	background:#ff92db;
}
#job140 a{
	background:#5fdbff;
}
#job150 a{
	background:#ff5e64;
}
#job160 a{
	background:#6d5eff;
}
#job170 a{
	background:#ff9501;
}
#job180 a{
	background:#c05eff;
}
#job190 a{
	background:#009cff;
}
.job h3{
	color:#a02200;
	font-size:20px;
	text-decoration:underline;
	margin:8px 0 10px;
}
.job h3 span{
	font-size:12px;
}
.job_text{
	padding-right:120px;
	font-size:12px;
	line-height:1.5;
	word-break:normal;
}
#point{
	background:url(../images/dictionary/bg_point.png);
	background-size:20px 20px;
	border:7px solid #fff;
	border-radius:10px;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	margin:0 10px;
}
#point img{
	margin:-5px 0 0 5px;
}
#point dd{
	padding:15px 10px;
}
#point dd p{
	word-break:normal;
}
