@charset "UTF-8";
#primary {
    width: 688px;
}
#secondary {
    width: 239px;
}
/*#header .globalNav ul li.nav03 a {
    background: url(/common/img/bg_globalnav01.png) no-repeat -271px -48px;
    cursor: default;
}*/
#result_navi {
    width: 688px;
    height: 44px;
    margin: 0 auto;
    top: 150px;
    background: 0;
    z-index: 99;
}
#result_navi .inner {
    width: 688px;
    height: 38px;
    padding: 0 0 6px;
    margin: 0 auto;
}
#result_navi ul {
    width: 950px;
    margin: 0 auto;
}
#result_navi ul li {
    float: left;
    margin-right: 2px;
}
#result_navi ul li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 37px;
    background: url(../img/btn_navi_result.png) no-repeat left 0;
}
#result_navi ul li.btn1 a {
    width: 109px;
    background-position: 0 0;
}
#result_navi ul li.btn1 a:hover {
    background-position: 0 -36px;
}
#result_navi ul li.btn2 a {
    width: 110px;
    background-position: -111px 0;
}
#result_navi ul li.btn2 a:hover {
    background-position: -111px -36px;
}
#result_navi ul li.btn3 a {
    width: 74px;
    background-position: -223px 0;
}
#result_navi ul li.btn3 a:hover {
    background-position: -223px -36px;
}
#result_navi ul li.btn4 a {
    width: 171px;
    background-position: -299px 0;
}
#result_navi ul li.btn4 a:hover {
    background-position: -299px -36px;
}
#result_navi ul li.btn5 a {
    width: 108px;
    background-position: -472px 0;
}
#result_navi ul li.btn5 a:hover {
    background-position: -472px -36px;
}
#result_navi ul li.btn6 a {
    width: 105px;
    background-position: -582px 0;
}
#result_navi ul li.btn6 a:hover {
    background-position: -582px -36px;
}
.result {
    position: relative;
    width: 688px;
    clear: both;
    margin-bottom: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top: #48b71a solid 6px;
    color: #000;
}
div.resultHead h2 {
    padding-bottom: 3px;
    background: #f2faef;
    margin-bottom: 11px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
div.resultHead h2 p.h2_s {
    display: inline-block;
    width: 100%;
    padding: 6px 0 3px;
}
div.resultHead h2 p.h2_s span {
    display: inline-block;
    font-size: 21px;
    line-height: 110%;
    color: #ff5501;
    width: 550px;
    padding: 0 0 0 10px;
}
div.resultHead p.number {
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 11px;
    color: #777;
    padding: 4px 10px;
}
div.resultHead p.number span {
    padding-right: 5px;
}
.resultHead .inner {
    padding: 0px 10px 5px;
    border-bottom: 1px solid #48b71a;
}
.resultHead .shop_name {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 4px;
}
.resultHead .info,
.resultHead .inner p,
.resultHead .comment,
.resultHead ul.featureList {
    width: 420px;
}
.resultHead .inner .noimage p,
.resultHead .inner .noimage dl,
.resultHead .inner .noimage ul {
	width: 100%;
}

.resultHead .job_info dl {
	float: left;
}
.resultHead .job_info dl dt {
	float: left;
	clear: both;
	margin-right: 5px;
}
.resultHead .job_info dl dd {
	overflow: hidden;
}
.resultHead .job_info dl dt,
.resultHead .job_info dl dd {
	padding: 5px 0;
}
.resultHead .job_info dl dd span {
	display: inline-block;
	padding-top: 5px;
	font-size: 14px;
}
.resultHead .job_info dl dd span:after {
	content: "│";
	padding: 0 2px;
}
.resultHead .job_info dl dd span:last-child:after {
	content: "";
}

.resultHead .comment {
    color: #48b71a;
    float: left;
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
}
div.resultHead ul.featureList {
    margin: 0;
    float: left;
}
div.resultHead ul.featureList li {
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}
.resultHead .job_info .employ_status {
    font-size: 12px;
}
/* この求人に問い合わせる
--------------------------------- */
.button_box {
    font-size: 14px;
}
.button_box.top {
    padding: 25px 0 15px;
}
.button_box.bottom {
    padding: 10px 0 5px;
}
.button_box div {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
/* 「この求人に問い合わせる」ボタン */
.button_box .detailInfo_btn {
    width: 513px;
}
.button_box .detailInfo_btn a {
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #ff8751;
    background: -ms-linear-gradient(top,#ffb9a0,#ff5501);
    background-image: linear-gradient(top -90deg #ffb9a0 0,#ff5501 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffb9a0),color-stop(1,#ff5501));
    background-image: -moz-linear-gradient(top -90deg,#ffb9a0 0,#ff5501 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    padding: 14px 0;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
}
.button_box .detailInfo_btn a:hover {
    background-image: none;
    background-color: #ff7a3e;
    text-decoration: none;
}
/* 「保存する」「保存済み」ボタン */
.button_box .detailsave_btn {
    margin-left: 17px;
    width: 130px;
}
.button_box .detailsave_btn .checked {
    background-color: #cbedbd;
}
.button_box .detailsave_btn a {
    display: block;
    width: 100%;
    border: 2px solid #7ed35b;
    border-radius: 10px;
    padding: 16px 0;
    color: #48b71a;
    line-height: 1;
    font-weight: bold;
}
.button_box .detailsave_btn a:not(.checked) span:first-child {
    color: #ffaa00;
}
.button_box .detailsave_btn a span:first-child {
    padding-right: 3px;
}
.button_box .detailsave_btn a:hover {
    background-color: #f2fbee;
    text-decoration: none;
}

#slide {
    position: relative;
    float: right;
    width: 225px;
    height: 220px;
    overflow: hidden;
    padding: 0;
}
#slide .plus {
    position: absolute;
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 205px;
    cursor: pointer;
    z-index: 3;
}
#slide .item {
    margin-top: 0;
    width: 220px;
    height: 170px;
}
#slide .item a {
    width: 220px;
    height: 170px;
}
#slide .item img {
    max-width: 220px;
    max-height: 170px;
}
#slide .slideBtn {
    position: absolute;
    width: 185px;
    height: 37px;
    margin: 177px 0 0 20px;
    z-index: 10;
}
#slide .slideBtn .kakushi {
    position: absolute;
    z-index: 12;
}
#slide .slideBtn ul {
    position: absolute;
    width: 185px;
    margin: 0 auto;
    z-index: 0;
}
#slide .slideBtn ul li {
    list-style: none;
    width: 37px;
    height: 37px;
    float: left;
    margin-left: 5px;
    background-color: #fff;
}
#slide .slideBtn img {
    max-width: 37px;
    max-height: 37px;
}
#slide .slideBtn ul li:first-child {
    margin-left: 0;
}
#slide .slide_inner {
    margin: 0 auto;
}
#slide .slide_inner #slideshow {
    position: absolute;
    width: 220px;
    height: 170px;
    overflow: hidden;
    margin: 0 0 0 4px;
    z-index: 0;
}
#slide .slide_inner #slideshow ul {
    width: 1205px;
    height: 170px;
}
#slide .slide_inner #slideshow ul li {
    float: left;
    width: 220x;
    height: 170px;
    background-color: #fff;
}
#nextBtn {
    position: absolute;
    width: 225px;
    margin-top: 180px;
    z-index: 8;
}
#nextBtn .next1 {
    float: left;
}
#nextBtn .next2 {
    float: right;
}
#nextBtn .next1:hover,
#nextBtn .next2:hover {
    filter:Alpha(Opacity=80);
    opacity: 0.8;
}
div.recruitDetail {
    position: relative;
    width: 688px;
    clear: both;
    padding-bottom: 14px;
}
div.detailInfo {
    border: 1px solid #fff;
    margin: 0;
}
div.detailInfo dl.dataTable01 {
    margin: 0 0 5px;
    background: #fff;
}
.detailInfo dl.dataTable01 dt {
    float: left;
    clear: both;
    width: 75px;
    padding: 7px 0 5px 10px;
    line-height: 170%;
    font-weight: bold;
    color: #48b71a;
    font-size: 12px;
}
.detailInfo dl.dataTable01 dd {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 40px 5px 95px;
}
.detailInfo dl.dataTable01 dd:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}
div.detailInfo dl.dataTable01 dd a.map {
    border: 1px solid #e1e1e1;
    padding: 3px;
    font-size: 9px;
    color: #4fbf34;
    padding-left: 14px;
    margin-left: 17px;
    background: url(/common/img/2015/arr_green_link2.png) no-repeat 5px 6px;
    text-decoration: none;
}
div.detailInfo dl.dataTable01 dd a.map:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
div.detailInfo dl.dataTable01 dd span.ttl {
    font-weight: bold;
}
div.detailInfo dl.dataTable01 dd span.note {
    margin-top: 10px;
    display: inline-block;
    font-size: 90%;
    line-height: 140%;
}
div.checkpoint {
    margin-top: 5px;
    width: 688px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    background: url(../img/bg_checkpoint.gif) repeat -2px -2px;
}
div.checkpoint .hdTxt01 {
    display: inline-block;
    width: 602px;
    height: 40px;
    background: url(../img/ttl_checkpoint.png) no-repeat left top;
    padding: 32px 0 0 86px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
dl.checkpoint01 {
    zoom: 1;
    margin-top: 5px;
    margin-bottom: 24px;
    padding: 0 40px;
}
dl.checkpoint01 dt {
    padding: 5px 0 10px 40px;
    margin-bottom: 8px;
    font-weight: bold;
    width: 567px;
    border-bottom: dashed 1px #43b514;
    color: #4caf34;
    font-size: 120%;
    background: url(../img/ico_dt_checkpoint.gif) no-repeat left top;
}
dl.checkpoint01 dd {
    zoom: 1;
    line-height: 160%;
}
div.checkpoint02 {
    width: 656px;
    margin-left: 16px;
    clear: both;
    background-color: #ebf5ec;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    -ms-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
div.checkpoint02 div.inner {
    padding-top: 18px;
}
div.checkpoint02 div.inner2 {
    padding: 0 20px 1px 16px;
}
div.checkpoint02 div.inner2:after {
    content: '';
    display: block;
    clear: both;
}
div.checkpoint02 div.txt {
    float: left;
}
div.checkpoint02 h4.hdTxt02 {
    font-weight: bold;
    color: #4caf34;
    width: 384px;
    padding-left: 6px;
    font-size: 106%;
    line-height: 160%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c5cec6;
    margin-bottom: 10px;
}
div.checkpoint02 div.txt p {
    width: 384px;
    padding-left: 6px;
    font-size: 100%;
    line-height: 150%;
    padding-bottom: 20px;
}
div.checkpoint02 div.pct {
    float: right;
    width: 200px;
    padding-bottom: 20px;
}
div.consultantReport {
    background: url(../img/bg_consultantReport.gif) repeat-y left top;
    padding: 14px 29px 22px;
    margin-bottom: 16px;
}
div.consultantReport div.secColumnInner {
    background: url(../img/bg_middle_consultantReport.gif) repeat-y left top;
    margin: 0;
}
div.consultantReport .hdTxt01 {
    background: url(../img/ttl_consultantReport.png) no-repeat left top;
    background-size: 627px 50px;
    width: 600px;
    height: 34px;
    padding: 16px 0 0 29px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
div.consultantReport div.txt {
    padding: 4px 26px 0;
}
div.consultantReport h4 {
    font-weight: bold;
    color: #4caf34;
    margin-bottom: 15px;
    line-height: 160%;
    font-size: 110%;
}
div.consultantReport div.txt p {
    color: #a2715c;
    line-height: 160%;
}
div.consultantReport div.pct {
    height: 78px;
}
div.consultantReport dl.profile {
    padding: 10px 30px 0;
}
div.consultantReport dl.profile dt {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}
div.consultantReport dl.profile dd {
    float: left;
    padding-top: 10px;
    color: #4cae34;
    font-size: 90%;
    line-height: 170%;
}
div.consultantReport dl.profile dd strong {
    font-size: 120%;
}
div.consultantReport div.bottom {
    margin-top: -2px;
}
.hdText01 {
    width: 686px;
    padding-bottom: 3px;
    background: #4caf34;
    margin-bottom: 9px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
.hdText01 span {
    display: inline-block;
    width: 100%;
    border-bottom: 2px dotted #fff;
    padding: 6px 0 3px;
}
.hdText01 span span {
    display: inline-block;
    font-size: 120%;
    line-height: 160%;
    color: #fff;
    width: 560px;
    padding: 0 15px;
    border-bottom: 0;
}
div.interview {
    width: 686px;
    margin-bottom: 28px;
    border: 1px solid #4caf34;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
div.interview div.txt {
    float: left;
    font-size: 100%;
    padding: 5px 15px 0;
    margin-bottom: 10px;
}
div.interview div.btn {
    float: right;
    margin: 0 10px 10px 0;
    background: url(../img/ico_ya_interview.png) no-repeat 5px center #30baf0;
    border-radius: 5px;
}
div.interview div.btn a {
    display: inline-block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
}
div.companyInfo {
    background: #f6f6f6;
    padding-bottom: 10px;
}
div.companyInfo div.inner {
    width: 656px;
    margin: 10px auto 0;
}
div.companyInfo dl.companyTable {
    width: 654px;
    margin: 15px 0 10px;
    background: #fff;
    border: 1px solid #fff;
}
div.companyInfo dl.companyTable dt {
    float: left;
    clear: both;
    width: 91px;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    line-height: 160%;
}
div.companyInfo dl.companyTable dd {
    font-size: 100%;
    line-height: 160%;
    padding: 10px 20px 10px 132px;
    background: url(../img/bg_sen_detailInfo.gif) repeat-y 112px top;
}
div.companyInfo dl.companyTable dd.odd {
    background-color: #f3faf0;
}

/*
p.contactLead {
    text-align: center;
    margin-top: 21px !important;
    margin-bottom: 21px;
}*/

/* entry form
============================================================================================================================================== */
#entryArea {
	margin-bottom: 16px;
}

/* form title Area
--------------------------------------- */
#entryArea .formTtl {
	width: 688px;
	background-color: #fb6b40;/*006c3b*/
  border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
	/*border-bottom: solid 4px #00914f;*/
}
#entryArea .formTtl h2 {
	padding: 12px 13px 9px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}

/* formArea
--------------------------------------- */
#entryArea .recruitContact {
	clear: both;
	width: 688px;
	margin: 0 auto;
	color: #000000 !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1.0;
}
#entryArea .recruitContact div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
 	margin: 0;
	padding: 0;
}
#entryArea .recruitContact ol,ul {
	list-style-type: none;
}
#entryArea .recruitContact a {
	color: #395a9c;
}
#entryArea .recruitContact a:link {
	text-decoration: none;
}
#entryArea .recruitContact a:visited {
	text-decoration: none;
}
#entryArea .recruitContact a:hover {
	text-decoration: underline;
}
#entryArea .recruitContact a:active {
	text-decoration: underline;
}
#entryArea .recruitContact img {
	border: 0;
	vertical-align: top;
}
#entryArea .recruitContact .clear {
	clear:both;
}

/* form
======================================================================================================= */
/* ↓mordule.cssの指定を上書き */
#entryArea  .secColumn {
	clear: both;
	position: relative;
	background-image: none !important;
	background-color: #ffffff !important;
	margin-bottom: 0 !important;/*1em*/
	width: 686px !important;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
#entryArea  .secColumn .secColumnInner {
	background-image: none !important;
	padding: 0 !important;
}
/* ↑上書き終了 */

#entryArea .recruitContact h3.hdText01 {
	display: none;
}
#entryArea .recruitContact div.formWrap {
	overflow: hidden;
}

/* formTable
-----------------------------------------------------------------------------*/
#entryArea .recruitContact div.formWrap .formTable01 {
	width: 686px;
	line-height: 1.75em;
}
#entryArea .recruitContact div.formWrap .formTable01 dt {
	clear: left;
	float: left;
	padding: 7px 0 0 20px;
	width: 175px;
	text-align: left;
	white-space: nowrap;
}
#entryArea .recruitContact div.formWrap .formTable01  dd {
	padding: 9px 0 7px 210px;
	border-bottom: solid 1px #dedede;
}

/* 必須マーク */
#entryArea .formTable01 span.must {
	margin: 0 3px 0 0;
}
#entryArea .formTable01 span.must img {
	margin-top: 5px;
}

/* 取得資格 希望の働き方 希望の就業時期 */
#entryArea .formTable01 dd.nQualification li,
#entryArea .formTable01 dd.nEmployment li,
#entryArea .formTable01 dd.nDate li {
	display: inline-block;
	margin: 0 5px 0 0;
}

/* 希望の勤務地 */
#entryArea .formTable01 dd.nLocation .location01 {
	float: left;
	margin: 0 30px 0 0;
}

/* ご登録特典 */
#entryArea .formTable01 dd.nGift label {
	background-color: #d9f1fc;
}

/* note
--------------------------------- */
#entryArea .formTable01 span.note,
#entryArea .formTable01 span.note01,
#entryArea .formTable01 span.note02 {
	color: #777777;
	font-size: 11px;
	line-height: 1.1em;
}
#entryArea .formTable01 span.note01,
#entryArea .formTable01 span.note02 {
	display: inline-block;
}
#entryArea .formTable01 dd.nTel span.note01 {
	display: block;
	margin: 2px 0 0 0;
}
#entryArea .formTable01 span.note02 {
	margin: 0 0 0 15px;
}


/*入力フォーム
--------------------------------- */
#entryArea .formTable01 input,
#entryArea .formTable01 select,
#entryArea .formTable01 textarea {
	font-size: 13px;
	padding: 3px;
	border: solid 1px #cccccc;
}
#entryArea .formTable01 input {
	height: 16px;
}
#entryArea .formTable01 label input {
	border: none;
}

#entryArea .formTable01 input.input01 {
	width: 170px;
	background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#entryArea .formTable01 input.input02 {
	width: 300px;
	background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#entryArea .formTable01 input.input03 {
	width: 200px;
	background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#entryArea .formTable01 textarea.textarea01 {
	width: 400px;
	height: 50px;
	background-color: #f7f7f7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#entryArea .formTable01 label {
	display: inline-block;
	margin: 0 15px 0 0;
	vertical-align: middle;
	font-size: 14px;
}

/* 入力フォーム背景pink */
#entryArea .recruitContact .subject dd li label {
	background-color: #ffe8e8 !important;
}
#entryArea .formTable01 .nName .input01,
#entryArea .formTable01 .nKana .input01,
#entryArea .formTable01 .nBirthday select,
#entryArea .formTable01 .nAddress select,
#entryArea .formTable01 .nAddress .input02,
#entryArea .formTable01 .nTel .input03,
#entryArea .formTable01 .nMailadd .input02,
#entryArea .formTable01 .nQualification li label,
#entryArea .formTable01 .nEmployment li label,
#entryArea .formTable01 .nLocation .location01 select {
	background-color: #ffe8e8 !important;
}

/* placeholder color
--------------------------------- */
#entryArea .formTable01 input::-webkit-input-placeholder {/*Chrome*/
	color: #aaaaaa;
}
#entryArea .formTable01 input:-ms-input-placeholder {/*IE*/
	color: #aaaaaa;
}
#entryArea .formTable01 input::-moz-placeholder {/*Firefox*/
	color: #777777;
}


/* rulu
--------------------------------- */
#entryArea .formTable01 dd.rulu {
	border: none !important;
}
#entryArea .formTable01 dd.rulu .policy1 {
	margin: 0 20px 0 0;
}
#entryArea .formTable01 dd.rulu a {
	padding:0 0 0 7px;
	font-size: 10px;
	color:#448aca;
	text-decoration:none;
	background: url(https://pharma.mynavi.jp/common/img/ic_link01-03.gif) no-repeat left center;
}
#entryArea .formTable01 dd.rulu a:hover {
	padding:0 0 0 7px;
	color:#448aca;
	text-decoration: underline;
	background: url(https://pharma.mynavi.jp/common/img/ic_link01-03.gif) no-repeat left center;
}

/* confirmBtn
--------------------------------- */
#entryArea .confirmBtn {
	margin: 0;
	padding: 0 0 15px !important;
	background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
}
#entryArea .confirmBtn p.newBtn,
#entryArea .confirmBtn p.btn {
	text-align: center;
}

/* お問い合わせ内容（求人詳細P下のフォーム）
-----------------------------------------------------------------------------*/
#entryArea .recruitContact .subject {
	width: 686px;
	line-height: 1.75em;
}
#entryArea .recruitContact .subject dt {
	clear: left;
	float: left;
	padding: 7px 0 0 20px;
	width: 175px;
	text-align: left;
	white-space: nowrap;
}
#entryArea .recruitContact .subject dd {
	padding: 9px 0 0 210px;
	border-bottom: solid 1px #dedede;
}
#entryArea .recruitContact .subject dd ul {
	overflow: hidden;
}
#entryArea .recruitContact .subject dd ul li {
	float: left;
	padding: 0 20px 7px 0;
}

/* 必須マーク */
#entryArea .recruitContact .subject span.must {
	margin: 0 3px 0 0;
}
#entryArea .recruitContact .subject span.must img {
	margin-top: 5px;
}
/* お問い合わせフォーム（スライド式）
-----------------------------------------------------------------------------*/
#contact {
	border-right: solid 5px #fb6b40;/*dddddd*/
	border-bottom: solid 5px #fb6b40;
	border-left: solid 5px #fb6b40;
	border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-border-radius: 0 0 12px 12px;
}
#entry_header {
	display: none;
}
#step1 .input_1colum{
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 5px 0;
}
#step1 .input_1colum:nth-child(odd){
	padding-right: 5px;
}
#entry_main .little:first-child {
	line-height: 38px;
}
#entry_main .entry_main_textarea1 textarea {
	box-sizing: border-box;
}
#btn_back img {
	width: auto;
	height: 40px;
}
/* ============================================================================================================================================== */

/* 年末年始キャンペーン 20161222
----------------------------------------------------------------------------------------- */
#giftBox {
	overflow: hidden;
	margin: 5px auto 0;
	width: 650px;
}
#giftBox .giftTtl {
}
#giftBox .giftRead {
	padding: 0 0 5px 0;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#giftBox .giftRead span {
	color: #48b71a;
	font-size: 16px;
	font-weight: bold;
}

#giftBox .giftDetail {
	padding: 5px 0 0 0;
	border-top: solid 1px #000000;
}
#giftBox .giftDetail .prePeriod {
	margin: 0 0 5px 0;
	color: #ff1260;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
#giftBox .giftDetail .preCaution {
	color: #555555;
	font-size: 10px;
	line-height: 1.3em;
}


/* flowArea
----------------------------------------------------------------------------------------- */
#flowArea {
	overflow: hidden;
	margin: 20px auto 0;
	width: 668px;
}
#flowArea .flowTtl {
	margin: 0 0 7px 10px;
	padding: 3px 0 1px 5px;
	border-left: solid 6px #48b71a;
}
#flowArea .flowTtl h2 {
	color: #48b71a;
	font-size: 15px;
	line-height: 1.0em;
}
#flowArea ul.flow {
	overflow: hidden;
}
#flowArea ul.flow li {
	float: left;
	width: 167px;
}
#flowArea ul.flow li dl.txt {
	padding: 0 0 0 12px;
}
#flowArea ul.flow li dl.txt dt {
	margin: 0 0 3px 0;
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#flowArea ul.flow li dl.txt dd {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.2em;
}
#flowArea ul.flow li dl.txt .txtFinish {
	color: #ff5c43;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

/* mainBnr02
----------------------------------------------------------------------------------------- */
div.mainBnr02 {
	margin: 20px 0 0 0;
	width: 688px;
}
div.mainBnr02 div.inner {
    padding-bottom: 11px;
    margin-top: 6px;
    background: #e4f4dd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
}
div.mainBnr02 div.inner2 {
    width: 648px;
    padding: 5px 9px 9px;
    margin: 0 10px;
    background: #fff;
}
div.mainBnr02 .pct {
    margin: 0;
}
div.mainBnr02 p.lead {
	margin: 0 0 7px;
	color: #48b71a;
	font-size: 15px;
	font-weight: bold;
  text-align: center;
}
div.mainBnr02 ul {
    clear: both;
    width: 100%;
    margin-left: 14px;
}
div.mainBnr02 ul li {
    float: left;
}
div.mainBnr02 ul li.ttl {
    white-space: nowrap;
    background: #c5c5c5;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    width: 150px;
    color: #fff;
    text-align: center;
    padding: 14px 0 10px;
}
div.mainBnr02 ul li.value1 {
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 12px 10px;
    width: 444px;
    font-size: 140%;
}
div.mainBnr02 ul.name li {
    border-bottom: 1px solid #e1e1e1;
}
div.mainBnr02 ul.number strong {
    color: #e42e5c;
}
div.mainBnr02 dl.contactEx {
    width: 614px;
    margin: 8px 0 0 14px;
}
div.mainBnr02 dl.contactEx dt {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	color: #48b71a;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #4caf34;
}
div.mainBnr02 dl.contactEx dd {
	padding: 1px 0;
	font-size: 90%;
	line-height: 160%;
}
div.mainBnr02 p.memo {
    padding-top: 8px;
    font-size: 80%;
    line-height: 180%;
}


/* #secondary
========================================================================================= */
/* サービスのご紹介
---------------------------------------------------- */
#secondary div.serviceInfo dd {
    width: 238px;
}
#secondary div.serviceInfo ul.linkList li.fst {
    width: 235px;
}
#secondary div.serviceInfo ul.linkList li a.btn {
    width: 235px;
}
#secondary div.serviceInfo ul.linkList li a span {
    width: 235px;
}
#secondary div.serviceInfo ul.linkList li.fst ul {
    width: 206px;
}
#secondary div.serviceInfo ul.linkList li.fst ul li a.small {
    width: 208px;
}
#secondary div.serviceInfo ul.linkList li.fst ul li a.small span {
    width: 184px;
}

/* この求人と似た求人
---------------------------------------------------- */
#secondary div.recommend2 {
	margin: 0 0 30px 0 !important;
	width: 229px;
	text-align: left;
	border: 5px solid #f4f4f4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#secondary div.recommend2 dl.inner {
    _zoom: 1;
    padding-bottom: 1px;
}
#secondary div.recommend2 dt {
    display: block;
    height: 40px;
    margin-top: -14px;
    margin-left: -5px;
}
#secondary div.recommend2 dd {
    padding: 5px 12px;
}
#secondary div.recommend2 p.heading {
    clear: both;
    width: 64px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 70%;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.1em;
    background: url(/common/img/2015/bg_title_index_search2.gif) no-repeat left bottom;
}
#secondary div.recommend2 ul.linkList01 {
    margin: 6px 0 10px;
}
#secondary div.recommend2 ul.linkList01 li a {
    display: inline-block;
    padding-left: 10px;
    line-height: 160%;
    background: url(/common/img/2015/arr_green_link.png) no-repeat 0 5px;
}
/* ランキング
---------------------------------------------------- */
/*
#secondary div.weeklyRanking {
    width: 236px;
    margin-top: 26px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 1px;
}
#secondary div.weeklyRanking .inner {
    position: relative;
    width: 234px;
    _zoom: 1;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #77c756;
    padding-bottom: 9px;
}
#secondary div.weeklyRanking h2 {
    margin-top: 9px;
}
#secondary div.weeklyRanking .btn_wrap {
    position: absolute;
    width: 194px;
    height: 44px;
    background: url(../img/btn_daily-ranking.png) no-repeat left top;
    margin: -55px 20px 0;
}
#secondary div.weeklyRanking .btn_wrap:hover {
    background-position: left -44px;
}
#secondary div.weeklyRanking a {
    display: block;
    text-decoration: none;
    width: 194px;
    height: 44px;
    text-align: center;
}
#secondary div.weeklyRanking .btn {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    padding: 14px 24px 0;
    background: url(../img/arr_daily-ranking.png) no-repeat 0 16px;
    text-shadow: 0 -2px 2px rgba(0,0,0,0.4);
}
#secondary div.weeklyRanking .txt {
    width: 222px;
    margin: 9px auto 0;
    font-size: 90%;
    line-height: 140%;
    color: #fff;
}*/


/* dialInfo
---------------------------------------------------- */
#secondary .dialInfo {
	margin: 30px 0 0 0 !important;
	border: solid 1px #dddddd !important;
}

/* point
---------------------------------------------------- */
#secondary .pointList {
	border-bottom: solid 1px #ffffff;
}
#secondary .pointList li {
	padding: 15px 0;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #cdeac3;
}
#secondary .pointList li .pointTtl {
	margin: 0 0 5px 0;
}
#secondary .pointList li .pointTxt {
	line-height: 1.3em;
}

/* supportbook
---------------------------------------------------- */
#secondary .supportbook-area { margin: 20px 0 0; }
#secondary .supportbook-area .ttl {
	margin: 0 0 5px 0;
	padding: 10px 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #48b71a;
}
#secondary .supportbook-area .tokutenBox {
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 239px;
}
#secondary .supportbook-area .readNumber {
	width: 50px;
	margin: 0 3px 0 0;
	padding: 10px 0;
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	background-color: #48b71a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#secondary .supportbook-area .read {
	margin: 0 0 5px 0;
	color: #48b71a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
#secondary .supportbook-area .supportbookPic {
	clear: both;
	text-align: center;
}
#secondary .supportbook-area .supportbookPic img {
	width: 95%;
	height: auto;
}
#secondary .supportbook-area .txt {
	margin: 5px 0 0;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
}
#secondary .supportbook-area .notes {
	margin: 0 0 5px 0;
	color: #48b71a;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#secondary .supportbook-area .caution {
	margin: 10px 0;
	color: #7777777;
	font-size: 10px;
	line-height: 1.2em;
}
#secondary .supportbook-area .entryBtn { text-align: center; }
/* boxPrivacy
---------------------------------------------------- */
#secondary dl.boxPrivacy {
	margin: 30px 0 0;
	border: 2px solid #48b71a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#secondary dl.boxPrivacy dt {
	margin: 0 0 10px 0;
	padding: 10px 10px 0;
	color: #48b71a;
	font-weight: bold;
	line-height: 1.2em;
}
#secondary dl.boxPrivacy dd {
	padding: 0 10px 10px;
	font-size: 11px;
	line-height: 1.3em;
}
#secondary dl.boxPrivacy dd .pct {
	float: right;
	margin: 0 0 5px 5px;
}


/* modal
----------------------------------------------------------------------------------------- */
#modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: none;
}
#modal .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#modal .box {
    position: absolute;
    width: 622px;
    height: 465px;
    top: 50%;
    left: 50%;
    margin-top: -232px;
    margin-left: -311px;
    display: none;
}
#modal .img {
    position: absolute;
}
#modal .close {
    position: absolute;
    float: right;
    right: 0;
    top: -44px;
    filter:Alpha(Opacity=100);
    opacity: 1;
}
#modal .close:hover {
    filter:Alpha(Opacity=70);
    opacity: 0.7;
}
/* cta_area
======================================================================================================= */
.cta_area{
    margin-top: 20px;
    padding: 16px 0px;
    text-align: center;
    background-color: #eee;
}
.cta_area a {
    background: -moz-linear-gradient(left, rgba(251,102,59,1) 0%, rgba(249,152,61,1) 100%);
    background: -webkit-linear-gradient(left, rgba(251,102,59,1) 0%, rgba(249,152,61,1) 100%);
    background: linear-gradient(to right, rgba(251,102,59,1) 0%, rgba(249,152,61,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb663b', endColorstr='#f9993d', GradientType=0 );
    padding: 20px 50px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 4px 0px 1px #d5d5d5;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
.cta_area a:before {
    content: "";
    background-image: -webkit-linear-gradient( 130deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 80% );
    background-image: linear-gradient( 130deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 80% );
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}
.cta_area a:hover:before {
    top: 0%;
    left: 100%
}
.cta_area a:hover{
    text-decoration:none;
}
.cta_area a:hover span.sub_txt{
    color:#f35000;
}
.cta_area a span.sub_txt {
    background: #fff;
    color: #f99009;
    padding: 5px;
    border-radius: 3px;
    display: inline;
    width: 20%;
    font-size: 120%;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cta_area a span.main_txt {
    padding-left: 10px;
    display: inline;
    width: 100%;
    vertical-align: middle;
    font-size: 150%;
    color: #fff;
}
.cta_area a:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 45%;
    right: 5px;
    margin-top: -3px;
}

/*-プレゼントエリア----------------------------------*/
#top_present{
    margin-top: 40px;
		margin-bottom: 25px;
}
.present_dtl {
	padding: 35px 20px 25px;
	background-color: #fff;
}
.present_top{
    margin-bottom: 10px;
}
.kks-benefits {
	position: relative;
	background-color: #ffffff;
    padding: 40px 20px 20px;
	border: 3px double #026c3d;
	display:table;
	width:100%;
    box-sizing: border-box;
}
.kks-benefits__content{
	width:33.3333%;
	display:table-cell;
    padding-right: 15px;
}

.kks-benefits__h {
width: 350px;
position: absolute;
top: -18px;
left: 50%;
margin-left: -165px;
background-color: #026c3d;
color: #fff48a;
font-size: 22px;
font-weight: 400;
line-height: 35px;
text-align: center;
vertical-align: middle;
}
.kks-benefits__h:before, .kks-benefits__h:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	left: -15px;
	z-index: 1;
}
.kks-benefits__h:before {
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-width: 0px 15px 23px 0;
	border-color: transparent #026c3d transparent transparent;
}
.kks-benefits__h:after {
	width: 0;
	height: 0;
	bottom: 0;
	border-style: solid;
	border-width: 23px 15px 0px 0;
	border-color: transparent #026c3d transparent transparent;
}
.kks-benefits__h > div:before, .kks-benefits__h > div:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	right: -15px;
	z-index: 1;
}
.kks-benefits__h > div:before {
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-width: 0px 0 23px 15px;
	border-color: transparent transparent transparent #026c3d;
}
.kks-benefits__h > div:after {
	width: 0;
	height: 0;
	bottom: 0;
	border-style: solid;
	border-width: 23px 0 0px 15px;
	border-color: transparent transparent transparent #026c3d;
}
.kks-benefits__content__header {
	display: table;
	width: 100%;
}
.kks-benefits__content__header__num, .kks-benefits__content__header__txt {
	display: table-cell;
	vertical-align: middle;
}
.kks-benefits__content__header__txt {
	padding-left: 12px;
	font-size: 15px;
	line-height: 1.2em;
}
.kks-benefits__content__header__txt strong {
	font-size: 12px;
  line-height: 1.2em !important;
  color: #026c3d;
}
.kks-benefits__content__num {
    width: 40px;
    height: 40px;
    background-color: #026c3d;
    border-radius: 100%;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 1.15;
}
.kks-benefits__content__num > span {
	display: inline-block;
	margin-top: 8px;
}
.kks-benefits__content__num > span strong {
	font-family: "Roboto Condensed", "Helvetica", ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 17px;
	font-weight: 700;
    line-height: 1.1;
}
.kks-benefits__content__fig {
	margin-top: 10px;
    width: 100%;
}
 .kks-benefits__content__fig img {
	width: 200px;
	height: auto;
}
.kks-benefits-wrap__note {
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.3;
}
/*
.kks-benefits__content--1 .kks-benefits__content__fig img{width:95%;height:auto}
.kks-benefits__content--2 .kks-benefits__content__fig img{width:100%;height:auto}
*/
#top_present .mrg_btm{margin-bottom:30px}
