@charset "UTF-8";

/* ベースコンテンツ */
/*----------------------------------------------------------------------------*/
/* ----- 背景の定義 ----- */
#wp {
	min-width: 1012px;
	background-image: url(../img/base.png);
	position:relative;
}
header,
footer {
	background-color: #ffffff;
}
#contents {
	width: auto;
	padding: 0;
	color: #555555;
	font-size: 16px;
	line-height: 1.5;
	background-color: transparent;
	letter-spacing:0.08em;
}
	#contents a {
		color: #555555;
	}
	#contents a:hover {
		color:#cc0000;
		text-decoration:none;
	}

/* 汎用 */
/*----------------------------------------------------------------------------*/
/* ----- 外殻 ----- */
.outline {
}
.l-outline {
}

/* ----- 罫線 ----- */
/* 区切り線 */
#header hr.separate,
#main hr.separate {
	border-left: none;
	border-right: none;
	border-top: 1px solid #e1e1e1; 
	border-bottom: 1px solid #ffffff;
}
.borderSection {
	display:none;
}
@media screen and (max-width: 640px) {
	.borderSection {
		display:block;
	}
}

/* 点線 */
.dotted-line-bottom {
	border-bottom: 1px dotted #999999;
}

/* ----- アイコン ----- */
.m-arrow,
.s-arrow,
.open-win {
	background-repeat: no-repeat;
}
/* 三角矢印つきテキスト */
.m-arrow,
.s-arrow {
	padding-left: 20px;
	background-image: url(../img/icon/arrow.png);
	background-position: left center;
}
/* 文字サイズ16pxの矢印つきテキスト */
.m-arrow {
	font-size: 16px;
}
/* 文字サイズ13pxの矢印つきテキスト */
.s-arrow {
	font-size: 13px;
}
/* 別ウィンドウアイコン */
.open-win {
	padding-right: 20px;
	background-image: url(../img/icon/win.png);
	background-position: right center;
}
.open-win:hover {
	background-image: url(../img/icon/win_on.png);
}

/* ヘッダ */
/*----------------------------------------------------------------------------*/
#header {
	padding-top: 16px;
}

/* ----- ヘッダナビエリア ----- */
#header-navi {
	margin: auto;
	width: 950px;
}
	#header-navi ul {
		float: right;
	}
	#header-navi li {
		float: left;
		margin-left: 44px;
	}
	#header-navi .m-arrow  {
		background-position: 0 7px;
		padding-left: 13px;
	}

/* ----- ヘッダイメージエリア ----- */
#header-image {
	position: relative;
	margin-top: 16px;
	background-color: #3c3841;
}
	/* キャッチイメージ */
	#header-image img {
		display: block;
		margin: auto;
	}
	/* 上下ドロップシャドウ */
	#header-image div {
		position: absolute;
		top: 0;
		width: 100%;
		height: 230px;
		background-image: url(../img/header/drop_shadow.png);
	}
	/* キャッチテキスト */
	#header-image p {
		margin: auto;
		padding-top: 130px;
		width: 950px;
		color: #ffffff;
		font-size: 40px;
	}

#header .separate {
	margin: 10px 0 0 0;
}

/* メイン */
/*----------------------------------------------------------------------------*/
#main {
	margin: auto;
	width: 950px;
	font-size:16px;
}
	#main img {
		vertical-align: bottom;
	}

/* ----- 見出し ----- */
#main h1,
#main h2,
#main h3 {
	font-weight: normal;
}
/* 大見出し */
#main h1 {
	color: #555555;
	font-size: 30px;
	text-shadow: -1px -1px 0 #d5d5d5, 1px 1px 0 #fff;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
	#main h1:first-letter {
		color: #cc0000;
		text-shadow: -1px -1px 0 #e8aaaa, 1px 1px 0 #fff;
	}

/* 中見出し */
#main h2 {
	color: #888888;
	font-size: 24px;
	text-shadow: -1px -1px 0 #e1e1e1, 1px 1px 0 #fff;
	margin-bottom:10px;
}

/* 小見出し */
#main h3 {
	color: #565656;
	font-size: 20px;
	font-weight:bold;
}

@media screen and (max-width: 640px) {
	#main h1 {
		font-size: 130%;
	}	
}

/* ----- 文章メインのレイアウト ----- */
.text-layout {
	line-height: 2;
	padding: 30px 30px;
	background-color: #ffffff;
}

	/* リンク */
	.text-layout a {
		color: #28a7cc !important;
	}
		.text-layout a:hover {
			text-decoration: none !important;
		}

	/* 強調文字 */
	.text-layout strong {
		color: #cc0000;
		font-weight: normal;
	}

	/* 注目させたいテキスト */
	.text-layout .attention {
		padding: 30px 20px;
		text-align: center;
		background-color: #fff7f7;
	}

	/* 矢印アイコンつきリンク */
	.text-layout .m-arrow,
	.m-arrow {
		color: #555;
		text-decoration: none;
		display:inline-block;
		margin-right:40px;
	}
	.m-arrow:last-child {margin-right:0;}
		.text-layout .m-arrow:hover,
		.m-arrow span {
			text-decoration:none;
		}

	/* 別窓アイコン */
	.text-layout .open-win {
		padding-right: 20px;
		background-position: right center;
	}

	/* 文中の画像 */
	.float-right,
	.fixed-right {
		float: right;
		margin: 0 0 10px 10px;
	}
	.float-left,
	.fixed-left {
		float: left;
		margin: 0 10px 10px 0;
	}

/* ----- ２分割、３分割配置用のブロック定義 ----- */
.cell-box {
	margin-left: -20px;
}
.l-cell,
.m-cell {
	margin-left: 20px;
	float: left;
	line-height:1.0;
}
.c-cell {
	margin:0 auto;
}
.w-cell {
	margin-left: 20px;
	line-height:1.0;
}
#contents .l-cell a:hover,
#contents .m-cell a:hover,
#contents .w-cell a:hover {
	text-decoration:none;
}
/* 二分割用セル */
.l-cell {
	width: 465px;
}

/* 三分割用セル */
.m-cell {
	width: 300px;
}

/* 無分割セル */
.w-cell {
	width: 950px;
	margin-bottom: 1px;
}
@media screen and (max-width: 640px) {
	.w-cell {
		width: 100%;
		margin-bottom: 1px;
		margin-left:10px;
	}
}

/* 中央リンク */
.c-cell {
	width: 465px;
}
.c-cell .s-label .m-arrow {
	width: 395px;
}
.c-cell .s-label {
	text-align:center;
}
.c-cell .s-label:hover {background-color:#fff;}

@media screen and (max-width: 640px) {
	.c-cell {
		width: 80%;
	}
	.c-cell:first-child {
		margin-bottom:15px;
	}
	.c-cell .s-label .m-arrow {
		width:auto;
		display:block;
		line-height:50px;
	}
	.c-cell .l-cell .s-label {
		text-align:left;
	}
}
/* コーポレート系リンク */
#corporateLink .l-cell .s-label .m-arrow {
	width:395px;
}
#corporateLink .l-cell .s-label {
	text-align:center;
}
#corporateLink .l-cell .s-label:hover {background-color:#fff;}

@media screen and (max-width: 640px) {
	#corporateLink .l-cell:first-child {
		margin-bottom:15px;
	}
	#corporateLink .l-cell .s-label .m-arrow {
		width:auto;
	}
	#corporateLink .l-cell .s-label {
		text-align:left;
	}
}
/* 特殊メッセージ */
#alert01 {
	display:table;
	color:#cc0000;
	text-align:center;
	line-height:1.0em;
	margin:0 auto 40px auto;
}
#alert01 dt,
#alert01 dd {
	display:table-cell;
	vertical-align:middle;
}
#alert01 dt {
	padding-right:10px;
}
#alert01 dt img {
	width:19px;
}
#alert01 dd a {color:#cc0000;}
#alert01 dd a:hover {
	color:#cc0000;
	text-decoration:underline;
}
@media screen and (max-width: 640px) {
	#alert01 {
		margin:30px auto;
	}
	#alert01 dt img {
		width:25px;
		max-width:none;
	}
	#alert01 dd {
		text-align:left;
	}
}

#alert02 .w-cell .s-label .m-arrow {
	display:table-cell;
	width:890px;
}
#alert02 .w-cell .s-label {
	text-align:center;
}
@media screen and (max-width: 640px) {
	#alert02 .w-cell .s-label .m-arrow {
		width:auto;
	}
	#alert02 .w-cell .s-label {
		text-align:left;
	}
}

/* ----- ラベル：白地のボタン ----- */
.s-label,
.m-label,
.l-label,
.img-label {
	display: block;
	overflow: hidden;
	background-color: #ffffff;
}
.l-cell:hover .s-label,
.l-cell:hover .m-label,
.l-cell:hover .l-label,
.m-cell:hover .s-label,
.m-cell:hover .m-label,
.m-cell:hover .l-label,
.s-label:hover,
.m-label:hover,
.l-label:hover,
.img-label:hover {
	background-color: #fff7f8;
	color:#cc0000;
}
/* ラベル中の矢印の調整 */
.s-label .m-arrow,
.s-label .s-arrow,
.m-label .m-arrow,
.m-label .s-arrow,
.l-label .m-arrow,
.l-label .s-arrow,
.img-label .m-arrow,
.img-label .s-arrow {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.l-cell:hover .s-label .m-arrow,
.l-cell:hover .m-label .m-arrow,
.l-cell:hover .l-label .m-arrow,
.m-cell:hover .s-label .m-arrow,
.m-cell:hover .m-label .m-arrow,
.m-cell:hover .l-label .m-arrow,
.l-cell:hover span,
.l-cell:hover span,
.l-cell:hover span,
.m-cell:hover span,
.m-cell:hover span,
.m-cell:hover span,
.s-label:hover .m-arrow,
.m-label:hover .m-arrow,
.l-label:hover .m-arrow,
.s-label .m-arrow:hover,
.m-label .m-arrow:hover,
.l-label .m-arrow:hover,
.m-arrow:hover {
	text-decoration:none!important;
	color:#cc0000;
}
.last-cell .s-label .m-arrow:hover {
	color:#cc0000;
	text-decoration:none;
}

/* ラベル中の別窓アイコンの調整 */
.s-label.open-win,
.m-label.open-win,
.l-label.open-win,
.img-label.open-win {
	background-position: right 20px center !important;
}

/* 中サイズラベル */
.m-label {
	padding-left: 20px;
	height: 70px;
}
	/* 中ラベル配下の矢印 */
	.m-label .s-arrow {
		height: 70px;
	}
/* 小サイズラベル */
.s-label {
	padding-left: 20px;
	height: 50px;
}
	/* 小ラベル配下の矢印 */
	.s-label .m-arrow {
		height: 50px;
		padding-right: 10px;
	}
/* 画像つきラベル */
.img-label {
	height: 80px;
}
	.img-label img {
		position: absolute;
	}
	.img-label span {
		padding-left: 90px;
		position: relative;
		display: table-cell;
		height: 80px;
		font-size: 13px;
		vertical-align: middle;
	}

/* テキストラベル */	
#entry {
}
	#entry .l-cell {
	}
	#entry .m-arrow {

	}
	/* 最後の無地セル */
	#entry .last-cell {
	}
		#entry .last-cell .s-label {
			float: left;
			background-color: transparent;
			background-position: right center;
			padding-right: 20px;
		}
		#entry .last-cell .s-label.float-r {
			float: right;
		}
		#entry .last-cell .s-label.open-win {
			background-position:right center !important;
		}

/* 一覧ラベル */
.w-cell .s-label {
}
.w-cell .s-label .m-arrow {
	padding:0 0 0 20px;
	display:block;
}
.w-cell .s-label .m-arrow .label-group {
	display:table;
	float:left;
	height:50px;
	width:60%;
}
.w-cell .s-label .m-arrow .label-group:nth-child(2) {
	width:35%;
	float:right;
}
.w-cell .s-label .pos-label,
.w-cell .s-label .new-label,
.w-cell .s-label .emp-label,
.w-cell .s-label .loc-label {
	display:table-cell;
	vertical-align:middle;
}
.w-cell .s-label .pos-label{
	white-space:normal;
}
.w-cell .s-label .new-label {
	padding-left:10px;
	min-width:26px;
}
.w-cell .s-label .emp-label {
	width:60%;
}
.w-cell .s-label .loc-label {
	width:40%;
}
@media screen and (max-width: 640px) {
	.w-cell .s-label {
		width:auto;
		height:auto;
	}
	.w-cell .s-label .m-arrow {
		height:auto;
		padding:10px 10px 10px 20px;
		width:auto;
	}
	.w-cell .s-label .m-arrow .label-group {
		float:none;
		height:auto;
		width:auto;
	}
	.w-cell .s-label .m-arrow .label-group:nth-child(2) {
		float:none;
		width:auto;
	}
	.w-cell .s-label .pos-label,
	.w-cell .s-label .new-label,
	.w-cell .s-label .emp-label {
		padding-bottom:10px;
	}
	.w-cell .s-label .pos-label {
		width:auto;
		white-space:normal;
	}
	.w-cell .s-label .emp-label,
	.w-cell .s-label .loc-label {
		display:table-row;
		font-size:0.8em;
	}
	.w-cell .s-label .emp-label span,
	.w-cell .s-label .loc-label span {
		display:table-cell;
		padding:3px 0;
	}
}

/* ----- ナビゲーション ----- */
.nav {margin-bottom:20px;}
.nav .l-cell {
	display:inline-block;
	margin-left:0;
	width:auto;
	background-color:#fff;
	padding-right:40px;
}
.nav .nav-label {
	display:inline-block;
	padding-left:20px;
	margin-right:15px;
}
.nav .nav-label .m-arrow {
	display:table-cell;
	vertical-align:middle;
}

@media screen and (max-width: 640px) {
	.nav {background:none;}
	.nav .l-cell {
		margin-bottom:1px;
		display:block;
		padding-right:0;
		width:100%;
	}
	.nav .nav-label .m-arrow:hover {text-decoration:none!important;}
}

/* 標準表組 */
.tbl {width:100%;}
.tbl tr {border-bottom:1px dotted #999;}	
.tbl tr:last-child {border:none;}
.tbl th {
	width:auto;
	min-width:20%;
	color:#cc0000;
	padding:10px 0;
	}
.tbl td {padding:10px 0;}

@media screen and (max-width: 640px) {
	.tbl,
	.tbl tbody,
	.tbl thead,
	.tbl tfoot,
	.tbl tr,
	.tbl th,
	.tbl td {
		display:block;
	}
	
	.tbl th {
		width:100%;
		padding: 15px 0 0 0;
		}
	.tbl tr:first-child th {
		padding: 0;
	}
	.tbl td {
		padding:0 0 15px 0;
	}
}

/* ニュース */
/*----------------------------------------------------------------------------*/
#newsRelease {}
	#newsRelease h1 img{
		vertical-align:middle;
		margin-left:15px;
	}
	#newsRelease dl {
		display: table;
		margin:15px 0;
	}
	#newsRelease dl dt.newsArrow{
		display:none;
	}
	#newsRelease dl dt.newsDate{
		display:table-cell;
		vertical-align:middle;
		font-size:13px;
		padding-right:30px;
	}
	#newsRelease dl dd.newsTitle{
		display:table-cell;
		vertical-align:middle;
		width:635px;
		padding-left:15px;
		padding-right:50px;
		background:url(../img/icon/arrow.png) left center no-repeat;
	}
	#newsRelease dl dd.newsIcon_html{
		display:table-cell;
		vertical-align:middle;
		padding-right:12px;
		line-height:1.0;
	}
	#newsRelease dl dd.newsIcon_pdf{
		display:table-cell;
		vertical-align:middle;
		font-size:10px;
	}
	#newsRelease dl dd.newsIcon_pdf img {margin-right:3px;}

@media screen and (max-width: 640px) {	
	#newsRelease {
		margin-top:20px;
	}
	#newsRelease hr.separate {
		border-width:0px;
	}
	#newsRelease dl {
		display: table;
		content: ""; 
		clear: both;
		width:100%;
	}
	#newsRelease dl dt.newsArrow {
		display:table-cell;
		vertical-align:middle;
		line-height:7px;
		width:5%;
		background:#fff;
		padding:0 0 0 3%;
	}
	#newsRelease dl dt.newsArrow img {
		width:auto;
		height:auto;
	}
	#newsRelease dl dt.newsDate,
	#newsRelease dl dd.newsTitle {
		display:block;
		float:left;
		width:92%;
		margin-right:2%;
		background:#fff;
	}
	#newsRelease dl dt.newsDate {
		padding:3% 3% 0 3%;
	}
	#newsRelease dl dd.newsTitle {
		padding:3%;
		margin-right:2%;
	}
	#newsRelease dl dd.newsIcon_pdf {
		display:table-cell;
		text-align:center;
		background:#fff;
		width:3%;	
	}
	#newsRelease dl dd.newsIcon_html {
		display: none;
	}
}
/* 記事詳細 */
#datewrap {
	margin:10px 0;
}
.dateLine,
.pdfLine {
	font-size:12px;
}
.dateLine {
	float:left;
}
.pdfLine {
	float:right;
}

#archive h2 {
	text-align:center;
	color:#878787;
	font-size:30px;
	text-shadow:none;
}
#archive h2 small{
	font-size:80%;
}
#entryBody {
	padding:0 20px;
	word-wrap:break-word;
	word-break:break-all;
	overflow-wrap:break-word;
}
#entryBody strong {
	color:#555;
	font-weight:bold;
}
#entryBody p{
	padding-bottom:20px;
}
#entryBody table {
	width:100%!important;
	margin-bottom:20px;
}
#entryBody table th,
#entryBody table td {
	word-wrap:break-word;
	word-break:break-all;
	overflow-wrap:break-word;
	vertical-align:top;
	letter-spacing:1px;
}
#entryBody table p {
	padding-bottom:0;
}
.m-arrow.backarrow {
	background-image: url(../img/icon/arrow_l.png);
}

@media screen and (max-width: 640px) {
	#archive h2 {
		font-size:120%;
	}
	#entryBody {
		padding:0;
		font-size:87.5%;
	}
	#entryBody table th img,
	#entryBody table td img {
		min-width:80px;
	}

}


/* スマホサイズ 640 */
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#wp {
		min-width: initial;
		min-width: auto;
	}
	/* ベースコンテンツ */
	/*----------------------------------------------------------------------------*/
	#contents {
	}
	#contents a:hover {
		color:#555;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	/* 汎用 */
	/*----------------------------------------------------------------------------*/
	/* ----- 外殻 ----- */
	.outline {
		padding-right: 20px;
		padding-left: 20px;
	}
	.l-outline {
		padding-right: 30px;
		padding-left: 20px;
	}
	.open-win {
		padding-right: 0;
		background-image: none;
	}
	.open-win:hover {
		background-image: none;
	}
	/* ヘッダ */
	/*----------------------------------------------------------------------------*/
	#header {
	}
	/* ----- ヘッダナビエリア ----- */
	#header-navi {
		width: auto;
	}
		#header-navi ul {
			float: right;
			margin-right: 20px;
		}
		#header-navi li {
		}
	/* ----- ヘッダイメージエリア ----- */
	#header-image {
		position: relative;
	}
		/* 上下ドロップシャドウ */
		#header-image div {
			background-image: none;
		}
		/* キャッチテキスト */
		#header-image p {
			position: absolute;
			width: auto;
			font-size: 180%;
			padding:20px 0 0 17px;
			line-height:1.1;
		}
		
	/* ----- 募集職種 ----- */
	/* 最後の無地セル */
	#job-type .last-cell {
		margin-left:10px;
	}

	/* メイン */
	/*----------------------------------------------------------------------------*/
	#main {
		width: auto;
	}
	/* ----- 区画分け ----- */
	.cell-box {
		margin-left: -10px;
	}
	.l-cell,
	.m-cell {
		float: left;
	}
	/* 二分割用サイズ */
	.l-cell {
		width: 100%;
		margin-left: 10px;
	}
	/* 三分割用サイズ */
	.m-cell {
		width: 48%;
		margin-bottom: 20px;
		margin-left: 10px;
	}
	/* ラベル：白地のボタン */
	.s-label:hover,
	.m-label:hover,
	.l-label:hover,
	.img-label:hover {
		background-color: #ffffff;
	}
	/* ----- 文章メインのレイアウト ----- */
	.text-layout {
		padding: 20px 20px;
		line-height: 1.5;
	}
	.text-layout .attention {
		text-align:center;
	}
		.text-layout img.float-right,
		.text-layout img.float-left {
			float: none;
			display: block;
			margin: 0 auto 10px auto;
		}
}

/* スマホサイズ 600 */
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	/* ----- 部門を知る ----- */
	#about-group {
	}
		#about-group .cell-box {
			padding-right: 10px;
		}
		#about-group .m-cell {
			float: none;
			width: 100%;
			margin-bottom: 1px;
		}
}

/* スマホサイズ 560 */
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 560px) {
	.l-outline {
		padding-right: 20px;
	}
	.cell-box {
		padding-right: 10px;
	}
	.m-cell {
		float: none;
		width: 100%;
		background-color: #e6e6e6;
		margin-bottom: 10px;
	}
	.m-cell img {
		display: block;
		margin: auto;
	}
	#about-group .m-cell img {
		display: block;
	}
}

/* スマホサイズ 500 */
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
	/* トップページ */
	/*----------------------------------------------------------------------------*/
	/* ----- 募集職種 ----- */
	#job-type {
	}
		/* 最後の無地セル */
		#job-type .last-cell {
		}
			#job-type .last-cell .s-label {
				float: none;
				margin-left: 0;
			}
}




