@charset "Shift_JIS";

@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	font-size: 123.1%;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}

/*　コンテンツ　*/
.contents {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}



/*===========　採用情報　==========*/
.job{
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


.job tr td {
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.job .zebra{
	background-color: #E8ECF2;
}


/*===========　dl設定　==========*/
.job dt {
}

.job dd{
	background-image: url(../../img/listImage_3.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	margin-left: 1em;
	padding-left: 12px;
}





/*===========　フォーム設定　==========*/
.form{
	background: #E9EDF3;
	padding: 10px;
}

.form table {
	border-top: 1px solid #CCC;
}

.form table tr th,
.form table tr td{
	font-weight: normal;
	color: #4C4C4C;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


