@charset "utf-8";
/* CSS Document */

#information {
	display: table;
	width: 960px;
	margin: auto;
}
#information .banner ul {
	text-align:center;
	width: 990px;
	margin: 0 auto 65px;
	padding: 40px 0;
}
#information .banner ul li {
	display: inline-block;
	margin: 0 7px 30px;
}
#information .banner ul li:first-child {
	margin-left: 0;
	margin-right: 0;
}
#information .banner ul li a:hover {
	opacity: 0.85;
	position: relative;
	top: 1px;
	left: 1px;
}

#joining {
	display: table;
	text-align: center;
	margin: auto;
}
#joining h1 {
	margin-bottom: 30px;
}
#joining .companylist {
	display: table;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	width: 1446px;
	height: auto;
	margin: 0 auto 40px;
	padding: 20px 0;
	background-color: #166034;
}
#joining .box {
	position: relative;
	display: inline-table;
	vertical-align: top;
	width: 710px;
	height: 620px;
	margin: 10px;
	padding: 10px;
	border: #00A63B solid 3px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
#joining .box h2 {
	position: absolute;
	left: 13px;
	top: 13px;
}
#joining .box ul {
	position: absolute;
	z-index: 10;
	right: 13px;
	top: 30px;
}
#joining .box ul li {
	/*position: relative;*/
	width: 214px;
	/*min-height: 150px;*/
	margin-bottom: 10px;
	background-color: #CCCCCC;
}
#joining .box ul li.nophoto {
	position: relative;
	height: 150px;
}
#joining .box ul li.nophoto img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#joining .box p {
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 98px;
}
#joining .box figure {
	position: absolute;
	left: 270px;
	top: 98px;
	margin: 0;
}
#joining .box h1 {
	position: absolute;
	left: 13px;
	bottom: -17px;
	border-top: #000000 solid 1px;
	border-bottom: #166034 solid 5px;
}
#joining .box h1:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 12px;
	height: 1px;
	background-color: #FFFFFF;
}
#joining .box h1:after {
	content: '';
	position: absolute;
	right: 0;
	top: -1px;
	width: 12px;
	height: 1px;
	background-color: #FFFFFF;
}
#joining .box a {
	position: absolute;
	right: 13px;
	bottom: 7px;
	margin: 0;
}
#joining .box a:hover img {
	opacity: 0.75;
}
#joining .contact {
	display: inline-table;
	vertical-align: top;
	width: 710px;
	height: 620px;
	margin: 10px;

}

#kaisoku {
	position: relative;
	display: block;
	width: 980px;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background: url(../img/home/bg_kaisoku.png) no-repeat center;
}
#kaisoku caption {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 36px;
}
#kaisoku tbody {
	position: absolute;
	top: 90px;
	left: 30px;
	right: 30px;
}
#kaisoku th {
	width: 110px;
	padding-left: 25px;
	font-size: 18px; 
	color: #FFFF33;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	vertical-align: top;
}
#kaisoku td {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	vertical-align: top;
}
#kaisoku tr:nth-child(3) {
	height: 72px;
}

