@charset "utf-8";
/* CSS Document */
/*
* TOP専用スタイルCSS
* style_top.css
*/
.topKeyTit {
    font-weight: bold;
    color: #6b5447;
    text-align: center;
    line-height: 1.6;
}
.hl1 {
    font-weight: bold;
    color: #f29716;
}
.hl2 {
    font-size: 38px;
    font-weight: bold;
    color: #f29716;
    letter-spacing: 2px;
}
.hl2BkL {
    font-size: 38px;
    font-weight: bold;
    color: #6b5447;
    margin-right: 15px;
}
.hl2BkR {
    font-size: 38px;
    font-weight: bold;
    color: #6b5447;
    margin-left: 15px;
}
/*--------------------------------------------------------------
簡単検索部分
--------------------------------------------------------------*/
.topSearch {
    padding-top: 30px;
    background-color: #fcf9ef;
}
.topSearch .kantan {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.searchBtArea {
    margin: 10px 10px 20px 10px;
}
/*--------------------------------------------------------------
前回の検索枠
--------------------------------------------------------------*/
.preSearch {
    margin: 0px 10px 20px 10px;
    padding: 14px;
    line-height: 1.4;
    background-color: #ffffff;
    border: 3px solid #cccccc;
}
.preSearchTitle {
    font-size: 24px;
    display: block;
    color: #666;
}
.preSearchText {
    font-size: 24px;
    display: block;
    text-overflow: ellipsis;
    color: #666;
}
.preSearch li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.preSearch li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #e88f22;
    border-right: 2px solid #e88f22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
スプリングボード
--------------------------------------------------------------*/
.lstTopSearch {
    border-bottom: 1px solid #d6d4cc;
}
.lstTopSearch li {
    display: inline-block;
}
.lstTopSearch li img {
    display: block;
}
/*--------------------------------------------------------------
フリーワード検索
--------------------------------------------------------------*/
/*フリーワード検索--------------------------------------

/*iPhoneの送信ボタンの装飾を切る*/
.wordSearchTit {
    font-weight: bold;
    margin: 25px 0 10px 15px
}
input[type="submit"] {
    -webkit-appearance: none;
}
.freeWordSearch {
    margin: 20px 10px 0px 10px;
    border-radius: 10px; /* CSS3草案 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    -moz-border-radius: 10px; /* Firefox用 */
    padding: 15px 15px;
    background-color: #d0c4b5;
}
.freeWordSearch input[type=text] {
    width: 74%;
    font-size: 28px;
    color: #666666;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
    border: #cccccc;
}
.freeWordSearch input[type=submit] {
    position: relative;
    top: 4px;
    padding: 8px;
    width: 20%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, sans-serif;
    border: #cccccc;
    border-radius: .25em;
    background-color: #e88f22;
    -moz-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.15) inset;
}
/*人気キーワード--------------------------------------*/
.popularWord {
    font-size: 28px;
    display: block;
    margin: 20px 20px;
    padding-bottom: 20px;
}
.popularWord li {
    width: 140px;
    margin: 4px 0;
    padding: 4px;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #fefefe;
    border: 1px solid #cccccc;
}
.popularWord li a {
    color: #1681B2;
    display: inline;
    padding: 0;
}
.topImageBanner li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.topImageBanner li.leftLine {
    margin-left: 20px;
}
.topImageBanner li.oneLine {
    margin-bottom: 20px;
    margin-left: 20px;
}
.topImageBanner {
    margin-bottom: 10px;
}
.superBanner li.oneLine {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
タブパネルの表現
--------------------------------------------------------------*/
.topTab .tab {
    overflow: hidden;
}
.topTab .tab > li {
    background: #e0d7cd;
    padding: 14px 25px;
    border: 2px solid #e0d7cd;
    border-bottom: none;
    width: 320px;
    border-radius: .25em .25em 0 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}
.topTab .tab > li.select {
    background: #b5c23a;
    border: 2px solid #b5c23a;
    border-bottom: none;
    color: #fff; /*text-shadow: 0 -1px 0 rgba(0,0,0,0.3)*/
}
.topTab .content {
    margin-bottom: 20px;
}
.topTab .content > div {
    background: #fff; /*padding:20px;*/
}
.topTab .hide {
    display: none;
}
/*--------------------------------------------------------------
（タブ）新着案件の表示
--------------------------------------------------------------*/
.jobListNew {
    margin-bottom: 15px;
}
.jobListNew li {
    line-height: 1.4;
    padding: 10px;
    display: block;
    border-bottom: 2px dotted #d9d0c2;
    background-color: #ffffff;
}
.jobListNew li:last-child {
    border-bottom: none;
}
.jobListNew li span {
    display: block;
}
.jobListNew li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.jobListNew li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #e88f22;
    border-right: 2px solid #e88f22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
（タブ）急募案件の表示
--------------------------------------------------------------*/
.hurryTitle {
    font-size: 24px;
    color: #e88f22;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hurryText {
    font-size: 24px;
    color: #472610;
    background-color: #fff;
}
/*--------------------------------------------------------------
注目や特集のタイトル表現
--------------------------------------------------------------*/
.ttl {
    height: 84px;
    line-height: 84px;
    color: #6b5447;
    font-size: 30px;
    font-weight: bold;
    background-color: #f1ead1;
    position: relative;
}
.primary {
    padding: 0 0 0 100px;
}
.primary:after {
    display: block;
    position: absolute;
    content: "";
    width: 84px;
    height: 84px;
    left: 0;
    top: 0;
}
h3 {
    display: inline;
    line-height: 84px;
    font-size: 26px;
    font-weight: bold;
}
.ttl.primary.topicicon:after {
    background: #e88f22 url("../images/common/icon/topic_icon.png") no-repeat scroll 50% 50%;
    background-size: 26px 42px;
    background-color: #e88f22;
}
.blueBoxTitle {
    margin: 10px 0;
    border-top: 2px solid #5893c6;
}
.blueBoxTitle .ttl.primary.topicicon:after {
    background: #e88f22 url("../images/common/icon/topic_icon.png") no-repeat scroll 50% 50%;
    background-size: 26px 42px;
    background-color: #5893c6;
}
.pinkBoxTitle {
    margin: 10px 0;
    border-top: 2px solid #ee577d;
}
.pinkBoxTitle .ttl.primary.topicicon:after {
    background: #e88f22 url("../images/common/icon/topic_icon.png") no-repeat scroll 50% 50%;
    background-size: 26px 42px;
    background-color: #ee577d;
}
/*--------------------------------------------------------------
注目のお仕事アイコン
--------------------------------------------------------------*/
.topicIcon:after {
    background: url(../images/common/icon/topic_icon2.png) no-repeat;
    background-position: center center;
    background-size: 84px 84px;
}
/*--------------------------------------------------------------
特集のお仕事
--------------------------------------------------------------*/
.featurejob {}
.featurejob li {
    padding: 30px 0px 30px 10px;
    font-size: 24px;
    line-height: 1.4;
    border-top: 1px dotted #828282
}
.featurejob li:first-child {
    border-top: none
}
.featurejob li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.featurejob li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #e88f22;
    border-right: 2px solid #e88f22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------------------------------------------------------------
ボタン表現
--------------------------------------------------------------*/
/*--トップページ簡単検索ボタン------*/
.specialBt {
    width: 580px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #59afb9;
    -webkit-box-shadow: 0 4px 0 0 rgba(60, 134, 142, 0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(60, 134, 142, 0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(60, 134, 142, 0.8);
    -o-box-shadow: 0 4px 0 0 rgba(60, 134, 142, 0.8);
    box-shadow: 0 4px 0 0 rgba(60, 134, 142, 0.8);
    text-align: center;
}
.orangeBt {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #F90;
    -webkit-box-shadow: 0 4px 0 0 rgba(224, 80, 10, 0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(224, 80, 10, 0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(224, 80, 10, 0.8);
    -o-box-shadow: 0 4px 0 0 rgba(224, 80, 10, 0.8);
    box-shadow: 0 4px 0 0 rgba(224, 80, 10, 0.8);
    text-align: center;
}
.kyuuboBt {
    width: 580px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #94bb42;
    -webkit-box-shadow: 0 4px 0 0 rgba(126, 135, 40, 0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(126, 135, 40, 0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(126, 135, 40, 0.8);
    -o-box-shadow: 0 4px 0 0 rgba(126, 135, 40, 0.8);
    box-shadow: 0 4px 0 0 rgba(126, 135, 40, 0.8);
    text-align: center;
}
.tokusyuBt {
    width: 580px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #4587c0;
    -webkit-box-shadow: 0 4px 0 0 rgba(47, 96, 138, 0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(47, 96, 138, 0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(47, 96, 138, 0.8);
    -o-box-shadow: 0 4px 0 0 rgba(47, 96, 138, 0.8);
    box-shadow: 0 4px 0 0 rgba(47, 96, 138, 0.8);
    text-align: center;
}
.chumokuBt {
    width: 580px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #ee577d;
    -webkit-box-shadow: 0 4px 0 0 rgba(195, 45, 83, 0.8);
    -moz-box-shadow: 0 4px 0 0 rgba(195, 45, 83, 0.8);
    -ms-box-shadow: 0 4px 0 0 rgba(195, 45, 83, 0.8);
    -o-box-shadow: 0 4px 0 0 rgba(195, 45, 83, 0.8);
    box-shadow: 0 4px 0 0 rgba(195, 45, 83, 0.8);
    text-align: center;
}
.orangeBigBtBlock {
    display: block;
    padding: 25px 0px 25px 0px;
}
.bigBtText {
    font-size: 26px;
    font-weight: bold;
    color: #fff !important;
}
.bigBtText2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff !important;
}
.bigBtPrimary:after {
    display: block;
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: 15px;
}
.easySearch {
    padding: 0 0 0 30px;
}
.searchIcon:after {
    background: url(../images/common/icon/searchicon.png) no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    margin-left: 160px;
}
.moreSpecial {
    margin: 20px auto 20px;
    width: 580px;
}
/* ランダム案件 */
.randomJob {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: middle
}
.randomJob img {
    vertical-align: middle
}
.randomJob a {
    font-size: 22px
}
.randomJob a:link, .randomJob a:visited {
    color: #0fb297;
    text-decoration: underline
}
/*--------------------------------------------------------------
バナー表示
--------------------------------------------------------------*/
/* スーパーバナー表示*/
.superBanner {
    width: 600px;
    margin: 0 auto 20px;
}
.pickUpBannerBox {
    width: 600px;
    margin: 0 auto;
}
.pickUpBannerBox ul {}
.pickUpBannerBox li {
    display: inline-block;
    width: 295px;
    margin-bottom: 10px;
}
.pickUpBannerBox li:nth-child(even) {
    padding-left: 10px
}
.moreSpecialBox {
    display: none;
}
/* 特設バナー表示 */
.spcat {
    background-color: #fba57c;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 20px;
    font-size: 21px
}
.spcatCap {
    margin-top: 20px;
    margin-bottom: 15px;
}
.spcat img {
    width: 100%;
    margin-bottom: 20px;
}
.spcatTitle {
    margin: 0 auto;
    width: 229px
}
/*--------------------------------------------------------------
フッターの調整
--------------------------------------------------------------*/
.footerNavi li {
    margin-bottom: 5px
}
.footerNavi ul {
    text-align: left
}
/*--------------------------------------------------------------
フッターの都道府県アコーディオンリンク
--------------------------------------------------------------*/
dt {
    color: #0066cc;
    margin: 6px 0 0 15px;
}
dt.active:before {
    margin-top: -2px;
}
dt.active:after {
    margin-top: 3px;
}
dd {
    background-color: #fcf9ef;
    /*padding:10px;*/
    line-height: 1.5;
    font-size: 26px;
}
.accordion_dl li {
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
}
.accordion_dl dd li {
    display: inline-block;
    width: 25%;
    border-right: 1px solid #cccccc;
}
.accordion_dl dd .areaHalf {
    width: 50%;
}
.accordion_dl li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.accordion_dl li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 4px solid #e88f22;
    border-right: 4px solid #e88f22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion_dl dd li:nth-child(4n) {
    border-right: none;
}
/*--------------------------------------------------------------
新規登録企業　案件一覧（今は使っていない）
--------------------------------------------------------------*/
.newcomer {
    background: #d4eced;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
/*.newcomer a{
    display: block;
    position: absolute;
    top:-25px;
    left:45%;
    margin-left:-202px
}*/