@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;
}

/* font-size */
.clearfix, .tabs, .list-head, .list-foot, .select-list, .pagination {
  *zoom: 1;
}
.clearfix:after, .tabs:after, .list-head:after, .list-foot:after, .select-list:after, .pagination:after {
  content: "";
  display: table;
  clear: both;
}

/* color */
/* font-family */
.fix {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  height: 100%;
  min-height: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  color: #3B3B3D;
  line-height: 1.5;
}
body .content {
  height: auto;
}

a, a:link, a:visited, a:active {
  color: #6d6d71;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #3B3B3D;
  text-decoration: underline;
}

.remodal .btn-box {
  margin-top: 24px;
}
.remodal .remodal-close {
  left: inherit;
  right: 5px;
}
.remodal h2 {
  font-size: 27px;
  font-size: 1.6875rem;
}

/* btn  ****************************************/
.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 24px;
  display: inline-block;
  position: relative;
  margin-bottom: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.btn:link, .btn:visited, .btn:active {
  color: #fff;
  text-decoration: none;
}
.btn.btn-blue {
  background: #5CB7CC;
  -moz-box-shadow: 0 3px 0 #3798af;
  -webkit-box-shadow: 0 3px 0 #3798af;
  box-shadow: 0 3px 0 #3798af;
  text-shadow: 1px 1px 0 #3798af;
}
.btn.btn-blue:hover {
  color: #fff;
  background: #6fc0d2;
}
.btn.btn-red {
  background: #D36246;
  -moz-box-shadow: 0 3px 0 #ad4429;
  -webkit-box-shadow: 0 3px 0 #ad4429;
  box-shadow: 0 3px 0 #ad4429;
  text-shadow: 1px 1px 0 #ad4429;
}
.btn.btn-red:hover {
  color: #fff;
  background: #d8735b;
}
.btn.btn-gray {
  background: #9c9c9c;
  -moz-box-shadow: 0 3px 0 #7b7b7b;
  -webkit-box-shadow: 0 3px 0 #7b7b7b;
  box-shadow: 0 3px 0 #7b7b7b;
  text-shadow: 1px 1px 0 #7b7b7b;
}
.btn.btn-gray:hover {
  color: #fff;
  background: darkgray;
}
.btn.btn-yellow {
  background: #f0aa05;
  -moz-box-shadow: 0 3px 0 #c88e04;
  -webkit-box-shadow: 0 3px 0 #c88e04;
  box-shadow: 0 3px 0 #c88e04;
  text-shadow: 1px 1px 0 #c88e04;
}
.btn.btn-yellow:hover {
  color: #fff;
  background: #fab614;
}
.btn.btn-guide {
  background: #295b74;
  -moz-box-shadow: 0 3px 0 #183543;
  -webkit-box-shadow: 0 3px 0 #183543;
  box-shadow: 0 3px 0 #183543;
  text-shadow: 1px 1px 0 #295b74;
}
.btn.btn-guide:hover {
  color: #fff;
  background: #306a87;
}
.btn.size-large {
  min-width: 160px;
  padding: 10px;
  font-size: 17px;
  font-size: 1.0625rem;
}
.btn.size-xlarge {
  width: 280px;
  padding: 20px 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.btn.size-small {
  padding: 6px 9px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.btn.size-small i {
  margin: 0;
}
.btn.only-i i {
  margin: 0;
}
.btn:hover {
  text-decoration: none;
  -moz-box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  top: 3px;
}

button.btn {
  border: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  margin: 0 0 3px 0 !important;
}

.btn-box {
  text-align: center;
  margin-top: 48px;
}

/* form  ****************************************/
button {
  outline: none;
}

input[type="text"], input[type="password"], textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 8px;
  border: 1px solid #ccc;
  background: #fff;
  color: #3B3B3D;
  outline: none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #9c9c9c;
  color: #3B3B3D;
}
input[type="text"].size-large, input[type="password"].size-large, textarea.size-large {
  width: 90%;
}
input[type="text"].size-medium, input[type="password"].size-medium, textarea.size-medium {
  width: 60%;
}
input[type="text"].side-middle, input[type="password"].side-middle, textarea.side-middle {
  width: 40%;
}
input[type="text"].size-small, input[type="password"].size-small, textarea.size-small {
  width: 10%;
}
input[type="text"].size-num4, input[type="password"].size-num4, textarea.size-num4 {
  width: 5em;
}
input[type="text"].size-num2, input[type="password"].size-num2, textarea.size-num2 {
  width: 2em;
}

.select-date {
  position: relative;
}
.select-date:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e61a";
  color: #9c9c9c;
  font-size: 15px;
  font-size: 0.9375rem;
  z-index: 100;
  position: absolute;
  left: 9px;
  top: 2px;
}
.select-date .size-date {
  width: 5em;
  padding-left: 2em;
}

#ui-datepicker-div {
  z-index: 1000 !important;
}
#ui-datepicker-div .ui-widget-header {
  border: none !important;
  background: #5CB7CC !important;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: #ebebeb !important;
  border-color: #d8d8d8 !important;
}
#ui-datepicker-div th {
  font-weight: normal !important;
}
#ui-datepicker-div .ui-datepicker-close {
  font-weight: normal !important;
  font-size: 12px !important;
}
#ui-datepicker-div .ui-state-hover, #ui-datepicker-div .ui-widget-content .ui-state-hover, #ui-datepicker-div .ui-widget-header .ui-state-hover, #ui-datepicker-div .ui-state-focus, #ui-datepicker-div .ui-widget-content .ui-state-focus, #ui-datepicker-div .ui-widget-header .ui-state-focus {
  background: #3798af !important;
  border: none !important;
  color: #fff !important;
}
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-prev-hover, #ui-datepicker-div .ui-datepicker-next-hover {
  top: 4px !important;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 75px !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

textarea {
  width: 90%;
}

label {
  cursor: pointer;
}

select {
  text-indent: .01px;
  text-overflow: "";
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 4px;
}
select option {
  border: none;
}

/* tabs  ****************************************/
.tabs {
  margin-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.tabs li {
  float: left;
  margin-bottom: -1px;
}
.tabs li a {
  margin-right: 2px;
  border: 1px solid transparent;
  position: relative;
  display: block;
  padding: 6px 16px;
}
.tabs li a:hover {
  border-color: #d8d8d8 #d8d8d8 #d8d8d8;
  text-decoration: none;
}
.tabs li.active > a, .tabs li.active > a:hover {
  color: #3B3B3D;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom-color: transparent;
  cursor: default;
}

/* table  ****************************************/
.num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list-head, .list-foot {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 8px;
  position: relative;
  min-height: 32px;
}
.list-head .total-num, .list-foot .total-num {
  position: absolute;
  left: 0;
  top: 4px;
  line-height: 24px;
}
.list-head .display-num, .list-foot .display-num {
  position: absolute;
  right: 0;
  top: 4;
}

.list-search-head {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #ebebeb;
  padding: 8px;
  margin: 12px auto 12px;
  position: relative;
}
.list-search-head .placeholder {
  width: 20%;
}
.list-search-head > * {
  display: inline;
}
.list-search-head input[type="text"] {
  margin: 0 2px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.list-search-head .btn {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 6px 16px;
}
.list-search-head .btn:hover {
  top: 11px;
}

.list-foot {
  margin-top: 32px;
}

.table {
  width: 100%;
}
.table a:not(.btn):link, .table a:not(.btn):visited, .table a:not(.btn):active {
  color: #5CB7CC;
}
.table a:not(.btn):hover {
  color: #3798af;
}

.table-list {
  font-size: 13px;
  font-size: 0.8125rem;
}
.table-list thead th {
  background: #7b7b7b;
  color: #fff;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.table-list thead th a:not(.btn):link, .table-list thead th a:not(.btn):visited, .table-list thead th a:not(.btn):active {
  color: #fff;
  text-decoration: underline;
}
.table-list thead th a:not(.btn):link:hover, .table-list thead th a:not(.btn):visited:hover, .table-list thead th a:not(.btn):active:hover {
  color: #ebebeb;
  text-decoration: none;
}
.table-list tbody .even {
  background: #f0f0f0;
}
.table-list td, .table-list th {
  padding: 6px;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.table-list .sort-key {
  cursor: pointer;
}
.table-list .sort-key:after {
  color: #9c9c9c;
  font-size: 11px;
  font-size: 0.6875rem;
  content: "▼";
  margin-left: 2px;
}
.table-list .sort-key:hover:after {
  color: #c2c2c2;
}
.table-list .sort-key.sort-active:after {
  color: #83c8d8;
}
.table-list .sort-key.sort-active:hover:after {
  color: #5CB7CC;
}
.table-list .key-desc:after {
  content: '▲' !important;
}

.table-form {
  border-top: 1px dashed #d8d8d8;
}
.table-form th, .table-form td {
  padding: 20px;
  border-bottom: 1px dashed #d8d8d8;
}
.table-form th {
  width: 15%;
  min-width: 200px;
}
.table-form input, .table-form select {
  margin: 0 4px;
}

.second-title {
  margin-top: 48px;
}

.required:after {
  content: "※";
  color: #D36246;
  font-weight: bold;
}

.item-required {
  color: #D36246;
  font-weight: bold;
}

.select-list li {
  float: left;
  padding-right: 24px;
}

.action-btn {
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.action-btn li {
  display: inline-block;
  margin: 1px 2px 4px 2px;
}

.caution h4 {
  margin-bottom: 4px;
}
.caution p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.help-inline {
  color: #D36246;
}

/* pagination  ****************************************/
.pagination {
  text-align: center;
}
.pagination span {
  display: inline-block;
  margin-right: 3px;
  border: 1px #e3e3e3 solid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ebebeb;
}
.pagination span a {
  position: relative;
  display: block;
  line-height: 24px;
  width: 24px;
}
.pagination span a:hover {
  background: #9c9c9c;
  color: #fff;
  text-decoration: none;
}
.pagination span.active a {
  background: #5CB7CC;
  color: #fff;
}

/* message  ****************************************/
.modal-message {
  display: none;
  position: absolute;
  right: 40%;
  top: 74px;
  padding: 12px 20px;
}
.modal-message i {
  margin-right: 12px;
}
.modal-message.message-success {
  background: #41a36c;
  color: #fff;
}

.message-wrap {
  margin: 32px 48px 0;
}
.message-wrap .message {
  padding: 6px 20px;
}
.message-wrap .message i {
  margin-right: 12px;
}
.message-wrap .message.message-error {
  background: #D36246;
  color: #fff;
}
.message-wrap .message.message-info {
  background: #5CB7CC;
  color: #fff;
}

.msg-error {
  margin-bottom: 4px;
  color: #D36246;
}

/* icon  ****************************************/
i {
  margin-right: 6px;
  vertical-align: -15%;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-1xezhq");
  src: url("fonts/icomoon.eot?#iefix-1xezhq") format("embedded-opentype"), url("fonts/icomoon.woff?-1xezhq") format("woff"), url("fonts/icomoon.ttf?-1xezhq") format("truetype"), url("fonts/icomoon.svg?-1xezhq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yen:before {
  content: "\e628";
}

.icon-guide:before {
  content: "\e627";
}

.icon-home:before {
  content: "\e600";
}

.icon-edit:before {
  content: "\e601";
}

.icon-color:before {
  content: "\e602";
}

.icon-copy:before {
  content: "\e603";
}

.icon-tags:before {
  content: "\e604";
}

.icon-upload:before {
  content: "\e605";
}

.icon-user:before {
  content: "\e606";
}

.icon-cog:before {
  content: "\e607";
}

.icon-check:before {
  content: "\e608";
}

.icon-plus:before {
  content: "\e609";
}

.icon-exit:before {
  content: "\e60a";
}

.icon-search:before {
  content: "\e60b";
}

.icon-bars:before {
  content: "\e60c";
}

.icon-add:before {
  content: "\e60d";
}

.icon-info:before {
  content: "\e60e";
}

.icon-error:before {
  content: "\e60f";
}

.icon-first:before {
  content: "\e610";
}

.icon-last:before {
  content: "\e611";
}

.icon-arrow-left:before {
  content: "\e612";
}

.icon-arrow-right:before {
  content: "\e613";
}

.icon-remove:before {
  content: "\e614";
}

.icon-mail:before {
  content: "\e615";
}

.icon-action:before {
  content: "\e616";
}

.icon-mail-bars:before {
  content: "\e617";
}

.icon-move:before {
  content: "\e618";
}

.icon-blocked:before {
  content: "\e619";
}

.icon-calendar:before {
  content: "\e61a";
}

.icon-test-mail:before {
  content: "\e61b";
}

.icon-design:before {
  content: "\e61c";
}

.icon-flag:before {
  content: "\e61e";
}

.icon-target:before {
  content: "\e61f";
}

.icon-check-box:before {
  content: "\e620";
}

.icon-droplet:before {
  content: "\e629";
}

.icon-file:before {
  content: "\e625";
}

.icon-phone:before {
  content: "\e61d";
}

.icon-print:before {
  content: "\e62a";
}

.icon-download:before {
  content: "\e62b";
}

.icon-eye:before {
  content: "\e626";
}

.icon-cross:before {
  content: "\e621";
}

.icon-plus2:before {
  content: "\e624";
}

.icon-play:before {
  content: "\e622";
}

.icon-pause:before {
  content: "\e623";
}

body#login {
  background: #3B3B3D;
}
body#login .signup {
  width: 400px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}
body#login .signup h1 {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  position: relative;
}
body#login .signup h1 .rotate {
  position: absolute;
  left: 0;
}
body#login .signup h1 .rotate:hover {
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
}
body#login .signup h2 {
  font-weight: bold;
  color: #fff;
  margin: 16px auto 16px;
  font-size: 17px;
  font-size: 1.0625rem;
}
body#login .signup .form {
  background: #e0e0e0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 24px 40px;
  margin: 16px 0;
}
body#login .signup .form p {
  text-align: left;
  margin-bottom: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
}
body#login .signup .form dt {
  text-align: left;
}
body#login .signup .form dd {
  margin-bottom: 24px;
}
body#login .signup .form dd input {
  width: 336px;
  margin-top: 4px;
  border-width: 2px;
}
body#login .signup .form .btn {
  padding: 16px 0;
  width: 352px;
  color: #fff;
}
body#login .signup .form .btn:hover {
  -moz-box-shadow: 0 3px 0 #e0e0e0;
  -webkit-box-shadow: 0 3px 0 #e0e0e0;
  box-shadow: 0 3px 0 #e0e0e0;
}
body#login .signup .back {
  text-align: left;
}
body#login .signup a {
  color: #9c9c9c;
}
body#login .signup a:hover {
  color: #fff;
}

#login #auth-lockout .signup {
  width: 600px;
}
#login #auth-lockout .form {
  padding: 24px 24px 16px 24px;
}
