@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

img, textarea {
  vertical-align: bottom; }

html {
  font-size: 62.5%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*==================================================================================================
	共通：サイト全体
==================================================================================================*/
body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%; }

a {
  color: #333; }
  a:visited {
    color: #666666; }

img {
  max-width: 100%; }

span.error {
  color: #f00;
  display: block;
  font-weight: bold;
  padding: 0.6em 0 0;
  clear: both; }

span.error2 {
  font-size: 135%;
  color: #f00;
  display: block;
  font-weight: bold;
  padding: 0.6em 0 0;
  clear: both; }

/*==================================================================================================
	共通：モジュール
==================================================================================================*/
#worksIndex .contentArea h1, .worksList h1, .worksList h2, #sitemapIndex .contentArea h1, #hakenIndex .contentArea h1, #privacyIndex .contentArea h1, #faqIndex .contentArea h1, #companyIndex .contentArea h1, #memberIndex .contentArea section h1, #loginIndex .contentArea h1, #agreeIndex .contentArea .agree h1, #regulationIndex .contentArea .regulation h1, #passwordIndex .contentArea .login h1, #memberOrder .contentArea article h1, #orderlistIndex .contentArea .orderlist h1, #outsourcingIndex .contentArea .outsourcing h1, #worksFlow .contentArea section h1, #worksForm .contentArea section h1, #worksConfirm .contentArea section h1, #worksThanks .contentArea section h1, #personIndex .contentArea section h1, #personForm .contentArea section h1, #personConfirm .contentArea section h1, #personThanks .contentArea section h1, #personPerson01 .contentArea section h1, .news h2 {
  position: relative;
  background: #4796d7;
  background: -moz-linear-gradient(top, #4796d7 0%, #2b7bbd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4796d7), color-stop(100%, #2b7bbd));
  background: -webkit-linear-gradient(top, #4796d7 0%, #2b7bbd 100%);
  background: linear-gradient(to bottom, #4796d7 0%, #2b7bbd 100%);
  -webkit-box-shadow: white 0px 0px 0px 1px inset;
  -moz-box-shadow: white 0px 0px 0px 1px inset;
  -ms-box-shadow: white 0px 0px 0px 1px inset;
  -o-box-shadow: white 0px 0px 0px 1px inset;
  box-shadow: white 0px 0px 0px 1px inset;
  margin: 0 -5px 10px;
  padding: 9px 9px 9px 62px;
  border: 1px solid #CCC; }
  #worksIndex .contentArea h1:before, .worksList h1:before, .worksList h2:before, #sitemapIndex .contentArea h1:before, #hakenIndex .contentArea h1:before, #privacyIndex .contentArea h1:before, #faqIndex .contentArea h1:before, #companyIndex .contentArea h1:before, #memberIndex .contentArea section h1:before, #loginIndex .contentArea h1:before, #agreeIndex .contentArea .agree h1:before, #regulationIndex .contentArea .regulation h1:before, #passwordIndex .contentArea .login h1:before, #memberOrder .contentArea article h1:before, #orderlistIndex .contentArea .orderlist h1:before, #outsourcingIndex .contentArea .outsourcing h1:before, #worksFlow .contentArea section h1:before, #worksForm .contentArea section h1:before, #worksConfirm .contentArea section h1:before, #worksThanks .contentArea section h1:before, #personIndex .contentArea section h1:before, #personForm .contentArea section h1:before, #personConfirm .contentArea section h1:before, #personThanks .contentArea section h1:before, #personPerson01 .contentArea section h1:before, .news h2:before {
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    content: "";
    background: url(../images/heading_ico.png) 0 center no-repeat;
    background-size: 100%;
    width: 57px;
    height: 49px; }

#gnav ul li, .footerLink li {
  border-top: 1px solid #FFF; }
  #gnav ul li:first-child, .footerLink li:first-child {
    border: none; }
  #gnav ul li a, .footerLink li a {
    position: relative;
    display: block;
    background: #3282C4 url(../images/ico_arrow_w.png) 95% center no-repeat;
    background-size: 7px 11px;
    padding: 16px 30px 16px 16px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none; }

/*==================================================================================================
	共通：ヘッダー
==================================================================================================*/
header {
  overflow: hidden; }

.siteLogo {
  float: left;
  padding: 10px 8px; }

.headerBtn {
  float: right;
  overflow: hidden; }
  .headerBtn .loginBtn {
    float: left;
    margin: 7px 9px 0 0; }
  .headerBtn button {
    background: url(../images/menu_btn.gif) 0 0 no-repeat;
    background-size: 50px;
    float: right;
    width: 50px;
    height: 50px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden; }

/*==================================================================================================
	共通：グローバルナビ
==================================================================================================*/
#gnav {
  position: fixed;
  right: -85%;
  top: 0;
  background: #3282C4;
  width: 85%;
  height: 100%;
  margin-left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gnav-open #gnav {
    right: 0; }
  #gnav .gnav-inner {
    height: 100%;
    overflow-y: scroll; }
  #gnav ul {
    border-bottom: 1px solid #FFF; }

html {
  width: 100%;
  margin-left: 0; }
  html.gnav-open {
    position: fixed;
    position: fixed;
    top: 0;
    margin-left: -85%; }
  html.gnav-anim {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/*==================================================================================================
	共通：メイン
==================================================================================================*/
#main {
  padding: 0 5px; }

/*==================================================================================================
	共通：フッター
==================================================================================================*/
footer {
  margin: 20px 0 0; }

.footerBnrArea {
  background: #D4EEFF;
  padding: 5px 5px 10px; }
  .footerBnrArea li {
    margin: 5px 0 0; }
    .footerBnrArea li:first-child {
      margin: 0; }
    .footerBnrArea li a img {
      width: 100%; }

.footerBottom {
  padding: 16px;
  text-align: center; }
  .footerBottom small {
    display: block;
    margin: 5px 0 0;
    font-size: 8px;
    font-size: 0.8rem; }

/*==================================================================================================
	TOP
==================================================================================================*/
#top .mainImg img {
  width: 100%; }
#top .mainBnrArea {
  background: #D4EEFF;
  margin: 0 -5px;
  padding: 5px 5px 10px; }
  #top .mainBnrArea li {
    margin: 5px 0 0; }
    #top .mainBnrArea li:first-child {
      margin: 0; }
    #top .mainBnrArea li a img {
      width: 100%; }
#top .areaCopy {
  margin: 10px 0;
  padding: 10px 7px;
  border: 1px dashed #666;
  overflow: hidden; }
  #top .areaCopy .copy {
    margin: 0 0 10px; }
    #top .areaCopy .copy img {
      max-width: 100%; }
  #top .areaCopy > img {
    float: left;
    margin-right: 10px; }
  #top .areaCopy .txt {
    padding-left: 92px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }

/*==================================================================================================
	サブ共通
==================================================================================================*/
.breadcrumb {
  margin: 0 -5px 15px;
  padding: 8px 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  overflow: hidden; }
  .breadcrumb li {
    float: left;
    font-size: 10px;
    font-size: 1rem; }
    .breadcrumb li:after {
      content: ">";
      margin: 0 0.5em; }
    .breadcrumb li:last-child:after {
      display: none; }

/*==================================================================================================
	お仕事をお探しの方
==================================================================================================*/
#worksIndex .contentArea .worksBnr {
  margin: 0 0 7px; }
#worksIndex .contentArea .worksBnr2 {
  margin: 15px 0 -5px 0; }
#worksIndex .contentArea .workP {
  margin-bottom: 10px; }
#worksIndex .contentArea .worksSearchBox > h2 {
  background: #3282C4;
  text-align: center;
  text-indent: -2em; }
  #worksIndex .contentArea .worksSearchBox > h2 img {
    margin: -5px 0 0; }
#worksIndex .contentArea .worksSearchBox form {
  padding: 11px;
  border: 2px solid #3282C4; }
#worksIndex .contentArea .worksSearchBox dl dt {
  margin: 0.8em 0 0;
  font-size: 17px;
  font-size: 1.7rem; }
  #worksIndex .contentArea .worksSearchBox dl dt:first-child {
    margin: 0; }
#worksIndex .contentArea .worksSearchBox dl dd {
  font-size: 15px;
  font-size: 1.5rem; }
#worksIndex .contentArea .worksSearchBox input[type=submit] {
  display: block;
  background: url(../../works/images/works_easy_btn.gif) 0 0 no-repeat;
  background-size: 100%;
  width: 284px;
  height: 50px;
  margin: 1em auto 0;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.worksList {
  margin: 10px 0 0; }
  .worksList article {
    margin: 10px 0 0;
    padding: 10px;
    border: 2px solid #3282C4;
    overflow: hidden; }
    .worksList article:first-child {
      margin: 0; }
    .worksList article .data {
      float: left;
      width: 72.98246%; }
      .worksList article .data span {
        display: inline-block;
        padding: 2px 4px;
        font-size: 12px;
        font-size: 1.2rem; }
      .worksList article .data .num {
        padding-left: 0; }
      .worksList article .data .area {
        background: #FF7373;
        color: #FFF;
        font-weight: bold; }
      .worksList article .data .heading {
        margin: 4px 0 0; }
    .worksList article > a {
      float: right;
      padding-top: 4px; }
  .worksList .indexBtn {
    margin: 10px 0 0;
    text-align: center; }
  .worksList .pagenation {
    margin: 20px 0 0;
    text-align: center; }
    .worksList .pagenation .pagenationInner {
      display: inline-block; }
      .worksList .pagenation .pagenationInner:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0.1em; }
      * html .worksList .pagenation .pagenationInner {
        height: 1%; }
      .worksList .pagenation .pagenationInner a {
        display: inline-block;
        background: #EEE;
        padding: 14px;
        color: #333;
        line-height: 1;
        text-decoration: none; }
        .worksList .pagenation .pagenationInner a:hover {
          background: #3282C4;
          color: #FFF; }
      .worksList .pagenation .pagenationInner > a {
        float: left; }
      .worksList .pagenation .pagenationInner ol,
      .worksList .pagenation .pagenationInner ul {
        float: left;
        margin: 0 20px; }
        .worksList .pagenation .pagenationInner ol li,
        .worksList .pagenation .pagenationInner ul li {
          float: left;
          margin: 0 0 0 5px; }
          .worksList .pagenation .pagenationInner ol li:first-child,
          .worksList .pagenation .pagenationInner ul li:first-child {
            margin: 0; }
          .worksList .pagenation .pagenationInner ol li.current a,
          .worksList .pagenation .pagenationInner ul li.current a {
            background: #3282C4;
            color: #FFF; }

/*==================================================================================================
	フォームエレメント
==================================================================================================*/
input, button, textarea, select {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], textarea,
select {
  -webkit-appearance: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
  width: 100%;
  padding: 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #BBB; }
  input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #BBB; }
  input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #BBB; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder {
    color: transparent; }
  input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder {
    color: transparent; }

input[type=radio], input[type=checkbox] {
  cursor: pointer; }

label {
  cursor: pointer; }

/*==================================================================================================
	サイトマップ
==================================================================================================*/
#sitemapIndex .contentArea {
  margin: 10px 0 0; }
  #sitemapIndex .contentArea h1 img {
    margin-left: 10px; }
  #sitemapIndex .contentArea div {
    margin: 0 10px 0; }
    #sitemapIndex .contentArea div > ul > li {
      margin: 12px 0 0; }
      #sitemapIndex .contentArea div > ul > li:before {
        content: "";
        display: inline-block;
        border-style: solid;
        border-color: transparent #3282C4;
        border-width: 5px 0 5px 6px; }
      #sitemapIndex .contentArea div > ul > li:first-child {
        margin: 0; }
      #sitemapIndex .contentArea div > ul > li:before {
        margin-right: 5px; }
      #sitemapIndex .contentArea div > ul > li a {
        color: #333;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
        #sitemapIndex .contentArea div > ul > li a:visited {
          color: #666666; }
      #sitemapIndex .contentArea div > ul > li ul {
        margin: 12px 0 0 40px;
        list-style: square; }
        #sitemapIndex .contentArea div > ul > li ul li {
          margin: 5px 0 0; }
          #sitemapIndex .contentArea div > ul > li ul li:first-child {
            margin: 0; }
          #sitemapIndex .contentArea div > ul > li ul li a {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: normal; }

/*==================================================================================================
	派遣運営に関する事項
==================================================================================================*/
#hakenIndex .contentArea {
  margin: 10px 0 0; }
  #hakenIndex .contentArea h1 img {
    margin-left: 10px; }
  #hakenIndex .contentArea div {
    margin: 0 10px 0; }
  #hakenIndex .contentArea table tr {
    border-bottom: #CCCCCC 1px solid; }
  #hakenIndex .contentArea table th {
    width: 252px;
    color: #4291D2;
    display: block;
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem; }
  #hakenIndex .contentArea table td {
    display: block;
    padding-bottom: 10px; }
    #hakenIndex .contentArea table td .percent {
      margin-top: 10px; }
  #hakenIndex .contentArea tr:first-child {
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid; }

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacyIndex .contentArea h1 img {
  margin-left: 10px; }
#privacyIndex .contentArea > div > section {
  margin: 15px 10px 0; }
  #privacyIndex .contentArea > div > section h2 {
    background: #3282C4;
    margin: 0 -15px 20px;
    padding: 1px 15px;
    color: #FFF;
    font-size: 20px;
    font-size: 2rem; }
  #privacyIndex .contentArea > div > section > section {
    margin: 15px 0 0; }
    #privacyIndex .contentArea > div > section > section:first-child {
      margin: 0; }
    #privacyIndex .contentArea > div > section > section h3 {
      margin: 0 0 5px;
      color: #FF7373;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
    #privacyIndex .contentArea > div > section > section > ol {
      margin: 15px 0 0 41px;
      list-style: decimal; }
    #privacyIndex .contentArea > div > section > section section {
      margin: 15px 0 0 20px; }
      #privacyIndex .contentArea > div > section > section section h4 {
        margin: 0 0 5px;
        color: #333;
        font-weight: bold; }
      #privacyIndex .contentArea > div > section > section section ol {
        margin: 0 0 0 1.5em;
        list-style: decimal; }
  #privacyIndex .contentArea > div > section .privacyInfo {
    margin: 20px 0 0;
    text-align: right; }
#privacyIndex .contentArea > div .inquiryBox {
  margin: 30px 0 0;
  padding: 15px;
  border: 1px solid #CCC; }
  #privacyIndex .contentArea > div .inquiryBox:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #privacyIndex .contentArea > div .inquiryBox {
    height: 1%; }
  #privacyIndex .contentArea > div .inquiryBox > div {
    float: left; }
    #privacyIndex .contentArea > div .inquiryBox > div h3 {
      margin: 0 0 5px;
      color: #FF7373;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
  #privacyIndex .contentArea > div .inquiryBox dl {
    float: left; }
    #privacyIndex .contentArea > div .inquiryBox dl dt {
      padding-top: 10px;
      margin: 0 0 5px;
      color: #333;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.2em; }

/*==================================================================================================
	FAQ
==================================================================================================*/
#faqIndex .contentArea section {
  margin: 0 10px 0; }
#faqIndex .contentArea h2 {
  background: #3282C4;
  margin: 0 -15px 20px;
  padding: 1px 15px;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem; }
#faqIndex .contentArea dl {
  margin: 20px 0 0;
  border-bottom: 1px solid #DDD; }
  #faqIndex .contentArea dl dt {
    position: relative;
    background: url(../../faq/images/faq_ico_q.gif) 0 center no-repeat;
    background-size: 20px 20px;
    padding: 15px 43px 15px 30px;
    border-top: 1px solid #DDD;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    cursor: pointer; }
    #faqIndex .contentArea dl dt:before {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #FD8A17;
      border-width: 9px 8px 0 8px;
      border-color: #FD8A17 transparent; }
    #faqIndex .contentArea dl dt:after {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #FFF;
      border-width: 9px 8px 0 8px;
      border-color: #FFF transparent; }
    #faqIndex .contentArea dl dt:before {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -3px; }
    #faqIndex .contentArea dl dt:after {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -7px; }
    #faqIndex .contentArea dl dt.open:before {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #FD8A17;
      border-width: 0 8px 9px 8px;
      border-color: #FD8A17 transparent; }
    #faqIndex .contentArea dl dt.open:after {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #FFF;
      border-width: 0 8px 9px 8px;
      border-color: #FFF transparent; }
    #faqIndex .contentArea dl dt.open:before {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -7px; }
    #faqIndex .contentArea dl dt.open:after {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -3px; }
  #faqIndex .contentArea dl dd {
    display: none;
    background: url(../../faq/images/faq_ico_a.gif) 0 15px no-repeat;
    background-size: 20px 20px;
    padding: 15px 20px 15px 33px;
    border-top: 1px dashed #DDD; }
    #faqIndex .contentArea dl dd img {
      text-align: center; }

/*==================================================================================================
	会社概要
==================================================================================================*/
#companyIndex .contentArea h1 {
  margin: 0 0 -5px; }
#companyIndex .contentArea section {
  margin: 0 -5px;
  overflow: hidden; }
#companyIndex .contentArea .aisatsu {
  overflow: hidden;
  clear: both;
  width: max-width;
  padding: 10px;
  border: 1px dashed #FF3366; }
  #companyIndex .contentArea .aisatsu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #companyIndex .contentArea .aisatsu {
    height: 1%; }
  #companyIndex .contentArea .aisatsu img {
    float: left;
    margin-right: 30px; }
  #companyIndex .contentArea .aisatsu h2 {
    background: none;
    padding: 0;
    color: #FF3366;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 -15px 20px; }
  #companyIndex .contentArea .aisatsu .comment {
    margin: 10px 0 0;
    line-height: 1.4;
    text-align: left; }
  #companyIndex .contentArea .aisatsu .name {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem; }
#companyIndex .contentArea .dataArea {
  margin: 30px 0 0; }
  #companyIndex .contentArea .dataArea:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #companyIndex .contentArea .dataArea {
    height: 1%; }
  #companyIndex .contentArea .dataArea section h2 {
    background: #3282C4;
    padding: 8px 14px;
    color: #FFF;
    font-size: 20px;
    font-size: 2rem;
    margin: -5px; }
  #companyIndex .contentArea .dataArea section dl {
    border: 1px solid #3282C4; }
    #companyIndex .contentArea .dataArea section dl:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #companyIndex .contentArea .dataArea section dl {
      height: 1%; }
    #companyIndex .contentArea .dataArea section dl dt {
      clear: both;
      float: left;
      padding: 10px;
      color: #3282C4; }
    #companyIndex .contentArea .dataArea section dl dd {
      padding: 10px;
      border-bottom: 1px solid #3282C4; }
      #companyIndex .contentArea .dataArea section dl dd:last-child {
        border: none; }
      #companyIndex .contentArea .dataArea section dl dd ul {
        margin: 0 0 0 1em;
        list-style: disc; }
  #companyIndex .contentArea .dataArea .about {
    float: left; }
  #companyIndex .contentArea .dataArea .history {
    float: right;
    /* margin: 20px 0 0; */ }
#companyIndex .contentArea .mapArea {
  margin: 40px 0 0; }
  #companyIndex .contentArea .mapArea section {
    float: left;
    margin: 0 0 0 10px; }
    #companyIndex .contentArea .mapArea section:first-child {
      margin: 0; }
    #companyIndex .contentArea .mapArea section h2 {
      background: none;
      margin: 0;
      padding: 0;
      color: #333;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
      #companyIndex .contentArea .mapArea section h2 span {
        margin-left: 20px;
        font-size: 12px;
        font-size: 1.2rem; }
    #companyIndex .contentArea .mapArea section .map {
      margin: 10px 0 0; }
#companyIndex .contentArea img.company_main {
  z-index: -1; }
#companyIndex .contentArea .president:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em; }
* html #companyIndex .contentArea .president {
  height: 1%; }
#companyIndex .contentArea .president .president_img {
  float: left; }
#companyIndex .contentArea .president .president_txt {
  float: left; }
  #companyIndex .contentArea .president .president_txt p {
    margin-bottom: 30px; }
#companyIndex .contentArea section h2 {
  background: none repeat scroll 0 0 #3282c4;
  color: #fff;
  font-size: 2rem;
  padding: 0 14px;
  margin: 5px -5px; }
#companyIndex .contentArea .history_block {
  background: url(../../company/images/bg02.gif);
  margin-bottom: 40px;
  overflow: hidden; }
  #companyIndex .contentArea .history_block:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #companyIndex .contentArea .history_block {
    height: 1%; }
  #companyIndex .contentArea .history_block table {
    margin: 0 5px;
    overflow: hidden; }
    #companyIndex .contentArea .history_block table .ookime {
      width: 29%; }
    #companyIndex .contentArea .history_block table th {
      border: none;
      background: none;
      color: #FFFFFF;
      font-size: 12px;
      font-size: 1.2rem; }
      #companyIndex .contentArea .history_block table th .history_th {
        background-color: #3282C4;
        padding: 2px;
        border-radius: 5px;
        /* CSS3草案 */
        webkit-border-radius: 5px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 5px;
        /* Firefox用 */
        text-align: center;
        width: 101%; }
    #companyIndex .contentArea .history_block table td {
      border-color: #DDDDDD;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 8px 0 5px 10px; }
      #companyIndex .contentArea .history_block table td.td_last {
        border: none; }
#companyIndex .contentArea .profile:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em; }
* html #companyIndex .contentArea .profile {
  height: 1%; }
#companyIndex .contentArea .profile table {
  margin: 0 5px;
  float: left;
  border-top: none; }
  #companyIndex .contentArea .profile table tr {
    border-bottom: 1px #ccc solid;
    padding: 5px 0; }
    #companyIndex .contentArea .profile table tr td {
      padding: 10px 10px 10px 10%; }
      #companyIndex .contentArea .profile table tr td ul li {
        list-style: disc;
        margin-left: 10px; }
  #companyIndex .contentArea .profile table .company_banner {
    margin: 20px 0 0 0; }
    #companyIndex .contentArea .profile table .company_banner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #companyIndex .contentArea .profile table .company_banner {
      height: 1%; }
    #companyIndex .contentArea .profile table .company_banner > li {
      float: left;
      list-style-type: none;
      margin: 0 15px 15px 0; }
      #companyIndex .contentArea .profile table .company_banner > li img {
        width: 75px; }
#companyIndex .contentArea .profile .profile_map {
  margin: 0 10px; }
  #companyIndex .contentArea .profile .profile_map div {
    margin: 20px 0 5px; }
    #companyIndex .contentArea .profile .profile_map div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #companyIndex .contentArea .profile .profile_map div {
      height: 1%; }
    #companyIndex .contentArea .profile .profile_map div h3 {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: -1.2em; }

/*==================================================================================================
	会員ログイン マイページ
==================================================================================================*/
#memberIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#memberIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem; }
  #memberIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #memberIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #memberIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #memberIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #memberIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #memberIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #memberIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#memberIndex .contentArea section h1 {
  margin: 20px -5px 10px -5px; }
#memberIndex .contentArea dl.news {
  margin: 5px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #DDD; }
  #memberIndex .contentArea dl.news dt {
    clear: left;
    float: left;
    width: 40%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1em;
    text-indent: -0.5em;
    list-style-type: none;
    text-align: left;
    padding: 4px 0 0 2%; }
    #memberIndex .contentArea dl.news dt:before {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #3282C4;
      border-width: 4px 0 4px 5px; }
    #memberIndex .contentArea dl.news dt:before {
      margin: 0 3% 0 0; }
  #memberIndex .contentArea dl.news dd {
    margin-left: 40%;
    width: 60%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: justify; }

/*==================================================================================================
	従業員ログイン
==================================================================================================*/
#loginIndex .contentArea form dl.myMenu dt {
  text-align: center; }
#loginIndex .contentArea form dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem; }
  #loginIndex .contentArea form dl.myMenu dd ul {
    margin-top: 10px; }
    #loginIndex .contentArea form dl.myMenu dd ul li {
      display: inline-block; }
  #loginIndex .contentArea form dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #loginIndex .contentArea form dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #loginIndex .contentArea form dl.myMenu dd div {
      height: 1%; }
    #loginIndex .contentArea form dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
    #loginIndex .contentArea form dl.myMenu dd div p:nth-child(2) {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 5px; }
#loginIndex .contentArea form .formBtn {
  margin: 30px 0 0;
  text-align: center; }
  #loginIndex .contentArea form .formBtn input[type=submit] {
    display: block;
    background: url(../../member/images/member_login_btn.jpg) 0 0 no-repeat;
    background-size: 100%;
    width: 284px;
    height: 50px;
    margin: 1em auto 0;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden; }

/*==================================================================================================
	会社からのお知らせ内容
==================================================================================================*/
#newsIndex .contentArea h1 {
  background: #3282C4;
  margin: 10px -5px 20px;
  padding: 5px 15px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem; }
#newsIndex .contentArea .date {
  margin: 0 10px; }
#newsIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#newsIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #newsIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #newsIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #newsIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #newsIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #newsIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #newsIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #newsIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#newsIndex .contentArea .newsTxt {
  margin: 10px 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }
#newsIndex .contentArea .memberNewsList dl.news {
  margin: 10px 0 0;
  padding: 0 10px; }
  #newsIndex .contentArea .memberNewsList dl.news dt {
    clear: both;
    float: left;
    padding: 10px; }
    #newsIndex .contentArea .memberNewsList dl.news dt:before {
      content: "";
      display: inline-block;
      border-style: solid;
      border-color: transparent #3282C4;
      border-width: 4px 0 4px 5px; }
    #newsIndex .contentArea .memberNewsList dl.news dt:before {
      margin: 0 5px 0 0; }
  #newsIndex .contentArea .memberNewsList dl.news dd {
    padding: 10px 0;
    border-bottom: 1px solid #DDD; }

/*==================================================================================================
	就業規則への同意
==================================================================================================*/
#agreeIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#agreeIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #agreeIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #agreeIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #agreeIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #agreeIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #agreeIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #agreeIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #agreeIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#agreeIndex .contentArea .agree h1 {
  margin-top: 10px; }
#agreeIndex .contentArea .agree .agreeTxt {
  padding: 0 10px; }
  #agreeIndex .contentArea .agree .agreeTxt > section h2 {
    background: #3282C4;
    margin: 0 -15px 10px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em; }
    #agreeIndex .contentArea .agree .agreeTxt > section h2 > span {
      font-size: 15px;
      font-size: 1.5rem; }
  #agreeIndex .contentArea .agree .agreeTxt > section > section {
    margin-bottom: 10px; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section h3 {
      margin: 10px 0 5px;
      color: #FF7373;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      border-left: 3px solid #FF7373;
      padding-left: 0.5em;
      line-height: 20px; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section p {
      margin-left: 1.5em; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section > .use {
      margin-left: 0; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section ul > li {
      list-style: disc;
      margin-left: 2.6em; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section > span {
      font-size: 13px;
      font-size: 1.3rem; }
    #agreeIndex .contentArea .agree .agreeTxt > section > section ol {
      list-style: decimal; }
      #agreeIndex .contentArea .agree .agreeTxt > section > section ol > li {
        margin-left: 2.2em; }
  #agreeIndex .contentArea .agree .agreeTxt .holiBox {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px; }
    #agreeIndex .contentArea .agree .agreeTxt .holiBox > span {
      color: #FF7373;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold; }
#agreeIndex .contentArea .agree .agreeBtn {
  margin: 30px 0 0;
  text-align: center; }

/*==================================================================================================
	スタッフ就業規則
==================================================================================================*/
#regulationIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#regulationIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #regulationIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #regulationIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #regulationIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #regulationIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #regulationIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #regulationIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #regulationIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#regulationIndex .contentArea .regulation h1 {
  margin-top: 10px; }
#regulationIndex .contentArea .regulation dl.myMenu dt {
  text-align: center; }
#regulationIndex .contentArea .regulation dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  display: none;
  width: 288px;
  font-size: 13px;
  font-size: 1.3rem; }
  #regulationIndex .contentArea .regulation dl.myMenu dd ul {
    margin-top: 10px; }
    #regulationIndex .contentArea .regulation dl.myMenu dd ul li {
      display: inline-block;
      margin-right: 1px; }
      #regulationIndex .contentArea .regulation dl.myMenu dd ul li:first-child {
        margin-left: 3%; }
  #regulationIndex .contentArea .regulation dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #regulationIndex .contentArea .regulation dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #regulationIndex .contentArea .regulation dl.myMenu dd div {
      height: 1%; }
    #regulationIndex .contentArea .regulation dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#regulationIndex .contentArea .regulation > div {
  padding: 0 5px; }
#regulationIndex .contentArea .regulation section {
  margin: 5px 0 0; }
  #regulationIndex .contentArea .regulation section h2 {
    font-weight: bold;
    text-indent: -0.7em;
    color: #FF7373; }
  #regulationIndex .contentArea .regulation section dl {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 5px 0 0;
    overflow: hidden; }
    #regulationIndex .contentArea .regulation section dl dt {
      float: left;
      width: 50px; }
    #regulationIndex .contentArea .regulation section dl dd {
      padding-left: 25px;
      clear: both; }
      #regulationIndex .contentArea .regulation section dl dd > ol {
        list-style: decimal; }
        #regulationIndex .contentArea .regulation section dl dd > ol > li {
          margin: 10px 0 0 0;
          padding: 0; }
          > #regulationIndex .contentArea .regulation section dl dd > ol > li:first-child {
            margin: 0;
            padding: 0;
            list-style: none; }
          #regulationIndex .contentArea .regulation section dl dd > ol > li > ol {
            text-indent: -0.2em; }
            #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li {
              margin-left: 2.8em;
              counter-increment: li; }
              #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li:before {
                display: inline-block;
                text-align: right;
                content: "（" counter(li) "）";
                text-indent: -2.5em; }
              #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li ol {
                margin-left: 2em;
                text-indent: 0;
                list-style: lower-roman;
                list-style: katakana-iroha; }
              #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li table {
                margin: 10px 0 0;
                font-size: 12px;
                font-size: 1.2rem; }
                #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li table th, #regulationIndex .contentArea .regulation section dl dd > ol > li > ol > li table td {
                  padding: 4px 2px;
                  border: 1px solid #CCC;
                  text-align: center; }
          #regulationIndex .contentArea .regulation section dl dd > ol > li dl dt {
            float: none;
            width: auto;
            text-align: left;
            counter-increment: dt;
            font-weight: bold;
            clear: both; }
            #regulationIndex .contentArea .regulation section dl dd > ol > li dl dt:before {
              display: inline-block;
              text-align: right;
              content: "（" counter(dt) "）";
              font-weight: normal; }
          #regulationIndex .contentArea .regulation section dl dd > ol > li dl dd {
            padding-left: 37px; }
  #regulationIndex .contentArea .regulation section.paidVacation dl > dd > ol > li:nth-child(2) ol li {
    margin-top: 10px; }
  #regulationIndex .contentArea .regulation section.paidVacation dl > dd > ol > li:nth-child(2) > ol > li:first-child div {
    margin-left: 28px; }

#regulationIndex .contentArea .regulation-List .regulation-List-item{
    border-bottom: 1px dotted #ccc;
}
#regulationIndex .contentArea .regulation-List .regulation-List-item a{
    display: block;
    padding: 20px;
    color: #3282C4;
}
#regulationIndex .contentArea .regulation-List .regulation-List-item a:last-child{
    margin-bottom: 0;
}


/*==================================================================================================
	パスワード変更
==================================================================================================*/
#passwordIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#passwordIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #passwordIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #passwordIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #passwordIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #passwordIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #passwordIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #passwordIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #passwordIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#passwordIndex .contentArea .login h1 {
  margin-top: 10px; }
#passwordIndex .contentArea .login form {
  margin: 20px auto 0; }
  #passwordIndex .contentArea .login form dl dt {
    width: 178px;
    padding: 18px 0 7px 0; }
  #passwordIndex .contentArea .login form .formBtn {
    margin: 30px 0 0;
    text-align: center; }
    #passwordIndex .contentArea .login form .formBtn #submit {
      background: url(../../member/images/member_password_btn.jpg) 0 0 no-repeat;
      display: block;
      background-size: 100%;
      width: 260px;
      height: 50px;
      margin: 1em auto 0;
      display: block;
      text-indent: -9999px;
      white-space: nowrap;
      overflow: hidden; }

/*==================================================================================================
	マイページ	有給申請フォーム
==================================================================================================*/
#memberOrder .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#memberOrder .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #memberOrder .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #memberOrder .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #memberOrder .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #memberOrder .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #memberOrder .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #memberOrder .contentArea dl.myMenu dd div {
      height: 1%; }
    #memberOrder .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#memberOrder .contentArea article h1 {
  margin-top: 15px; }
#memberOrder .contentArea article form h2 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#memberOrder .contentArea article form dl {
  width: 100%;
  margin: 10px 0 0 0;
  position: relative; }
  #memberOrder .contentArea article form dl dt {
    position: absolute;
    left: 0;
    width: 33%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold;
    font-size: 75%; }
    #memberOrder .contentArea article form dl dt label {
      font-weight: bold; }
    #memberOrder .contentArea article form dl dt .must {
      font-size: 75%;
      background-color: #FF0000;
      padding: 1px 5px;
      margin: 0 0 0 5px;
      color: #FFFFFF;
      display: inline-block;
      margin-top: -2px; }
  #memberOrder .contentArea article form dl dd {
    padding: 20px 2% 20px 35%;
    border-bottom: solid 1px #DDDDDD;
    font-size: 75%; }
    #memberOrder .contentArea article form dl dd:last-child {
      border-bottom: none; }
    #memberOrder .contentArea article form dl dd input {
      margin-right: 0.3em;
      padding: 5px 5px; }
    #memberOrder .contentArea article form dl dd select {
      margin-right: 0.3em;
      padding: 5px 5px; }
    #memberOrder .contentArea article form dl dd ul.inline li {
      display: inline-block;
      margin-right: 1.84286em;
      margin-top: 12px; }
    #memberOrder .contentArea article form dl dd ul.date {
      margin-bottom: 5px; }
      #memberOrder .contentArea article form dl dd ul.date li {
        display: inline-block; }
        #memberOrder .contentArea article form dl dd ul.date li select {
          width: 40px; }
        #memberOrder .contentArea article form dl dd ul.date li select#startY {
          width: 52px; }
        #memberOrder .contentArea article form dl dd ul.date li select#endY {
          width: 52px; }
    #memberOrder .contentArea article form dl dd #term {
      width: 100px; }
    #memberOrder .contentArea article form dl dd dl {
      margin: 0;
      width: 100%;
      position: relative;
      font-size: 100%; }
      #memberOrder .contentArea article form dl dd dl dt {
        left: 0;
        padding: 0 0 20px 0;
        color: #333333;
        width: 100%; }
        #memberOrder .contentArea article form dl dd dl dt label {
          font-size: 1.1rem;
          font-weight: normal; }
      #memberOrder .contentArea article form dl dd dl dd {
        clear: both;
        padding: 20px 2% 10px 0;
        border: none; }
        #memberOrder .contentArea article form dl dd dl dd:last-child {
          border-bottom: none;
          padding-bottom: 0; }
    #memberOrder .contentArea article form dl dd #sign_category {
      font-size: 100%; }
#memberOrder .contentArea article form .orderBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }
  #memberOrder .contentArea article form .orderBtn #submit {
    width: 260px;
    height: 51px;
    background: url("../../member/images/member_order_btn.gif") no-repeat scroll 0 0 transparent;
    background-size: contain;
    cursor: pointer;
    text-indent: -9999px; }
  #memberOrder .contentArea article form .orderBtn #submit:hover {
    opacity: 0.8; }

/*==================================================================================================
	休暇申請一覧
==================================================================================================*/
#orderlistIndex .contentArea dl.myMenu dt {
  text-align: center;
  width: 300px;
  margin: 0 auto; }
#orderlistIndex .contentArea dl.myMenu dd {
  border: 2px solid #DDD;
  padding: 10px;
  margin: 0 auto;
  width: 300px;
  font-size: 13px;
  font-size: 1.3rem;
  display: none; }
  #orderlistIndex .contentArea dl.myMenu dd ul {
    margin-top: 10px;
    overflow: hidden; }
    #orderlistIndex .contentArea dl.myMenu dd ul li {
      display: inline-block;
      margin-left: 3px;
      float: left; }
      #orderlistIndex .contentArea dl.myMenu dd ul li:first-child {
        margin-left: 0; }
  #orderlistIndex .contentArea dl.myMenu dd div {
    background: #F4F4F4;
    border: 1px solid #DDD;
    padding: 10px; }
    #orderlistIndex .contentArea dl.myMenu dd div:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #orderlistIndex .contentArea dl.myMenu dd div {
      height: 1%; }
    #orderlistIndex .contentArea dl.myMenu dd div img {
      float: left;
      margin-right: 10px; }
#orderlistIndex .contentArea .orderlist {
  display: block; }
  #orderlistIndex .contentArea .orderlist h1 {
    margin-top: 10px; }
  #orderlistIndex .contentArea .orderlist .box {
    border-bottom: 2px solid #3280C4;
    padding-bottom: 15px;
    margin: 15px 10px 10px; }
    #orderlistIndex .contentArea .orderlist .box:last-child {
      border-bottom: 1px solid #ccc; }
    #orderlistIndex .contentArea .orderlist .box dl.orderlist {
      margin: 10px 0 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #DDD; }
      #orderlistIndex .contentArea .orderlist .box dl.orderlist:last-child {
        border-bottom: none;
        padding-bottom: 13px; }
      #orderlistIndex .contentArea .orderlist .box dl.orderlist dt {
        clear: left;
        float: left;
        color: #3280C4;
        font-weight: bold; }
        #orderlistIndex .contentArea .orderlist .box dl.orderlist dt:before {
          margin: 0 5px 0 0; }
      #orderlistIndex .contentArea .orderlist .box dl.orderlist dd {
        margin-left: 5em; }

/*==================================================================================================
	業務委託をご検討の企業様へ
==================================================================================================*/
#outsourcingIndex .contentArea .outsourcing h1 {
  margin-top: 10px; }
#outsourcingIndex .contentArea .outsourcing .out_box {
  margin: 0 10px; }
  #outsourcingIndex .contentArea .outsourcing .out_box .copy {
    padding-bottom: 13px;
    text-align: center; }
  #outsourcingIndex .contentArea .outsourcing .out_box p:first-child {
    margin-bottom: 0 0 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    #outsourcingIndex .contentArea .outsourcing .out_box p:first-child strong {
      color: #FF7373;
      font-weight: bold;
      font-size: 21px;
      font-size: 2.1rem; }
  #outsourcingIndex .contentArea .outsourcing .out_box section:last-child {
    margin-bottom: 10px; }
  #outsourcingIndex .contentArea .outsourcing .out_box section h2 {
    background: #3282C4;
    margin: 10px -15px 10px;
    padding: 5px 15px;
    color: #FFF;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2em; }
  #outsourcingIndex .contentArea .outsourcing .out_box section ul li {
    text-indent: 0.5em;
    list-style: disc inside; }
  #outsourcingIndex .contentArea .outsourcing .out_box section .personIllust {
    margin: 25px auto;
    width: 95%; }
#outsourcingIndex .contentArea .outsourcing .formBtn {
  margin: 20px 0 0;
  text-align: center; }

/*==================================================================================================
	お仕事をお探しの方	お仕事開始までの流れ　遥
==================================================================================================*/
#worksFlow .contentArea section section .flow_box {
  border: solid 2px #DDDDDD;
  padding: 8px 10px 10px 10px;
  margin-top: 10px; }
  #worksFlow .contentArea section section .flow_box h2 {
    color: #FF6666;
    font-size: 106.3%;
    font-weight: bold; }
  #worksFlow .contentArea section section .flow_box p {
    font-size: 87.5%; }
  #worksFlow .contentArea section section .flow_box .flow_text {
    background-color: #FF6666;
    padding: 4px 10px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin: 15px auto 5px;
    width: 200px; }
#worksFlow .contentArea section section .flow_point {
  width: 100%;
  text-align: center; }
#worksFlow .contentArea section .flow_img {
  width: 100%;
  text-align: center;
  margin: 20px 0 20px 0; }
#worksFlow .contentArea .worksBnr2 {
  margin: 15px 0 -5px 0; }

/*==================================================================================================
	お仕事をお探しの方	お仕事情報詳細
==================================================================================================*/
#worksSingle .contentArea .shosai h1 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold; }
  #worksSingle .contentArea .shosai h1 p {
    clear: both;
    margin: 5px 0 0 0; }
  #worksSingle .contentArea .shosai h1 .midashi01 {
    font-size: 85%;
    color: #3280C4;
    background-color: #FFFFFF;
    padding: 1px 10px; }
  #worksSingle .contentArea .shosai h1 .midashi02 {
    font-size: 85%;
    background-color: #FF7373;
    padding: 1px 10px;
    margin: 0 0 0 8px; }
#worksSingle .contentArea .shosai dl {
  width: 100%;
  margin: 20px 0 0 0;
  position: relative; }
  #worksSingle .contentArea .shosai dl dt {
    position: absolute;
    left: 0;
    width: 28%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold; }
  #worksSingle .contentArea .shosai dl dd {
    padding: 20px 2% 20px 30%;
    border-top: solid 1px #DDDDDD; }
    #worksSingle .contentArea .shosai dl dd:last-child {
      border-bottom: solid 1px #DDDDDD; }
#worksSingle .contentArea .shosai .btn_box {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }

/*==================================================================================================
	お仕事をお探しの方	お問い合わせフォーム
==================================================================================================*/
#worksForm .contentArea section form h2 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#worksForm .contentArea section form dl {
  width: 100%;
  margin: 10px 0 0 0;
  position: relative; }
  #worksForm .contentArea section form dl dt {
    position: absolute;
    left: 0;
    width: 33%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold;
    font-size: 75%; }
    #worksForm .contentArea section form dl dt label {
      font-weight: bold; }
    #worksForm .contentArea section form dl dt .min {
      font-size: 10px;
      font-size: 1rem;
      color: red; }
    #worksForm .contentArea section form dl dt .must {
      font-size: 75%;
      background-color: #FF0000;
      padding: 1px 5px;
      margin: 0 0 0 5px;
      color: #FFFFFF;
      display: inline-block;
      margin-top: -2px; }
  #worksForm .contentArea section form dl dd {
    padding: 20px 2% 20px 35%;
    border-bottom: solid 1px #DDDDDD;
    font-size: 75%; }
    #worksForm .contentArea section form dl dd:last-child {
      border-bottom: none; }
    #worksForm .contentArea section form dl dd input {
      padding: 5px 10px;
      margin-right: 0.3em; }
    #worksForm .contentArea section form dl dd ul.inline li {
      display: inline-block;
      margin-right: 1.84286em;
      margin-top: 12px; }
    #worksForm .contentArea section form dl dd ul.date li {
      display: inline-block; }
      #worksForm .contentArea section form dl dd ul.date li input {
        width: 40px; }
      #worksForm .contentArea section form dl dd ul.date li input#birthY {
        width: 55px; }
    #worksForm .contentArea section form dl dd dl {
      margin: 0;
      width: 100%;
      position: relative;
      font-size: 100%; }
      #worksForm .contentArea section form dl dd dl dt {
        left: 0;
        padding: 0 0 20px 0;
        color: #333333;
        width: 100%; }
        #worksForm .contentArea section form dl dd dl dt label {
          font-size: 1.1rem;
          font-weight: normal; }
      #worksForm .contentArea section form dl dd dl dd {
        clear: both;
        padding: 20px 2% 10px 0;
        border: none; }
        #worksForm .contentArea section form dl dd dl dd:last-child {
          border-bottom: none;
          padding-bottom: 0; }
    #worksForm .contentArea section form dl dd #sign_category {
      font-size: 100%; }
#worksForm .contentArea section form .formBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }
  #worksForm .contentArea section form .formBtn input {
    width: 260px;
    height: 51px;
    background: url("../../works/images/works_form_btn2.gif") no-repeat scroll 0 0 transparent;
    background-size: contain;
    cursor: pointer;
    text-indent: -9999px; }
  #worksForm .contentArea section form .formBtn input:hover {
    opacity: 0.8; }

/*==================================================================================================
	お仕事をお探しの方	確認画面
==================================================================================================*/
#worksConfirm .contentArea section p {
  font-size: 75%;
  padding: 20px 10px 40px 10px;
  border-bottom: solid 1px #DDDDDD; }
#worksConfirm .contentArea section form h2 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#worksConfirm .contentArea section form dl {
  width: 100%;
  margin: 10px 0;
  position: relative; }
  #worksConfirm .contentArea section form dl:first-child {
    margin-top: 0; }
  #worksConfirm .contentArea section form dl dt {
    position: absolute;
    left: 0;
    width: 33%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold;
    font-size: 75%; }
    #worksConfirm .contentArea section form dl dt label {
      font-weight: bold; }
    #worksConfirm .contentArea section form dl dt .must {
      font-size: 75%;
      background-color: #FF0000;
      padding: 1px 5px;
      margin: 0 0 0 5px;
      color: #FFFFFF;
      display: inline-block;
      margin-top: -2px; }
  #worksConfirm .contentArea section form dl dd {
    padding: 20px 2% 20px 35%;
    border-bottom: solid 1px #DDDDDD;
    font-size: 75%; }
    #worksConfirm .contentArea section form dl dd input {
      padding: 5px 10px;
      margin-right: 0.3em; }
    #worksConfirm .contentArea section form dl dd ul.inline li {
      display: inline-block;
      margin-right: 1.84286em;
      margin-top: 12px; }
    #worksConfirm .contentArea section form dl dd ul.date li {
      display: inline-block; }
      #worksConfirm .contentArea section form dl dd ul.date li input {
        width: 40px; }
      #worksConfirm .contentArea section form dl dd ul.date li input#birthY {
        width: 55px; }
    #worksConfirm .contentArea section form dl dd dl {
      margin: 0;
      width: 100%;
      position: relative;
      font-size: 100%; }
      #worksConfirm .contentArea section form dl dd dl dt {
        left: 0;
        padding: 0 0 20px 0;
        color: #333333;
        width: 100%; }
        #worksConfirm .contentArea section form dl dd dl dt label {
          font-size: 1.1rem;
          font-weight: normal; }
      #worksConfirm .contentArea section form dl dd dl dd {
        clear: both;
        padding: 20px 2% 10px 0;
        border: none; }
        #worksConfirm .contentArea section form dl dd dl dd:last-child {
          border-bottom: none;
          padding-bottom: 0; }
    #worksConfirm .contentArea section form dl dd #sign_category {
      font-size: 100%; }
#worksConfirm .contentArea section form .formBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }
  #worksConfirm .contentArea section form .formBtn input {
    width: 260px;
    height: 51px;
    background: url("../../works/images/works_single_btn.gif") no-repeat scroll 0 0 transparent;
    background-size: contain;
    cursor: pointer;
    text-indent: -9999px; }
  #worksConfirm .contentArea section form .formBtn input:hover {
    opacity: 0.8; }

/*==================================================================================================
	お仕事をお探しの方	完了画面
==================================================================================================*/
#worksThanks .contentArea section {
  margin-bottom: 30px; }
  #worksThanks .contentArea section p {
    margin: 20px 0 0 0; }

/*==================================================================================================
	人材をお探しの企業様	トップ
==================================================================================================*/
#personIndex .contentArea section p {
  text-align: justify; }
#personIndex .contentArea section .text {
  margin: 0 5px;
  font-size: 87.5%; }
#personIndex .contentArea section .img_box {
  width: 100%;
  text-align: center;
  margin: 15px 0; }
  #personIndex .contentArea section .img_box:last-child {
    margin: 15px 0 0 0; }
#personIndex .contentArea section section h2 {
  margin: 20px -5px 10px -5px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#personIndex .contentArea section section h2.bottom20 {
  margin: 20px -5px 20px -5px; }
#personIndex .contentArea section section .text_strong {
  font-size: 100%;
  font-weight: bold;
  margin: 15px 5px 10px 5px; }
  #personIndex .contentArea section section .text_strong span {
    color: #FF6666;
    font-size: 112%;
    font-weight: bold; }
#personIndex .contentArea section section .person_list {
  margin: 15px 5px 0; }
  #personIndex .contentArea section section .person_list h3 {
    color: #FF6666;
    font-size: 106.3%;
    font-weight: bold;
    border-left: solid 3px #FF6666;
    padding: 0 5px 0 5px;
    margin: 0 0 2px 0; }
  #personIndex .contentArea section section .person_list p {
    font-size: 87.5%; }
#personIndex .contentArea section section .text_box {
  border: solid 2px #DDDDDD;
  margin-top: 10px;
  overflow: hidden; }
  #personIndex .contentArea section section .text_box .box_left {
    float: left;
    padding: 0 3%;
    width: 20%; }
    #personIndex .contentArea section section .text_box .box_left img {
      width: 100%;
      max-width: 78px;
      max-height: 78px; }
  #personIndex .contentArea section section .text_box .box_right {
    width: 79%;
    float: left;
    padding: 3% 3% 3% 0; }
    #personIndex .contentArea section section .text_box .box_right h3 {
      color: #3281C4;
      font-size: 106.3%;
      font-weight: bold; }
    #personIndex .contentArea section section .text_box .box_right h3.title2 {
      color: #FF6666; }
    #personIndex .contentArea section section .text_box .box_right p {
      font-size: 87.5%; }
#personIndex .contentArea section section .point_al {
  width: 100%;
  text-align: center;
  clear: both; }
#personIndex .contentArea section .shosai_box {
  border: solid 2px #DDDDDD;
  margin-top: 30px;
  padding: 3%;
  overflow: hidden; }
  #personIndex .contentArea section .shosai_box .box_left {
    width: 70%;
    float: left; }
    #personIndex .contentArea section .shosai_box .box_left h3 {
      color: #FF6666;
      font-size: 106.3%;
      font-weight: bold; }
    #personIndex .contentArea section .shosai_box .box_left p {
      font-size: 87.5%; }
  #personIndex .contentArea section .shosai_box .box_right {
    float: left;
    padding-left: 3%;
    width: 30%;
    height: 100%;
    vertical-align: middle; }
    #personIndex .contentArea section .shosai_box .box_right img {
      width: 100%;
      max-width: 152px;
      max-height: 100px; }
#personIndex .contentArea section .box02 {
  margin-top: 10px; }

/*==================================================================================================
	人材をお探しの企業様	お問い合わせフォーム
==================================================================================================*/
#personForm .contentArea section form h2 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#personForm .contentArea section form dl {
  width: 100%;
  margin: 10px 0 0 0;
  position: relative; }
  #personForm .contentArea section form dl dt {
    position: absolute;
    left: 0;
    width: 33%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold;
    font-size: 75%; }
    #personForm .contentArea section form dl dt label {
      font-weight: bold; }
    #personForm .contentArea section form dl dt .must {
      font-size: 75%;
      background-color: #FF0000;
      padding: 1px 5px;
      margin: 0 0 0 5px;
      color: #FFFFFF;
      display: inline-block;
      margin-top: -2px; }
  #personForm .contentArea section form dl dd {
    padding: 20px 2% 20px 35%;
    border-bottom: solid 1px #DDDDDD;
    font-size: 75%; }
    #personForm .contentArea section form dl dd:last-child {
      border-bottom: none; }
    #personForm .contentArea section form dl dd input {
      padding: 5px 10px;
      margin-right: 0.3em; }
    #personForm .contentArea section form dl dd ul.inline li {
      display: inline-block;
      margin-right: 1.84286em;
      margin-top: 12px; }
    #personForm .contentArea section form dl dd ul.date li {
      display: inline-block; }
      #personForm .contentArea section form dl dd ul.date li input {
        width: 40px; }
      #personForm .contentArea section form dl dd ul.date li input#birthY {
        width: 55px; }
    #personForm .contentArea section form dl dd #order_number {
      width: 20%; }
    #personForm .contentArea section form dl dd #order_time01 {
      margin-bottom: 10px; }
    #personForm .contentArea section form dl dd #order_time02 {
      margin-bottom: 10px; }
    #personForm .contentArea section form dl dd dl {
      margin: 0;
      width: 100%;
      position: relative;
      font-size: 100%; }
      #personForm .contentArea section form dl dd dl dt {
        left: 0;
        padding: 0 0 20px 0;
        color: #333333;
        width: 100%; }
        #personForm .contentArea section form dl dd dl dt label {
          font-size: 1.1rem;
          font-weight: normal; }
      #personForm .contentArea section form dl dd dl dd {
        clear: both;
        padding: 20px 2% 10px 0;
        border: none; }
        #personForm .contentArea section form dl dd dl dd:last-child {
          border-bottom: none;
          padding-bottom: 0; }
    #personForm .contentArea section form dl dd #sign_category {
      font-size: 100%; }
#personForm .contentArea section form .formBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }
  #personForm .contentArea section form .formBtn input {
    width: 260px;
    height: 51px;
    background: url("../../person/images/person_form_btn1.gif") no-repeat scroll 0 0 transparent;
    background-size: contain;
    cursor: pointer;
    text-indent: -9999px; }
  #personForm .contentArea section form .formBtn input:hover {
    opacity: 0.8; }

/*==================================================================================================
	人材をお探しの企業様	確認画面
==================================================================================================*/
#personConfirm .contentArea section p {
  font-size: 75%;
  padding: 20px 10px 40px 10px;
  border-bottom: solid 1px #DDDDDD; }
#personConfirm .contentArea section form h2 {
  margin: 0 -5px 10px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#personConfirm .contentArea section form dl {
  width: 100%;
  margin: 10px 0;
  position: relative; }
  #personConfirm .contentArea section form dl:first-child {
    margin-top: 0; }
  #personConfirm .contentArea section form dl dt {
    position: absolute;
    left: 0;
    width: 33%;
    padding: 20px 0 20px 2%;
    color: #3282C4;
    font-weight: bold;
    font-size: 75%; }
    #personConfirm .contentArea section form dl dt label {
      font-weight: bold; }
    #personConfirm .contentArea section form dl dt .must {
      font-size: 75%;
      background-color: #FF0000;
      padding: 1px 5px;
      margin: 0 0 0 5px;
      color: #FFFFFF;
      display: inline-block;
      margin-top: -2px; }
  #personConfirm .contentArea section form dl dd {
    padding: 20px 2% 20px 35%;
    border-bottom: solid 1px #DDDDDD;
    font-size: 75%; }
    #personConfirm .contentArea section form dl dd input {
      padding: 5px 10px;
      margin-right: 0.3em; }
    #personConfirm .contentArea section form dl dd ul.inline li {
      display: inline-block;
      margin-right: 1.84286em;
      margin-top: 12px; }
    #personConfirm .contentArea section form dl dd ul.date li {
      display: inline-block; }
      #personConfirm .contentArea section form dl dd ul.date li input {
        width: 40px; }
      #personConfirm .contentArea section form dl dd ul.date li input#birthY {
        width: 55px; }
    #personConfirm .contentArea section form dl dd dl {
      margin: 0;
      width: 100%;
      position: relative;
      font-size: 100%; }
      #personConfirm .contentArea section form dl dd dl dt {
        left: 0;
        padding: 0 0 20px 0;
        color: #333333;
        width: 100%; }
        #personConfirm .contentArea section form dl dd dl dt label {
          font-size: 1.1rem;
          font-weight: normal; }
      #personConfirm .contentArea section form dl dd dl dd {
        clear: both;
        padding: 20px 2% 10px 0;
        border: none; }
        #personConfirm .contentArea section form dl dd dl dd:last-child {
          border-bottom: none;
          padding-bottom: 0; }
    #personConfirm .contentArea section form dl dd #sign_category {
      font-size: 100%; }
#personConfirm .contentArea section form .formBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }
  #personConfirm .contentArea section form .formBtn input {
    width: 260px;
    height: 51px;
    background: url("../../person/images/person_form_btn2.gif") no-repeat scroll 0 0 transparent;
    background-size: contain;
    cursor: pointer;
    text-indent: -9999px; }
  #personConfirm .contentArea section form .formBtn input:hover {
    opacity: 0.8; }

/*==================================================================================================
	人材をお探しの企業様へ	完了画面
==================================================================================================*/
#personThanks .contentArea section {
  margin-bottom: 30px; }
  #personThanks .contentArea section p {
    margin: 20px 0 0 0; }

/*==================================================================================================
	人材をお探しの企業様	人材派遣
==================================================================================================*/
#personPerson01 .contentArea section p {
  text-align: justify; }
#personPerson01 .contentArea section .text {
  margin: 10px 5px;
  font-size: 87.5%; }
#personPerson01 .contentArea section .img_box {
  width: 100%;
  text-align: center;
  margin: 15px 0; }
  #personPerson01 .contentArea section .img_box:last-child {
    margin: 15px 0 0 0; }
#personPerson01 .contentArea section section h2 {
  margin: 20px -5px 10px -5px;
  position: relative;
  background-color: #3282C4;
  padding: 10px 10px 5px 10px;
  color: #FFFFFF;
  font-size: 106%;
  font-weight: bold; }
#personPerson01 .contentArea section section h2.bottom20 {
  margin: 20px -5px 20px -5px; }
#personPerson01 .contentArea section section .text_strong {
  font-size: 100%;
  font-weight: bold;
  margin: 15px 5px 15px 5px;
  text-align: center; }
#personPerson01 .contentArea section section .formBtn {
  width: 100%;
  margin: 15px 0;
  text-align: center; }
#personPerson01 .contentArea section section .person_list {
  margin: 15px 5px 0; }
  #personPerson01 .contentArea section section .person_list h3 {
    color: #FF6666;
    font-size: 106.3%;
    font-weight: bold;
    border-left: solid 3px #FF6666;
    padding: 0 5px 0 5px;
    margin: 0 0 2px 0; }
  #personPerson01 .contentArea section section .person_list p {
    font-size: 87.5%; }
#personPerson01 .contentArea section section .text_box {
  border: solid 2px #DDDDDD;
  margin-top: 10px;
  overflow: hidden; }
  #personPerson01 .contentArea section section .text_box .box_left {
    float: left;
    padding: 0 3%;
    width: 20%; }
    #personPerson01 .contentArea section section .text_box .box_left img {
      width: 100%;
      max-width: 78px;
      max-height: 78px; }
  #personPerson01 .contentArea section section .text_box .box_right {
    width: 79%;
    float: left;
    padding: 3% 3% 3% 0; }
    #personPerson01 .contentArea section section .text_box .box_right h3 {
      color: #3281C4;
      font-size: 106.3%;
      font-weight: bold; }
    #personPerson01 .contentArea section section .text_box .box_right h3.title2 {
      color: #FF6666; }
    #personPerson01 .contentArea section section .text_box .box_right p {
      font-size: 87.5%; }
#personPerson01 .contentArea section section .point_al {
  width: 100%;
  text-align: center;
  clear: both; }
#personPerson01 .contentArea section .shosai_box {
  border: solid 2px #DDDDDD;
  margin-top: 30px;
  padding: 3%;
  overflow: hidden; }
  #personPerson01 .contentArea section .shosai_box .box_left {
    width: 70%;
    float: left; }
    #personPerson01 .contentArea section .shosai_box .box_left h3 {
      color: #FF6666;
      font-size: 106.3%;
      font-weight: bold; }
    #personPerson01 .contentArea section .shosai_box .box_left p {
      font-size: 87.5%; }
  #personPerson01 .contentArea section .shosai_box .box_right {
    float: left;
    padding-left: 3%;
    width: 30%;
    height: 100%;
    vertical-align: middle; }
    #personPerson01 .contentArea section .shosai_box .box_right img {
      width: 100%;
      max-width: 152px;
      max-height: 100px; }
#personPerson01 .contentArea section .box02 {
  margin-top: 10px; }

/* ----------------------------------------------------------
	新着情報
---------------------------------------------------------- */
.news h2 {
  margin-top: 10px; }
  .news h2:before {
    background: url(../images/heading_ico02.png) 0 center no-repeat;
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    content: "";
    background-size: 100%;
    width: 57px;
    height: 49px; }
.news dl {
  margin: 0 5px;
  padding: 10px 10px 0 10px;
  border: solid #ff7373 2px; }
  .news dl dt {
    margin: 0;
    font-size: 1.2rem;
    color: #999; }
  .news dl dd {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: #ccc solid 1px; }
  .news dl dd:last-child {
    border: none; }
