@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	採用情報
/*-----------------------------------------------------------------------*/

.wrapper {
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 120px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

#footer {
    position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
	width:100%;
}

.title_area {
	background:url(../img/common/bg_title.jpg) center center no-repeat;
    background-size: contain;
}


#recruit dl.tel dd {
    color: #df7b7b;
    font-size: 24px;
    font-weight: bold;
}

	#recruit p.text{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin:  150px 0 150px 0;
	}

	#recruit h2 {
		margin: 30px 0 10px 0;
		padding: 0;
		font-size: 18px;

	}

		#recruit h2 span {
			color: #12889a;
		}

	#recruit table {
			border-collapse:collapse;
			width: 100%;

		}

			#recruit table th {
				border: 1px solid #ccc;
				padding: 10px 10px 10px 10px;
				background: #e7e7e7;
				width: 25%;
			}

			#recruit table td {
				border: 1px solid #ccc;
				padding: 10px 10px 10px 10px;
			}

