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


.no_entry{
	text-align:center;
	font-size:2em;
	color:#999}

#co_recruit{}

#co_recruit ul li{
	margin-bottom: 50px
}

#co_recruit h2{
	text-align: center;
	font-size:1.4em;
	margin-bottom:1em;
	}
	
#co_recruit h2 span.type{
	font-size: larger
}

#co_recruit h2 a{
	padding: .7em 1em;
	border: solid 2px #666;
	display: block;
	text-decoration: none;
	color: #000
}


#co_recruit h2 a span.kyubo{
	color: #ff0000;
	font-weight: bold;
}



.rec_tb{border-top: solid 1px #c8e1ec;
	border-right: solid 1px #c8e1ec;
	margin-bottom:2em;
	width:100%;
	margin-bottom: 2em}

.rec_tb th,
.rec_tb td{
	font-size: 1.1em;
	padding:.8em 1em;
	border-bottom: solid 1px #c8e1ec;
	border-left: solid 1px #c8e1ec}


.rec_tb th{
	border-right: solid 2px  #c8e1ec;
	width: 20%;
	background-color: rgba(229,241,246,.8)}
.rec_tb td{
	background-color: rgba(229,241,246,0.3)
}

.rec_index {margin: 2em auto 2em}

@media  (min-width: 481px) {
	.rec_index{width: 400px}
}	
.rec_index a{
	font-size: 1.2em;
	display: block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	padding: .6em 2em;
	background: #2499FF;
	border: solid 2px #fff;
	-webkit-box-shadow:1px 1px 6px #ccc;
	-moz-box-shadow:1px 1px 6px #ccc;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin: 0 auto
}