@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EEE;
}

div,
h1,
h2,
h3,
h4,
p,
table,
ul,
ol,
li,
img {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

ul {
	list-style: none;
}

a:hover {
	opacity: 0.7;
}

.inner {
	width: 860px;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
	background-position: center bottom;
}

p {
	text-align: center;
}

table,
tr,
th,
td {
	border: none;
}

.center {
	text-align: center;
}

/********* #herder *********/
#header {
	/*background:url(../img/top_bg.png) repeat-x;*/
	background-color: #FFF;
	background-position: center 0;
	padding: 0;
}

h1 {
	height: 301px;
	text-align: center;
}

h1 img {
	padding: 20px 20px 5px 20px;
}

/********* #contents *********/
.arrow {
	margin: 0 0 30px;
}

.section {
	padding: 0px 30px 30px 30px;
	border: none;
	background-color: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 50px;
}

.merit {
	padding: 0;
	position: relative;
}

.merit_rbox {
	position: absolute;
	top: 145px;
	left: 521px;
}

.merit_rbox p {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
}

.merit_rbox img {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.merit_lbox {
	position: absolute;
	top: 145px;
	left: 730px;
}

.merit_lbox p {
	color: #000;
	font-size: 17px;
	line-height: 1.2;
	margin-bottom: 15px;
	font-weight: bold;
}

.merit_lbox img {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.touroku {
	background: url(../img/touroku_bg.png) repeat-x;
	background-position: center 0;
	height: 68px;
}

.touroku h2 {
	text-align: center;
}

.touroku h2 img {
	padding-top: 15px;
}

/*.section ul{
	line-height:2;
	margin-bottom:20px;
}
.section table{
	margin:30px auto;
	border-collapse: collapse;
}
.section tr{
	border-top:solid 1px #AAAAAA;
}
.section th{
	width:210px;
	font-weight:bold;
	text-align:left;
	vertical-align:center;
	background:#444444;
	padding:20px;
}
.section td{
	background:#F5F3E9;
	padding:20px;
}
.section tr:last-child{
	border-bottom:solid 1px #AAAAAA;
}

table input{
	width:560px;
}*/

/********* #contact *********/
#contact {
	background: #FFF;
	padding: 20px;
}

#contact p {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
}

#contact span {
	font-size: 20px;
	font-weight: normal;
}

/********* #footer *********/
#footer {
	background: #333333;
}

#footer p {
	font-size: 14px;
	padding: 10px;
}


/* 20240608 就職フェア */
.cam_list {
	background: #222222;
	padding: 1em;
    top: -10px;
    position: relative;
}

.cam_list table {
	margin: 0 auto;
	padding: 1em;
	background: white;
	color: black;
	width: 95%;
    border-spacing: 0;
}
.cam_list table tr {
}

.cam_list table td:nth-child(2n) {
	border-right: 1px solid black;
}

.cam_list table .last_tr td {
	border-bottom: 1px solid black;
}


.cam_list table td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 0.25em;
	width: 51%;
    border-bottom: none;
    border-right: none;
}

/* 20240608 就職フェア */