@charset "UTF-8";

/* CSS Document */

html {
    font-size: 62.5%;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: normal;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

body,
div,
nav,
section,
article,
aside,
header,
footer,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

div,
nav,
section,
article,
aside,
header,
footer,
ul,
ol,
li,
table,
th,
td,
dl,
dt,
dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

a {
    color: #000;
    opacity: 1;
    text-decoration: none;
}

a:hover {}

p {
    line-height: 2;
}

li,
dt,
dd,
th,
td,
a,
span {
    line-height: 1.5;
}

a:hover {
    opacity: 0.7;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    width: 100%;
}

th,
td {
    border: none;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: l;
}


/*.clearfix
----------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*body
----------------------------------------------*/

body {
    width: 100%;
    font-size: 16px;
    /*font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004';*/
}


/*comWrap
----------------------------------------------*/

.comWrap {
    min-width: 1000px;
    margin: 0 auto;
}


/*headerArea
----------------------------------------------*/

.headerArea {}

.headerWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    width: auto;
}

.headerArea .headerWrap h1 a {
    display: inline-block;
}

.headerArea .headerWrap h1 a img {
    height: 52px;
}

.btnInquiry {
    display: inline-block;
    height: 30px;
    border: 1px solid #000;
    border-radius: 15px;
    font-size: 12px;
    line-height: 32px;
    padding: 0 30px;
}

.snsBtnList {
    letter-spacing: -5px;
}

.snsBtnList li {
    letter-spacing: normal;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}


/*naviArea
----------------------------------------------*/

.naviArea {
    background: #ececec;
    font-size: 14px;
}

.naviWrap nav ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.naviWrap nav li {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.naviWrap nav li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    box-sizing: border-box;
}

.naviWrap nav li a:hover {
    opacity: 1;
    border-bottom: 5px solid #3399ff;
}

.naviWrap nav li a span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.naviFixed {
    background: #ececec;
    width: 100% !important;
    min-width: 1000px;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
}

.naviFixed nav {
    width: 1000px;
    margin: 0 auto;
}


/*resNaviArea
----------------------------------------------*/

#btnMenu,
#resNaviArea {
    display: none;
}


/*footerArea
----------------------------------------------*/

.footerBnr {
    display: block;
    text-align: center;
    padding: 60px 0;
}

.footerArea {
    background: #ececec;
}

.footerNavi {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 14px;
}

.footerNavi li {
    line-height: 1;
    margin: 0 0 15px;
}


/*プロトタイプ*/

.footerNavi ul {
    width: 25%;
}

.footerNavi ul:nth-last-of-type(1) {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerNavi li {
    width: 100%;
    line-height: 1;
    margin: 0 0 15px;
}

.footerNavi ul:nth-last-of-type(1) li {
    width: 33%;
    padding-left: 10px;
}


/*
.footerNavi li:nth-of-type(1){order: 1;}
.footerNavi li:nth-of-type(2){order: 4;}
.footerNavi li:nth-of-type(3){order: 7;}
.footerNavi li:nth-of-type(4){order: 2;width: 60%;padding:0 0 0 20%;}
.footerNavi li:nth-of-type(5){order: 5;width: 60%;padding:0 0 0 20%;}
.footerNavi li:nth-of-type(6){order: 8;width: 60%;padding:0 0 0 20%;}
.footerNavi li:nth-of-type(7){order: 3;}
.footerNavi li:nth-of-type(8){order: 6;}
.footerNavi li:nth-of-type(9){order: 9;}
.footerNavi li:nth-of-type(10){order: 12;}
*/


/*プロトタイプ END*/

.footerNavi li span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.footerNavi li a:before {
    content: '.';
    color: rgba(255, 255, 255, 0);
    width: 3px;
    height: 5px;
    display: inline-block;
    line-height: 5px;
    margin: 7px 8px 0 0;
    background: url(/img/common/arrowFooter.png);
}

.footerNavi li ul {
    padding: 15px 10px 0;
}

.footerNavi li li {
    margin: 0 0 10px;
}

.footerNavi li li a:before {
    content: '-';
    color: #000;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    margin: 3px 3px 0 0;
    background: none;
}

.footerBottom {
    background: #333333;
    color: #fff;
}

.footerBottom div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.snsLinks {
    display: flex;
}

.snsLinks li {
    width: 32px;
    height: 32px;
    margin: 0 30px 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.snsLinks li:nth-of-type(1) {
    background-image: url(/img/common/iconFb.png);
}

.snsLinks li:nth-of-type(2) {
    background-image: url(/img/common/iconTw.png);
}

.snsLinks li:nth-of-type(3) {
    background-image: url(/img/common/iconLine.png);
}

.snsLinks li:nth-of-type(4) {
    background-image: url(/img/common/iconInsta.png);
}

.snsLinks li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
}

.footerWrap p small {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.footerWrap p small a {
    color: #fff;
}


/*共通
----------------------------------------------*/

.headerArea,
.naviArea,
.footerArea,
.comContentsArea {
    min-width: 1000px;
}

.comContentsArea {
    border-bottom: 1px solid #ececec;
}

.headerWrap,
.naviWrap,
.comContentWrap {
    width: 1000px;
    margin: 0 auto;
}


/*レスポンシブ表示切替*/

.pcNone {
    display: none;
}


/*PC改行*/

.LBreakPc:before {
    content: "\A";
    white-space: pre;
}


/*フロート*/

.left {
    float: left;
}

.right {
    float: right;
}


/*コール*/

.callto {
    text-decoration: none !important;
    background: none !important;
    padding-left: 0 !important;
}


/*二行ヘッダー*/

.comInnerHeaderW,
.comInnerHeaderB {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    margin: 0 0 65px;
    /*font-family: 'Poppins', 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
    font-weight: 500;
    color: #fff;
}

.comInnerHeaderB {
    color: #000;
}

.comInnerHeaderW span,
.comInnerHeaderB span {
    font-size: 20px;
    display: block;
    line-height: 1;
    margin: 30px 0 0;
}


/*キャッチコピー*/

.comStrongCopy {
	color: #333;
    font-size: 36px !important;
    text-align: left;
    line-height: 1.5 !important;
    font-weight: bold;
}


/*ボタン*/

.btnMoreW,
.btnMoreB {
    width: 480px;
    height: 80px;
    line-height: 74px;
    margin: 60px auto 0;
	display: block;
	font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #fff;
    background-image: url(/img/common/arrowRW.png);
    background-position: right 40px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
}

.btnMoreB {
    background-image: url(/img/common/arrowRB.png);
    background-color: #fff;
    border-color: #222;
    color: #000;
    font-size: 16px;
}

#btnTop {
    display: block;
    width: 28px;
    height: 17px;
    margin: 16px auto 17px;
    text-indent: -999px;
    overflow: hidden;
    background: url(/img/common/arrowPageTop.png) center center no-repeat;
    background-size: 100% auto;
    color: #fff;
}

#btnTop:hover {
    cursor: pointer;
}

#btnSerach{
    font-size:18px;
}


/*求人リスト*/

.comJobBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comJobList {
    background: #fff;
    position: relative;
}

.comJobListCate {
    font-size: 14px;
    background: #3399ff;
    display: inline-block;
    margin: 10px 0 10px -5px;
    padding: 9px 10px;
    line-height: 1;
    color: #fff;
}

.comJobListHeader {
    font-size: 20px;
    font-weight: bold;
    padding: 0 23px 10px;
    line-height: 28px;
    border-bottom: 2px solid #ececec;
}

.comJobListHeader a{
	color: #333;
}

.jobdetailContent .comJobListHeader {
	font-size: 22px;
	color: #333;
}

.comJobListHeader small {
    display: block;
}

.comJobListCond {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 15px 23px;
}

.comJobList .comJobListCond:nth-of-type(2) {
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
}

.comJobListCond li {
    margin: 0 25px 0 0;
    display: flex;
    align-items: center;
}

.comJobListCond .cateStatus:before,
.comJobListCond .catePlace:before,
.comJobListCond .cateSalary:before,
.comJobListCond .cateBenefit:before {
    content: '.';
    color: rgba(255, 255, 255, 0);
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.comJobListCond .cateStatus:before {
    background-image: url(/img/common/iconNote.png);
}

.comJobListCond .catePlace:before {
    background-image: url(/img/common/iconPlace.png);
}

.comJobListCond .cateSalary:before {
    background-image: url(/img/common/iconSalary.png);
    background-position: center top 1px;
}

.comJobListCond .cateBenefit:before {
    background-image: url(/img/common/iconBenefit.png);
}

.resultsJob .resultsBox p.cateJobDescriptionPoint {
    color: #000;
    font-size: 14px;
    text-align: left;
    padding:20px;
    border-bottom: 2px solid #ececec;
}

.resultsJob .resultsBox .cateQualification{
    display: table;
    font-size: 14px;
    margin: 20px 20px 0;
}

.resultsJob .resultsBox .cateQualification dt,
.resultsJob .resultsBox .cateQualification dd{
    display:table-cell;
    line-height: 2;
}


.comJobListCond li a {}

.comJobListText {
    font-size: 14px;
    padding: 10px 23px 10px 43px;
    text-indent: -20px;
}

.comJobListText:before {
    content: '.';
    color: rgba(255, 255, 255, 0);
    display: inline-block;
    width: 17px;
    height: 22px;
    margin: 0 3px 0 0;
    background: url(/img/common/iconBalloon.png) left bottom no-repeat;
}

.jobListLink {
    position: absolute;
    top: 14px;
    right: 14px;
    background: url(/img/common/arrowSRB.png) center center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    width: 30px;
    height: 30px;
}

.comJobLinks {
    width: 540px;
    margin: 0 auto;
    padding: 20px 0 25px;
    display: flex;
    /*	justify-content: space-between;*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

.comJobLinks li {
    width: 250px;
    height: 60px;
    display: table;
}

.comJobLinks li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	border: 3px solid #000;
	font-size: 18px;
}

.comJobLinks .comLike a {
    padding-left: 24px;
    background: url(/img/common/iconLikeB.png) left 64px center no-repeat;
}

.comJobLinks .comDetail a {
    padding-right: 4px;
    background: url(/img/common/arrowRB.png) right 18px center no-repeat;
}

.comResutlsLabel {
    background: #3399ff;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 0 30px;
}

.comResutlsLabel span {
    font-size: 24px;
    display: inline-block;
    margin: 0 0 0 16px;
    line-height: 40px;
    /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-weight: bold;
}

.comChangeCond {
    border: 1px solid #fff;
    height: 60px;
    margin: 0 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
    padding: 0 60px 0 35px;
    font-size: 18px;
}

.comChangeCond .itemCount {
    display: none;
}

.comConditions {
    font-size: 12px;
}

.comFavoriteLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px 23px 20px;
    border-top: 2px solid #ececec;
}

.comFavoriteLinks li {
    display: table;
    height: 60px;
    width: 220px;
}

.comFavoriteLinks .delete {
    background: #ececec;
}

.comFavoriteLinks .delete a {
    padding-left: 30px;
    background: url(/img/common/iconClose.png) left 80px center no-repeat;
}

.comFavoriteLinks .detail {
    border: 2px solid #000;
}

.comFavoriteLinks .detail a {
    background: url(/img/common/arrowRB.png) right 16px center no-repeat;
}

.comFavoriteLinks .subscription {
    background: #000;
    width: 460px;
    margin-left: 10px;
}

.comFavoriteLinks li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.comFavoriteLinks .subscription a {
    color: #fff;
    padding-left: 40px;
    background: url(/img/common/iconSubscription.png) left 170px center no-repeat;
}


/*紹介実績*/

.comResult {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comResult div {
    width: 480px;
    background: #fff;
    margin: 0 0 34px;
    padding: 30px;
    align-items: flex-start;
}

.comResult table {
    border-collapse: separate;
    border-spacing: 6px;
    border: none;
    font-size: 16px;
    margin: 0 0 10px;
}

.comResult caption {
	font-size: 22px;
	color: #333;
    padding: 0 3px;
    font-weight: bold;
    text-align: left;
}

.comResult th {
    padding: 5px 12px;
    background: #000;
    border: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
    white-space: nowrap;
}

.comResult td {
    border: none;
    border-bottom: 2px solid #ececec;
    padding: 5px 12px;
    text-align: left;
    vertical-align: middle;
}

.comResult div p {
    font-size: 14px;
    padding: 0 5px;
}


/*フォーム*/


/*START フォームパーツ*/

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

.comJobSearch input::-webkit-input-placeholder {
    /*	font-size:16px;
	line-height:18px;*/
}

.comJobSearch input:-ms-input-placeholder {}

.comJobSearch input::-moz-placeholder {}

.comJobSearch input[type="text"],
.formWrap input[type="text"] {
    background: #fff;
    height: 40px;
    border-radius: 4px;
    width: 100%;
    padding: 0 14px;
}

.comJobSearch input[type="radio"]:checked,
.comJobSearch input[type="checkbox"]:checked,
.comJobSearch input[type="radio"]:not(:checked),
.comJobSearch input[type="checkbox"]:not(:checked),
.formWrap input[type="radio"]:checked,
.formWrap input[type="checkbox"]:checked,
.formWrap input[type="radio"]:not(:checked),
.formWrap input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.comJobSearch input[type="radio"]:checked+label,
.comJobSearch input[type="checkbox"]:checked+label,
.comJobSearch input[type="radio"]:not(:checked)+label,
.comJobSearch input[type="checkbox"]:not(:checked)+label,
.formWrap input[type="radio"]:checked+label,
.formWrap input[type="checkbox"]:checked+label,
.formWrap input[type="radio"]:not(:checked)+label,
.formWrap input[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.comJobSearch input[type="radio"]:checked+label:before,
.comJobSearch input[type="checkbox"]:checked+label:before,
.comJobSearch input[type="radio"]:not(:checked)+label:before,
.comJobSearch input[type="checkbox"]:not(:checked)+label:before,
.formWrap input[type="radio"]:checked+label:before,
.formWrap input[type="checkbox"]:checked+label:before,
.formWrap input[type="radio"]:not(:checked)+label:before,
.formWrap input[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #8e98a1;
    background: #fff;
    box-sizing: border-box;
}

.comJobSearch input[type="radio"]:checked+label:after,
.comJobSearch input[type="checkbox"]:checked+label:after,
.comJobSearch input[type="radio"]:not(:checked)+label:after,
.comJobSearch input[type="checkbox"]:not(:checked)+label:after,
.formWrap input[type="radio"]:checked+label:after,
.formWrap input[type="checkbox"]:checked+label:after,
.formWrap input[type="radio"]:not(:checked)+label:after,
.formWrap input[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #3399ff;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.comJobSearch input[type="radio"]:not(:checked)+label:after,
.comJobSearch input[type="checkbox"]:not(:checked)+label:after,
.formWrap input[type="radio"]:not(:checked)+label:after,
.formWrap input[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.comJobSearch input[type="radio"]:checked+label:after,
.comJobSearch input[type="checkbox"]:checked+label:after,
.formWrap input[type="radio"]:checked+label:after,
.formWrap input[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.comJobSearch select {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    padding: 0 14px;
    box-sizing: border-box;
    background: url(/img/common/arrowBB.png) right 20px center no-repeat;
    background-color: #fff;
    margin: 0 14px 0 0;
}


/*END フォームパーツ*/

.comJobSearch {
    background: #fff;
    padding: 40px 50px;
}

.comFormHeader {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.comFormHeader .itemCount,
.comFormHeader .itemValue {
    display: none;
}

.comFormWrap {
    background: #ececec;
    padding: 30px;
    margin: 0 0 30px;
}

.comFormWrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #3399ff;
    padding: 8px 15px;
    color: #ffffff;
}

.comFormList {
    display: flex;
    flex-wrap: wrap;
    margin: -14px 0;
}

.comFormList li {
    margin: 14px 35px 14px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 105px;
}

.comFormList.jobClassification {
    margin: 0 0 20px;
}

.comFormList.jobClassification li {
    margin: 7px 35px 7px 0;
    min-width: 240px;
}

.comDisplay {
    text-align: center;
}

.comDisplay select {
    font-size: 18px;
    padding: 0 0 0 80px;
}


/*下層ページ共通
----------------------------------------------*/

.comInnerView {
    height: 190px;
    background: url(/img/common/bgInnerHeader.png) center center no-repeat;
    position: relative;
    color: #fff;
}

#consultantBody .comInnerView,
#consultantdetailBody .comInnerView {
    background-image: url(/img/consultant/headerConsultant.png);
}

#businessBody .comInnerView {
    background-image: url(/img/business/headerBusiness.png);
}

#occupationBody .comInnerView {
    background-image: url(/img/business/occupation/headerOccupation.png);
}

#resourceBody .comInnerView {
    background-image: url(/img/business/resource/headerResource.png);
}

#jobBody .comInnerView,
#jobresultsBody .comInnerView,
#jobdetailBody .comInnerView {
    background-image: url(/img/job/headerJob.png);
}

.comInnerView h2 {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    padding: 40px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.comInnerView h2 small {
    font-size: 16px;
    display: block;
    margin: 15px 0 0;
    font-weight: normal;
    font-weight: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
}

.comInnerView div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    min-width: 1000px;
    height: 40px;
}

.comInnerView ol {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    font-size: 12px;
}

.comInnerView li:after {
    content: '>';
    display: inline-block;
    margin: 0 10px;
}

.comInnerView li:nth-last-of-type(1):after {
    display: none;
}

.comInnerView li a {
    color: #fff;
    text-decoration: underline;
}


/*トップページ
----------------------------------------------*/

#topBody {}


/*firstView*/

.firstView {
    width: 100%;
    min-width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    /*	background-repeat: no-repeat;
	background-position: center top, center top, center top, center top, center top, center top;
	background-image: url(/img/top/slide1.png), url(/img/top/slide2.png), url(/img/top/slide3.png), url(/img/top/slide4.png), url(/img/top/slide5.png), url(/img/top/slide6.png);
	background-size: 1366px auto;*/
}

.viewSlide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1366px auto;
    opacity: 0;
}

.viewSlide:nth-of-type(1) {
    background-image: url(/img/top/slide1.png);
    opacity: 1;
}

.viewSlide:nth-of-type(2) {
    background-image: url(/img/top/slide2.png);
}

.viewSlide:nth-of-type(3) {
    background-image: url(/img/top/slide3.png);
}

.viewSlide:nth-of-type(4) {
    background-image: url(/img/top/slide4.png);
}

.viewSlide:nth-of-type(5) {
    background-image: url(/img/top/slide5.png);
}

.viewSlide:nth-of-type(6) {
    background-image: url(/img/top/slide6.png);
}

.textPosition {
    width: 1000px;
    padding: 115px 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.firstView p {
    line-height: 1.9;
    text-shadow: 0 0 10px #05101b;
}

.firstView p:nth-of-type(1) {
    font-size: 50px;
    line-height: 1.6;
    margin: 0 0 40px;
}

#btnScrollBottom {
    display: none;
}

@media screen and (min-width: 1001px) {
    .firstView {
        height: 43.6vw;
        min-height: 600px;
        background-size: auto 100%;
    }
    .viewSlide {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1380px) {
    .firstView p {
        top: 27.8vw;
        font-size: 1.3vw;
    }
    .firstView p:nth-of-type(1) {
        top: 8.4vw;
        font-size: 3.67vw;
    }
}


/*topContent*/

.topContent {
    width: 100%;
    min-width: 1000px;
    padding: 80px 0;
}

.topContentWrap {
    width: 1000px;
    margin: 0 auto;
}


/*topMessage*/

.topMessage p {
    font-size: 18px;
}

.topMessage p:nth-of-type(1) {
    font-size: 54px;
    line-height: 80px;
    margin: 0 0 30px;
}


/*topNewArrivalJob*/

.topNewArrivalJob {
    background: url(/img/top/sample_bg1.png) center top repeat-x;
    background-size: auto;
    /*height: 870px;*/
}

.topNewArrivalJob .comJobList {
    width: 320px;
    margin: 0 0 20px;
}

.topNewArrivalJob .btnMoreB {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.6)
}

.topNewArrivalJob .comJobListHeader{
	font-size:18px;
	line-height: 26px;
}

.topNewArrivalJob .comJobListHeader a{
	color: #333;
}

/*topCloseup*/

.topCloseup {
    background-color: #000;
}

.topCloseup .comJobList {
    width: 480px;
    margin: 0 0 32px;
}

.topCloseup .btnMoreW {
    margin-bottom: 90px;
}


/*topSuccess*/

.topSuccess {
    background-color: #3399ff;
}

.topSuccess .comResult div {
    width: 480px;
}


/*topRecruit*/

.topRecruit{
  background: url(/img/about/bg.png) center center repeat;
}

.topRecruit a{
  border: 3px solid #000;
  background: url(/img/common/arrowRB.png) right 40px center no-repeat;
  background-color: #fff;
  display: block;
  text-align: center;
  padding:20px;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.topRecruit a p{
  line-height: 1.5;
  font-weight: bold;
}

.topRecruit a ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 10px 0 0;
}

.topRecruit a li{
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 12.5px;
  padding:0 0 0 17px;
}

.topRecruit a li:nth-of-type(1){
  background-image: url(/img/common/iconNote.png);
}

.topRecruit a li:nth-of-type(2){
  background-position: left top 3px;
  background-image: url(/img/common/iconSalary.png);
}


/*topNews*/

.topNews {}

.topNews dt {
    font-size: 16px;
    color: #555;
    float: left;
    width: 175px;
    padding: 18px 0 16px;
}

.topNews dd {
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 0 135px;
}

.topNews dd a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 18px 45px 16px 0;
    background: url(/img/common/arrowRG.png) right 8px center no-repeat;
}


/*topBnrList, cnvBnrList*/

.topBnrList,
.cnvBnrList {
    min-width: 1000px;
    border-bottom: 1px solid #ececec;
}

.topBnrList ul,
.cnvBnrList ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0 30px 75px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.cnvBnrList ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.topBnrList p,
.cnvBnrList p {
    width: 1000px;
    margin: 0 auto 20px;
    text-align: center;
}


/*TRANSIT CAREER UP PARTNERSについて
----------------------------------------------*/

.aboutContent {
    padding: 80px 0;
    font-size: 18px;
}

.aboutMessage p {
    margin: 0 0 35px;
}

.aboutMessage p:nth-last-of-type(1) {
    text-align: right;
    font-size: 14px;
}

.aboutMessage p:nth-last-of-type(1) span {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0 30px;
}

.aboutMessage .comInnerColL {
    display: table-cell;
    width: calc(100% - 245px);
    box-sizing: border-box;
    vertical-align: top;
}

.aboutMessage .comInnerColR {
    display: table-cell;
    width: 250px;
    padding: 0 45px 0 0;
    box-sizing: border-box;
    vertical-align: top;
}

.aboutPhilosophy {
    background: url(/img/about/bg.png) center center repeat;
}

.aboutPhilosophy .comStrongCopy {
    margin: 0 0 35px;
}

.aboutCompany table {
    font-size: 14px;
}

.aboutCompany th {
    background: #3399ff;
    color: #fff;
    border-bottom: 8px solid #fff;
    border-right: 8px solid #fff;
    width: 210px;
    padding: 10px 14px;
}

.aboutCompany td {
    background: #ececec;
    border-bottom: 8px solid #fff;
    padding: 10px 20px;
}

.aboutCompany td li {
    margin: 0 0 8px;
}

.aboutCompany td li:nth-last-of-type(1) {
    margin: 0;
}

.aboutCompany td a {
    text-decoration: underline;
    padding: 0 0 0 11px;
    background: url(/img/common/arrowLink.png) left top 4px no-repeat;
}

.aboutCompany td .linkEmpty {
    text-decoration: none;
}

.aboutCompany td .linkEmpty:hover {
    cursor: default;
    opacity: 1;
}

.aboutAccess {
    background-color: #000;
    color: #fff;
}

.aboutAccess div.clearfix {
    margin: 15px 0 0;
}

.aboutAccess dl {
    float: left;
    width: 50%;
    font-size: 14px;
}

.aboutAccess dl:nth-of-type(2) {
    floar: right;
    padding-left: 20px;
}

.aboutAccess dd a {
    color: #fff;
}


/*事業紹介
----------------------------------------------*/

.businessContent {
    padding: 80px 0;
}

.businessContent h3 {
    font-size: 36px;
    text-align: center;
    margin: 0 0 45px;
}

.businessCopy .comStrongCopy {
    margin: 0 0 30px;
}

.businessCopy p {
    font-size: 16px;
}

.businessService {
    background-color: #3399ff;
}

.businessService h3 {
    color: #fff;
}

.businessService ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 45px 0 0;
}

.businessService li .btnMoreW {
    margin-top: 0;
}

.businessService p {
    background: #fff;
    padding: 40px;
}


/*求人情報
----------------------------------------------*/

.jobofferContent {
    padding: 80px 0 40px;
}

.jobofferSearch {
    background-color: #3399ff;
}

.jobofferArrival {
    background-color: #000;
}

.jobofferArrival .comJobList {
    width: 480px;
    margin: 0 0 32px;
}

.jobofferOccupation h4 {
    background: #3399ff;
    color: #fff;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 15px;
}

.jobofferOccupation ul,
.jobofferOccupationIndustyType ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 50px;
    align-items: center;
}

.jobofferOccupation li,
.jobofferOccupationIndustyType li {
    background: #000;
    width: 320px;
    height: 60px;
    margin: 10px 0;
    display: table;
}

.jobofferOccupation li.blank,
.jobofferOccupationIndustyType li.blank {
    background: transparent;
}

.jobofferOccupation li a,
.jobofferOccupationIndustyType li a {
    display: table-cell;
    color: #fff;
    vertical-align: middle;
    padding: 0 28px;
    background: url(/img/common/arrowRW.png) right 20px center no-repeat;
}

.jobofferOccupationIndustyType {
    background-color: #3399ff;
}

.jobofferOccupationIndustyType h3 {
    color: #fff;
}


/*求人検索結果*/

.resultsContent {
    padding: 80px 0;
}

.resultsJob {
    background-color: #000;
}

.resultsJob .comJobList {
    margin: 0 0 30px;
}

.resultsJob .resultsBox p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.pager ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.pager li {
    background: #fff;
    margin: 0 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pager .prevPage {
    width: 106px;
    margin: 0 16px 0 0;
}

.pager .nextPage {
    width: 106px;
    margin: 0 0 0 16px;
}

.pager li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
}

.pager .prevPage a {
    padding-left: 15px;
    background: url(/img/common/arrowPrev.png) left 10px center no-repeat;
}

.pager .nextPage a {
    padding-right: 15px;
    background: url(/img/common/arrowNext.png) right 10px center no-repeat;
}

.pageSelect {
    color: #fff;
}

.pageSelect select {
    background: #fff;
    width: 100px;
    height: 40px;
    border-radius: 4px;
    margin: 0 0 0 12px;
    padding: 0 0 0 25px;
}

.resultsSearch {
    background-color: #3399ff;
}

.favoriteBox .comJobList {
    margin: 0 0 30px;
    border: 2px solid #000;
}


/*求人詳細*/

.jobdetailContent {
    padding: 80px 0;
}

.jobdetailMain {
    background-color: #3399ff;
}

.jobdetailMainHeader {
    background: #fff;
    margin: 0 0 25px;
    padding: 0 0 15px;
}

.jobdetailMainHeader .comJobListHeader {
    border: none;
}

.jobdetailMainHeader .comJobListCate {
    background: #000;
}

.jobdetailMainHeader p {
    margin: 10px 23px 0px;
    padding: 0;
}

.jobdetailMainContent {
    background: #fff;
    padding: 25px 30px;
}

.jobdetailMainContent table {
    margin: 0 0 30px;
}

.jobdetailMainContent th {
    width: 195px;
    padding: 15px 0;
    border-bottom: 2px solid #ececec;
}

.jobdetailMainContent td {
    padding: 15px 0;
    border-bottom: 2px solid #ececec;
}

.jobdetailMainContent tr:nth-last-of-type(1) th,
.jobdetailMainContent tr:nth-last-of-type(1) td {
    border: none;
}

.jobdetailMainContent table tr td p {
    margin: 0 0 10px;
}

.jobdetailMainContent ul {}

.jobdetailMainContent .mTop {
    margin-top: 5px;
}

.jobdetailMainContent .squareIndent {}

.jobdetailMainContent td li {
    margin: 0 0 8px;
}

.jobdetailMainContent td li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.jobdetailMainContent .squareIndent li {
    text-indent: -16px;
    padding-left: 16px;
}

.jobdetailMainContent .numberIndent li {
    text-indent: -40px;
    padding-left: 40px;
}

.jobdetailMainContent ul+dl {
    margin: 10px 0 0;
}

.jobdetailMainContent dd+dt {
    margin-top: 10px;
}

.jobdetailMainContent .squareIndentDl dd {
    text-indent: -16px;
    padding-left: 16px;
}

.ind {
    text-indent: -16px;
    padding-left: 16px;
    display: inline-block;
}

.jobdetailMainComment {
    background: #ececec;
    padding: 25px;
    border-radius: 5px;
}

.jobdetailMainComment h4 {
    font-size: 16px;
    margin: 0 0 5px;
    background: url(/img/common/iconBalloon.png) left center no-repeat;
    padding: 0 0 0 25px;
}

.jobdetailNumber {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.jobdetailUnit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 25px 0 0;
}

.jobdetailUnit li {
    display: table;
    margin: 0 0 35px;
}

.jobdetailUnit .unitLike,
.jobdetailUnit .unitSubscription {
    width: 480px;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.4);
    height: 80px;
    margin-bottom: 55px;
}

.jobdetailUnit .unitPrev,
.jobdetailUnit .unitNext,
.jobdetailUnit .unitBack {
    border: 2px solid #000;
    background: #fff;
    height: 60px;
}

.jobdetailUnit .unitPrev,
.jobdetailUnit .unitNext {
    width: 280px;
}

.jobdetailUnit .unitBack {
    width: 380px;
}

.jobdetailUnit .unitChange {
    width: 100%;
    height: 60px;
    background: #fff;
    margin-bottom: 0;
}

.jobdetailUnit li a {
    display: table-cell;
    vertical-align: middle;
}

.jobdetailUnit .unitPrev a {
    background: url(/img/common/arrowLB.png) left 25px center no-repeat;
    background-size: 10px 16px;
}

.jobdetailUnit .unitNext a,
.jobdetailUnit .unitBack a {
    background: url(/img/common/arrowRB.png) right 25px center no-repeat;
    background-size: 10px 16px;
}

.jobdetailUnit .unitLike a,
.jobdetailUnit .unitSubscription a {
    color: #fff;
    padding-left: 20px;
}

.jobdetailUnit .unitLike a {
    /*background: url(/img/common/iconLikeW.png) left 175px center no-repeat;*/
    font-size: 20px;
}

.jobdetailUnit .unitSubscription a {
    background: url(/img/common/iconSubscription.png) left 160px center no-repeat;
    font-size: 20px;
}

.jobdetailUnit .unitChange a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    padding: 0 55px 0 35px;
    background: url(/img/common/arrowRB.png) right 25px center no-repeat;
    background-size: 10px 16px;
}

.jobdetailUnit .unitChange .itemCount {
    display: none;
}

.comment_by_staff {
    background-color: #cce6ff;
    border-radius: 6px;
    padding: 10px 20px;
}

.jobdetailRecom h3 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin: 0 0 45px;
}

.jobdetailRecom {
    background-color: #000;
}

.jobdetailRecom .comJobList {
    margin: 0 0 45px;
}

.jobdetailRecom .comJobList:nth-last-of-type(1) {
    margin-bottom: 0;
}

.jobdetailRecom .comJobListCond {
    border-bottom: 2px solid #ececec;
}


/*コンサルタント一覧
----------------------------------------------*/

.consultantsContent {
    padding: 65px 0 0;
    text-align: center;
}

.consultantsList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.consultant {
    width: 480px;
    /*	height: 130px;*/
    position: relative;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    margin: 0 0 10px;
}

.consultant a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 45px 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    background: url(/img/common/arrowRG.png) right 8px center no-repeat;
}

.consultant dt {
    /*	position: absolute;
	bottom: 10px;*/
    font-size: 20px;
    margin: 0 0 10px;
    /*	right: 45px;*/
    font-weight: bold;
}

.consultant dt span {
    font-size: 14px;
    display: inline-block;
    margin: 0 14px 0 0;
}


/*コンサルタント詳細*/

.consultantContent {
    text-align: center;
    padding: 65px 0 75px;
}

.consultantContent h3 {
    font-size: 36px;
    margin: 0 0 35px;
}

.consultantContent h3 span {
    font-size: 18px;
    display: inline-block;
    margin: 0 18px 0 0;
}

.consultantContent article {
    text-align: left;
}

.consultantContent article h4 {
    text-align: center;
    font-size: 36px;
    line-height: 1;
    margin: 95px 0 35px;
}

.consultantContent article h4+p {
    margin: 0 0 95px;
}


/*
.consultantHeader{
	background: #3399ff;
	color: #fff;
	padding: 0 37px;
	margin: 0 0 35px;
	height: 180px;
}

.consultantHeader h3{
	font-size: 24px;
}

.consultantHeader h3 span{
	font-size: 14px;
	display: inline-block;
	margin: 0 14px 10px 0;
}

.consultantHeader p{
	font-size: 18px;
}*/

.consultantDetail {
    /*border-left: 3px solid #3399ff;*/
    padding: 5px 0 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.consultantDetail div:nth-of-type(1) {
    width: 520px;
}

.consultantDetail div:nth-of-type(2) {
    width: 420px;
}

.consultantDetail th {
    padding: 10px 25px 10px 0;
    border-bottom: 2px solid #ccc;
    word-break: keep-all;
    white-space: nowrap;
    width: 160px;
}

.consultantDetail td {
    padding: 10px 0 10px 6px;
    border-bottom: 2px solid #ccc;
    position: relative;
}

.consultantDetail td:before {
    content: '-';
    font-weight: bold;
    font-size: 38px;
    color: #3399ff;
    position: absolute;
    left: -20px;
    top: -9px;
}

.consultantSlider {
    background-color: #000;
    color: #fff;
}

.consultantSlider h3 {
    font-size: 36px;
    margin: 0 0 65px;
}

#consultantSlider .consultantSlide {
    background: #fff;
    color: #000;
    width: 460px;
    /*	height: 210px;*/
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    text-align: left;
}

#consultantSlider .consultantSlide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background: url(/img/common/arrowRG.png) right 8px center no-repeat;
    padding: 30px 45px 30px 30px;
}


/*#consultantSlider .consultantSlide p{
	position: absolute;
	top: 30px;
	left: 0;
	padding: 0 25px 0 195px;
}

#consultantSlider .consultantSlide p+div{
	position: absolute;
	bottom: 30px;
	left: 0;
	padding: 0 25px 0 195px;
	font-size: 22px;
}

#consultantSlider .consultantSlide p+div span{
	font-size: 12px;
	display: inline-block;
	margin: 0 14px 0 0;
}*/

#consultantSlider .consultantSlide dt {
    font-size: 20px;
    margin: 0 0 10px;
}

#consultantSlider .consultantSlide dt span {
    font-size: 14px;
    display: inline-block;
    margin: 0 14px 0 0;
}

#consultantSlider .slick-prev {
    left: -20px;
    background: url(/img/common/arrowSliderL.png);
    z-index: 2;
}

#consultantSlider .slick-next {
    right: -20px;
    background: url(/img/common/arrowSliderR.png);
    z-index: 2;
}


/*転職をお考えの方へ
----------------------------------------------*/

.occupationContent {
    padding: 80px 0;
}

.occupationCopy .comStrongCopy {
    margin: 0 0 30px;
}

.occupationCopy p {
    margin: 0 0 40px;
    font-size: 18px;
}

.process {
    background-color: #000;
}

.processFlow {
    background: #fff;
    margin: 0 0 30px;
    position: relative;
    height: 290px;
    padding: 20px 35px 40px;
}

.processFlow:nth-last-of-type(1) {
    margin-bottom: 0;
}

.processFlow span {
    position: absolute;
    top: -3px;
    left: -3px;
    background: #3399ff;
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.processFlow h4 {
	color: #333;
    padding: 0 0 0 40px;
    font-size: 24px;
}

.processFlow img {
    float: left;
    margin: 40px 0 0;
}

.processFlow p {
    font-size: 14px;
    padding: 35px 0 0 485px;
}

.success {
    background-color: #3399ff;
}


/*採用情報
----------------------------------------------*/

.recruitContent{
  padding: 80px 0;
  background-color: #000;
}

.recruitContent .jobdetailMainHeader .comJobListCate{
  background-color:#3399ff;
}

.recruitDetail{
  background: #fff;
  padding: 25px 30px;
}

.recruitDetail table{
  margin: 0 0 30px;
}

.recruitDetail th{
  width: 195px;
  padding: 15px 0;
  border-bottom: 2px solid #ececec;
}

.recruitDetail td{
  padding: 15px 0;
  border-bottom: 2px solid #ececec;
}

.recruitDetail tr:nth-last-of-type(1) th,
.recruitDetail tr:nth-last-of-type(1) td{
  border: none;
}

.recruitDetail td dt{
  margin:0 0 5px;
}

.recruitDetail td dd{
  margin:0 0 20px;
}

.recruitDetail td dd:nth-last-of-type(1){
  margin-bottom:0;
}

.recruitDetail .mTop{
  margin-top: 5px;
}

.recruitDetail .squareIndent li{
  text-indent: -16px;
  padding-left: 16px;
}

.recruitDetail .numberIndent li{
  text-indent: -40px;
  padding-left: 40px;
}

.recruitDetail .numberIndent li li{
  padding-left:16px;
  text-indent:-16px;
}

.recruitContent .jobdetailUnit{
  justify-content: center;
}

.recruitContent .jobdetailUnit .unitSubscription a{
  background-color: rgba(255,255,255,0.1);
}


/*プライバシーポリシーについて
----------------------------------------------*/

.privacyPolicyContent {
    padding: 80px 0;
    font-size: 18px;
}

.privacyPolicyContent p {
    margin: 0 0 35px;
}


/*管理サイト
----------------------------------------------*/

.formWrap #adminForm h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.formWrap #adminForm p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}

.formWrap #adminForm textarea {
    min-height: 100px;
}

.formWrap #adminForm input[type="text"],
.formWrap #adminForm select {
    width: 100%;
}

.formWrap #adminForm dl.import dt {
    width: 35%;
}

.formWrap #adminForm dl.import dd {
    width: 65%;
}

.formWrap #adminForm dl.import dd input[type="file"] {
    width: auto;
    border: 0;
    height: auto;
}

.formWrap #adminForm dl dd.formItemIncome input[type="text"] {
    width: 25%;
}

.formWrap #adminForm dl {
    margin: 0 0 40px 0;
}

.formWrap #adminForm .searchBox {
    text-align: center;
    margin: 0 0 80px 0;
}

.formWrap #adminForm .searchBox dl {
    margin: 0 0 40px 0;
}

.formWrap #adminForm .searchBox dl dt {
    width: 25%;
    padding: 0 25px;
    color: #000000;
    vertical-align: middle;
    line-height: 50px;
    margin: 0;
    box-sizing: border-box;
}

.formWrap #adminForm .searchBox dl dd {
    width: 25%;
    padding: 5px;
    line-height: 50px;
    margin: 0;
    box-sizing: border-box;
}

.formWrap #adminForm .searchBox dl dd ul li {
    margin-right: 10px;
}

.formWrap #adminForm .searchBox input[type="submit"]{
    border: 2px solid #222;
    cursor: pointer;
}

.formWrap #adminForm .searchResultMsg {
    /*float: left;*/
    text-align:left;
    background-color: #ececec;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.formWrap #adminForm .ctrlSearchResult {
    text-align:left;
}

 .formWrap input[type="checkbox"].selectJob:checked+label:before,
 .formWrap input[type="checkbox"].selectJob:not(:checked)+label:before{
    top: 0;
    left: 5px;
 }
 .formWrap input[type="checkbox"].selectJob:checked+label:after,
 .formWrap input[type="checkbox"].selectJob:not(:checked)+label:after{
    top: 5px;
    left: 10px;
}

.formWrap #adminForm select[name="batchProc"]{
    width: 30%;
    margin-left: 10px;
}

.formWrap #adminForm #batchProbBtn {
    border: 2px solid #222;
    padding: 0 10px;
    height: 40px;
}

.formWrap #adminForm .btnAdd {
    display: inline-block;
    border: 2px solid #222;
    width: 200px;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 10px;
    text-align: center;
    line-height: 40px;
    float: right;
}

.formWrap #adminForm table.jobList {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #333333;
    font-size: 14px;
}

.formWrap #adminForm table.jobList tr.duplication{
    background-color: #f2dede;
}

.formWrap #adminForm table.jobList td span.duplication {
    color: #ff0000;
    font-weight: bold;
}

.formWrap #adminForm table.jobList th,
.formWrap #adminForm table.jobList td {
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #333333;
}

.formWrap #adminForm table.jobList td a:hover{
    text-decoration: underline;
}

.formWrap #adminForm table.jobList th {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

.formWrap #adminForm table.jobList td:nth-child(2),
.formWrap #adminForm table.jobList td:nth-child(7),
.formWrap #adminForm table.jobList td:nth-child(8){
    text-align: center;
}

.formWrap #adminForm table.jobList td:nth-child(5),
.formWrap #adminForm table.jobList td:nth-child(7),
.formWrap #adminForm table.jobList td:nth-child(10){
    min-width: 80px;
}

.formWrap #adminForm table.jobList.inputView th,
.formWrap #adminForm table.jobList.inputView td {
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

.formWrap #adminForm table.jobList.inputView th {
    background-color: #ececec;
    color: #000;
}

.formWrap #adminForm table.jobList .nowrap{
    white-space: nowrap;
}

.formWrap #adminForm table.jobList td:last-child {
    min-width: 186px;
    text-align: right;
}

.formWrap #adminForm table.jobList.inputView td:last-child {
    text-align: center;
}

.formWrap #adminForm table.jobList td a.btn {
    display: inline-block;
    border: 2px solid #222;
    padding: 5px 10px;
    white-space: nowrap;
}

.formWrap div.successMsg {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.formWrap div.errorMsg {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    margin-bottom: 20px;
}
