@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
全体
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    background-color: #fff;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    margin: 0
}
a {
    color: #000000;
    text-decoration: none
}
body {
  min-width: 1040px;
}
@media screen and (max-width: 768px){
  body {
    min-width: initial;
  }
}
/*--------------------------------------------------------------
メイン
--------------------------------------------------------------*/
.main {
    width: 1000px;
    margin: 0 auto;
}
.mainCaption {
    width: 590px;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 10px 0;
}
    .mainSearch {
        width: 1000px;
        margin: 0 auto;
    }
@media only screen and (max-width:768px) {
    .main {
        margin: 0 auto;
        width: 96%;
        min-width: 0;
    }
    .mainCaption {
        width: 96%;
        margin: 0 auto;
        font-size: 12px
    }
    .mainSearch {
        width: 96%;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------------
オプション画像
--------------------------------------------------------------*/
.option {
    display: table
}
.option img {
    width: 100%;
    margin-bottom: 15px;
}
.optLeft {
    display: table-cell;
    width: 490px
}
.optRight {
    display: table-cell;
    padding-left: 20px;
}

@media only screen and (max-width:768px) {
    /* オプションバナー */
    .option {
        display: block;
        padding: 10px 10px 0 10px;
    }
    .option img {
        width: 100%;
        height: auto;
        vertical-align: top;
        margin-bottom: 0px;
    }
    .optLeft {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }
    .optRight {
        display: block;
        padding: 0;
    }
}
/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
.footer {
    background-color: #9c9a93;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 0;
    margin-top: 30px;
    text-align: center
}
.footerLinkBox {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.tokusetsuLink {
    display: inline-block;
    margin-right: 10px;
    color: #333;
    font-size: 14px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cbced6;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
@media only screen and (max-width:768px) {
    .footerLinkBox {
        display: block;
        margin-bottom: 15px;
        width: 96%;
        margin: 0 auto;
    }
    .tokusetsuLink {
        display: block;
        width: 100%;
        padding: 15px 8px 15px 15px;
    }
}
/*--------------------------------------------------------------
これ不要っぽい
--------------------------------------------------------------*/
/* キーワードから探す */
.keyword {
    display: block;
    padding: 0 10px;
    width: 100%;
    margin-top: 50px
}
/*--------------------------------------------------------------
メイン配下のボックス
--------------------------------------------------------------*/
.inlineBlock {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    width: 495px;
}
@media only screen and (max-width:768px) {
    .inlineBlock {
        display: block;
        margin-bottom: 15px;
        width: 96%;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------------
各項目のヘッドライン
--------------------------------------------------------------*/
.spcatSubTitle {
    padding: 22px 0 12px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.ml10 {
    margin-left: 10px;
}
.spcatHeadLine {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}
@media only screen and (max-width:768px) {
    .spcatSubTitle {
        padding: 22px 0 12px;
        font-weight: bold;
        font-size: 20px;
        color: #333;
    }
    .w90 {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .spcatHeadLine {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 16px;
        color: #666;
    }
}
/*--------------------------------------------------------------
看板
--------------------------------------------------------------*/
.kanbanSP {
    display: none
}
/* SP画像を隠す */
.imgSP {
    display: none
}
@media only screen and (max-width:768px) {
    .kanbanSP {
        display: inline;
        width: 100%;
        height: auto;
    }
}
/*テキストで作る看板*/
.pcTxtKanBg {
    background-image: url(../images/tokusetsuBg.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 250px;
}
.pcTxtKanBgTxt {
    width: 1000px;
    margin: 0 auto;
    padding-top: 125px;
    font-size: 30px;
    text-align: center;
}
.spTxtKanBg {
    background-image: url(../images/tokusetsuBg.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
}
.spTxtKanBgTxt {
    text-align: center;
    padding: 30px 0 30px;
}
/* モバイル用表示（横幅768px以下） */
@media only screen and (max-width:768px) {
    .spimgnone {
        display: none
    }
    .spTxtKanBgTxt {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
}

/*--------------------------------------------------------------
エリアから探す
--------------------------------------------------------------*/
/* エリアから探す */
.searchArea {
    font-size: 0px; /* スペース対策 */
    width: 860px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px
}
.searchArea img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
.areaPC div {
    display: inline-block;
    margin-right: 20px
}
.areaPC > div:last-child {
    margin-right: 0px
}
.areaSP {
    display: none
}
@media only screen and (max-width:768px) {
    .imgPC {
        display: none
    }
    .imgSP {
        display: inline
    }
    /* エリアから探す */
    .searchArea {
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 20px
    }
    .areaSP {
        display: block
    }
    .areaPC div {
        display: none
    }
}
/*--------------------------------------------------------------
職種から探す
--------------------------------------------------------------*/
.searchJob {
    font-size: 0px; /* スペース対策 */
}
.jobCatBox {
    display: inline-block;
    width: 235px;
    /* height:284px; */
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 0 5px 0;
    background-color: #eeeeee;
    font-size: 12px;
    vertical-align: top;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
}
.jobCatBox img {
    width: 235px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.jobCatBox:hover {
    background-color: #dcdcdc;
}
.searchJob > .jobCatBox:last-child {
    margin-right: 0px
}
.jobText {
    padding: 0 10px;
    height: 95px
}
.jobName {
    font-size: 17px;
}
.jobCheck {
    text-align: right;
    color: #5c96bf;
    margin-right: 10px
}
/*このカテゴリの一覧で探すボタン*/
.btn {
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.allListBtnBox {
    text-align: center;
    margin: 40px 0;
}
.allListBtn {
    padding: 10px 30px;
    background: #e97f53;
}
.allListBtnTxt {
    font-size: 20px;
    color: #fff;
}
@media only screen and (max-width:768px) {
    /* 職種から探す */
    .searchJob {
        margin-bottom: 40px
    }
    .jobCatBox {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
        height: auto;
    }
    .jobCatBox a {
        width: 100%;
        height: 100%;
        display: block
    }
    .jobName {
        font-size: 14px;
        font-weight: bold
    }
    .jobText {
        padding: 0 5px;
        font-size: 10px;
        height: 120px;
        font-size: 12px;
    }
    .jobCheck {
        font-size: 12px;
        margin-right: 5px;
        margin-bottom: 5px
    }
    .jobCatBox:nth-child(odd) {
        margin-right: 10px
    }
    .jobCatBox img {
        width: 100%;
        height: auto;
    }
    /* hoverを切る */
    .jobCatBox:hover {
        background-color: #eeeeee;
    }
}
/*--------------------------------------------------------------
各種ボタン表現
--------------------------------------------------------------*/
/*虫眼鏡付きボタン*/
.squareBtn {
    display: inline-block;
    width: 233px;
    padding: 15px 0 12px 5px;
    margin: 0 10px 10px 0;
    background-color: #eeeeee;
    font-size: 15px;
    border: #dcdcdc solid 1px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
/*虫眼鏡*/
.search.icon {
    color: #999999;
    position: absolute;
    margin-top: 4px;
    margin-left: 3px;
    width: 12px;
    height: 12px;
    border: solid 2px currentColor;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search.icon:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    height: 6px;
    width: 2px;
    background-color: currentColor;
}
.linkTxt {
    margin-left: 24px;
}
@media only screen and (max-width:768px) {
    .squareBtn {
        display: block;
        width: 100%
    }
}
/*紫色のボタン*/
.keywordBtn {
    background-color: #ac84aa;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
}
/*--------------------------------------------------------------
いろんな条件で探すボックス
--------------------------------------------------------------*/
@media only screen and (max-width:768px) {
    .spcatSearchBtnBox {
        border: 6px solid #eee;
        background: #fefefe;
        margin: 30px 0;
        padding: 20px 0;
        text-align: center;
    }
}
@media only screen and (min-width:768px) {
    .spcatSearchBtnBox {
        display: none;
    }
}
.spcatSearchTitle {
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}
.spcatSearchBtn {
    width: 300px;
    padding: 10px 0;
    background: #70ae2d;
    text-shadow: none;
}
.spcatSearchBtnTxt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.otherDesc {
    margin: 30px;
    padding: 12px;
    border: 6px solid #dcdcdc;
    border-radius: 3px;
    font-size: 14px;
}