@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    width: 630px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
}

#hpb-headerMain h1{
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    font-size: 12px;
    color: #FFF;
}

/* フッター内パーツ */
#hpb-footerMain{
    width: 900px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    color: #707070;
    font-size: 1.0em;
    text-align: center;
    padding-top: 55px;
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #000;
    text-decoration: underline;
}
a:hover{
    color: #FF9928;
    text-decoration: none;
}
a:active{
    color: #FF9928;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 10px;
    border-width: 0px;
}

.hpb-layoutset-01 h3{
    background-image : url(../img/topi.png);
    background-repeat:no-repeat;
    background-position:left top;
    margin-top:30px;
    padding:60px 0 0 0px;
    width:680px;
    height:90px;
}
.hpb-layoutset-01 h3 span.ja{
    font-size: 1.1em;
    padding: 0px 0 0px 118px;;
    line-height: 15px;
    color:#512508;
}
.hpb-layoutset-01 h3 span.en{
    font-size: 0.9em;
    padding:0 0 0 125px;
    color: #F08080;
    letter-spacing:0.2em;
}

h3{
    background-image : url(../img/h3.png);
    background-repeat:no-repeat;
    background-position:left top;
    margin-top:20px;
}
h3 span.ja{
    font-size: 1.1em;
    padding: 0 10px 0px 60px;;
    line-height: 40px;
    color:#512508;
}
h3 span.en{
    font-size: 0.9em;
    color: #F08080;
    letter-spacing:0.2em;
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 15px;
    text-align: left;
    font-size: 1.15em;
    line-height: 1.2;
    background-image : url(../img/point_9.png);
    background-repeat:no-repeat;
    background-position:left top;

}
h6{
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em;
    color: #8B4513;
    background-color:#FFDAB9;
    border-radius: 10px 10px 10px 10px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/

}


table{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
    background-color: #FDF5E6;
}
table th.miman{
    background-color: #FFF8DC;
    width:50%
}
table th.ijyo{
    background-color: #FFE4E1;
    width:50%
}

table td{
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    vertical-align:top;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
}
table td.miman{
    background-color: #FFFFF0;
}
table td.ijyo{
    background-color: #FFFAF0;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

textarea{
    width: 350px;
    height: 200px;
}

input.l{
    width: 350px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 15px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type:none;
}
#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 6px;
    padding-left: 17px;
    margin-bottom:5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #DDDDDD;
    background-image : url(../img/point.png);
    background-repeat:no-repeat;
    background-position:left top;
}

#hpb-main ul.day{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 2px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type:none;
}
#hpb-main ul.day li{
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 17px;
    margin-bottom:1px;
    border-bottom-width: 0px;
    background-image : url(../img/point.png);
    background-repeat:no-repeat;
    background-position:left top;
}
#hpb-main ul.day li.star{
    text-align: left;
    line-height: 1.4;
    padding-top: 3px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 17px;
    margin-bottom:1px;
    margin-left:-2px;
    border-bottom-width: 0px;
    background-image : url(../img/point_s.png);
    background-repeat:no-repeat;
    background-position:left top;
}

#hpb-main dl{
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    zoom: 100%;
}


#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: bold;
    color:#8c6239;
    width: 120px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 15px;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 7px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 125px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d8d8d8;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#hpb-main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    float: right;
}

.recruit_info {
  width: 100%;
  position: relative;
  height: auto;
  display: flex;
}
.recruit_info p {
  font-size: larger;
  font-weight: 500;
  line-height: 1.5em;
  position: absolute;
  top: 20%;
}



