@charset "UTF-8";

/* スキルアップ */
.skillup{margin-top: 100px;}
.skillup h3{
letter-spacing: 2px;
font-size: 1.6rem;
margin-bottom: 30px;
font-family:'Hiragino Mincho W6 JIS2004','YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
.skillup h4{
margin: 10px 0;
font-family:'Hiragino Kaku Gothic W6 JIS2004','Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
.skillup p{margin-bottom: 50px;}


table{
    width: 100%;
    line-height: 2rem;
    margin-bottom: 25px;
    /* border: 1px solid black;
    border-collapse: collapse; */
    font-size: 0.9rem;
}

table:last-of-type{
    margin-bottom: 50px;
}

td:nth-child(odd){
    width: 275px;
} 


.headlined{
    border:solid 1px #ddd;
    -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    border-radius: 5px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: -moz-linear-gradient(top,  #fff,  #eee);
    padding: 5px;
    -pie-background:linear-gradient(top,  #fff,  #eee);
    behavior: url(http://www.webcreatorbox.com/sample/images/PIE.htc);  /* ie */
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
    margin-bottom: 10px;
  }
  .headlined span {
    border-left:5px #387e7e solid;
    padding-left:10px;
  }


/* リクルートメニュー */
.recruit_menu{margin-bottom: 50px;}
.recruit_menu ul{list-style: none;}
.recruit_menu ul li{
width: 100%;
margin: 20px 0;
background-color: #387e7e;
text-align: center;
box-sizing: border-box;
font-family:'Hiragino Sans Old W6 JIS2004','Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.recruit_menu ul li a{
display: block;
color: #fff;
padding: 15px 10px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* 採用頁バナー */
.job_link{
    margin-bottom: 50px;
    text-align: center;
}

.job_link img{
border: solid 1px #dfdfdf;
}





