@charset "UTF-8";


html,
body {
  height: 100%;
}

html {
  line-height: 1.6;
  font-size: 14px;
  font-family: "Trebuchet MS", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #050000;
}

h1 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0 0 1.5em;
}

a {
  text-decoration: none;
/*  color: #c73834; */
  color: #3b72a9;
  
}

a:active,
a:hover{
  text-decoration: underline;
  color: #b9cde0;
}


/* ヘッダー */

.page-header {
  padding: 0 15px;
  height: 60px;
  min-width: 640px;
  line-height: 58px;
  background-color: #3b72a9;
}

.page-header-left {
  float: left;
}

.page-header-right {
  float: right;
  margin-left: 2em;
}

.page-header-subtitle {
  margin-left: 1em;
  color: #FFF;
}

.page-header-user {
  color: #FFF;
}

.page-header-logout {
  display: inline-block;
  margin-left: 1em;
  padding-left: 20px;
  background: url(../img/icon_logout.png) no-repeat left;
}

.page-header-logout,
.page-header-logout:active,
.page-header-logout:hover {
  color: #dfd7c0;
}


/* ペイン */

.panes {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.pane-left,
.pane-right {
  position: absolute;
  top: 0;
  bottom: 0;
}

.pane-left {
  left: 0;
  width: 240px;
}

.pane-right {
  left: 240px;
  right: 0;
}


/* サイドナビ */

.status-view {
  padding: 10px;
}

.status-view .status {
  width: 112px;
  margin: 0 auto;
  padding: 0.4em 1.5em;
  font-size: 16px;
  border: 2px solid #5e3523;
}

.nav-side {
  height: 100%;
  overflow-y: auto;
  background-color: #e5e5e5;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.nav-side > ul > li,
.nav-side-group > ul > li {
  border-bottom: 1px solid #fff;
}

.nav-side > ul a {
  position: relative;
  display: block;
  border-bottom: 1px solid #aaa;
  padding: 15px 15px 15px 50px;
  text-decoration: none;
  color: #000;
}

.nav-side > ul a.nav-side-group-name {
  padding-right: 50px;
}

.nav-side > ul a:active,
.nav-side > ul a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-icon,
.nav-group-icon {
  position: absolute;
  top: 12px;
  width: 26px;
  height: 26px;
  background-image: url(../img/nav_icons.png);
}

.nav-icon {
  left: 15px;
}

.nav-group-icon {
  right: 15px;
}

/*
.nav-icon-home { background-position: 0 0; }
.nav-icon-edit { background-position: -28px 0; }
.nav-icon-point { background-position: -56px 0; }
.nav-icon-payment { background-position: -84px 0; }
.nav-icon-paper { background-position: -112px 0; }
.nav-icon-sp { background-position: -140px 0; }
.nav-icon-arrow { background-position: -168px 0; }
.nav-icon-group-close { background-position: -196px 0; }
.nav-icon-group-open { background-position: -224px 0; }
*/

.nav-icon-home { background-image: url(../img/icon_home.png); }
.nav-icon-edit { background-image: url(../img/icon_receipt.png); }
.nav-icon-point { background-image: url(../img/icon_point.png); }
.nav-icon-payment { background-image: url(../img/icon_en.png); }
.nav-icon-paper { background-image: url(../img/icon_receipt.png); }
.nav-icon-sp { background-image: url(../img/icon_sp.png); }
.nav-icon-arrow { background-image: url(../img/icon_sub_content.png); }
.nav-icon-group-close { background-image: url(../img/icon_sub_plus.png); }
.nav-icon-group-open { background-image: url(../img/icon_sub_minus.png); }
.nav-icon-company { background-image: url(../img/icon_member.png); }
.nav-icon-system { background-image: url(../img/icon_category.png); }


.nav-side-bottom {
  padding: 10px;
}


/* コンテンツ */

.page-title {
  padding: 0 30px;
  line-height: 55px;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #b9cde0;
}

.page-body-container-outer {
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page-body-container {
  height: 100%;
  overflow: auto;
}

.page-body {
  padding: 30px;
}


/* ボタン */

.button-01,
.button-01:active,
.button-01:hover {
  color: #fff;
  text-decoration: none;
}

.button-01 {
  display: inline-block;
  border: none;
  padding: 0.5em 1.5em;
  font-size: 16px;
  background-color: rgb(39, 102, 165);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.button-01:active,
.button-01:hover {
  background-color: rgba(39, 102, 165, 0.8);
}

.button-gray {
  background-color: rgb(153, 153, 153);
}

.button-gray:active,
.button-gray:hover {
  background-color: rgba(153, 153, 153, 0.8);
}

.button-start {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
}

/* テーブル */

.table-01 {
  width: 100%;
}

.table-01 th,
.table-01 td {
  border: 1px solid #aaa;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.table-01 th {
  width: 200px;
  font-weight: bold;
  background-color: #e1e7ec;
}

.table-01 th .required {
  display: inline-block;
  float: right;
  border: solid 1px #c00;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 2px #933;
  background-color: #d90000;
  box-shadow: 0px 0px 5px #ccc;
}

.table-01 th .description {
  color: #ff0000;
}

.table-01 label {
  cursor: pointer;
}

.table-01 input[type="text"],
.table-01 input[type="email"],
.table-01 input[type="tel"],
.table-01 input[type="password"],
.table-01 select,
.table-01 textarea {
  margin-bottom: 4px;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}

.table-01 select {
  width: auto;
}

.table-01 textarea {
  height: 100px;
}

.table-text-center th,
.table-text-center td {
  text-align: center;
}


/* ナビ */

.nav-01 {
  margin-bottom: -10px;
  font-size: 0;
}

.nav-01 > li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px;
  font-size: 14px;
}

.nav-01 > li > a {
  display: block;
  text-align: center;
}


/* リスト */

.list-01 {
  padding-left: 1em;
}

.list-01 > li {
  list-style-type: disc;
}

.list-02 {
  padding-left: 1em;
}

.list-02 > li {
  list-style-type: decimal;
}


/* ページネーション */

.pagination {
  word-spacing: 0.4em;
  font-size: 12px;
}


/* マージン */

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }

.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }


/* サイズ */

.w-auto { width: auto !important; }
.w30 { width: 30% !important; }

.w10c { width: 10em !important; }


/* テキスト */

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }


/* その他 */

.error-message {
  color: #f00;
}

#flash-message {
  display: none;
}

.important {
  color: #f00;
}

/* 見出し */

.comTit01 {
  background: #444;
  color: #fff;
  padding: 0.5em;
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.3;
}

.comTit02 {
  background: #f0f0f0;
  border-left: 0.3em solid #5E3523;
  color: #5E3523;
  padding: 0.5em 0.5em 0.5em 0.8em;
  margin: 0 0 1em 0;
  font-weight: bold;
  font-size: 130%;
  line-height: 1.3;
}

.comTit03 {
  color:#5E3523;
  font-weight: bold;
  margin:0 0 1em;
  font-size:130%;
  line-height: 1.3;
}

.comTit03:before {
  content:"▼ ";
  font-size:85%;
}

/* 横幅 */

.w700 {
  width: 700px !important;
}


/* 追加 */
.t-left { text-align: left !important; }
.t-center { text-align: center !important; }
.t-right { text-align: right !important; }

.checkboxlist {	display:inline-block;}



.btn01,
.btn01:active,
.btn01:hover {
  color: #fff;
  text-decoration: none;
}

.btn01 {
  display: inline-block;
  border: none;
  padding: 0.5em 1.5em;
  font-size: 16px;
  background-color: rgb(39, 102, 165);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.btn01:active,
.btn01:hover {
  background-color: rgba(39, 102, 165, 0.8);
}

.must{
float:right;display: inline-block;background: #D90000;border: solid 1px #C00;text-shadow: 0px 1px 2px #933;padding: 2px 5px;font-size: 80%;color: #FFF;float: right;border-radius: 4px;box-shadow: 0px 0px 5px #CCC;
}






