﻿@charset "utf-8";
.kaisya-recruit-top-container{
	position: relative;
	margin-bottom: 0.8rem;
	margin-top: 2rem;
	margin-right: 10px;
}

.kaisya-recruit-title{
	font-size: 24px;
}

.historyback {
	position: absolute;
	right: 0;
	top: 50%;
	text-decoration: none;
	min-width: 14%;
	height: 0;
	text-align: center;
	padding: 33px 1rem 0;
	margin-top: -1rem;
	margin-right: 10%;
	background-color: #e1e1e1;
	border: 1px solid #919191;
	border-radius: 4px;
}

.historyback span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -0.5rem;
	line-height: 1.3;
	color: #333;
	font-size: 0.8rem;
	background-image: url('../images/icon_return_g.png');
	background-position: 7% center;
	background-repeat: no-repeat;
	background-size: 5%;
	font-weight: bold;
}

.kaisya-recruit-container{
	margin-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

.kaisya-recruit-img-div {
    width:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
    text-align:center;
	padding: 5px;
}

.kaisya-recruit-img{
/*
	width:35vw;
*/
	width:560px;
	height:auto;
}
.kaisya-recruit-subtitle-div {
	margin-top:20px;
	border-bottom: 2px solid green;
}

.kaisya-recruit-table{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	border:1px solid #e3e1dc;
	background-color:#ffffff;
}

.kaisya-recruit-table tr{
	border-top:1px solid #e3e1dc;
}

.kaisya-recruit-table th{
	width: 30%;
	background-color:#f5f4f0;
	text-align: left;
}

.kaisya-recruit-table td{
	width: 70%;
	padding:1%;
	word-break: break-all;
}