@charset "utf-8";
/* ===================================================================
CSS information
 file name  :recruit.css
 author     :Ability Consultant
=================================================================== */
/* -----------------------------------------------------------
	h2
----------------------------------------------------------- */
#recruit h2 span{
	background: url(../recruit/images/tit_recruit.png) left center no-repeat;
}


/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
#recruit .con_intro{
	margin-bottom: 10px;
}
#recruit .con_intro .txt_intro{
	text-align: center;
	padding: 1em 0;
}

/* -----------------------------------------------------------
	.btn_recruit
----------------------------------------------------------- */
#recruit .btn_recruit{
	width: 98%;
	margin: 10px auto 20px;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 5px 6px -6px #777;
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(247,247,247,1) 35%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));
}
#recruit .btn_recruit a{
	text-align: center;
	padding: 1em 0;
	display: block;
	background: url(../images/ic_pc.png) 98% 96% no-repeat;
	background-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
	color: #0a89df;
}

/* -----------------------------------------------------------
	.con_policy
----------------------------------------------------------- */
#recruit .con_policy{
	border-radius: 10px;
	border: 4px solid #0a89df;
	padding: 1em;
	margin-bottom: 20px;
	font-size: smaller;
}
#recruit .con_policy h3{
	text-align: center;
	margin-bottom: 15px;
	font-size: large;
	color: #ca320e;
}
#recruit .con_policy h3 span{
	background: url(../recruit/images/tit_recruit.png) left center no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	padding-left: 1.2em;
}
#recruit .con_policy .img_shop{
	margin-bottom: 15px;
｝

