@charset “UTF-8”;

/*  recruit_msg */
h1.user-recruit-h1 {
	position: relative;
	padding: 0.6em;
 	background: #8cc884;
 	margin-bottom: 30px;
 	color: #fff;
}

h1.user-recruit-h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #8cc884;
  width: 0;
  height: 0;
}


p.user-recruit-p {
	font-size: 114%;
	line-height: 160%;
}


/* recruit */
.user-centering-item a {
	margin: 0 auto;
}
.user-btn1 {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #058bc8;
	font-size: 114%;
}
.user-btn1:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
	 color: #fff;
}
