@charset "utf-8";
/* ------------------------------ */
/*会社案内専用*/
/* ------------------------------ */


/*用(.html)*/


/*会社案内用(profile.html)*/

table.profile {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 10px;
}
table.profile th {
	font-size: 88%;
	line-height: 165%;
	padding: 5px;
	width: 17%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	color: #002AA3;
	background-image: url(../../company/images/line_tableT.gif);
	background-repeat: repeat-y;
	background-position: right;
}
table.profile td {
	font-size: 88%;
	line-height: 165%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/*工場案内用(factory.html)*/

div.factory-box {
	display: block;
	zoom:1;
	margin-top: 20px;
	overflow: hidden;
}
div.factory-box h3 {
	margin-bottom: 20px;
}
div.factory-box p {
	font-size: 72%;
	line-height: 200%;
}


/*事業沿革用(history.html)*/

table.history {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-top: 25px;
}
table.history th {
	font-size: 88%;
	line-height: 165%;
	padding: 5px;
	width: 20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	color: #002AA3;
	background-image: url(../../company/images/line_tableT.gif);
	background-repeat: repeat-y;
	background-position: right;
}
table.history td {
	font-size: 88%;
	line-height: 165%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}




/*採用情報用(recruit.html)*/

table.recruit {
	margin-bottom: 15px;
	width: 100%;
}
table.recruit th {
	background-image: url(../../company/images/recruit/line_table.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	vertical-align: top;
	padding-top: 24px;
}
table.recruit td {
	background-image: url(../../company/images/recruit/line_table.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	line-height: 200%;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
