@charset "UTF-8";

/* ############################################## */

.contents_wrap {
    width: 1098px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/* ############################################## */

.contents_img_01 {
    width: 1098px;
    height: 196px;
    background: url("../pc_img/recruit/contents_img_001.jpg") no-repeat;
    position: relative;
    margin-bottom: 40px;
}
.contents_img_01 p {
    position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

/* ############################################## */

.contents_title_01 {
    width: 1098px;
    margin-bottom: 50px;
}
.contents_title_01 h3 {
    border-bottom: 1px solid #0d61c9;
    padding: 20px 0 25px 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.contents_table {
    width: 1020px;
    margin: 0 auto;
}
.contents_table table {
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
.contents_table th {
    background: #f3f6f8;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    width: 260px;
}
.contents_table td {
    border: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    padding: 15px 20px;
}