@charset "utf-8";
/* CSS Document */
/*---トップ看板--*/
.topContainer {
    display: block;
    width: 955px;
    margin: 0px auto;
    text-align: left;
}
.mainImgBg {
    background-image: url(../images/special/specialBg.png);
    background-repeat: repeat;
    background-color: #faf8f8;
    padding-top: 8px;
    padding-bottom: 13px;
}
.mainImgContainer {
    width: 955px;
    margin: 0 auto;
}
/*------------*/
.mainContainer {
    width: 955px;
    margin: 18px auto 0;
}
.mainBoxArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mainBoxLeft {
    margin-right: 25px;
    width: 680px;
}
.mainBoxRight {
    width: 250px;
}

/*------急募CSS202110------*/
.kyuboArea2 {
    margin-bottom: 15px;
    padding: 15px 6px 8px 12px;
    background: #fffddf;
    border-radius: 10px;
    color: #111;
    overflow: hidden;
}

.kyuboArea2 h2{
    margin-bottom: 10px;
}
.kyuboTit2 {
    padding: 0 0 0 5px;
}
.kyuboLine {
    font-size: 12px;
    width: 647px;
    padding: 6px 0 2px;
    display: table;
    border-bottom: 1px dotted #bbb;
}
.kyuboLine a {
    color: #0076a3;
    letter-spacing: 0.1px;
}
.kyuboText {
    font-size: 13px;
    display: table-cell;
    width: 587px;
    padding-top: 2px;
    padding-left: 8px;
}
.kpref2 {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
}
.prefBg {
    font-size: 13px;
    color: #fff;
    width: 49px;
    padding: 1px 3px 0;
    border-radius: 10px;
    text-align: center;
    background-color: #e15f01;
}
.prefBg2 {
    display: inline-block;
    font-size: 12px;
    color: #8c632e;
    width: 48px;
    margin: 0 0 2px 0;
    padding: 2px 4px 0;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #dabd96;
}
/*　　　検索エリア　　　*/
.searchBoxArea {
    background-color: #fdfedf;
    padding: 10px 0 1px;
    margin-bottom: 15px;
}
.searchTitle {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    position: relative;
}
.searchTitle:after {
    content: "";
    position: absolute;
    text-align: center;
    left: 45%;
    bottom: -35%;
    width: 10%;
    height: 8px;
    background: url(../images/special/specialtitle.gif) center bottom no-repeat;
}
.searchBox {
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}
.selects {
    border-radius: 5px;
    margin: 0 auto;
}
.bgGray {
    background: #efefef
}
.ibParent {
    letter-spacing: -.4em; /* inline-block隙間対策 */
}
.selects select {
    width: 200px;
    height: 48px;
    margin-bottom: 20px;
    padding-left: 10px;
    background: url(' ../images/common/search/select_arrow.gif') no-repeat right center #ffffff;
    border: 2px #aaaaaa solid;
    border-radius: 1px;
    letter-spacing: 0.05em
}
.topTag {
    text-align: center;
    margin-bottom: 25px;
}
.topTag li {
    display: inline-block;
    background-color: #f45c1c;
    padding: 3px 10px;
    margin-right: 3px;
    margin-bottom: 5px;
    border-radius: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.topTag a {
    color: #fff;
}
.topH2 {}
/*　　　ピックアップエリア（バナー）　　　*/
.pickupArea {}
.pickupAreaW li {
    display: inline-block;
}
.pickupArea li {
    display: inline-block;
    padding-bottom: 10px;
}
.pickupArea li:nth-child(even) {
    padding-left: 14px
}
.pickupAreaLB li {
    margin-bottom: 10px;
}
/*　　　希望する条件で選ぶエリア　　　*/
.jobCatBox {}
.jobCatBox h2 {
    padding: 0 0 20px 0;
}
.jobCatCont {}
.jobCatItem {
    background: #f9f7f3;
    font-size: 14px;
    width: 217px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 10px 0 0 0;
    margin: 0 3px 10px 3px;
}
.jobCatItemS {
    background: #f9f7f3;
    font-size: 14px;
    width: 126px;
    height: 40px;
    text-align: center;
    display: inline-block;
    padding: 10px 0 0 0;
    margin: 0 3px 10px 3px;
}
.jobCatCont1, .jobCatCont2, .jobCatCont3, .jobCatCont4, .jobCatCont5 {
    padding: 0 0 20px 0;
}
.jobCatCont1 a {
    color: #11aac2;
}
.jobCatCont1 a:hover {
    color: #11aac2;
    border-style: solid;
    border-width: 2px;
    border-color: #66bde5;
    margin-top: -2px; /*ネガティブマージンでborderの幅を相殺*/
    margin-bottom: -2px; /*ネガティブマージンでborderの幅を相殺*/
}
.jobCatCont2 a {
    color: #d53643;
}
.jobCatCont2 a:hover {
    color: #d53643;
    border-style: solid;
    border-width: 2px;
    border-color: #de93b9;
    margin-top: -2px; /*ネガティブマージンでborderの幅を相殺*/
    margin-bottom: -2px; /*ネガティブマージンでborderの幅を相殺*/
}
.jobCatCont3 a {
    color: #1eaa2c;
}
.jobCatCont3 a:hover {
    color: #1eaa2c;
    border-style: solid;
    border-width: 2px;
    border-color: #75c67d;
    margin-top: -2px; /*ネガティブマージンでborderの幅を相殺*/
    margin-bottom: -2px; /*ネガティブマージンでborderの幅を相殺*/
}
.jobCatCont4 a {
    color: #9359c4;
}
.jobCatCont4 a:hover {
    color: #9359c4;
    border-style: solid;
    border-width: 2px;
    border-color: #c4a0e3;
    margin-top: -2px; /*ネガティブマージンでborderの幅を相殺*/
    margin-bottom: -2px; /*ネガティブマージンでborderの幅を相殺*/
}
.jobCatCont5 a {
    color: #ff9c00;
}
.jobCatCont5 a:hover {
    color: #ff9c00;
    border-style: solid;
    border-width: 2px;
    border-color: #ffd15d;
    margin-top: -2px; /*ネガティブマージンでborderの幅を相殺*/
    margin-bottom: -2px; /*ネガティブマージンでborderの幅を相殺*/
}
.balloon {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.balloonColor1 {
    background: #59c7d8;
}
.balloonColor1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50.7%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #59c7d8;
}
.balloonColor2 {
    background: #f8848d;
}
.balloonColor2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50.7%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #f8848d;
}
.balloonColor3 {
    background: #81cc6a;
}
.balloonColor3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50.7%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #81cc6a;
}
.balloonColor4 {
    background: #b492d1;
}
.balloonColor4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50.7%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #b492d1;
}
.balloonColor5 {
    background: #f7bc26;
}
.balloonColor5:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50.7%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #f7bc26;
}
/*　　　勤務地エリアから選ぶ　　　*/
.areaSelectBox {
    padding: 0 0 40px 0;
}
.areaBorderPink {
    background-image: url("../images/top/point/areabg.png");
    margin: 5px 0 10px 0;
    padding: 8px;
}
.areaBorderWhite {
    background-color: #fff;
    border: 1px solid #c6c;
    padding: 12px;
    text-align: left;
}
.areaSelectBox h3 {
    color: #222222;
    padding: 5px 0 0 0;
}
.areaSelectBox li {
    width: 65px;
    padding: 5px 0;
    display: inline-block; /*display:inline;*/
}
.areaSelectBox li:before {
    content: url("../images/top/point/pointgreen.png");
    padding: 0 0px 0 5px;
}
.areaSelectBox a:link, .areaSelectBox a:visited, .areaSelectBox a:hover, .areaSelectBox a:active {
    color: #0076a3;
}
/*special*/
.specialBox {
    height: 135px;
    overflow: hidden;
    margin: 0 0 10px 0;
    background-color: #ffffff
}
.specialBox li {
    display: inline-block;
    margin-left: 15px;
}
.specialBox li:before {
    content: url("../images/common/header/indent.gif");
    padding: 0 5px 0 0;
    background-position: 0 4px;
}
.specialBox ul {
    background-color: #f9f7f3;
    padding: 5px 15px;
    text-align: left;
    line-height: 2;
    margin-top: 7px;
    height: 300px;
}
.specialBox a:link, .specialBox a:visited, .specialBox a:hover, .specialBox a:active {
    color: #0076a3;
}
/*　　　SEO　　　*/
.seoBox {
    background: #f6f6f6;
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: left;
}
.seoBox h2 {
    font-weight: bold;
    color: #333;
}
.seoBox p {
    line-height: 1.5;
    color: #888888;
    font-size: 12px;
}
.seoBox a {
    color: #888888;
    text-decoration: none;
}
.footerKeisai {
    background: url(../images/top/keisaiBg.jpg);
    background-repeat: repeat-x;
    height: 280px;
    text-align: center;
    padding: 33px 0 0 0;
}
.footerKeisai a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/*　　　右エリア　　　*/
.rightArea {
    vertical-align: top;
    width: 250px;
    padding: 10px 0 0 25px;
}
/*　　　バナーエリア　　　*/
.premireBanner {}
.premireBanner ul li {
    margin-bottom: 5px;
}
/* ====ピックアップ===*/
.pickupBoxArea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pickupBoxLeft {
    margin-right: 5px;
    width: 110px;
}
.pickupBoxLeft img {
    border: solid 3px #ffffff;
    margin-bottom: 5px;
}
.pickupBoxRight {
    width: 100px;
    font-size: 0.9em;
}
/* ====特設ページ===*/
.spcatBox {
    padding-top: 10px;
    padding-left: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: #669f27 3px solid;
    width: 680px;
}
.spcatLink {
    font-size: 0;
    margin-top: 15px; /*text-align: center;*/
}
.spcatLink a {
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 9px;
}
.spcatLink a:last-child {
    margin-right: 0
}
.spcatTitleBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.spcatTitleBoxL {
    width: 300px;
}
.spcatTitleBoxR {
    padding-top: 5px;
}
.specialBar {
    background-color: #f78251;
    padding: 9px 10px 7px;
    font-weight: bold;
    color: #fff;
}