@charset "utf-8";
#title{
	background: url(../img/recruit/bg.jpg) center top no-repeat;
}

#contents .category{
	padding: 0 50px;
	margin: 0 auto 60px;
}
#contents .category>h3{
	margin: 0 auto 48px;
	border-bottom: 1px solid #ccc;
	font-size: 2.5rem;
	font-weight: normal;
	padding: 0 0 8px;
	text-align: left;
	line-height: 120%;
}
#contents .category>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	padding: 0;
	margin: 0 auto;
}
#contents .category>ul>li{
	display: block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 auto 60px;
	padding: 60px 50px;
	border: 1px solid #ccc;
}
#contents .category>ul>li h4{
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 120%;
	margin: 0 auto;
	padding: 0 10px 10px;
	position: relative;
}
#contents .category>ul>li h4>span{
	font-size: 1.4rem;
	position: absolute;
	top: 5px;
	right: 0;
	font-weight: normal;
}
#contents .category>ul>li table{
	margin: 0 auto 40px;
}
#contents .category>ul>li table th{
	font-weight: bold;
}
#contents .category>ul>li>.btn{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}
#contents .category>ul>li>.btn a{
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	background: #EEE;
	font-size: 1.6rem;
	line-height: 44px;
	padding: 0 40px;
	margin: 0 10px;
	min-width: 176px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .category>ul>li>.btn a:hover{
	text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contents .category>ul>li>.btn a:before{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	z-index: 1;
}
#contents .category>ul>li>.btn a:after{
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
#contents .category>ul>li>.btn a:nth-child(2){
	background: #333;
	color: #fff;
}


@media screen and (min-width:768px){
	#contents .category>ul>li table th{width: 65px;padding: 22px 60px 20px 100px;}
}

@media screen and (max-width:767px){
	#contents .category{padding: 0 10px;}
	#contents .category>h3{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#contents .category>ul>li{
		padding: 20px 10px;
	}
	#contents .category>ul>li h4{
		font-size: 1.8rem;
	}
	#contents .category>ul>li h4>span{
		top: 3px;
		font-size: 1.2rem;
	}
	#contents .category>ul>li table,
	#contents .category>ul>li table tbody,
	#contents .category>ul>li table tr,
	#contents .category>ul>li table th,
	#contents .category>ul>li table td{
		display: block;
	}
	#contents .category>ul>li table{
		margin: 0 auto 20px;
	}
	#contents .category>ul>li>.btn a{
		font-size: 1.4rem;
		min-width: 1px;
		padding: 0 30px 0 20px;
		margin: 0 10px 0 0;
	}
	#contents .category>ul>li>.btn a:last-child{
		margin-right: 0;
	}
	#contents .category>ul>li>.btn a:before{
		right: 10px;
	}
	#contents .category>ul>li>.btn a:after{
		right: 17px;
	}
}