@charset "utf-8";

/* index　
-------------------------------------*/
h2 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	text-align: center;
	border-top: 5px solid #EE6557;
    line-height: 0;
}
.jobvote_Box {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
p.jobvote_p {
	font-size: 16px;
	margin-bottom: 40px;
}
.jobvote_Box .imgBox {
	width: 400px;
	float: right;
}
.jobvote_Box .textBox {
	width: 570px;
	float: left;
	margin-right: 0px;
}
.jobvote_Box .textBox h4 {
	background-color: #16A6B6;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}
.jobvote_Box .textBox h4 span {
	background-color: #fff;
	color: #16A6B6;
	width: 20px;
	height: 20px;
	float: left;
	line-height: 20px;
    font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
    margin-left: 10px;
}
.jobvote_Box .textBox p {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
@media (max-width: 700px) {
h2 img {
	max-width: 100%;
	height: auto;
}
.jobvote_Box {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
p.jobvote_p {
	font-size: 14px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.jobvote_Box .imgBox {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.jobvote_Box .imgBox img {
	max-width: 100%;
	height: auto;
}
.jobvote_Box .textBox h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.jobvote_Box .textBox h4 p {
	width: 18px;
	height: 18px;
	line-height: 18px;
}
.jobvote_Box .textBox {
	width: 100%;
	margin-right: 0px;
	float: none;
}
}
