@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;
}

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

.google_map {
    width: 964px;
    margin: 0 auto 20px auto;
}
.access_txt {
    width: 964px;
    margin: 0 auto 0 auto;
}
.access_txt th {
    width: 252px;
}
.access_txt td {
    background: #f3f6f8;
    padding: 0 50px;
}
.access_txt td h3 {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.access_txt td p {
    font-size: 15px;
    line-height: 30px;
}