@charset "utf-8";
/********【メイン画像】********/
@media print, screen and (min-width: 641px) {
#main {
	height: 350px;
	background: url(../images/recruit_top.jpg) no-repeat top center;
	background-size: cover;
}
}
/*******【.com5】採用情報5*****/
@media screen and (max-width: 640px) {
.com5 table {
	width: 100%;
}
.com5 tr,.com5 th,.com5 td {
	width: 100%;
	display: block; 
}
.com5 tr {
	margin-bottom: 30px;
}
.com5 tr.last {
	margin-bottom: 0px;
}
.com5 th {
	text-align: left ;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	color: #64BED8;
	font-size: 16px;
	padding: 0px 0px 2px 5px;
	margin-bottom: 5px;
}
.com5 td {
	padding-left: 5px;
	margin-bottom: 5px;
}
}
@media print,screen and (min-width: 641px) {
.com5 table {
	width: 96%;
	margin: 0px auto 0px;
}
.com5 th {
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: 25%;
}
.com5 th,.com5 td {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.com5 td {
	width: 75%;
}	
}
@media screen and (min-width: 801px) {
.com5 th {
	width: 20%;
	padding-left: 1%;
	box-sizing: border-box;
}
.com5 td {
	width: 80%;
}	
}
@media print,screen and (min-width: 1001px) {
.left1001 {
	float: left;
}
.right1001 {
	float: right;
}
}
/*右サイドに画像を配置*/
@media print,screen and (min-width: 641px) and (max-width: 1000px) {
.tableWrap2 table {
	width: 100%;
}
.tableWrap2 table th {
	width: 25%;
}
.tableWrap2 table td {
	width: 75%;
}
}
@media screen and (max-width: 1000px) {
.tableWrap2 .img2,.tableWrap2 .img3{
	width: 50%;
	float: left;
}
.tableWrap2 .img1 {
	width: 50%;
	float: right;
}
.tableWrap2 img {
	margin: 0;
}
.tableWrap2 table {
	margin-bottom: 30px;
}
.tableWrap2 .img3 {
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 1001px) {
.tableWrap2 table {
	width: 60%;
	margin: 0px auto 0px;
}
.tableWrap2 table th {
	width: 25%;
}
.tableWrap2 table td {
	width: 75%;
}
.tableWrap2 .imgBox {
	width: 33%;
}
}
/*******【.com5】採用情報5・ここまで*****/