@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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.btn, .btn_cmn, .login_box .btn_login {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 6px 12px; }

.btn_cmn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f3f3f3;
  border: 1px solid #bbb;
  margin: 0; }
  .btn_cmn:disabled, .btn_cmn.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: default !important; }

.imgC,
.tC,
.btn,
.btn_cmn,
.login_box .btn_login {
  text-align: center; }

.imgC,
.blkC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

/* clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

body {
  background: #f3f3f3;
  color: #333;
  font-family: "Helvetica", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.2; }

* {
  -webkit-appearance: none; }

.error_message {
  color: #f30000;
  font-size: 14px;
  text-align: left; }

#login {
  left: 50%;
  margin: -210px 0 0 -210px;
  position: absolute;
  top: 50%;
  width: 420px;
  height: 420px;
  text-align: center; }
  #login .copyright {
    font-size: 7.5px;
    font-size: 0.75rem;
    color: #666;
    margin-top: 16px; }

.login_box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 40px 50px; }
  .login_box h1 {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 28px;
    font-weight: bold; }
    .login_box h1 span {
      font-size: 8px;
      font-size: 0.8rem;
      display: block;
      font-weight: normal;
      margin-bottom: 6px; }
  .login_box .form_id, .login_box .form_pw {
    font-size: 9px;
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: 16px; }
  .login_box input[type="text"],
  .login_box input[type="password"] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 9px;
    font-size: 0.9rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #bbb;
    padding: 8px;
    width: 100%;
    margin: 4px 0; }
    .login_box input[type="text"]:focus,
    .login_box input[type="password"]:focus {
      border: 1px solid #32926f; }
  .login_box .btn_login {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-size: 1rem;
    background: #32926f;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Helvetica", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    padding: 16px 0;
    margin-top: 16px;
    width: 100%; }
