@charset "utf-8";
/* CSS Document */
#container {
    /*height: 750px;*/
    position: relative;
}

#contents {
	/*width: 930px;*/
    position: relative;
}

#keyVisual { margin: 20px 0px; }

#subArea {
	width: 930px;
	height: 210px;
}

h2 {
	height: 38px;
	color: #FFF;
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
	text-shadow: 0px 2px 3px rgba(190, 80, 120, 0.8);
	text-align: center;
}

#whatsNew,
#top_guidance {
	float: left;
	width: 460px;
	height: 200px;
	margin-bottom: 5px;
	background-image: url(../images/infoFrame.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}

#top_guidance {
	margin-right: 0px;
}

#top_guidance p {
    margin: 20px;
    font-size: 14px;
    vertical-align: middle;

}

#top_guidance span {
    color: #FF64A0;
}

#whatsNew ul{
	list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	height: 135px;
	width: 430px;
	margin-top: 10px;
}

#whatsNew li.date {
	font-size: 12px;
	color: #FAA;
	margin-top: 10px;
}

#whatsNew li.news {
	font-size: 14px;
	padding-left: 10px;
	border-bottom: 1px dashed #CCC;
	line-height: 22px;
	padding-bottom: 5px;
}

#vacancy {
	float: left;
	width: 460px;
	height: 200px;
	background-image: url(../images/infoFrame_vac.png);
	background-repeat: no-repeat;
}

#vacancy span.txt {
	display: none;
}

#vacancy span.num {
	font-size: 26px;
	color: #FF64A0;
	font-family: "Courier New", Courier, monospace;
	position: relative;
	top: 85px;
	left: 30px;
	display: inline;
	letter-spacing: 5px;
}

/*---- veteran ----*/
.sp_link{
    position: absolute;
    top: 0px;
    left: 20px;
}

.sp_link img{
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 255, .4));
}

/*Hover anime*/

.sp_link img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.sp_link img:hover {
    -webkit-transform: scale( 1.05 );
    -moz-transform: scale( 1.05 );
}

/*---- recruit ----*/
.rec_link{
    position: absolute;
    top: 420px;
    right: 50px;
    text-align: center;
    -webkit-filter: drop-shadow(0px 5px 5px rgba(255, 0, 100, .4));
}
/* 
.rec_link a{
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
}
*/

.rec_button{
  border: none;
  border-radius: 10px;
  background: radial-gradient(#F2B9A1, #FF64A0);
  padding: 5px;
  width: 140px;
}

.recruit_btn{
    text-align: center;
    position: relative;
    /* width: 640px; */
    margin: 0 auto 20px;
}

.recruit_btn a{
    /* margin-left: 2%; */
    margin-top: 10px;
    margin-bottom: 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); */
    text-decoration: none;
}

/* .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;
} */

.recruit_btn a:hover{
    transition: 0.5s;
    opacity: 0.8;
}

