@charset "UTF-8";
/* IE6キャッシュ対策 */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* ==================================================
  =clearfix
================================================== */
.clearfix:after,
.triggerWrapper:after,
div#sidebar div.tubBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
.triggerWrapper,
div#sidebar div.tubBox {
  display: inline-block;
}

/* ==================================================
  =hide from IE-mac
================================================== */
* html .clearfix,
* html .triggerWrapper,
* html div#sidebar div.tubBox {
  height: 1%;
}

.clearfix,
.triggerWrapper,
div#sidebar div.tubBox {
  display: block;
}

/* ==================================================
  =初期化
================================================== */
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  border: none;
}

ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Yu Gothic UI Medium", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif !important;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: "MS UI Gothic", monospace;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.2em;
}

/* ==================================================
  =フォントサイズ
================================================== */
body {
  font-size: 12px;
}

* {
  font-size: 100%;
}

/* ==================================================
  =フォーム関連
================================================== */
form {
  display: inline;
}

input.ss,
button.ss {
  width: 4.6em;
  background-color: #ffffff;
}

input.s,
button.s {
  width: 6.4em;
  background-color: #ffffff;
}

input.m,
button.m {
  width: 8em;
  background-color: #ffffff;
}

input.l,
button.l {
  width: 10em;
  background-color: #ffffff;
}

input.ll,
button.ll {
  width: 11.8em;
  background-color: #ffffff;
}

input.colored {
  background-color: #339933;
  color: #ffffff;
}

button {
  padding: 0px;
  line-height: 14px;
}

input[type="text"],
input[type="password"]{
    height: 34px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    padding: 10px 11px;
    margin: 10px 0 6px 6px;
    font-size: 12px;
    min-width: 140px;
}

/* ==================================================
  =構造
================================================== */
div#contents {
  width: 754px;
  float: right;
  padding-top: 3px;
  line-height: 1.5;
}

/* ==================================================
  =共通　画面タイトル
================================================== */
div#contents h2 span.category {
  float: right;
  font-size: 71%;
  margin-top: 2px;
}

div#contents h2 span {
  margin-left: 1em;
}

div#contents h2 span.title {
  float: left;
  margin-left: 0px;
}

div#contents h3 p {
  width: 530px;
}

/* 応募者新規登録 */
/* 大分類タイトル用 */
.st_fld1 {
  background-color: #ceffff;
  color: #000000;
  font-size: 12px;
}

/* 中分類タイトル用 */
.st_fld2 {
  background-color: #ceffff;
  color: #000000;
  font-size: 12px;
}

/* 中小分類タイトル用 */
.st_fld3 {
  background-color: #e6e6e6;
  color: #000000;
  font-size: 12px;
}

/* 小分類タイトル用 */
.st_fld4 {
  background-color: #e6e6e6;
  color: #000000;
  font-size: 12px;
}

/* 必須項目用 */
.st_required {
  color: #ff677d;
  font-size: 12px;
}

/* 準必須項目用 */
.st_subrequired {
  color: #7d67ff;
  font-size: 12px;
}

/* ==================================================
  =職種一覧
================================================== */
.detailname {
  font-size: 24px;
}

.boshu_list {
  line-height: 2;
}

.boshu_list1 {
  width: 30%;
  background-color: #f4f4f4;
  text-align: left;
  padding-left: 5px;
}

.boshu_list2 {
  width: 70%;
  background-color: #ffffff;
  text-align: left;
  padding-left: 5px;
  line-height: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}

.boshu_list2 a {
  color: #0033cc;
  text-decoration: none;
}

.boshu_list2 a:hover {
  color: #0033cc;
  text-decoration: underline;
}

.boshu_head {
  line-height: 3;
  background-color: #b4c8ea;
  text-align: center;
}

.boshu_list_s {
  line-height: 1.5;
}

.boshu_list_S1 {
  width: 30%;
  background-color: #f4f4f4;
}

.boshu_list_s2 {
  width: 70%;
  background-color: #ffffff;
}

.boshu_head_s {
  line-height: 2;
  background-color: #b4c8ea;
  text-align: center;
}

.rss {
  width: 42px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 8px;
  position: absolute;
  background-image: url("../img/applicant/rss.gif");
}

.new {
  padding-right: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../img/applicant/login_newIcon.gif");
}

table td.nowrap {
  word-break: keep-all;
  white-space: nowrap;
}

#socialbuttons div {
  float: left;
}

.banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

div#header > .logoBlk + div + ul li .accountMenuList .loginInfo  li a {
  height: auto;
}

/*# sourceMappingURL=style.css.map */