@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
/* variable
===========================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
date : 2012-2

+ Text
+ List
+ Anchor
+ Table
+ Form
+ Others
*/
/*----------------------------------------
	font-size
------------------------------------------
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/* Don't Edit */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html > body {
  font-size/*\**/: small\9;
}

.aui body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html > body {
  font-size/*\**/: small\9;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  line-height: 1.6;
  background-color: #fff;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
p, pre, address {
  color: #333;
  font-size: 100%;
}

h1 {
  font-size: 139%;
}

h2 {
  font-size: 124%;
}

h3 {
  font-size: 108%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 93%;
}

h6 {
  font-size: 85%;
}

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: "ＭＳ-Ｐ ゴシック" , Osaka, Arial, Helvetica, sans-serif;
  line-height: 1.9;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}
blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}
blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}
blockquote * {
  color: #333 !important;
}

em {
  color: #000;
}

pre em {
  font-weight: bold;
  background-image: none;
}

strong {
  font-weight: bold;
}

q {
  text-decoration: underline;
}

cite {
  display: block;
  text-align: right;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}
ins * {
  color: #666 !important;
}

abbr, acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}

.privacy_policy {
  color: #39f !important;
}

/*----------------------------------------
	List
----------------------------------------*/
ul, ol, dl {
  color: #333;
}

li, dt, dd {
  font-size: 100%;
  list-style-type: none;
  list-style-position: outside;
}

ol li {
  list-style: decimal;
}

/* Opera Hack */
html:first-child li, html:first-child dt, html:first-child dd {
  font-size: 1em;
}

dt {
  font-weight: bold;
}

li li, li p, li pre, li dt, li dd {
  font-size: 100% !important;
}

dd li, dd p, dd pre, dd dt, dd dd {
  font-size: 100% !important;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #06f;
}
a:hover {
  color: #00f;
}
a:visited {
  color: #39f;
}
a:active {
  color: #00faaa;
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  margin: 1em 0px;
  border: 1px solid #aaa;
  background-color: #eee;
}

caption {
  display: none;
}

th, td {
  padding: 0.1em 5px;
  font-size: 100%;
}

th {
  color: #ffffff;
  background-color: #ccc;
}

td {
  border: 1px solid #ddd;
  background-color: #ffffff;
}

/*----------------------------------------
	Form
----------------------------------------*/
/* form {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset,
legend {
	border: none;
}

legend {
	display: none;
}

input,
textarea {
	padding: 0.2em;
	border: 1px solid #d1d1d1;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #a5d2da;
}

input:focus,
textarea:focus {
	border: 1px solid #069;
	background-color: #fff;
}

input.button {
	padding: 0;
	border: none;
	background-image: none;
	vertical-align: top;
} */
/*----------------------------------------
	Others
----------------------------------------*/
img {
  border: none;
  vertical-align: bottom;
}

hr {
  border: none;
  border-top: 1px dotted #ccc;
}

.img_frame {
  padding: 5px 5px;
  margin: 5px;
}

div.content {
  display: block;
  float: left;
  width: 465px;
}
div.navigation {
  width: 480px;
  float: right;
  padding: 0px 0px;
}
div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 650px;
  height: 502px;
}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow a.advance-link {
  display: block;
  width: 550px;
  height: 300px;
  line-height: 502px;
  text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}
div.slideshow img {
  vertical-align: middle;
  position: absolute;
  left: 0px;
  padding: 10px 10px;
  max-width: 450px;
}

ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0px 0px 10px 10px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

a.thumb:focus {
  outline: none;
}

ul.thumbs img {
  border: none;
  display: block;
  width: 200px;
}

div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}

/*===========================================================
style info : /recruit/内専用
===========================================================*/
/* reset
===========================================================*/
/* フォント */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html > body {
  font-size/*\**/: small\9;
}

.aui p, pre, address {
  margin: 0px;
  /* textColor[文字色] */
  color: #333;
  margin-bottom: 0px;
  font-size: 14px;
}

p.result_box_ttl_sub {
  color: white;
  font-size: 16px !important;
  width: auto !important;
}

@media screen and (max-width: 480px) {
  .aui p, pre, address {
    font-size: 130%;
  }
}
.aui h1 {
  font-size: 100%;
}
.aui h2 {
  font-size: 131%;
}
.aui h3 {
  font-size: 108%;
}
.aui h4 {
  font-size: 14px;
}
.aui h5 {
  font-size: 93%;
}
.aui h6 {
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .aui h4 {
    font-size: 18px;
  }
}
/* bootstrapのリセットスタイルを再リセット */
ul, ol, p, dl {
  margin: 0;
}

/* フォーム系リセット */
body, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 2px 0;
  *margin-right: 3px;
  top: -1px;
}

input {
  height: 16px;
  line-height: 16px;
}
input[type="text"] {
  padding: 4px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
}
input[type="checkbox"], input[type="radio"] {
  border: none;
  margin-right: 2px;
  margin-right: 0\9;
}

.aui select, .aui textarea {
  margin-bottom: 0px;
}
.aui input[type="text"], .aui input[type="password"], .aui input[type="datetime"], .aui input[type="datetime-local"], .aui input[type="date"], .aui input[type="month"], .aui input[type="time"], .aui input[type="week"], .aui input[type="number"], .aui input[type="email"], .aui input[type="url"], .aui input[type="search"], .aui input[type="tel"], .aui input[type="color"] {
  margin-bottom: 0px;
}
.aui .uneditable-input {
  margin-bottom: 0px;
}
.aui label {
  cursor: auto;
}
.aui input[type="text"] {
  margin-bottom: 0px;
}
.aui input[type="radio"], .aui input[type="checkbox"] {
  margin: 1px 1px 0;
  line-height: normal;
}

/*
.aui select {
  font-size: 12px;
}
*/
.wrap_input .input_area input[type="radio"] {
  margin: 1px 5px 0 0;
}

label {
  margin-bottom: 0;
}

.aui a {
  /* linkColor［リンク文字色（標準）］ */
  color: #00757f;
}
.aui a:hover {
  /* linkColor_hover［リンク文字色（カーソルホバー）］ */
  color: #EF5A5A;
}
.aui a:active {
  /* linkColor_active［リンク文字色（アクティブ）］ */
  color: #00757f;
}
.aui a:visited {
  /* linkColor_visited［リンク文字色（訪問済み）］ */
  color: #087135;
}
.aui table {
  margin: 0px;
}

/* 文字寄せ */
.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.inline_block {
  display: inline-block;
}
.inline_block + .inline_block {
  margin-left: 10px;
}

/* base
===========================================================*/
#client {
  /* textColor[文字色] */
  color: #666;
  font-size: 12px;
}

/* rayout
===========================================================*/
/* .container-fluid */
.container-fluid {
  width: 100%;
  padding: 0px;
  /* backGroundColor［背景色（画像指定も可）］ */
  /*    background: $backGroundColor;*/
}

.aui .container-fluid {
  width: 100%;
  padding: 0px;
}

/* header */
header {
  width: 100%;
  padding: 18px 0 22px;
}
header .siteid {
  padding: 0;
}

/* #content */
#content {
  width: 100%;
  padding-bottom: 100px;
}

/* Footer
===========================================================*/
.footer {
  *zoom: 1;
  background: #00757f;
  background-size: 100% auto;
  color: #000;
  padding: 20px 0;
}
.footer:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 20px;
  }

  .footer__inner p {
    clear: both;
    font-size: 10px;
    color: #444;
  }
}
.footer__inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.footer__inner ul {
  width: 30%;
  float: left;
}
.footer__inner ul li {
  float: left;
  font-size: 12px;
  border-right: 1px solid #fff;
  padding: 3px 20px;
}
.footer__inner ul li:first-child {
  padding-left: 0 !important;
}
.footer__inner ul li a {
  color: #fff !important;
  text-decoration: none;
}
.footer__inner p {
  width: 50%;
  float: right;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
  text-align: right;
  font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .footer__inner ul {
    width: 100%;
    float: none;
  }
  .footer__inner p {
    width: 100%;
    float: none;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }
  .footer__inner ul li {
    width: 100%;
    float: none;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
}
/* parts
===========================================================*/
/* 角丸ラベルの作成 */
/* buttonName[application] */
.button_search {
  color: #FFF;
  background: #11699e;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc31f), color-stop(100%, #73a901));
  background-image: -moz-linear-gradient(top, #8fc31f, #73a901);
  background-image: -webkit-linear-gradient(top, #8fc31f, #73a901);
  background-image: linear-gradient(to bottom, #11699e, #11699e);
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #11699e;
}

.button_application {
  color: #FFF;
  background: #11699e;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc31f), color-stop(100%, #73a901));
  background-image: -moz-linear-gradient(top, #8fc31f, #73a901);
  background-image: -webkit-linear-gradient(top, #8fc31f, #73a901);
  background-image: linear-gradient(to bottom, #11699e, #11699e);
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #11699e;
}
.button_application:hover {
  color: #ffffff;
}

/* buttonName[map] */
.button_map, .button_return {
  color: #FFFFFF;
  background: #808080;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #808080));
  background-image: -moz-linear-gradient(top, #cccccc, #808080);
  background-image: -webkit-linear-gradient(top, #cccccc, #808080);
  background-image: linear-gradient(to bottom, #cccccc, #808080);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FF808080');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #808080;
}
.button_map:hover, .button_return:hover {
  color: #FFFFFF;
}

/* buttonName[return] */
.button_search:hover {
  color: #FFFFFF;
}

/* buttonName[submit] */
.button_submit {
  color: #FFFFFF;
  background: #FF8000;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2M5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background: #00757f;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00757f), color-stop(100%, #00757f));
  background-image: -moz-linear-gradient(top, #00757f, #00757f);
  background-image: -webkit-linear-gradient(top, #00757f, #00757f);
  background-image: linear-gradient(to bottom, #00757f, #00757f);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00757f', endColorstr='#00757f');
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #00757f;
}
.button_submit:hover {
  color: #FFFFFF;
}

/* buttonName[detail] */
.button_detail {
  width: 105px !important;
  font-size: 12px !important;
  color: #00757f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00757f), color-stop(100%, #00757f));
  background-image: -moz-linear-gradient(top, #00757f, #00757f);
  background-image: -webkit-linear-gradient(top, #00757f, #00757f);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00757f', endColorstr='#00757f');
  background-size: 100%;
  *zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #00757f;
}

.tag .merit {
  color: #969696 !important;
  font-weight: bold;
  background-color: #fff !important;
  border: 1px solid #969696 !important;
}

.button_detail:hover {
  color: #11699e;
}

/* .inner */
.inner {
  overflow: hidden;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.inner ul.breadcrumb {
  background-color: transparent;
  margin: 10px 0;
  padding: 0px;
  font-size: 77%;
}

/* .pageid */
.pageid {
  margin-bottom: 20px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background-color: #00757f;
}
.pageid .inner {
  height: 50px;
  display: flex;
  align-items: center;
}
.pageid h1 {
  margin: 0px;
  /* headLineTextColor[ヘッドライン文字色] */
  color: #FFFFFF;
  font-size: 140%;
  line-height: 1.3;
}

.pageid_ttl {
  float: left;
  margin: 0;
  font-weight: normal;
  padding: 7px 0px;
}

.pageid_location {
  font-size: 14px;
}

.pageid_status2 {
  float: left;
  margin: 13px 0 13px 15px;
  padding: 7px 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* roundLabelTextColor_appeal[角丸ラベル文字色（注目）] */
  color: #FFFFFF !important;
  /* roundLabelTextColor_appeal[角丸ラベルカラー] */
  background-color: #ff9900 !important;
  font-size: 14px;
  line-height: 11px;
  vertical-align: middle;
}

.pageid_status {
  float: left;
  margin: 13px 0 13px 15px;
  padding: 7px 11px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /* roundLabelTextColor_appeal[角丸ラベル文字色（注目）] */
  color: #FFFFFF !important;
  /* roundLabelTextColor_appeal[角丸ラベルカラー] */
  background-color: #00757f !important;
  font-size: 14px;
  line-height: 11px;
}

/* .white_box */
.whiteBox {
  /* borderColorForm[フォーム枠線色] */
  /* backGroundColorForm［背景色（フォーム）］ */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.whiteBox__ver1 {
  padding: 15px 20px;
}

.detail .whiteBox {
  margin: 20px 0px;
}

body#client.search .form_entry_layout {
  /* borderColorSearch[求人情報一覧検索窓枠線色] */
  border: 1px #ccc solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body#client.detail .whiteBox {
  /* borderColorDetail[詳細ページ枠線色] */
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* form_entry_layout */
.wrap_input {
  width: 100%;
  display: table;
}

.form_search_layout .wrap_input + .wrap_input {
  padding: 10px 0 0;
  margin: 10px 0 0;
}

.form_entry_layout .wrap_input + .wrap_input {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px dashed #ccc;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

.wrap_input .input_label, .wrap_input .input_label_result {
  display: table-cell;
  background-position: left 11px;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: top;
}

.form_search_layout .wrap_input .input_label, .form_search_layout .wrap_input .input_label_result {
  width: 25%;
}

/* 求人情報一覧 */
.form_entry_layout .wrap_input .input_label_result {
  width: 20%;
  padding-right: 30px;
}

.wrap_input .input_area {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.wrap_input .input_area .town_input_area, .wrap_input .input_area .station_input_area {
  display: inline-table;
}

/* 求人情報詳細、求人応募 */
.form_entry_layout .wrap_input .input_label {
  width: 31%;
  padding-right: 30px;
}

.wrap_input .input_area {
  width: 69%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}

select.w10per {
  width: 12%;
}
select.w8per {
  width: 8%;
}

input.w100per, textarea.text_area_500 {
  width: 96%;
}

.wrap_input .input_area {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.wrap_input .input_area p, .wrap_input .input_area span {
  font-size: 12px;
  margin-bottom: 0px;
}

.btn_box_wrapout span {
  font-size: 12px;
  margin-bottom: 0px;
}

.wrap_input .input_area .radio, .wrap_input .input_area .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 15px 0 0;
}
.wrap_input .input_area input[type="radio"], .wrap_input .input_area .checkbox input[type="checkbox"] {
  margin: 0 5px 0 0;
  float: none;
}
.wrap_input .input_area .box + .box {
  margin: 15px 0 0;
}
.wrap_input .input_area input + span {
  font-size: 12px;
}
.wrap_input .input_area .box label {
  width: auto;
  display: inline-block;
}
.wrap_input .input_area .box select + label {
  margin: 0 0 0 20px;
}

.btn_box {
  text-align: center;
}

/*
.aui label {
  font-size: 12px;
}
*/
.aui .btn-large {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aui .btn-blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 174px;
  margin-top: 2px;
  height: 40px;
}
.aui .btn-blue02 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 72px;
  margin-top: 2px;
  height: 40px;
}

.btn_box .btn-large {
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn-large.button_search {
  width: 220px;
}

.wrap_input + .btn_box {
  margin-top: 20px;
}
.wrap_input + .btn_box_wrapout {
  margin: 10px 0 0;
  text-align: right;
}
.wrap_input + .btn_box_wrapout + .btn_box {
  margin: 40px 0 0;
}

.btn_box {
  position: relative;
}
.btn_box .return {
  position: absolute;
  top: 14px;
  right: 0;
}
.btn_box .return_left {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.btn_box .return_left2 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn_box button {
  margin: 0;
}
.btn_box button + button {
  margin: 0 0 0 20px;
}

/* add 20150109 */
textarea {
  padding: 4px 1%;
  width: 96%;
  margin: 0;
}

.checkbox {
  padding: 0;
  float: none;
  vertical-align: top;
}

.w10per {
  width: 10%;
}

.wrap_input.end {
  padding-bottom: 15px !important;
}

/* list_navbar */
.list_navbar {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
  padding: 0px;
}
.list_navbar > div {
  display: table-cell;
  vertical-align: middle;
}
.list_navbar p, .list_navbar ul li a {
  font-size: 12px;
}
.list_navbar .pagination {
  text-align: center;
}
.list_navbar .pagination ul {
  vertical-align: middle;
}
.list_navbar .pagination ul li a {
  min-height: 22px;
  height: 30px;
  padding: 0 14px;
  line-height: 30px;
}
.list_navbar .pagination ul li a span {
  font-size: 18px;
}
.list_navbar .case_num {
  padding: 0 10px 0 0;
  text-align: right;
}
.list_navbar #display_num {
  margin: 0 0 0 5px;
  width: 25%;
}
.list_navbar #display_num option {
  padding: 0;
}
.list_navbar.first {
  margin: 20px 0px;
}
.list_navbar.end {
  margin: 40px 0 0;
}

/* .link_list */
.link_list {
  overflow: hidden;
}
.link_list li {
  float: left;
  margin: 0 0 0 30px;
  font-size: 12px;
}
.link_list li:first-child {
  margin: 0;
}

/* .infoBox */
.infoBox {
  width: 100%;
  display: table;
}
.infoBox .infoBox_label {
  display: table-cell;
  background-position: left 11px;
  background-repeat: no-repeat;
  padding-left: 13px;
  font-size: 140%;
  font-weight: normal;
  vertical-align: top;
  margin-left: 1.0em;
  text-indent: -0.7em;
}
.infoBox .infoBox_area {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}
.infoBox .infoBox_area .box + .box {
  margin: 15px 0 0;
}

.infoBox_area .btn {
  margin-top: 5px;
}

.infoBox .infoBox_label {
  width: 25%;
  padding-right: 2%;
}
.infoBox + .infoBox {
  /* borderColorDashed[ダッシュ線色] */
  border-top: 1px dashed #ccc;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

/* .box_ttl */
.box_ttl {
  margin-bottom: 1em;
  font-weight: bold;
}

.result_pageid_ttl {
  float: none;
  margin: 0;
  font-weight: normal;
  padding: 0px;
  vertical-align: baseline;
}

h1.result_pageid_ttl {
  width: auto;
  margin: 0px;
  line-height: 1.5;
  font-size: 15px;
  color: #0070cc;
}

.result_pageid_status2 {
  float: left;
  margin: 10px 10px 0 0;
  padding: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11px;
  line-height: 11px;
  vertical-align: middle;
  /* roundLabelColor_appeal */
  background: #ff9900;
}

/* .result_number */
.result_number {
  margin-bottom: 15px;
}
.result_number > span > span {
  font-size: 20px;
  font-weight: bold;
  /* roundLabelColor_appeal[角丸ラベルカラー（注目）] */
  color: #ff9900;
}

/* .result_box */
.result_box {
  /* borderColorResult[検索結果一覧枠線色] */
  border: 1px solid #00757f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.result_box + .result_box {
  margin-top: 20px;
}

.result_box_ttl {
  overflow: hidden;
  height: auto;
  padding: 15px 16px 15px 21px;
  /* resultTitleBarColor[検索結果一覧タイトルバー] */
  background-color: #e6fdff;
  /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
  color: #FFFFFF;
  /* 右上角丸 */
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  /* 左上角丸 */
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.result_box_ttl_main {
  float: left;
  width: 48.93617021276595%;
  height: 48px;
  margin: 0px 0px;
  font-size: 12px;
  line-height: 48px;
}

.aui .result_box_ttl_main {
  margin: 0px;
}

.result_box_ttl_main span {
  font-size: 18px;
  font-weight: bold;
}

.result_box_ttl_sub {
  float: none;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-overflow: clip;
  white-space: normal;
  vertical-align: middle;
}

p.result_box_ttl_sub {
  /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
  color: #444;
  font-size: 16px;
  width: auto;
  text-overflow: clip;
  white-space: normal;
}

.result_box_cont .eyecatch {
  width: 100%;
}
.result_box_cont .catchcopy {
  margin-bottom: 10px;
  font-weight: bold;
}

.result_box_cont_01 {
  overflow: hidden;
  padding-bottom: 20px;
  /* borderColorResult[検索結果一覧枠線色] */
  border-bottom: 1px dashed #ccc;
  /* resultBoxColor_top[検索結果一覧（上部）] */
  background-color: #FFFFFF;
}
.result_box_cont_01 .result_box_cont_left {
  float: left;
  width: 30%;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  /* .result_box */
  .result_box {
    /* borderColorResult[検索結果一覧枠線色] */
    border: none;
  }
  .result_box + .result_box {
    margin-top: 20px;
  }

  .result_box_ttl {
    overflow: hidden;
    height: auto;
    padding: 10px;
    /* resultTitleBarColor[検索結果一覧タイトルバー] */
    background-color: #e6fdff;
    /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
    color: #FFFFFF;
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
    border-bottom: 1px solid #d6d4cc;
  }

  .result_box_ttl_main {
    float: left;
    width: 48.93617021276595%;
    height: 48px;
    margin: 0px 0px;
    font-size: 12px;
    line-height: 48px;
  }

  .aui .result_box_ttl_main {
    margin: 0px;
  }

  .result_box_ttl_main span {
    font-size: 18px;
    font-weight: bold;
  }

  .result_box_ttl_sub {
    float: none;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
  }

  p.result_box_ttl_sub {
    /* resultTitleBarTextColor[検索結果一覧タイトルバー文字色] */
    color: #444;
    font-size: 16px;
    width: auto;
    text-align: left;
    line-height: 1.5;
    width: auto;
  }

  .result_box_cont .eyecatch {
    width: 100%;
  }
  .result_box_cont .catchcopy {
    margin-bottom: 10px;
    font-weight: bold;
  }

  .result_box_cont_01 {
    overflow: hidden;
    padding-bottom: 20px;
    /* borderColorResult[検索結果一覧枠線色] */
    border-bottom: 1px dashed #ccc;
    /* resultBoxColor_top[検索結果一覧（上部）] */
    background-color: #FFFFFF;
  }
  .result_box_cont_01 .result_box_cont_left {
    float: left;
    width: 30%;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
  }
}
.slider-next {
  margin: -25px 0px 0px 190px;
  position: absolute;
}

.slider-prev {
  margin: -25px 0px 0px 65px;
  position: absolute;
}

.result_box_cont_01 .result_box_cont_right {
  float: right;
  width: 64%;
  margin-right: 20px;
  margin-top: 20px;
}

.result_box_cont_02 {
  padding: 10px 20px;
  height: 50px;
  /* resultBoxColor_bottom[検索結果一覧（下部）] */
  background-color: #FFFFFF;
  /* 右下角丸 */
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* 左下角丸 */
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.result_box_cont_02 .btn_01 {
  float: right;
  width: 140px !important;
  height: 50px;
  text-align: center;
  margin: 0 10px 0px 0px;
  font-weight: bold;
}
.result_box_cont_02 .btn_02 {
  float: right;
  width: 140px;
  height: 50px;
  text-align: center;
  font-weight: bold;
}
.result_box_cont_02 .message {
  margin-bottom: 10px;
  font-weight: bold;
}
.result_box_cont_02 .tell {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}

.tell_area {
  float: left;
  margin-top: 10px;
  font-size: 12px;
}
.tell_area p.tell_number {
  /* tellNumberColor[電話番号文字色] */
  color: #00757f;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .tell_area {
    font-size: 16px;
  }
}
.tell, .tell_number {
  display: inline;
}

.result_box_cont_02 .job_id {
  line-height: 20px;
}
.result_box_cont_02 .job_id span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px;
}

.result_box_tag ul.tag {
  margin-top: 10px !important;
  line-height: 200%;
  margin-left: 0px;
}
.result_box_tag ul.tag li {
  width: auto;
  padding: 0.4em;
  margin: 2px;
}

@media screen and (max-width: 480px) {
  .result_box_tag ul.tag li {
    　font-size: 20px;
    font-weight: 100;
  }
}
.photo_area_detail {
  margin: 0px 0px;
  height: 350px;
}

.appeal_point {
  margin: 20px 0;
  /* borderColorDetail[詳細ページ枠線色] */
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.appeal_point p {
  padding: 5px 20px;
  margin-bottom: 0px !important;
}
.appeal_point .wrap_input {
  padding: 5px 0px;
  /* appealPointColor_label[注目ポイント（ラベル）] */
  background-color: #00757f;
  /* 右上角丸 */
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  /* 左上角丸 */
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.appeal_point .wrap_input p {
  /* appealPointTextColor_label[注目ポイント文字色（ラベル）] */
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
.appeal_point .wrap_input_item {
  padding: 5px 0px;
  /* appealPointColor_area[注目ポイント（コンテンツ）] */
  background-color: #ffffff;
  /* 右上角丸 */
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /* 左上角丸 */
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.appeal_point .wrap_input_item p {
  /* appealPointTextColor_area[注目ポイント文字色（コンテンツ）] */
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .appeal_point .wrap_input {
    padding: 5px 0px;
    /* appealPointColor_label[注目ポイント（ラベル）] */
    background-color: #00757f;
    border-bottom: 1px solid #d6d4cc;
    border-radius: 0;
    /* CSS3草案 */
    -webkit-border-radius: 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0;
    /* Firefox用 */
  }
  .appeal_point .wrap_input p {
    font-size: 20px;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  .appeal_point .wrap_input_item p {
    font-size: 130%;
  }
}
.appeal_point_content {
  margin: 10px 0px;
  font-size: 14px;
}

.aui ul {
  margin: 0px;
}

/* .tag */
.tag {
  overflow: hidden;
  margin-top: 12px;
}

.merit, .competence, .treatment {
  /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
  color: #969696 !important;
  font-weight: bold;
  /* roundLabelTextColor_merit[角丸ラベルカラー（特徴）] */
  background-color: #fff !important;
  /* roundLabelTextColor_merit[角丸ラベル文字色（特徴）] */
  border: 1px solid #969696;
}

.badge-important {
  /* 角丸ラベル文字色（必須） */
  color: #ff9b19 !important;
  /* 角丸ラベルカラー（必須） */
  background: #fff !important;
  margin-left: 4px;
}

.tag li {
  list-style: none;
  text-align: center;
  float: left;
  width: auto;
  margin: 2px;
  padding: 2px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  line-height: 12px;
}

/* lead_area */
.lead_area {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.lead_area.no_image {
  overflow: hidden;
  float: right;
  width: 30%;
  margin: 0 0 30px;
}

.lead_area_left {
  float: left;
  width: 67%;
}
.lead_area_left.no_image {
  float: right;
  width: 100%;
}

.lead_area_right {
  float: right;
  width: 29%;
}
.lead_area_right.no_image {
  float: right;
  width: 100%;
}

.lead_area button {
  width: 258px;
  margin-top: 15px;
  font-weight: bold;
}
.lead_area .tell {
  font-size: 14px;
  font-weight: bold;
}
.lead_area .tell .orange {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
.lead_area .tell .small {
  font-size: 12px;
}
.lead_area .lead_area_ttl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* borderColorDashed[ダッシュ線色] */
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  font-weight: bold;
  /* outlineTextColor_catch[キャッチコピー文字色] */
  color: #636363;
}
.lead_area .lead_area_catchcopy {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .lead_area .lead_area_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .lead_area .lead_area_catchcopy {
    font-size: 130%;
  }
}
/* .step */
.step {
  height: 50px;
  margin-bottom: 20px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background-color: #00757f;
  text-align: center;
}

/* ttl_style_01 */
.ttl_style_01 {
  font-size: 20px;
  margin: 35px 0 10px;
}

/* .table_style_01 */
.table_style_01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  /* tableBorderColor[表（枠線色）] */
  border: 1px #d7d7d7 solid;
}
.table_style_01 th, .table_style_01 td {
  padding: 3px 5px;
  /* tableBorderColor[表（枠線色）] */
  border-top: 1px #d7d7d7 solid;
  /* tableBorderColor[表（枠線色）] */
  border-bottom: 1px #d7d7d7 solid;
  border-left: none;
  border-right: none;
  font-weight: normal;
  vertical-align: middle;
}
.table_style_01 th {
  /* tableColor_label[表（ラベル）] */
  background-color: #efefef;
  font-size: 12px;
  /* tableTextColor_label[表文字色（ラベル）] */
  color: #444;
}
.table_style_01 td {
  /* tableColor_area[表（コンテンツ）] */
  background-color: #FFFFFF;
  font-size: 12px;
  /* tableTextColor_area[表文字色（コンテンツ）] */
  color: #666;
  height: 18px;
}

/* .table_style_02 */
.table_style_02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  /* tableBorderColor[表（枠線色）] */
  border: 1px #d7d7d7 solid;
}
.table_style_02 th, .table_style_02 td {
  padding: 3px 5px;
  border: none;
  font-weight: normal;
  vertical-align: middle;
}
.table_style_02 th {
  /* tableColor_label[表（ラベル）] */
  background-color: #efefef;
  font-size: 12px;
  /* tableTextColor_label[表文字色（ラベル）] */
  color: #444;
}
.table_style_02 td {
  /* tableColor_area[表（コンテンツ）] */
  background-color: #FFFFFF;
  font-size: 12px;
  /* tableTextColor_area[表文字色（コンテンツ）] */
  color: #666;
}
.table_style_02 tr:first-child th, .table_style_02 tr:first-child td {
  /* tableBorderColor[表（枠線色）] */
  border-bottom: 1px #d7d7d7 solid;
}

@media screen and (max-width: 480px) {
  .table_style_02 th {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .table_style_02 td {
    font-size: 14px;
  }
}
.detail .table_style_02 {
  margin: 0px 0px 20px 0px;
}

/* .box_style_01 */
.box_style_01 {
  overflow: hidden;
}
.box_style_01.no_image {
  margin-bottom: 20px;
}

.box_style_01_left {
  float: left;
  width: 28%;
}
.box_style_01_left.no_image img {
  display: none;
}

.box_style_01_right {
  float: right;
  width: 68%;
}
.box_style_01_right.no_image {
  float: left;
}

.box_style_01_ttl {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* borderColorDashed[ダッシュ線色] */
  border-bottom: 1px dashed #ccc;
  line-height: 28px;
}
.box_style_01_ttl h1 {
  float: left;
  width: auto;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.box_style_01_ttl h1 span {
  font-size: 18px;
}
.box_style_01_ttl > div {
  float: left;
  width: auto;
  padding: 9px 11px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 11px;
  line-height: 11px;
  /* 角丸ラベル文字色（注目） */
  color: #FFFFFF;
  /* 角丸ラベルカラー（注目） */
  background-color: #00757f !important;
}

.box_style_01_catchcopy {
  font-weight: bold;
  margin-bottom: 15px !important;
}
.box_style_01_catchcopy + p {
  margin-bottom: 5px;
}

/* .btn_area_01 */
.btn_area_01 {
  width: 270px;
  margin: 40px auto 0;
}
.btn_area_01 button {
  width: 100%;
  margin-bottom: 5px;
}
.btn_area_01 p {
  font-size: 12px;
  font-weight: bold;
}
.btn_area_01 p .orange {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
.btn_area_01 p .small {
  font-size: 12px;
}

/* .btn_area_02 */
.btn_area_02 {
  margin: 40px auto 0;
  font-size: 12px;
  text-align: center;
}
.btn_area_02 p {
  font-size: 12px;
}
.btn_area_02 button {
  width: 260px;
  margin-top: 15px;
}
.btn_area_02 label {
  width: 230px;
  padding: 0 10px;
  margin: 0 auto;
}
.btn_area_02 input {
  margin-left: 0;
}
.btn_area_02 label {
  padding: 0px;
  width: 22%;
}
.btn_area_02 .checkbox input.accept_checkbox {
  margin-left: 0px;
}

.btn_area_03 p, .btn_area_03 button {
  display: inline;
}

button.button_map {
  padding: 8px;
  font-weight: bold;
}

.hide {
  display: none;
}

/* pages
===========================================================*/
/* 共通 */
/* 求人情報詳細(.detail) */
#client.detail .main_visual {
  margin-bottom: 40px;
}
#client.detail .sp_main_visual {
  display: none;
}
#client.recruit .sp_main_img {
  display: none;
}
#client.recruit .wrap_content {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#client.recruit .wrap_nav {
  overflow: hidden;
  position: relative;
  height: 55px;
  margin-bottom: 54px;
}
#client.recruit .wrap_nav .nav_btn {
  position: absolute;
  right: 0;
  top: 0;
}
#client.recruit a img:hover {
  opacity: 0.8;
}
#client.recruit .box_map {
  margin-bottom: 60px;
}
#client.recruit .box_map_ttl {
  margin: 0;
}
#client.recruit .box_map_inner {
  padding: 20px 40px 40px;
}
#client.recruit .wrap_form_area {
  display: table;
  width: 92%;
  margin-top: 20px;
  padding: 20px 4%;
}
#client.recruit .form_area {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#client.recruit .form_area label, #client.recruit .form_area .form_area_submit {
  display: inline-block;
  margin: 0;
}
#client.recruit .form_area label {
  width: 84%;
}
#client.recruit .form_area .form_area_submit {
  width: 14%;
  text-align: right;
}
#client.recruit .form_area label input {
  margin: 0;
  width: 84%;
}
#client.recruit .box_search + .box_search {
  margin-top: 56px;
}
#client.recruit .box_search_ttl {
  margin: 0 0 22px;
}
#client.recruit .box_search_banner {
  overflow: hidden;
  padding: 0 40px 0 39px;
}
#client.recruit .box_search_banner li {
  float: left;
  width: auto;
}
#client.recruit .box_search_banner li + li {
  margin-left: 27px;
}
#client.recruit area {
  outline: none !important;
}
#client.recruit .sp_box_ttl, #client.recruit .sp_map {
  display: none;
}

/* 採用HP(.recruit) */
.wrap_images_box {
  margin: 0 0 20px;
}

.images_box {
  display: table;
  width: 90%;
  /*add 20150108*/
}
.images_box img {
  display: table-cell;
  vertical-align: top;
}

.images_btn_box {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.images_btn_box > button {
  display: block;
}
.images_btn_box > button + button {
  margin: 10px 0 0;
}

.sort_btn_box {
  display: table-cell;
  /*add 20150108*/
  vertical-align: top;
  /*add 20150108*/
  margin-bottom: 10px;
}

.wrap_form {
  /* add 20141205 */
  padding: 30px 40px;
  position: relative;
  margin-bottom: 40px;
  width: auto;
}

.form_search_layout .wrap_form {
  /* add 20141205 */
}

.form_entry_layout .wrap_form {
  padding: 0;
}

.form_search_layout .wrap_form2 {
  border-top: 0;
}

.form_entry_layout .wrap_input .input_area_title {
  padding: 0 10px 10px 0;
}
.form_entry_layout .wrap_input_item {
  padding: 0 10px 10px 0;
  height: 20px;
}

.form_entry_head {
  width: 100%;
  margin-bottom: 10px !important;
  padding: 10px;
  /* formTitleBarColor[フォーム内見出し用カラー] */
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  background: #00757f;
  border-bottom: 1px solid #00757f;
  box-sizing: border-box;
  position: relative;
}
.form_entry_head h2 {
  margin: 0 !important;
  padding: 3px 0px;
  /* formTitleBarColor[フォーム内見出し用カラー] */
  color: #fff !important;
  line-height: 1;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  .form_entry_head {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 10px;
    /* formTitleBarColor[フォーム内見出し用カラー] */
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
    background: #00757f;
    box-sizing: border-box;
    position: relative;
  }
  .form_entry_head h2 {
    margin: 0 !important;
    padding: 3px 0px;
    /* formTitleBarColor[フォーム内見出し用カラー] */
    color: #fff !important;
    line-height: 1;
    font-size: 16px !important;
  }
}
.whiteBox__ver2 {
  padding: 10px 40px 0px 40px;
}

/* フォーム内の箇条書き用円 */
.circle {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* circleColor[箇条書き用円] */
  background-color: #636363;
  display: inline-block;
  margin-right: 2px;
}

p.circle_selector_text {
  font-size: 124%;
  text-align: center;
  /* selectorCircleTextColor[写真切り替えボタン文字色] */
  color: #FFFFFF;
  margin: 0;
  vertical-align: middle;
}

/* STEP表示用円 */
.circle_head {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* stepBarCircleColor_active［STEP表示の円の色（アクティブ）］ */
  background-color: #fff;
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.circle_head_inactive {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* stepBarCircleColor_inactive［STEP表示の円の色（非アクティブ）］ */
  background: #A3A3A3;
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

/* STEP表示用数字 */
.circle_head_number p {
  text-align: center;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  color: #494949;
  margin: 0;
  padding-top: 0px;
  vertical-align: middle;
}

.circle_head_number_inactive p {
  text-align: center;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  color: #fff;
  margin: 0;
  padding-top: 0px;
  vertical-align: middle;
}

/* STEP表示のヘッドライン用三角形 */
.triangle {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.triangle:before {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  border-left-color: #FFFFFF;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
}
.triangle:after {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* headLineColor［タイトルバー（ページ上部）］ */
  border-left-color: #00757f;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
  right: 3px;
}

.triangle_inactive {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.triangle_inactive:before {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  border-left-color: #fff;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
}
.triangle_inactive:after {
  content: "";
  height: 0px;
  width: 0px;
  border: 20px solid;
  border-color: transparent;
  /* headLineColor［タイトルバー（ページ上部）］ */
  border-left-color: #00757f;
  display: inline-block;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
  position: absolute;
  right: 3px;
}

/* ヘッドライン用レイアウト */
.head-line {
  /* headLineColor［タイトルバー（ページ上部）］ */
  background: #000;
  /* headLineColor［タイトルバー文字色］ */
  color: #FFFFFF;
  text-align: left;
  padding: 10px 0;
}
.head-line h1, .head-line h3 {
  display: inline;
  margin: 0px;
  vertical-align: middle;
}

/* STEP表示のヘッドライン用レイアウト */
.head-line_step {
  padding: 0px;
  margin: 2px;
  /* headLineColor［タイトルバー（ページ上部）］ */
  background: #00757f;
  /* stepBarCircleTextColor_active［STEP表示の文字色（アクティブ）］ */
  color: #FFFFFF;
  text-align: left;
  display: inline;
}
.head-line_step h1, .head-line_step h3 {
  display: inline;
  margin: 0px;
  vertical-align: middle;
}

.head-line_step_inactive {
  padding: 0px;
  margin: 2px;
  /* headLineColor［タイトルバー（ページ上部の帯）］ */
  background: #00757f;
  /* stepBarCircleTextColor_inactive［STEP表示の文字色（非アクティブ）］ */
  color: #fff;
  text-align: left;
  display: inline;
}
.head-line_step_inactive h1, .head-line_step_inactive h3 {
  display: inline;
  margin: 0px;
  vertical-align: middle;
}

#form_search {
  margin-bottom: 0px;
}
#form_search .disBlock .sp_w100per {
  width: 150px;
}

h1.application_headline {
  /* textColor［文字色］ */
  color: #666;
}
h1.search_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  /* headLineTextColor_category［求人情報一覧見出しカラー］ */
  color: #00757f !important;
  font-size: 131%;
  line-height: 30px;
}
h1.detail_headline {
  margin-top: 0px;
  margin-bottom: 20px;
  /* headLineTextColor_category［求人情報一覧見出しカラー］ */
  color: #BD0505;
}

.photo_area_detail_sp {
  display: none;
}

a.thumb {
  padding: 2px;
  display: block;
  /* photoBackGroundColor[写真背景色] */
  background-color: #C9B793;
}

div.slideshow-container {
  position: relative;
  clear: both;
  left: 10px;
  height: 350px;
  width: 461px;
  /* photoBackGroundColor[写真背景色] */
  background-color: #C9B793;
}

.lead_area.no_iamge {
  padding-left: 20px;
}

.lead_area_left.no_image .tell_area {
  float: right;
}

button.btn-large.button_detail.button_right, button.btn-large.button_application.button_right {
  float: right;
  margin: 0;
}

.aui .job-apply-control-portlet div.slideshow img {
  width: 439px;
  height: 327px;
}

@media (max-width: 767px) {
  .aui .job-apply-control-portlet .wrap_input .input_area .control-group {
    margin-bottom: 0;
    display: block;
  }

  .control-group .control-group-inline {
    width: 100%;
  }

  .aui body {
    margin: 0px;
    padding: 0px;
  }

  .pageid .inner {
    height: inherit;
  }

  .inner {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .lead_area_left {
    width: 100%;
    float: none;
  }

  .lead_area_right {
    width: 100%;
    margin-top: 12px;
  }
  .lead_area_right button {
    width: 100%;
    clear: both;
    float: right;
  }

  .btn_box {
    width: 100%;
  }
  .btn_box .btn_area_01, .btn_box button {
    width: 100%;
  }

  .result_box_cont_01 .result_box_cont_left {
    width: 90%;
    margin-left: 5%;
  }
  .result_box_cont_01 .result_box_cont_right {
    float: none;
    width: 90%;
    margin-left: 5%;
  }

  .bx-wrapper .bx-pager {
    padding: 13px 0px;
  }

  .slider-prev1 {
    margin: -35px 0px 0px 5%;
  }

  .slider-next1 {
    margin: -35px 0px 0px 85%;
  }

  .result_box_cont_02 {
    height: 160px;
  }
  .result_box_cont_02 .btn_02 {
    width: 100%;
    margin-top: 10px;
  }
  .result_box_cont_02 .btn_01 {
    width: 100% !important;
    margin: 10px 0 0 0;
    height: 50px;
    font-size: 130% !important;
  }

  .btn_01 {
    width: 100%;
  }

  .box_style_01_left {
    width: 100%;
  }
  .box_style_01_left img {
    width: 100%;
  }

  .box_style_01_right {
    width: 100%;
  }

  .box_style_01_ttl {
    margin-top: 20px;
  }

  .btn_area_02 .checkbox {
    text-align: center;
    margin: 0px;
    width: 100%;
  }

  .btn_area_03 p:nth-child(2) {
    display: block;
    margin-bottom: -1em;
    margin-top: .5em;
  }

  .aui .radio input[type="radio"], .aui .checkbox input[type="checkbox"] {
    float: none;
  }

  .head-line_step_inactive, .triangle {
    display: none;
  }

  .step .inner {
    height: 48px;
  }
  .step .inner .row-fluid {
    height: 48px;
  }
  .step .inner .row-fluid .span12 {
    height: 48px;
    margin-top: 4px;
  }

  .form_entry_layout .wrap_input .input_label, .form_entry_layout .wrap_input .input_label_result {
    display: table-row;
  }

  .badge-important {
    margin-bottom: 4px;
  }

  .photo_area_detail {
    display: none;
  }

  .photo_area_detail_sp {
    display: block;
  }

  .slider-prev {
    margin: -35px 0px 0px 26%;
  }

  .slider-next {
    margin: -35px 0px 0px 63%;
  }

  #thumbs.navigation {
    display: none;
  }

  .list_navbar {
    display: block;
  }
  .list_navbar > div {
    vertical-align: middle;
    display: block;
  }
  .list_navbar .pagination {
    display: block;
  }
  .list_navbar .case_num, .list_navbar .case_page {
    display: none;
  }

  .form input[id$=jobApplyZip1] {
    width: 40px;
  }
  .form input[id$=jobApplyZip2] {
    width: 60px;
  }

  .disBlock {
    display: block;
  }

  #form_search .disBlock .sp_w100per, span.disBlock {
    width: 100%;
  }

  .aui #form_search select, .aui input {
    width: 100%;
  }

  	/*
    .aui select {
  	width: 80%;
  	margin-bottom:5%;
    }
    */
  .pageid_status {
    margin-top: 0px;
  }

  .bx-wrapper img {
    width: 100%;
  }

  .pageid_ttl {
    float: none;
    padding-bottom: 0px;
  }

  .pageid_status2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: -35px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
  }

  .control-group {
    margin-bottom: 0;
    display: block;
  }

  .input_area.shift_work .disBlock {
    width: auto;
    display: inline-block;
  }
  .input_area.shift_work .disBlock .control-group.control-group-inline {
    display: inline-block;
  }

  .form.form-horizontal .whiteBox.whiteBox__ver1 .wrap_input .input_area.birth_day .control-group.control-group-inline, .form.form-horizontal .whiteBox.whiteBox__ver1 .wrap_input .input_area.postal_code .control-group.control-group-inline {
    display: inline-block;
  }

  .lead_area .no_iamge {
    display: inline-block;
  }

  /* disNone */
  .disNone {
    display: none !important;
  }

  .aui .btn-blue {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 174px;
    margin-top: 2px;
    height: 40px;
    float: right;
  }

  /* 2016-07-27 追加 一覧：こだわりラベル、応募フォーム：XX文字以内、確認*/
  .wrap_input .input_area p, .wrap_input .input_area span {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .btn_box_wrapout span {
    font-size: 20px;
    margin-bottom: 0px;
  }

  /* 2016-07-27 追加 応募フォーム　プライバシーポリシー*/
  .btn_area_02 p {
    font-size: 20px;
    text-align: center;
  }

  .span6 text-right disNone img {
    display: block !important;
  }
}
