@charset "utf-8";
#wrap #page-main h2 {
	font-size: 24px;
	color: #2371B0;
	background-image: url(image/title.png);
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 50px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 50px;
}
.red-b{
	font-weight: bold;
	color: #F00;
}

#wrap #page-main #recruit-box {
	font-size: 14px;
	text-align: center;
	line-height: 200%;
}

table{
width:100%;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
margin-bottom:20px;
}

th,td{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:10px;
text-align:left;
vertical-align:top;
}

th{
background-color:#369;
color:#fff;
width:20%;
}

td{
background-color:#fff;
width:80%;
}

td strong{
color:#f30;
font-size:130%;
}
@media(max-width:750px){
th,td{
display:block;
width:100%;
}
}