
/*top*/
.topimg {
	text-align:center;
	background:url(../recruit/topimg.jpg) center top;
	height:300px;
}

.topimg img{
	width:100%;
	max-width:275px;
	padding-top:120px;
}



.recruit h1 {
	padding-top:20px;
	text-align:center;
}

/*recruit*/
.recruit table {
	margin:10px auto;
	width:95%;
}
.recruit td:nth-child(1) {
	width:150px;
}
.recruit td {
	padding:10px;
}
.recruit tr:nth-child(even){
	background-color:#eee;
}



@media only screen and (max-width: 768px) {

}


@media only screen and (max-width: 480px) {



.recruit table {
	font-size:14px;
}
.recruit td:nth-child(1) {
	width:5em;
}

}
}



