﻿@charset "utf-8";

.mainColumn {
	margin-bottom: 1em;
}

/* ----------------------------------------------
 * companynavi
----------------------------------------------- */
#pageNavi ul li,
#pageNavi ul li a {
	float: left;
}
	#pageNavi ul li a:hover {
		background-color: transparent;
	}
		#pageNavi ul li a:hover img {
			visibility: hidden;
		}
	#pageNavi ul li.menu01 {
		background: url("../images/menu01_over.gif") no-repeat;
	}
	#pageNavi ul li.menu02 {
		background: url("../images/menu02_over.gif") no-repeat;
	}
	#pageNavi ul li.menu03 {
		background: url("../images/menu03_over.gif") no-repeat;
	}
	#pageNavi ul li.menu04 {
		background: url("../images/menu04_over.gif") no-repeat;
	}
	#pageNavi ul li.menu05 {
		background: url("../images/menu05_over.gif") no-repeat;
	}
	#pageNavi ul li.menu06 {
		background: url("../images/menu06_over.gif") no-repeat;
	}
	#pageNavi ul li.menu07 {
		background: url("../images/menu07_over.gif") no-repeat;
	}


/* ----------------------------------------------
 * text
---------------------------------------------- */
#contentMain .text01 {
	margin-bottom: 5px;
}
#contentMain .text02 {
	margin-bottom: 20px;
}
#contentMain .text03 {
	font-weight: bold;
}

/* ----------------------------------------------
 * 会社概要Table
---------------------------------------------- */
table#companyHeadline th,
table#companyHeadline td {
	padding: 5px;
}

	table#companyHeadline td table,
	table#companyHeadline td table th,
	table#companyHeadline td table td {
		border: none;
	}
	table#companyHeadline td table th,
	table#companyHeadline td table td {
		padding: 1px;
	}


/* ----------------------------------------------
 * 沿革PDFの設定
---------------------------------------------- */
#contentMain #histotyPDF {
	width: 700px;
	margin: 12px 0 0;
}
	#contentMain #histotyPDF p {
		text-align: right;
	}

/* ----------------------------------------------
 * 沿革用Table
---------------------------------------------- */
table#historyTable {
	width: 100%;
}
	table#historyTable th,
	table#historyTable td {
		padding: 5px;
	}
	table#historyTable th {
		vertical-align: top;
		white-space: nowrap;
	}

/* ----------------------------------------------
 * policy
---------------------------------------------- */
#contentMain .policy_ph01 {
	float: right;
	width: 200px;
	text-align: right;
}

.submit {
	text-align: center;
	margin: 15px auto;
}

	.submit input {
		margin: 5px auto;
	}

th em,
td em {
	margin: 0 0 0 5px;
	color: #AD1627;
}

/* --------------------------
 * 採用ページ
-------------------------- */
#recruit table td table,
#recruit table td table th,
#recruit table td table td {
	border: none;
}
	#recruit table th,
	#recruit table td {
		padding: 5px;
	}
		#recruit table td table {
			margin: 0;
		}
		#recruit table td table th,
		#recruit table td table td {
			padding: 1px;
		}

/* --------------------------
 * 中途採用応募フォーム
-------------------------- */
#entryForm table th,
#entryForm table td {
	padding: 5px;
}

/* footNavi
--------------------------- */
#footNavi {
	width: 690px;
	margin: 15px auto 0;
	text-align: left;
}
	#footNavi li {
		display: inline;
	}
