@charset "utf-8";
/* CSS Document */

.bar{
width:680px;
margin-bottom:15px;
margin-left:20px;
}

.hdg_02{
margin-left:45px;
margin-top:10px;
font-size:16px;
}

/*テーブル設定*/

.recruit_table{
width:1200px;
height:auto;
margin:auto;
margin-top:20px;
margin-bottom:30px;
border-collapse: collapse;
}

.recruit_table td, th{
text-align:left;
border-bottom: 1px #D8D8D8 solid;
padding:17px 20px;
}

.recruit_table th{
font-weight:600;
padding:20px 20px;
height:100%;
background-color:#F2F2F2;
}

/* リンク */
#about a {
  color: #87cefa; /* 青 */
  text-decoration: underline;
}
#about a:hover {
  text-decoration:none;;
}
