﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sarpanch:700);
/* /////////////////////////////////////////////////////////////////////////// Basic */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.0; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

legend {
  color: #000; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

p, blockquote, dl {
  line-height: 1.8; }

ol, ul {
  line-height: 1.8;
  list-style: none; }

a {
  cursor: pointer;
  display: inline-block; }

fieldset, img {
  border: 0; }

/* ----------------------------------------------------- HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* /////////////////////////////////////////////////////////////////////////// Font */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, san-serif;
  font-size: 14px;
  font-size: 0.875rem; 
  word-break: break-all; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%; }

/* ----------------------------------------------------- Link */
.hidden {
  visibility: hidden; }

a:link {
  color: #278dd2;
  text-decoration: none; }

a:visited {
  color: #278dd2; }

a:hover, a:active {
  color: #46b692; }

/* ----------------------------------------------------- Clear */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  visibility: hidden; }

/* /////////////////////////////////////////////////////////////////////////// Form */
input[type=button],
input[type=submit] {
  border: 0;
  cursor: pointer;
  font-family: FontAwesome;
  -webkit-appearance: none;
  appearance: none; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="file"] {
  border-radius: 4px;
  width: auto; }

a.btn,
input,
button,
select,
textarea {
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 8px; }

a.btn,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  background-color: #fff;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(82, 168, 236, 0.6);
  outline: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0 2px 0 0;
  line-height: normal; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input::focus::placeholder {
  color: transparent; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent; }
  .btn:focus,
  .btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn--primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
    .btn--primary:hover,
    .btn--primary:focus,
    .btn--primary:active {
      color: #fff;
      background-color: #286090;
      border-color: #204d74; }
  .btn-sm {
    font-size: 13px;
    font-size: 0.8125rem; }

.btn-block {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-size: 1rem;
  outline: none;
  padding: 10px 20px;
  width: 200px; }

.btnlist {
  font-size: 0; }
  .btnlist li {
    display: inline-block; }
    .btnlist li:first-child {
      margin-right: 15px; }

.btn-next {
  background: #FFD600; }
  .btn-next:hover {
    background: #ffc400; }

.btn-back {
  background: #f6f6f6;
  color: #666; }
  .btn-back:hover {
    background: #fff; }

.error {
  border-radius: 4px;
  background-color: #f2dede;
  color: #d00;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  padding: 4px 5px; }

.input-full {
  width: 97%; }

.delete a {
  color: #a00; }
  .delete a:hover {
    color: #f00; }

.form-error,
input.form-error,
textarea.form-error {
    background-color: #f2dede;
}

/* /////////////////////////////////////////////////////////////////////////// Layout */
/* ----------------------------------------------------- Base */
html,
body {
  background: #f1f1f1;
  width: 100%;
  height: 100%; }
  html.modalwindow,
  body.modalwindow {
    background: #fff; }

.a-wrapper {
  top: 50px;
  position: relative; }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
  text-align: left; }

.s-content {
  margin: 20px auto 35px auto; }
  .s-content h3 {
    background: rgba(255, 255, 255, 0.7);
    border-top: 4px solid #3F9DD8;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 10px 12px; }
    .s-content h3 .fa {
      color: #3F9DD8;
      font-size: 22px;
      font-size: 1.375rem; }

/* ----------------------------------------------------- login */
.login,
.forgot {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #ccc;
  padding: 20px 25px;
  text-align: left; }
  .login h1,
  .forgot h1 {
    color: #3F9DD8;
    font-family: 'Sarpanch', sans-serif;
    font-size: 28px;
    font-size: 1.75rem; }
  .login label,
  .forgot label {
    color: #777; }
  .login .input,
  .forgot .input {
    font-size: 16px;
    font-size: 1rem; }
  .login .forgetmenot,
  .forgot .forgetmenot {
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem; }
  .login .submit,
  .forgot .submit {
    margin-bottom: 10px;
    text-align: center; }

.login {
  margin: 100px auto 0 auto;
  width: 280px; }
  .login .input {
    width: 262px; }

.forgot {
  margin: 25px auto 0 auto;
  width: 550px; }
  .forgot h2 {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  .forgot .input {
    width: 530px; }

/* ----------------------------------------------------- header */
.a-header {
  background: #3F9DD8;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 0;
  position: fixed;
  text-align: right;
  width: 100%;
  z-index: 100; }
  .a-header h1 {
    color: #fff;
    float: left;
    font-family: 'Sarpanch', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 15px; }
  .a-header ul {
    float: right;
    font-size: 0;
    padding: 0 15px; }
    .a-header ul li {
      display: inline-block;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-left: 15px; }
  .a-header a {
    color: #fff;
    text-decoration: none; }
    .a-header a:hover {
      color: #ffee58; }
    .a-header a .fa {
      font-size: 14px;
      font-size: 0.875rem; }

.a-gnav {
  background: #3F9DD8;
  color: #fff;
  position: fixed;
  top: 30px;
  width: 160px;
  height: 100%; }
  .a-gnav a {
    color: #fff;
    display: block;
    text-decoration: none; }
    .a-gnav a:hover {
      color: #ffee58; }
  .a-gnav > ul {
    padding: 15px 0 10px 0px; }
    .a-gnav > ul > li > a {
      padding: 5px 10px;
      line-height: 1.6; }
    .a-gnav > ul > li.active a,
    .a-gnav > ul > li.active > ul {
      background: #227ab1; }
  .a-gnav > ul > li > ul {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0px 5px 0px 15px; }
    .a-gnav > ul > li > ul a {
      padding: 2px 0; }
    .a-gnav > ul > li > ul li.active a {
      color: #fff;
      font-weight: bold; }

/* ----------------------------------------------------- Contents */
.item-wrapper {
  padding: 0px 20px 10px 180px;
  z-index: 50;
  min-width: 1040px; }
  .item-wrapper .headbar {
    padding-bottom: 15px; }
    .item-wrapper .headbar h2 {
      color: #222;
      float: left;
      margin-right: 10px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold; }

.item-wrapper-logout {
  padding: 0px 20px 10px 20px;
  z-index: 50;
  min-width: 1040px; }
  .item-wrapper-logout .headbar {
    padding-bottom: 15px; }
    .item-wrapper-logout .headbar h2 {
      color: #222;
      float: left;
      margin-right: 10px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold; }

.infobox {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 13px;
  font-size: 0.8125rem; }

.bg-green {
  background: #DFF0D8; }

.bg-blue {
  background: #D8DFF0; }

.crumb {
  font-size: 0;
  margin-bottom: 10px; }
  .crumb li {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7; }
    .crumb li:before {
      color: #666;
      content: '>';
      margin: 0 5px; }
    .crumb li:first-child:before {
      content: none;
      margin: 0; }

.searchbox {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
  margin-bottom: 20px;
  padding: 15px 15px; }
  .searchbox h3 {
    color: #3F9DD8;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .searchbox dl {
    margin-bottom: 15px; }
    .searchbox dl dt {
      border-bottom: 1px dotted #ccc;
      color: #666;
      font-weight: bold;
      margin-bottom: 10px; }
  .searchbox .btn {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #f8f8f8;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    vertical-align: middle;
    height: 32px;
    padding: 0 20px; }
    .searchbox .btn:hover {
      border: 1px solid #aaa;
      color: #444;
      background: #f2f2f2; }

.listContainer {
  margin-bottom: 15px;
  width: 100%;
  height: 400px;
  overflow: hidden; }

.list-table,
.list-table02 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 13px 0 0 0; }
  .list-table th,
  .list-table02 th {
    background: #D9EDF7;
    line-height: 1.4; }
  .list-table th,
  .list-table td,
  .list-table02 th,
  .list-table02 td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 6px 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*white-space: nowrap;*/ }
  .list-table .title,
  .list-table02 .title {
    font-size: 14px;
    font-size: 0.875rem; }
  .list-table .btn,
  .list-table02 .btn {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #f8f8f8;
    color: #8f8f8f;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 3px;
    padding: 3px 8px;
    vertical-align: middle; }
    .list-table .btn:hover,
    .list-table02 .btn:hover {
      border: 1px solid #aaa;
      color: #666;
      background: #F2F2F2; }

.list-table {
  width: 100%; }
  .list-table tr:nth-child(even) {
    background: #F9F9F9; }
  .list-table tr:nth-child(odd) {
    background: #fff; }

.modal-url {
  padding: 10px; }
  .modal-url h1 {
    color: #222;
    margin-right: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .modal-url input {
    width: 450px; }

.createbox,
.editbox {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px #ccc;
  margin-bottom: 20px;
  padding: 15px 15px; }
  .createbox h3,
  .editbox h3 {
    color: #3F9DD8;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 15px; }
  .createbox .btn--bordergray,
  .editbox .btn--bordergray {
    border: 1px solid #c9c9c9;
    background: #f8f8f8;
    color: #666;
    height: 32px;
    padding: 0 20px; }
    .createbox .btn--bordergray:hover,
    .editbox .btn--bordergray:hover {
      border: 1px solid #aaa;
      color: #444;
      background: #f2f2f2; }

.createbox h4 {
  color: #AA6708;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px; }

.createbox-tb01,
.createbox-tb02 {
  border-bottom: 1px solid #ddd; }
  .createbox-tb01 th,
  .createbox-tb01 td,
  .createbox-tb02 th,
  .createbox-tb02 td {
    padding: 10px; }
  .createbox-tb01 th,
  .createbox-tb02 th {
    background: #D9EDF7;
    border-top: 1px solid #ddd; }
  .createbox-tb01 td,
  .createbox-tb02 td {
    border-top: 1px solid #ddd; }
    .createbox-tb01 td table,
    .createbox-tb02 td table {
      width: 100%;
      border-bottom: 1px solid #ddd; }
      .createbox-tb01 td table th,
      .createbox-tb01 td table td,
      .createbox-tb02 td table th,
      .createbox-tb02 td table td {
        padding: 8px 8px; }
      .createbox-tb01 td table th,
      .createbox-tb02 td table th {
        width: auto; }
  .createbox-tb01 li,
  .createbox-tb02 li {
    line-height: 1.6; }
  .createbox-tb01 .btn,
  .createbox-tb02 .btn {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background: #f8f8f8;
    color: #8f8f8f;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 3px;
    padding: 3px 8px;
    vertical-align: middle; }
    .createbox-tb01 .btn:hover,
    .createbox-tb02 .btn:hover {
      border: 1px solid #aaa;
      color: #666;
      background: #F2F2F2; }

.createbox-tb01 {
  width: 100%; }
  .createbox-tb01 th {
    width: 200px; }

.createbox .full,
.editbox .full {
  width: 90%; }

.createbox .short,
.editbox .short {
  width: 200px; }

.createbox .pointer,
.editbox .pointer {
  cursor: pointer; }

.createbox .memo,
.editbox .memo,
#option_input .memo {
  color: #1B809E;
  font-size: 12px;
  font-size: 0.75rem; }
  .createbox .memo p,
  .editbox .memo p,
  #option_input .memo {
    line-height: 1.6; }

.createbox .calendar,
.editbox .calendar {
  cursor: pointer;
  font-family: 'FontAwesome';
  width: 15em;
  padding: 10px 8px; }

/*.upload-possible-extension {
  margin-top: -2em;}*/
.upload-possible-extension div {
  display: inline; 
}
.upload-possible-extension div:before {
  content: "\A";
  white-space: pre; }
.upload-possible-extension > input+div:before {
  content: ""; }
.upload-possible-extension div.checkbox input[type="checkbox"] {
/*  display: block;
  float: left;*/
  margin-top: 7px; }
.upload-possible-extension div.checkbox label {
  margin: 0 5px;
  margin-top: 7px; }


/* ----------------------------------------------------- Pagination */
.paging {
  text-align: right; }
  .paging ul {
    font-size: 0; }
  .paging li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
    margin-left: 5px; }
    .paging li:first-child {
      margin: 0; }
    .paging li a {
      background: #fff;
      border: 1px solid #d2d2d2;
      border-radius: 2px;
      color: #040404;
      padding: 7px 12px;
      text-decoration: none; }
      .paging li.current a {
        border: 1px solid #1ca1d6;
        color: #278dd2;
        font-weight: bold; }
      .paging li a.prev,
      .paging li a.next {
        padding: 7px 8px; }
      .paging li a:hover {
        background: #46b692;
        border: 1px solid #46b692;
        color: #fff; }

/* ----------------------------------------------------- footer */
.a-footer {
  color: #888;
  line-height: 1.4;
  margin-top: 30px;
  text-align: center; }
  .a-footer small {
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif; }

/* /////////////////////////////////////////////////////////////////////////// Common */
/* ----------------------------------------------------- Layout */
.xLeft {
  text-align: left; }

.xCenter {
  text-align: center; }

.xRight {
  text-align: right; }

.yTop {
  vertical-align: top; }

.yMiddle {
  vertical-align: middle; }

.yBottom {
  vertical-align: bottom; }

.fLeft {
  float: left; }

.fRight {
  float: right; }

.wrap-clear {
  overflow: hidden;
  zoom: 1; }

.w100 {
  width: 100%; }

/* ----------------------------------------------------- Margin */
.mgt5 {
  margin-top: 5px; }

.mgt10 {
  margin-top: 10px; }

.mgt15 {
  margin-top: 15px; }

.mgt20 {
  margin-top: 20px; }

.mgt25 {
  margin-top: 25px; }

.mgt30 {
  margin-top: 30px; }

.mgt35 {
  margin-top: 35px; }

.mgt40 {
  margin-top: 40px; }

.mgt3 {
  margin-top: 3px; }

.mgt8 {
  margin-top: 8px; }

.mgr5 {
  margin-right: 5px; }

.mgr10 {
  margin-right: 10px; }

.mgr15 {
  margin-right: 15px; }

.mgr20 {
  margin-right: 20px; }

.mgr25 {
  margin-right: 25px; }

.mgr30 {
  margin-right: 30px; }

.mgr35 {
  margin-right: 35px; }

.mgr40 {
  margin-right: 40px; }

.mgb5 {
  margin-bottom: 5px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb15 {
  margin-bottom: 15px; }

.mgb20 {
  margin-bottom: 20px; }

.mgb25 {
  margin-bottom: 25px; }

.mgb30 {
  margin-bottom: 30px; }

.mgb35 {
  margin-bottom: 35px; }

.mgb40 {
  margin-bottom: 40px; }

.mgb3 {
  margin-bottom: 3px; }

.mgb8 {
  margin-bottom: 8px; }

.mgl5 {
  margin-left: 5px; }

.mgl10 {
  margin-left: 10px; }

.mgl15 {
  margin-left: 15px; }

.mgl20 {
  margin-left: 20px; }

.mgl25 {
  margin-left: 25px; }

.mgl30 {
  margin-left: 30px; }

.mgl35 {
  margin-left: 35px; }

.mgl40 {
  margin-left: 40px; }

.mgl1em {
  margin-left: 1em; }

/* ----------------------------------------------------- Text */
.sText {
  font-size: 11px;
  line-height: 1.6; }

.mText {
  font-size: 13px; }

.lText {
  font-size: 16px; }

.xlText {
  font-size: 18px; }

.notes {
  margin-left: 1em;
  text-indent: -1em; }

.idt {
  text-indent: 1em; }

.red {
  color: #CE4844; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap; }

/* ----------------------------------------------------- List */
.disc-list01 li {
  margin-left: 1.6em;
  list-style: disc; }

/* =Print
----------------------------------------------- */
