/*================================================
 *  期間限定リクルート関連
 ================================================*/
 /*トップページのリクルートボタン*/
 .recruit{
	background: #f00;
	width: 100%;
	height: 40px;
 }
 
.recruit:hover{
	background:#F60;
}
 
.recruitInner{
	max-width:980px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.recruitInner a{
	color: #fff;
	font-size: 14px;
	font-weight:bolder;
	letter-spacing: 3px;
	text-decoration: none;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width:979px) {
	 .recruit{
		background: #f00;
		width: 100%;
		height: 30px;
	 }
	 .recruitInner{
		margin: 0 auto;
		padding: 5px 0;
		text-align: center;
	}
}

/*リクルート関連インデックスページ*/
.rInner{
	width: 95%;
	margin: 0 auto;
}

.rInner p{
	margin-bottom:50px;
}

.title{
	color: #cd241a;
	font-weight:bold;
	line-height: 1.6em;
}

table {
	border-collapse: collapse;
	width:100%;
	font-size: 110%;
}
table thead{
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 2px;
}
th.t_top {
    border-top: #cd241a 5px solid;
}
th {
	width: 180px;
	background: #ffefef;
	border-bottom: #c3c3c3 2px dotted;
	text-align: left;
	padding: 10px;
	font-weight: 800;
}
td.t_top {
	border-top: #a2a2a2 5px solid;
}
td {
	border-bottom: #c3c3c3 2px dotted;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
}
.h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #cd241a;
}
.h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.cInfo_cap{
	font-size: 150%;
	font-weight:bold;
	margin-bottom: 20px;
}
.cInfo{
	font-size: 120%;
	line-height: 1.6em;
	text-align:justify;  
	text-justify: inter-ideograph; 
}

.button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	display: inline-block;
	font-size: 110%;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color: #cd241a;
	color: #cd241a;
}