@charset "utf-8";
.jobbox {
	margin-top: 20px;
}
.titleBox {
	background-color: #efefef;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #090;
	margin-bottom: 15px;
}
.titleBox h3 {
	background-image: url(../job/images/h3_back.png);
	background-repeat: no-repeat;
	margin-right: 25px;
	margin-left: 25px;
	padding-left: 70px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #090;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.titleBox p {
	font-size: 16px;
	margin-right: 25px;
	margin-left: 25px;
	background-image: url(../job/images/miso.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
	min-height: 100px;
	padding-bottom: 15px;
}
.syosaiBox {
	float: left;
	width: 50%;
}
.syosaiBox dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #090;
	text-align: center;
	height: 25px;
	width: 90px;
	float: left;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 25px;
}
.syosaiBox dl dd {
	font-size: 14px;
	padding-left: 110px;
	min-height: 25px;
	margin-bottom: 10px;
}
@media (max-width: 590px) {
.titleBox h3 {
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 70px;
}
.titleBox p {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	background-size:80px auto;
	padding-left: 90px;
}
.syosaiBox {
	float: none;
	width: 100%;
}
}