@charset "utf-8";

/*------------------------------------------------------------------------------
JAC Recruitment Co., Ltd. - CSS Modules Import
Date: 2011-04-22
Copyright (C) JAC Recruitment Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

INDEX , Archive

---------------------------------------- */

/* -- div#NewsSec  -- */

div#NewsSec {
	padding-bottom: 20px;
}

div#NewsSec h2.TitStyle01 a#NewsList {
	padding-right: 10px;
	padding-left: 15px;
	background: url(../image/icon_arrow_01.png) 100% 50% no-repeat;
	font-size: 62.5%;
	color: #808080;
}

div#NewsSec ol#NewsIndex {
	padding-top: 33px;
}

div#NewsSec ol li a,
div#NewsSec ol li span {
	display: block;
	margin-left: 110px;
	_text-indent: -3px; /* IE6 */
	color: #000;
}

div#NewsSec ol li a:visited {
	text-decoration: none;
	color: #69be28;
}

div#NewsSec ol li a:hover {
	color: #009b48;
}

div#NewsSec ol li span.Date {
	float: left;
	width: 100px;
	margin-left: 0;
	padding-left: 0;
	_text-indent: 0px;
	color: #808080;
}

/* News 11-04-11 OSD
----------------------------------*/

table.NewsList {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 2px;
}

table.NewsList th,
table.NewsList td {
	padding: 0 0 5px;
	vertical-align: top;
}

table.NewsList th {
	width: 70px;
	padding-right: 10px;
	font-weight: 400;
	color: #808080;
}

table.NewsList td {
	padding-left: 10px;
}

table.NewsList td.cat {
	width: 52px;
	padding: 2px 0 0;
}

table.NewsList td.cat span {
	display: block;
	text-align: center;
	background-color: #999;
	font-size: 83.4%;
	font-weight: bold;
	color: #fff;
}

table.NewsList td a { color: #000;}
div#NewsSec table td a:visited { text-decoration: none; color: #69be28;}
div#NewsSec table td a:hover { color: #009b48;}

table.NewsList td.cat01 span,
h1.TitStyle04 span.cat01 { background-color: #999;}
table.NewsList td.cat02 span,
h1.TitStyle04 span.cat02 { background-color: #9fb414;}
table.NewsList td.cat03 span,
h1.TitStyle04 span.cat03 { background-color: #e17000;}
table.NewsList td.cat04 span,
h1.TitStyle04 span.cat04 { background-color: #0088ce;}

/* ----------------------------------------

Detail

---------------------------------------- */

h1.TitStyle04 span {
	margin-left: 3px;
	padding: 1px 5px;
	background-color: #999;
	font-size: 47.7%;
	font-weight: 400;
	color: #fff;
	zoom: 1;
}


div.EntryBody {
	text-align: left;
}

div.EntryBody h3 {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 7px solid #0E58A2;
}

div.EntryBody h4 {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 15px;
	font-weight: normal;
}

div.EntryBody p.blog_center{
	text-align: center;
}

div.EntryBody p.blog_right{
	text-align: right;
}

div.EntryBody img.blog_floatRight{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.EntryBody img.blog_floatLeft{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

div.EntryBody p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 100%;
	margin-bottom: 10px;
}

div.EntryBody ul li{
	margin-bottom:5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type: disc;
	background-image: none;
	border-bottom: none;
}



/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#NewsSec ol li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#NewsSec ol li {
	zoom: 1;
}

/*  -- Legacy IE -- */

* html div#NewsSec ol li {
	zoom: 1;
}