h2 {
	height: 38px;
	color: #FFF;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	/* text-shadow: 0px 2px 3px rgba(190, 80, 120, 0.8);*/
	text-align: center;
	background: url(/sp/images/common/head_bg.png);
	border-radius: 15px 15px 0 0;
}

.top_recruit_btn{
    text-align: center;
    position: relative;
}

.top_recruit_btn a{
    margin-left: 2%;
    /* margin-top: 10px; */
    /* background-color: #ff81bc;
    background: url(/sp/images/common/head_bg.png); */
    width: 96%;
    padding-top: 0.8em;
    /* padding-bottom: 0.8em; */
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 30px;
    display: block;
    font-size: 1.5em;
    position: relative;
    /* box-shadow: 0 5px 0px 0 rgb(126, 38, 68); */
}

.top_recruit_btn a img{
    width: 100%;
}

.top_recruit_btn a:visited{
    color: #fff;
}

/* .top_recruit_btn a:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
} */

#subArea{
	width: 90%;
	margin: 20px auto;
    position: relative;
}

#subArea a{
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
  color: #ff81bc;
	border-bottom: 1px solid #ff81bc;
}

#subArea #top_guidance p.tell{
	text-align: center;
	color: #ff81bc;
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 20px 0;
}

#subArea p,
#subArea li{
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

#subArea ul{
	height: 150px;
	overflow-y: scroll;
}

#subArea li.date{
	color: #999;
	margin-bottom: 10px;
}

#subArea li.news{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#subArea .top_frame{
	border-top: none;
	border-radius: 0 0 15px 15px;
	border-left: 1px solid #ff81bc;
	border-right: 1px solid #ff81bc;
	border-bottom: 1px solid #ff81bc;
	margin-bottom: 20px;
}

#subArea .top_frame p,
#subArea .top_frame ul{
	padding: 20px;
}

#subArea .top_frame img{
	width: 100%;
}

#subArea .thumb_box{
	position: relative;
}

#subArea .thumb_box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	border: none;
}
