@charset "utf-8";
/* CSS Document */
.message{
	margin-bottom: 50px;
}
.recruitcontent{
	margin-bottom: 50px;
}
.recruitcontent h2{
	border-bottom: 6px solid #ccc;
	text-align: center;
	margin-bottom: 30px;
	color: #1a75b8;
	font-size: 18px;
	font-weight: bold;
}
.detail dl{
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: flex-start;
	padding: 0 20px 10px;
	margin-bottom: 30px;
}
.detail dl dt{
	color: #1a75b8;
	font-weight: bold;
	font-size: 16px;
	width: 15%;
}
.entry a{
	display: block;
	background-color: #f1655e;
	border-radius: 10pc;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 5px 0 20px;
	
}

@media only screen and (max-width: 480px){
.recruitcontent h2{
	border-bottom: none;
	text-align: center;
	margin-bottom: 10px;
	color: #1a75b8;
	font-size: 16px;
	font-weight: bold;
}
.detail dl{
	border-bottom: 2px dotted #1a75b8;
	display:block;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
	.detail dl dt{
	color: #1a75b8;
	font-weight: bold;
	font-size: 15px;
	width: 100%;
}

	
}
