@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: info.css
Description	: Style for Kanou Zouen
Version		: 1.0
Modified	: 09/06/16
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* 求人情報 */
/* ---------------------------------------------------------------------- */
div#main div.section h4
{
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 1.2em;
	font-size: 1.8em;
	background-image: url(_images/h4_recruit.gif);
	background-position: left bottom;
}

div#main div.section h4 span
{
	margin-left: 5em;
	font-weight: bold;
	color: #FF0000;
}

div#main div.section th,
div#main div.section td
{
	font-size: 1.4em;
}

div#main div.section table
{
	margin-bottom: 2em;
}

div#main div.section th
{
	padding-left: 1.5em;
}

div#main div.section tr.even th,
div#main div.section tr.even td
{
	background-color: #D1DAC2;
}

div#main div.section p.tel
{
	margin-left: 90px;
	font-size: 1.8em;
	font-weight: bold;
}

div#main div.section p.tel span
{
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #FF0000;
}

div#main div.section div.hr
{
	margin-bottom: 80px;
	margin-left: 60px;
	widtH: 580px;
	border-color: #D1DAC2;
}

div.boshustop{
	color: #fe2919;
	font-size: 120%;
	width: 600px;
}

div.boshustop p{
	width: 600px;
	background-color: #fef8c1;
	border: 1px solid #ff0004;
	padding: 10px;
	text-align: center;
	line-height: 1.5em;
}


