@charset "utf-8";

/* 
 * ***********************************************************
 *
 * Since:     2011-10
 * Modified:  2011-10
 * Guideline: Ver.2.0
 *
 * ***********************************************************
 */

/*　システムフリー　*/

.system-free,
.system-free p,
.system-free h1,
.system-free h2,
.system-free h3,
.system-free h4,
.system-free h5,
.system-free h6,
.system-free li,
.system-free pre,
.system-free address,
.system-free div,
.system-free blockquote {
	margin: 0px;
	padding: 0px;
	word-wrap:break-word;
}

.system-free th,
.system-free td
{
	/*  cellpadding="5" cellspacing="1"　で指定のため、margin,padding指定不可 */
}

.system-free table{
	border-collapse:separate;
}

.system-free ul{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
.system-free ol
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	list-style: decimal;
}
.system-free ul li,
.system-free ol li
{
	margin: 0px;
	padding: 0px;
}

.system-free a img{
	border:2px;
}


/* system-free#clearfix */

.system-free:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .system-free {
  height: 1px;
}

/*　テンプレテーブル 求人情報　*/
.system-free table.recruit {
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

.system-free table.recruit th {
	font-weight: bold;
	text-align: left;
	background: #F2F2F2;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	padding: 15px;
	width: 120px;
}

.system-free table.recruit td {
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	padding: 15px;
}


/*　テンプレテーブル　*/
.system-free table.table1 {
	width: 100%;
	border-top: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}

.system-free table.table1 caption {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

.system-free table.table1 th {
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
}

.system-free table.table1 thead th {
	font-weight: bold;
	text-align: center;
	background: #F2F2F2;
	padding: 15px 10px;
	width: 70px;
}

.system-free table.table1 thead th.time {
	width: 45px;
}

.system-free table.table1 td {
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #CFCFCF;
	padding: 15px 10px;
	text-align: center;
}


