@charset "utf-8";

/* style_sp_recruit.css：Smartphone
 * ======================================
 * Element
 * ======================================
 */

  /* Element
------------------------------------------------------------------ */
#subPage #main h1.recruit {
	background: url(../images/common/bg_ttl_recruit.jpg) no-repeat center center;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#main .inner {
	width: auto;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
    	padding: 10px 10px;
}


#subPage #content .result {
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
	width: 100%;
}

#subPage #content .result2 {
	margin: 0;
	padding: 0;
	font-size: 1.3rem; /* =13px */
	font-weight: bold;
}

#subPage #content .result .resultDate {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1.1rem; /* =11px */
}

#subPage #content .result .resulTtitle {
	margin: 0;
	padding: 0;
	font-size: 1.3rem; /* =13px */
	font-weight: bold;
}
#subPage #content .result .resultHonbun {
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 1.2rem; /* =12px */
}

#subPage #content .btnarea-next-back {
	margin: 0;
	padding: 0;
}

#subPage #content .left-p {
	margin: 0;
	padding:0;
	float: left;
}

#subPage #content .right-p {
	margin: 0;
	padding: 0;
	float: right;
}

