@charset "UTF-8";



/* ----------コンテンツ全体---------- */

/* 全体 */

.contents_all {
	width: 100%;
	min-width: 1200px;
	background: url("../image/back/common/footer_image.jpg") no-repeat;
	background-position: 100% 100%;
}

.contents_body {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.contents_main {
	width: 850px;
}



/* -----星棒----- */

/* タブレット用無効化 */

.starbar_t {
	display: none;
}



/* -----ページタイトル----- */

.page_title h1 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #dbdcd9;
	margin: 30px 0 40px;
	font-size: 34px;
	font-weight: normal;
	border-bottom: solid 0.3px #dbdcd9;
}

.page_title span {
	font-family: "dnp-shuei-mgothic-std";
	font-size: 14px;
	color: #6f6f69;
	letter-spacing: 5px;
}

.page_title br {
	display: none;
}



/* -----コンテンツタイトル----- */

.contents_title {
	background: url("../image/back/common/title_back.jpg") no-repeat;
	height: 42px;
	margin-bottom: 20px;
}

.contents_title h2 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #abcd03;
}



/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and ( max-width:479px )
{



/* 全体 */

.contents_all {
	width: 100%;
	min-width: auto;
	background: none;
}

.contents_body {
	width: 100%;
	padding-bottom: 15vw;
}

.contents_main {
	width: 100%;
}



/* ----------コンテンツ全体---------- */

/* -----星棒----- */

/* タブレット用有効化 */

.starbar_t {
	display: block;
}

/* PC用無効化 */

.starbar {
	display: none;
}



/* -----ページタイトル----- */

.page_title h1 {
	margin: 7vw 0;
	font-size: 30px;
	text-align: center;

}

.page_title span {
	font-family: "dnp-shuei-mgothic-std";
	font-size: 14px;
	color: #6f6f69;
	letter-spacing: 5px;
}

.page_title br {
	display: block;
}



/* -----コンテンツタイトル----- */

.contents_title {
	background: url("../image/back/common/title_back_t.png") no-repeat;
	background-position: right 100%;
	background-color: #f8f8ec;
	border-left: solid 4px #abcd03;
	height: auto;
	margin-bottom: 4vw;
}

.contents_title h2 {
	padding: 10px 0 8px 5px;
	font-size: 16px;
}

/* リクルート・教育ページのタイトル */

#recruit02 .contents_title {
	background: url("../image/back/common/title_back_t.png") no-repeat;
	background-position: right 100%;
	background-color: #f8f8ec;
	border-left: solid 4px #abcd03;
	height: 50px;
	margin-bottom: 4vw;
}

#recruit02 .contents_title h2 {
	padding: 8px 0 0 5px;
	font-size: 16px;
}



}