@charset "utf-8";
/* 新規ページ共通CSS (strength / douglas_fir / quality / production / consultation) */


/* #wrapper と #movable は work.css + wrapscroll.js に委ねる */

/* ------------------------------------------------
 * サイドナビ（テキストベース）
 * ------------------------------------------------ */

.page-side-nav {
	width: 230px;
	border: 5px solid #EEEEEE;
	}

.page-side-nav-title {
	background: #8DA900;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 10px;
	text-align: center;
	}

.page-side-nav a {
	display: block;
	padding: 10px 12px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	color: #320B0B;
	font-size: 13px;
	text-align: left;
	}

.page-side-nav a:hover {
	background: #F5F5F5;
	color: #8DA900;
	}

.page-side-nav .nav-current {
	background: #F0F5D8;
	font-weight: bold;
	color: #8DA900;
	}

.page-side-nav-sub {
	font-size: 11px;
	padding-left: 20px !important;
	color: #666666;
	}

.page-side-sep {
	background: #EEEEEE;
	padding: 5px 10px;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	}


/* ------------------------------------------------
 * コンテンツ見出し・セクション
 * ------------------------------------------------ */

.page-section {
	margin-bottom: 35px;
	}

.page-section-title {
	width: 650px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	background: #8DA900;
	color: #FFFFFF;
	padding: 9px 15px;
	margin: 0 0 18px;
	}

.page-section h4 {
	font-size: 15px;
	font-weight: bold;
	border-left: 4px solid #8DA900;
	padding-left: 10px;
	margin: 18px 0 10px;
	color: #320B0B;
	}

.page-section p {
	line-height: 170%;
	margin-bottom: 12px;
	}

.page-section ul {
	margin: 0 0 15px 20px;
	line-height: 190%;
	}

.page-section li {
	margin-bottom: 4px;
	}

.page-note {
	background: #FFFFCC;
	border: 1px solid #CCCC66;
	padding: 12px 15px;
	font-size: 13px;
	line-height: 170%;
	margin-bottom: 15px;
	}

.btn-contact {
	display: inline-block;
	background: #8DA900;
	color: #FFFFFF;
	padding: 9px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}

.btn-contact:hover {
	background: #7a9400;
	color: #FFFFFF;
	text-decoration: none;
	}


/* ------------------------------------------------
 * 本文中の写真（セクション内コンテンツ画像）
 * ------------------------------------------------ */

.content-photo {
	margin: 15px 0 20px;
	text-align: center;
	}

.content-photo img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	}

.content-photo .caption {
	font-size: 12px;
	color: #666666;
	margin-top: 6px;
	line-height: 150%;
	}


/* ------------------------------------------------
 * 準備中ページ：左メニュー(#movable)がposition:absoluteで
 * フローから外れるため、右カラムが短いとフッターと重なる。
 * 右カラムに最低高さを確保して回避する。
 * ------------------------------------------------ */

body.page-preparing #rightcontents {
	min-height: 440px;
	}


/* ------------------------------------------------
 * 募集要項などの項目対応表
 * ------------------------------------------------ */

.spec-table {
	width: 650px;
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 13px;
	}

.spec-table th {
	width: 160px;
	background: #F0F5D8;
	color: #320B0B;
	text-align: left;
	padding: 10px 12px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	}

.spec-table td {
	padding: 10px 12px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	line-height: 160%;
	}

.tbd {
	color: #CC3333;
	}
