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

table,table tr{
	width:100%;
}

table tr{
	border-bottom: 1px dashed #dadada;
}

table th, table td{
	padding:18px 0;
}

table th{
	width:30%;
	text-align: left;
	padding-left: 18px;
}

table td{
	width:70%;
}

.contact_link{
	width: 260px;
	background:#a90505;
	border-radius:3px;
	text-align: center;
	margin:50px auto 0;
}

.contact_link a{
	color:#fff;
	font-size: 1.5rem;
	display: block;
	height: 45px;
	line-height:45px;
}
.contact_link:hover{
	text-decoration: underline;
}
.contact_link a:after{
	content:url(../img/recruit/contact_arrow.png);
	display: inline-block;
	margin-left:10px;
}	

@media screen and (max-width: 600px) {
	table tr,table th,table td{
		width:100%;
		display:block;		
	}
	
	table th, table td{
		padding:10px 0;
		text-align: center;
	}
	
}