@charset "utf-8";

@import url(reset.css);
@import url(elements.css);
@import url(class.css);
@import url(context.css);
@import url(layout.css);

@import url(module/global_navi.css);
@import url(module/header.css);
@import url(module/footer.css);


/*== Main =======================================*/

div#top_banner {
	width: 893px;
	background-image: url(../images/top_banner/inq.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* -- div.section ----------------------------------- */

div.section h2 {
	width: 893px;
	background-image: url(../images/h2_inq.png);
	background-repeat: no-repeat;
}
	div.section h2.other { background-image: url(../images/h2_inq_other.png); }
	div.section h2.op_nursing { background-image: url(../images/h2_inq_op_nursing.png); }
	div.section h2.op_midwifery { background-image: url(../images/h2_inq_op_midwifery.png); }
	div.section h2.demand_nursing { background-image: url(../images/h2_inq_demand_nursing.png); }
	div.section h2.demand_midwifery { background-image: url(../images/h2_inq_demand_midwifery.png); }

div.section h3 {
	margin-bottom: 0.5em;
	width: 893px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 30px;
}
	div.section h3.inq_01 { background-image: url(../images/h3_inq_01.png); }
	div.section h3.inq_02 { background-image: url(../images/h3_inq_02.png); }

div.thanks {
	border-top: 1px dotted #e5dad9;
	border-bottom: 1px dotted #e5dad9;
}
div.thanks p {
	margin-bottom: 0;
}



/* -- リスト ----------------------------------- */
div#main ul { clear: both; }

div#main ul li { border-bottom: none; }

div#main ul.form_link li {
	padding-left: 15px;
	width: 400px;
	float: left;
	background-image: url(../images/icon/arrow_s_pk_r.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}



/* -- フォーム ----------------------------------- */

input { margin-right: 0.5em; }




/* -- THANKS ----------------------------------- */

div.thanks h1 {
	padding: 0.3em 5px 0 25px;
	width: 893px;
	height: 30px;
	font-weight: normal;
	background-image: url(../images/h2_single.png);
	background-repeat: no-repeat;
}


