@charset "UTF-8";
/* 採用詳細ページ限定
*************************************************************/

/* 
--------------------------------　*/


div.rec_p {
    width: 90% ; 
    margin: 20px auto 10px;
    text-align: left;
}


.rec_tablet {
	border-collapse: collapse;
	/* [disabled]width: 520px; */
    width: 90% ; 
	margin: 16px auto;
	font-size: 16px;
    text-align: center;
}
.rec_tablet td {
	border-top: 2px solid #E1DFEE;
	border-bottom: 2px solid #E1DFEE;
	padding: 12px 10px;
	font-weight:bold;
	color: #5F4ABD;
}
.rec_table {
	border-collapse: collapse;
	/* [disabled]width: 520px; */
    width: 90% ; 
	font-size: 13px;
	margin: 10px auto 0 auto;
}
.rec_table th {
	border-top: 2px solid #E1DFEE;
	border-bottom: 2px solid #E1DFEE;
	vertical-align: top;
	/* [disabled]width: 80; */
    width: 20% ; 
	color: #5F4ABD;
	background: #F6F5FA;
	font-weight: normal;
	padding: 8px 10px;
}
.rec_table td {
	border-top: 2px solid #E1DFEE;
	border-bottom: 2px solid #E1DFEE;
	padding: 8px 10px;
	line-height:150%;
}
/* 採用問い合わせフォーム
--------------------------------　*/
.rec_table2 {
	border-collapse: collapse;
	width: 500px;
	font-size: 13px;
	margin: 10px auto 20px auto;
}
.rec_table2 th {
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	vertical-align: top;
	width: 130px;
	/* color: #5F4ABD;*/
	background: #F0F0F0;
	font-weight:normal;
	padding: 8px 10px;
}
.rec_table2 td {
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 8px 10px;
}


/* 点滅 */
strong {
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.4;}
    100% {opacity:1;}
}

/* 採用問い合わせフォーム ボタン
--------------------------------　*/
.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  /*font-size     : 11pt; */       /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 8px 12px;   /* 余白       */
  background    : #000066;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #000066;    /* 枠の指定 */
}
.button:hover {
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}