@charset "utf-8";

/* =========================================================

   CSS information

   Style Info : ページ限定設定
   Date : 2013/06/20

========================================================= */


/* 共通スタイル読み込み
--------------------------------------------------------- */
/* 全ページ共通設定 */
@import url("../../common/css/base.css");

/* コンテンツページ共通設定 */
@import url("../../common/css/contents.css");


/* contents.cssを一部書き換え
--------------------------------------------------------- */
.info_event .articlebox {
	margin-bottom: 15px;
	border-bottom: solid 3px #cccccc;
}


/* 山口県の最低賃金が改定されました
--------------------------------------------------------- */
.Info_20121228_table th,
.Info_20121228_table td {
	padding: 0.5em !important;
}
.Info_20121228_table .w6 {
	width: 6em;
}
.Info_20121228_table .nowrap {
	white-space: nowrap;
}


/* 高年齢者雇用安定法の改正について
--------------------------------------------------------- */
.info_event ol.Info_20130131_list {
	color: #ef425e;
	font-weight: bold;
	margin: 5px 0px 3px;
}
.info_event ol.Info_20130131_list span {
	color: #333333;
	font-weight: normal;
	display: block;
}