@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [recruit]
 *
 * ==========================================================================
 */
/**
 * --------------------------------------------------------------------------
 * common
 * --------------------------------------------------------------------------
 */
#mainContent {
	width: 100%;
}

#pageTitleVox {
	background-image: url(../images/recruit/mainVis.jpg);
}
/**
 * --------------------------------------------------------------------------
 * content
 * --------------------------------------------------------------------------
 */
#mainCopy {
	position: relative;
	background: url(../images/recruit/img_01.jpg) no-repeat;
	background-size: cover;
	min-height: 649px;
}
	#mainCopy .copy {
		position: absolute;
		top: 74px;
		left: 50%;
		margin-left: -300px;
	}
		#mainCopy .copy h2 {
			margin-bottom: 40px;
		}
		#mainCopy .copy p {
			color: #FFF;
			font-size: 14px;
			line-height: 2;
			width: 24em;
			margin-bottom: 1.5em;
			text-shadow: -1px 0px 26px rgba(178, 195, 195, 1);
		}
/**
 * recruit
 */
#recruit {
	padding: 60px 0;
}
	#recruit .inner {
		width: 828px;
		margin: 0 auto;
	}
	#recruit section {
		margin-bottom: 20px;
	}
	#recruit h2 {
		font-size: 16px;
		border-bottom: 5px solid #000;
		letter-spacing: 3px;
		width: 5em;
		margin: 0 auto 50px;
		text-align: center;
		padding-bottom: 1em;
	}
	#recruit section h3 {
		line-height: 36px;
		text-align: center;
		cursor: pointer;
	}
		#recruit section h3 span {
			background-image: url(../images/common/ico_right.png);
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 2.5em;
			letter-spacing: 4px;
		}
		#recruit section h3.active span {
			background-image: url(../images/common/ico_down.png);
		}
	#recruit section.new h3 {
		background: #ffcc00;
	}
	#recruit section.career h3 {
		background: #ff9c00;
	}
	#recruit section.qa h3 {
		background: #a9a9a9;
	}
		#recruit section.qa h3 span {
			width: 11em;
		}
	#recruit section .content {
		background: #fafafa;
		padding: 45px 80px;
		display: none;
	}
		#recruit section .content p.none {
			text-align: center;
			font-size: 16px;
			font-weight: bold;
		}
		#recruit section .content table {
			width: 100%;
		}
			#recruit section .content table tr {
				border-bottom: 1px solid #c0c0c0;
			}
			#recruit section .content table th,
			#recruit section .content table td {
				padding: 20px 0;
			}
			#recruit section .content table th {
				font-size: 16px;
				font-weight: bold;
				vertical-align: top;
				padding-left: 45px;
				width: 152px;
				text-align: left;
			}
			#recruit section .content table td {
				font-size: 14px;
			}
			#recruit section .content .entry {
				text-align: center;
				margin-top: 22px;
			}
/**
 * contents
 */
#contents {
	position: relative;
	background: #3475a0;
}
#contents:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	background: #54abd1;
	height: 100%;
}
@media screen and (min-width: 1201px) {
	#contents:after {
		width: 20%;
	}
}
	#contents .inner {
		width: 1200px;
		margin: 0 auto;
		background: url(../images/recruit/diagonal_bg.png) no-repeat right top;
		padding: 40px 0 38px;
	}

	#contents h2 {
		color: #FFF;
		text-align: center;
		padding-bottom: 20px;
		line-height: 1;
	}
	#contents hr {
		height: 4px;
		width: 78px;
		margin: 0 auto;
		background: #FFF;
		margin-bottom: 34px;
	}
	#contents .contentList {
		width: 684px;
		margin: 0 auto;
	}
		#contents li {
			float: left;
		}
		#contents li:nth-child(2) {
			margin: 0 25px;
		}
			#contents li a {
				background: #FFF;
				display: inline-block;
			}