@charset "UTF-8";

/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/
.recruit_head_caption {
	margin:40px auto 0;
	width: 100%;/*95%;*/
	max-width:700px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}

/* page02.html 募集要項 ***********************/
.recruitContents {
	margin:0 auto;
	width: 100%;
	max-width:700px;
	border-collapse: collapse;
	padding: 0;
}

.recruitContents th, .recruitContents td{
	padding: 0.5em;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}

.recruitContents th{
	width: 18%;
	text-indent: 0em;
	background: #f7dff3;
}

.recruitContents dl{
	line-height: 1.5em;
}
.recruitContents dt{
	width: 2.5em;
	padding: 0 0 0 0;
	text-align: left;
}
.recruitContents dd{
	margin: -1.5em 0 0 0;
	padding: 0 0 0 2.5em;
}
/*********************************************/


/* page03.html 応募フォーム *******************/
table.recruit_formTable {
	margin:30px auto 0;
	width: 100%;
	font-size:16px;
}

table.recruit_formTable th {
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 5px;
  width: 180px;
}

table.recruit_formTable th font {
  margin-left: 7px;
  padding: 1px 4px;
  background: #c70058;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
}

table.recruit_formTable td {
  padding-bottom: 25px;
}

table.recruit_formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 70%;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  -webkit-appearance: none;
}

table.recruit_formTable td textarea {
	box-sizing: border-box;
	padding: 5px;
	width: 80%;
/*	min-width:350px;*/
	height: 80px;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	-webkit-appearance: none;
}
/*********************************************/



/* page04.html 応募フォーム内容確認 **********/

table.recruit_formTable2 {
	margin-top:20px;
	text-align: left;
	font-size:16px;
	font-weight:normal;
	width: 100%;
}

table.recruit_formTable2 th {
	text-align: left;
	padding:10px 0 10px 15px;
	width: 180px;
}
table.recruit_formTable2 tr:nth-child(odd) {
	background:rgba(240,240,230,0.6);
}
table.recruit_formTable2 tr:nth-child(even) {
	background:rgba(230,255,255,0.6);
}
table.recruit_formTable2 td {
	padding:10px 0 10px 15px;
	font-family:"メイリオ", sans-serif ;
}

/*********************************************/



.recruit_button_area {
	margin:25px auto 100px;
	width:fit-content;/*350px;*/
	height:38px;
	text-align:center;
}
.recruit_button_area a {
	float:left;
	text-decoration:none;
}
.recruit_button-1 {
	margin:0 0 0 20px;
	padding:9px 20px 0 20px;
	width:auto;
	height:35px;
	box-shadow: 2px 2px 5px #000;
	border-top:solid 1px #888;
	border-left:solid 1px #888;
	font-family:'メイリオ';
	font-size:16px;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
	color:#fff;
	background:    -moz-linear-gradient(top, rgba(112,191,236,1) 0%, rgba(49,162,228,1) 50%, rgba(5,142,222,1) 95%, rgba(32,154,222,1) 100%);
	background: -webkit-linear-gradient(top, rgba(112,191,236,1) 0%, rgba(49,162,228,1) 50%, rgba(5,142,222,1) 95%, rgba(32,154,222,1) 100%);
	background:   linear-gradient(to bottom, rgba(112,191,236,1) 0%, rgba(49,162,228,1) 50%, rgba(5,142,222,1) 95%, rgba(32,154,222,1) 100%);
}
input.recruit_button-1 {
/*	margin:-1px 0 0 20px;*/
    padding: 4px 20px 0 20px;
}
.recruit_button-1:hover {
	background:    -moz-linear-gradient(top, #bdf 0%, #068 50%, #bdf 100%);
	background: -webkit-linear-gradient(top, #bdf 0%, #068 50%, #bdf 100%);
	background:   linear-gradient(to bottom, #bdf 0%, #068 50%, #bdf 100%);
}

.recruit_button-2 {
	margin:0;
	padding:9px 0 0 0;
	width:110px;
	height:35px;
	box-shadow: 2px 2px 5px #000;
	border-top:solid 1px #888;
	border-left:solid 1px #888;
	font-family:'メイリオ';
	font-size:16px;
	font-weight:bold;
	text-align:center;
	box-sizing:border-box;
	border-radius:5px;
	color:#444;
	background:    -moz-linear-gradient(top, rgba(180,180,180,1) 0%, rgba(230,230,230,1) 50%, rgba(200,200,200,1) 95%, rgba(180,180,180,1) 100%);
	background: -webkit-linear-gradient(top, rgba(180,180,180,1) 0%, rgba(230,230,230,1) 50%, rgba(200,200,200,1) 95%, rgba(180,180,180,1) 100%);
	background:   linear-gradient(to bottom, rgba(180,180,180,1) 0%, rgba(230,230,230,1) 50%, rgba(200,200,200,1) 95%, rgba(180,180,180,1) 100%);
}
.recruit_button-2:hover {
	color:#fff;
	background:    -moz-linear-gradient(top, #ddd 0%, #555 50%, #ddd 100%);
	background: -webkit-linear-gradient(top, #ddd 0%, #555 50%, #ddd 100%);
	background:   linear-gradient(to bottom, #ddd 0%, #555 50%, #ddd 100%);
}
.recruit_button-2 a {
	color:#444;
}
.recruit_button-2 a:hover {
	color:#fff;
}

/* *********************************** */
@media only	screen	and (max-width: 610px) {

	table.recruit_formTable {
		display: block;
	}
	table.recruit_formTable tbody,
	table.recruit_formTable tr {
		display: block;
	}
	table.recruit_formTable th {
		display: block;
		padding-right: 0;
		width: auto;
	}
	table.recruit_formTable td {
		display: block;
		padding-bottom: 25px;
	}
	table.recruit_formTable td input[type="text"] {
		width: 100%;
	}
	table.recruit_formTable td textarea {
		width: 100%;
	}

	table.recruitContents th , table.recruitContents td {
		width: 100%;
		display:block;
		padding: 5px;
		border: 0px solid #ccc;
		box-sizing:border-box;
	}
	table.recruitContents td {
		padding-left:15px;
	}
.recruit_button_area {
	margin:25px auto 50px;
}

}
@media only	screen	and (max-width: 640px) {
.recruit_head_caption {
	margin:20px auto 0;
}
}
/* -------------------------------------
◎リクルートページのボタンエリアの調整
------------------------------------- */
.block-inner.apply-btn-area .recruit_button_area{
	line-height: 1.231;
}