@charset "shift_jis";

@import url("../../css/002_o/common.css");

/*	top
------------------------------------*/
p.headLine {
	margin: 10px 30px 5px;
	border-bottom: 1px solid #ff9040;
}
div.topTextArea {
	margin: 0 30px 10px;
	text-align: left;
}
div.topTextArea p {
	line-height: 1.5;
	margin-bottom: 0.3em;
}
table.infoBox {
	border-collapse: collapse;
	border: 2px solid #D96800;
	margin-left: 30px;
	margin-bottom: 20px;
}
table.infoBox th,
table.infoBox td {
	border: 1px solid #D96800;
	padding: 3px 5px;
	text-align: left;
}
table.infoBox th { background: #ffd0a4; }

/*	company
------------------------------------*/
div.mapWrapp {
	margin: 10px 30px 20px;
	border: 3px solid #fd7b01;
	padding: 5px 10px;
}
div.mapWrapp p {
	line-height: 1.5;
	margin-bottom: 5px;
}

/*	service
------------------------------------*/
div.wrap2 h2 {
	color: #fe8f40;
	font-size: 120%;
	padding: 5px 5px 1px;
	border-bottom: 1px solid #fe8f40;
	margin: 0 0 5px;
	}
	
/* ---------------from base-------------------*/
/*	greeting
------------------------------------*/
div#greetingContents { margin: 10px 30px 20px; }
div#greetingContents h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	}	/* キャッチコピーがある場合 */
div#greetingContents p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
div#greetingContents p.post,
div#greetingContents p.name {
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.3em;
	}
div#greetingContents p.post { font-size: 120%; }
div#greetingContents p.name { font-size: 140%; }
div#greetingContents img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: bottom;
	}

/*	staff
------------------------------------*/
div#staffMainContents { margin: 10px 30px 20px; }	/* 集合写真とメッセージ等 */
div#staffMainContents h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	}	/* キャッチコピーがある場合 */
div#staffMainContents p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
div#staffMainContents img.staffPhotoLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: bottom;
	}	/* 左寄せ */
div#staffMainContents img.staffPhotoRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	vertical-align: bottom;
	}	/* 右寄せ */
	
div.staffSection { margin: 10px 30px 20px; }	/* 各職種セクション */
div.staffSection h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	border-bottom: 1px solid #FE8F40;
	padding-bottom: 1px;
	}	/* 職種名 */
div.staffSection p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}

/*	privacy
------------------------------------*/
div.privacySection { margin: 10px 30px 20px; }
div.privacySection h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	}
div.privacySection p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
div.privacySection ul,
div.privacySection li,
div.privacySection ol { margin: 0; padding: 0; }	/* reset */

div.privacySection ul {	margin: 0 0 0.5em 1.5em; }
div.privacySection ol { margin: 0 0 0.5em 2em; }
div.privacySection ul li,
div.privacySection ol li { line-height: 1.5; }

/*	recruit
------------------------------------*/
div#recruitContents { margin: 10px 30px 20px; }

div#recruitContents h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	}
div#recruitContents p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}
div.recruitSection { margin: 10px 30px 20px; }
div.recruitSection h2 {
	font-size: 120%;
	font-weight: bold;
	color: #FE8F40;
	margin: 0 0 10px;
	}

div.recruitSection table {
	border-collapse: separate;
	border-top: 1px solid #d96800;
	border-right: 1px solid #d96800;
	border-spacing: 0;
	margin-bottom: 20px;
	}
div.recruitSection table th,
div.recruitSection table td {
	border-bottom: 1px solid #d96800;
	border-left: 1px solid #d96800;
	padding: 3px 5px;
	line-height: 1.5;
	}
div.recruitSection table th {
	background: #ffd6b9;
	text-align: left;
	color: #bf5000;
	}
/* Hidden for Mac IE \*/
div.recruitSection table th { letter-spacing: 0.1em; }
/* End */
	
/*	bread navigation
------------------------------------*/
div#breadArea {
	border-top: 1px solid #D96800;
	margin: 0 20px;
	padding: 10px;
}
div#breadArea p {
	margin-bottom: 5px;
	line-height: 1.5;
	font-weight: bold;
}

/*	footer
------------------------------------*/
p.cnetBanner { text-align: right; }
	
