div#contents div.article div.intro {
	position: relative;
	margin: 0 0 2em;
	width: 520px;
	height: 90px;
	background: transparent url('../img/bg_recruit_intro.gif') no-repeat scroll left top;
}

div#contents div.article div.intro p {
	position: absolute;
	left: 0;
	top: 14px;
	margin: 0 24px;
	width: 472px;/*520-(24*2)*/
	line-height: 1.5em;
	color: #ac374b;
	font-weight: bold;
	word-wrap: break-word;
	word-break: all;
	overflow: hidden;
}

div#contents div.article div.example p  {
	width: 470px;
	margin: 10px auto 1em;
	padding: 10px;
	font-size: 90%;
	line-height: 1.5em;
	border: 1px #999 solid;
}

div#contents div.article ul.list {
	margin: 0 0 1em 10px;
	padding: 0;
	list-style-type: none;
}

div#contents div.article ul.list li {
	padding: 0 0 5px 20px; /* 項目のパディング（上右下左） */
	background: url(../img/circle.gif) no-repeat 3px 0.2em; /* マーカー画像 */
	line-height: 130%;
}

span.notes {
	font-size: 90%;
	line-height: 180%;
}

div#contents div.article div.explanation1 {
	position: relative;
	margin: 0 auto 2em;
	width: 500px;
	height: 90px;
	background: transparent url('../img/bg_explanation1.gif') no-repeat scroll left top;
}

div#contents div.article div.explanation1 p {
	position: absolute;
	left: 0;
	top: 15px;
	margin: 0 20px;
	width: 460px;
	line-height: 1.5em;
	word-wrap: break-word;
	word-break: all;
	overflow: hidden;
}

div#contents div.article div.explanation2 {
	position: relative;
	margin: 0 auto 2em;
	width: 500px;
	height: 120px;
	margin-bottom:40px;
	background: transparent url('../') no-repeat scroll left top;
}

div#contents div.article div.explanation2 p {
	position: absolute;
	left: 0;
	top: 15px;
	margin: 4px 20px 0;
	width: 460px;
	line-height: 1.5em;
	word-wrap: break-word;
	word-break: all;
	overflow: hidden;
}

div#contents div.article p.support {
	margin-bottom: 1.5em;
}

div#contents div.article ul.inquiry {
	width: 500px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#contents div.article ul.inquiry li {
	padding: 0px 15px 20px;
}

div#contents div.article ul.inquiry dl {
	width: 100%;
	margin: 0;
}

div#contents div.article ul.inquiry dt {
	width: 68px;
	float: left;
}

div#contents div.article ul.inquiry dd {
	margin: 0 0 0 80px;
	line-height: 150%;
}

span.tel {
	font-weight: bold;
	font-size: large;
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

div#contents div.article h2.recruit {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_recruit.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}
div#contents div.article h2.working {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_working.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}
div#contents div.article h2.support {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_support.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}
div#contents div.article h2.payment {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_payment.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}
div#contents div.article h2.form {
	width: 520px;
	height: 51px;/*38+(960-520-182)/2*/
	background: transparent url('../img/title_form.gif') no-repeat scroll left top;
	text-indent: -1000px;
	overflow: hidden;
}

div#contents div.article p.error {
	margin: 0;
	padding: 0 .5em;
	width: auto;
	background: #f00;
	color: #fff;
	font: bold 1.5em/2em sans-serif;
	white-space: nowrap;
	overflow: hidden;
}

div#contents div.article p.guide {
	margin: 0;
	padding: 0 .5em;
	width: auto;
	background: #0d0;
	color: #fff;
	font: bold 1.5em/2em sans-serif;
	white-space: nowrap;
	overflow: hidden;
}

div#contents div.article p.note { color: #f00; }
div#contents div.article p span { font-weight: bold; }

div#contents div.article form table { border-collapse: collapse; width: 520px; }
div#contents div.article form table tbody tr th,
div#contents div.article form table tbody tr td {
	padding: .5em;
	border: 1px solid #cc7f91;
	text-align: left;
}

div#contents div.article form table tbody tr th { background: #ffc; white-space: nowrap; }
div#contents div.article form table tbody tr th span { font-size: 10px; }
div#contents div.article form table tbody tr th span.required { font-size: 14px; color: #f30; }
div#contents div.article form table tbody tr td { background: #fff; }
div#contents div.article form table tbody tr td label { display: inline-block; }
div#contents div.article form table tbody tr td label.align { width: 2em; }
div#contents div.article form table tbody tr td input.w60 { width: 60px; }
div#contents div.article form table tbody tr td input.w100 { width: 100px; }
div#contents div.article form table tbody tr td input.w130 { width: 130px; }
div#contents div.article form table tbody tr td input.w95p { width: 95%; }
div#contents div.article form table tbody tr td textarea { width: 96%; overflow-y: scroll; }
div#contents div.article form table tbody tr td div {
	width: 500px;
	word-wrap: break-word;
	word-break: all;
}

div#contents div.article form h3 {
	margin: 1.5em .5em 1em;
	color: #600;
	font-weight: bold;
}

div#contents div.article form p.submit { margin: 1em 0 3em; width: auto; text-align: center; }





