@charset "UTF-8";
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
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, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1.6;
  color: #333;
  font-family: "メイリオ",Meiryo,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",Verdana,Chicago,sans-serif;
  font-size: 0.8em;
  background: #fff url("../common_img/bg_body.png") 1010px 30px no-repeat;
}

body a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

input[type="text"], input[type="password"], select, textarea {
  width: 100%;
  margin-bottom: 2px;
  padding: 6px 8px;
  letter-spacing: 1px;
  box-shadow: inset 0 0 5px #d6d6d6;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}

button, input, select, textarea {
  font-size: 0.9em;
  vertical-align: baseline;
}

textarea {
  font-family: sans-serif;
}

#contents .w50 {
  max-width: 50px;
}

#contents .w100 {
  max-width: 100px;
}

#contents .w150 {
  max-width: 150px;
}

#contents .w200 {
  max-width: 200px;
}

#contents .w250 {
  max-width: 250px;
}

#contents .w300 {
  max-width: 300px;
}

#contents .w350 {
  max-width: 350px;
}

#contents .w400 {
  max-width: 400px;
}

#contents .w450 {
  max-width: 450px;
}

#contents .w500 {
  max-width: 500px;
}

#contents .w550 {
  max-width: 550px;
}

#contents .w600 {
  max-width: 600px;
}

#contents .w650 {
  max-width: 650px;
}

#contents .w700 {
  max-width: 700px;
}

#contents .w750 {
  max-width: 750px;
}

#contents .w800 {
  max-width: 800px;
}

#contents .w850 {
  max-width: 850px;
}

#contents .w900 {
  max-width: 900px;
}

#contents .w950 {
  max-width: 950px;
}

#contents .w1000 {
  max-width: 1000px;
}

#contents .w1050 {
  max-width: 1050px;
}

#contents .w1100 {
  max-width: 1100px;
}

#contents .w1150 {
  max-width: 1150px;
}

#contents .r5 {
  width: 5%;
}

#contents .r10 {
  width: 10%;
}

#contents .r15 {
  width: 15%;
}

#contents .r20 {
  width: 20%;
}

#contents .r25 {
  width: 25%;
}

#contents .r30 {
  width: 30%;
}

#contents .r35 {
  width: 35%;
}

#contents .r40 {
  width: 40%;
}

#contents .r45 {
  width: 45%;
}

#contents .r50 {
  width: 50%;
}

#contents .r55 {
  width: 55%;
}

#contents .r60 {
  width: 60%;
}

#contents .r65 {
  width: 65%;
}

#contents .r70 {
  width: 70%;
}

#contents .r75 {
  width: 75%;
}

#contents .r80 {
  width: 80%;
}

#contents .r85 {
  width: 85%;
}

#contents .r90 {
  width: 90%;
}

#contents .r95 {
  width: 95%;
}

#contents .t-left {
  text-align: left;
}

/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }

  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/* リンク
---------------------------------------------- */
a {
  color: #e3712a;
  overflow: hidden;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #e3712a;
  text-decoration: none;
}

/* wrapper
---------------------------------------------- */
#wrapper {
  position: relative;
  height: auto;
  min-height: 100%;
  padding-bottom: 50px;
}
#wrapper p.read {
  margin: 0 auto 1.5em;
}

/* contents
---------------------------------------------- */
#contents {
  max-width: 1180px;
  padding: 20px 20px 0 260px;
}

/* 汎用ボタンスタイル
---------------------------------------------- */
.btn-style {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}

.btn-style a,
input.btn-style {
  display: block;
  padding: 4px 20px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

.btn-style a:hover {
  text-decoration: none;
  color: #333;
}

.btn-style a i {
  margin-right: 4px;
}

/* 汎用ボタンスタイル（EXCEL）
---------------------------------------------- */
a.btn-excel {
  position: relative;
  padding-left: 29px;
}
a.btn-excel:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #008c00;
  content: "\f1c3";
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（検索）
---------------------------------------------- */
a.btn-search {
  position: relative;
  padding-left: 29px;
}
a.btn-search:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（メール）
---------------------------------------------- */
a.btn-mail {
  position: relative;
  padding-left: 29px;
}
a.btn-mail:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f003";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（下書き）
---------------------------------------------- */
a.btn-draft {
  position: relative;
  padding-left: 29px;
}
a.btn-draft:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f15b";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（矢印）
---------------------------------------------- */
a.btn-cursor {
  position: relative;
  padding-left: 24px;
}
a.btn-cursor:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（削除）
---------------------------------------------- */
a.btn-close {
  position: relative;
  padding-left: 27px;
}
a.btn-close:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（削除）
---------------------------------------------- */
a.btn-add {
  position: relative;
  padding-left: 27px;
}
a.btn-add:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（編集）
---------------------------------------------- */
a.btn-edit {
  position: relative;
  padding-left: 27px;
}
a.btn-edit:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f040";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用ボタンスタイル（ダウンロード）
---------------------------------------------- */
a.btn-download {
  position: relative;
  padding-left: 30px;
}
a.btn-download:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/* 汎用アイコンスタイル
---------------------------------------------- */
.ico-style {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  *zoom: 1;
}

.ico-style a,
input.ico-style {
  display: block;
  width: 30px;
  height: 29px;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-decoration: none;
  cursor: pointer;
  color: #333;
  text-align: center;
}

.ico-style a:hover {
  text-decoration: none;
  color: #333;
}

.ico-style a i {
  font-size: 1.4em;
  line-height: 15px;
}

/* 汎用グラデーション
---------------------------------------------- */
.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff), color-stop(0.96, #dedede), color-stop(0, #fefefe));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dedede');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkZWRlZGUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzMpIiAvPgo8L3N2Zz4=);
}

.btn-style .gradient:hover,
.ico-style .gradient:hover,
input.gradient:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fefefe), color-stop(0.04, #dedede), color-stop(0, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#fefefe');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjZmVmZWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZGVkZWRlIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMjM1KSIgLz4KPC9zdmc+);
}

/* 汎用グラデーション（オレンジ）
---------------------------------------------- */
.btn-style .gradient-orange,
input.gradient-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff), color-stop(0.97, #ff8529), color-stop(0, #ffac52));
  background: -webkit-linear-gradient(top, #ffac52 0%, #ff8529 97%, #ffffff 100%);
  background: -moz-linear-gradient(top, #ffac52 0%, #ff8529 97%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffac52 0%, #ff8529 97%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffac52 0%, #ff8529 97%, #ffffff 100%);
  background: linear-gradient(top, #ffac52 0%, #ff8529 97%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffac52', endColorstr='#ff8529');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0OTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNmZmFjNTIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZjg1MjkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0OTUpIiAvPgo8L3N2Zz4=);
  color: #fff;
  border-color: #ff8227;
}

.btn-style .gradient-orange:hover,
input.gradient-orange:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffac52), color-stop(0.04, #ff8529), color-stop(0, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ff8529 4%, #ffac52 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ff8529 4%, #ffac52 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ff8529 4%, #ffac52 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ff8529 4%, #ffac52 100%);
  background: linear-gradient(top, #ffffff 0%, #ff8529 4%, #ffac52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8529', endColorstr='#ffac52');
  color: #fff;
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjZmZhYzUyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmY4NTI5IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNjgxKSIgLz4KPC9zdmc+);
}

/* 汎用グラデーション（茶色）
---------------------------------------------- */
.btn-style .gradient-brown,
input.gradient-brown {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #3c1f0f), color-stop(0, #67371c));
  background: -webkit-linear-gradient(top, #67371c 0%, #3c1f0f 100%);
  background: -moz-linear-gradient(top, #67371c 0%, #3c1f0f 100%);
  background: -o-linear-gradient(top, #67371c 0%, #3c1f0f 100%);
  background: -ms-linear-gradient(top, #67371c 0%, #3c1f0f 100%);
  background: linear-gradient(top, #67371c 0%, #3c1f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#67371c', endColorstr='#3c1f0f');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzY3MzcxYyIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzNjMWYwZiIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzQzKSIgLz4KPC9zdmc+);
  color: #fff;
  border-color: #3c1f0f;
}

.btn-style .gradient-brown:hover,
input.gradient-brown:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #67371c), color-stop(0, #3c1f0f));
  background: -webkit-linear-gradient(top, #3c1f0f 0%, #67371c 100%);
  background: -moz-linear-gradient(top, #3c1f0f 0%, #67371c 100%);
  background: -o-linear-gradient(top, #3c1f0f 0%, #67371c 100%);
  background: -ms-linear-gradient(top, #3c1f0f 0%, #67371c 100%);
  background: linear-gradient(top, #3c1f0f 0%, #67371c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3c1f0f', endColorstr='#67371c');
  color: #fff;
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0NjYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNjczNzFjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjM2MxZjBmIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNDY2KSIgLz4KPC9zdmc+);
}

/* 汎用グラデーション（グレー）
---------------------------------------------- */
.btn-style .gradient-gray,
input.gradient-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #848484), color-stop(0, #a8a8a8));
  background: -webkit-linear-gradient(top, #a8a8a8 0%, #848484 100%);
  background: -moz-linear-gradient(top, #a8a8a8 0%, #848484 100%);
  background: -o-linear-gradient(top, #a8a8a8 0%, #848484 100%);
  background: -ms-linear-gradient(top, #a8a8a8 0%, #848484 100%);
  background: linear-gradient(top, #a8a8a8 0%, #848484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a8a8a8', endColorstr='#848484');
  color: #fff;
  border-color: #848484;
}

.btn-style .gradient-gray:before {
  color: #fff;
}

.btn-style .gradient-gray:hover,
input.gradient-gray:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #a8a8a8), color-stop(0, #848484));
  background: -webkit-linear-gradient(top, #848484 0%, #a8a8a8 100%);
  background: -moz-linear-gradient(top, #848484 0%, #a8a8a8 100%);
  background: -o-linear-gradient(top, #848484 0%, #a8a8a8 100%);
  background: -ms-linear-gradient(top, #848484 0%, #a8a8a8 100%);
  background: linear-gradient(top, #848484 0%, #a8a8a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#848484', endColorstr='#a8a8a8');
  color: #fff;
}

/* 汎用テーブルスタイル
---------------------------------------------- */
.table-style {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-style: solid none none solid;
  table-layout: fixed;
  width: 100%;
}
.table-style td.t-kind ul li {
  position: relative;
  padding-left: 1.3em;
  text-align: left;
}
.table-style td.t-kind ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.table-style th {
  background-color: #fdf5db;
  font-weight: bold;
}

.table-style th, .table-style td {
  padding: 10px;
  border: 1px solid #ccc;
  border-style: none solid solid none;
  text-align: center;
  word-wrap: break-word;
  vertical-align: middle;
  line-height: 1.4;
}

.table-style td {
  background-color: #fff;
  letter-spacing: 0;
}

.table-style tbody .even-row td {
  background-color: #efefef;
}

.table-style a {
  text-decoration: underline;
}

.table-style a:hover {
  text-decoration: none;
}

.table-style .left {
  text-align: left;
}

.table-style .right {
  text-align: right;
}

.table-style .bg-gray td, .table-style .bg-gray th {
  background-color: #e3e3e3;
}

.table-style .bg-red td, .table-style .bg-red th {
  background-color: #ffebeb;
}

.table-style .bg-error td, .table-style .bg-error th {
  background-color: #ffebeb;
}

.c2-bikou {
  font-size: .9em;
  margin-bottom: .5em;
}

.c2-mail {
  display: flex;
}
.c2-mail li {
  margin-right: .5em;
}
.c2-mail li input {
  margin-right: .2em;
}

/* 必須マーク
---------------------------------------------- */
.table-style .caution {
  margin-left: 4px;
  padding: 0 5px;
  background-color: #ed2d1f;
  color: #fff;
  font-weight: normal;
  font-size: 0.8em;
}

/* 要提出
---------------------------------------------- */
.table-style .required {
  margin-left: .5em;
  padding: 0 .5em !important;
  background-color: #a40000;
  color: #fff !important;
  font-weight: normal !important;
  border: none !important;
  font-size: .9em;
}

/* data-import
---------------------------------------------- */
.data-import input {
  display: inline-block;
  margin-right: 2px;
}
.data-import #file_input {
  display: none;
}

/* ページ送り
---------------------------------------------- */
.pagenation {
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}

.pagenation li {
  display: inline-block;
  *display: inline;
  margin: 0 2px 5px;
  vertical-align: top;
  letter-spacing: normal;
  *zoom: 1;
}

.pagenation li a {
  display: block;
  padding: 1px 8px;
  border: 1px solid #989898;
  border-radius: 5px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.pagenation li a:hover {
  color: #fff;
  text-decoration: none;
}

.pagenation li.dots {
  margin-right: 7px;
  letter-spacing: -6px;
}

.pagenation .current {
  padding: 1px 8px;
  border: 1px solid #989898;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}

.pagenation li a:hover,
.pagenation .current {
  background-color: #ff9a38;
  border-color: #ff9a38;
}

/* エラー
---------------------------------------------- */
.error-txt {
  color: #ff0000;
  font-weight: bold;
}

.error input,
.error select,
.error textarea {
  background-color: #fff7f8;
  border: 1px solid #ff0000;
}

input.error,
select.error,
textarea.error {
  background-color: #fff7f8;
  border: 1px solid #ff0000;
}

/* wysiwyg
---------------------------------------------- */
.wysiwyg p {
  margin-bottom: 1em;
}
.wysiwyg b {
  font-weight: bold;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg big {
  font-size: 1.2em;
}
.wysiwyg small {
  font-size: .9em;
}
.wysiwyg ol {
  margin: 1em 0;
  padding-left: 2em;
}
.wysiwyg ol li {
  list-style-type: decimal;
}
.wysiwyg ul {
  margin: 1em 0;
  padding-left: 2em;
}
.wysiwyg ul li {
  list-style-type: disc;
}
.wysiwyg blockquote {
  padding-left: 1em;
}
.wysiwyg img {
  width: auto;
  max-width: 100%;
}
.wysiwyg h1 {
  font-size: 2.6em;
  border: none;
  font-weight: bold;
}
.wysiwyg h2 {
  font-size: 2.2em;
  font-weight: bold;
}
.wysiwyg h3 {
  font-size: 1.8em;
  font-weight: bold;
}
.wysiwyg h4 {
  font-size: 1.4em;
  font-weight: bold;
}
.wysiwyg h5 {
  font-size: 1em;
  font-weight: bold;
}
.wysiwyg h6 {
  font-size: .9em;
  font-weight: bold;
}

.nicEdit-main {
  overflow: scroll !important;
  max-height: 392px;
}

#news-add #wrapper #contents form .ui-input-area dl dd div .nicEdit-main {
  max-height: 140px;
}

/* ヘッダー
---------------------------------------------- */
header {
  min-width: 1200px;
  background-color: #cca944;
  color: #fff;
}
header .h-inner {
  overflow: hidden;
  position: relative;
  padding-left: 260px;
  color: #fff;
}
header .h-inner .customers {
  float: left;
  width: 50%;
  padding: 10px 0;
  font-size: 1.4em;
}
header .h-inner .customers:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f7";
  margin-right: 5px;
}
header .h-inner .account {
  float: right;
  width: 50%;
  padding-top: 15px;
  padding-right: 130px;
  text-align: right;
}
header .h-inner .logout {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #a38632;
}
header .h-inner .logout a {
  height: 100%;
  width: 120px;
  display: block;
  padding-top: 15px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
header .h-inner .logout a:hover {
  background-color: #886f25;
}
header .h-inner .logout a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08b";
  margin-right: 5px;
}

/* メニュー
---------------------------------------------- */
#menu {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  width: 230px;
  height: 100%;
  background-color: #ececec;
  border-right: 1px solid #cdcdcd;
}
#menu .logo {
  height: 190px;
  padding-top: 13px;
  background-color: #3c1f0f;
  text-align: center;
}
#menu nav .m-block {
  position: relative;
  display: none;
}
#menu nav .m-block p {
  height: 60px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-weight: bold;
}
#menu nav .m-block p a {
  display: block;
  height: 100%;
  padding: 20px 0 0 70px;
  color: #333;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}
#menu nav .m-block:before {
  position: absolute;
  right: 10px;
  top: 40%;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #e3712a;
  margin-right: 5px;
}
#menu nav .m-block ul {
  padding: 6px 0;
  background-color: #f8f8f8;
}
#menu nav .m-block ul li {
  margin-bottom: 3px;
}
#menu nav .m-block ul li span {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  background-color: #ff0000;
  font-size: .85em;
  font-weight: bold;
  color: #fff;
  letter-spacing: normal;
}
#menu nav .m-block ul li a {
  padding: 1px 0 1px 15px;
  color: #333;
  text-decoration: none;
}
#menu nav .m-block ul li a:hover {
  text-decoration: underline;
}
#menu nav .m-block ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  margin-right: 8px;
}
#menu nav .m-block ul li.new a {
  position: relative;
}
#menu nav .m-block ul li.new a:after {
  position: absolute;
  top: 7px;
  right: -13px;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff0000;
  border-radius: 50%;
}
#menu nav .m-member:before {
  display: none;
}
#menu nav .m-member p {
  padding: 20px 0 0 70px;
  background-image: url("../common_img/m_ico_member.png");
}
#menu nav .m-news p a {
  padding-top: 12px;
  background-image: url("../common_img/m_ico_news.png");
}
#menu nav .m-news p a:hover {
  background: #d6d6d6 url("../common_img/m_ico_news.png") 10px 50% no-repeat;
}
#menu nav .m-schedule p a {
  background-image: url("../common_img/m_ico_schedule.png");
}
#menu nav .m-schedule p a:hover {
  background: #d6d6d6 url("../common_img/m_ico_schedule.png") 10px 50% no-repeat;
}
#menu nav .m-faq p a {
  background-image: url("../common_img/m_ico_faq.png");
}
#menu nav .m-faq p a:hover {
  background: #d6d6d6 url("../common_img/m_ico_faq.png") 10px 50% no-repeat;
}
#menu nav .m-now p a {
  background-image: url("../common_img/m_ico_now.png");
}
#menu nav .m-now p a:hover {
  background: #d6d6d6 url("../common_img/m_ico_now.png") 10px 50% no-repeat;
}
#menu nav .m-file p a {
  background-image: url("../common_img/m_ico_file.png");
}
#menu nav .m-file p a:hover {
  background: #d6d6d6 url("../common_img/m_ico_file.png") 10px 50% no-repeat;
}
#menu nav .m-setting:before {
  display: none;
}
#menu nav .m-setting p {
  padding: 20px 0 0 70px;
  background-image: url("../common_img/m_ico_setting.png");
}
#menu nav .m-chat:before {
  display: none;
}
#menu nav .m-chat p {
  padding: 20px 0 0 70px;
  background-image: url("../common_img/m_ico_chat.png");
}
#menu nav .m-sns:before {
  display: none;
}
#menu nav .m-sns p {
  padding: 20px 0 0 70px;
  background-image: url("../common_img/m_ico_sns.png");
}

/* フッター
---------------------------------------------- */
footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #777;
}

/* ページタイトル
---------------------------------------------- */
h1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.6em;
  font-weight: bold;
}
h1 span {
  padding: 0 0 0 58px;
  line-height: 2.8;
}

h1.h1title-dashboard {
  position: relative;
  height: 55px;
}
h1.h1title-dashboard:before {
  position: absolute;
  left: 14px;
  top: 9px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e4";
  color: #3b1e0f;
}

h1.h1title-member {
  height: 55px;
  background: transparent url("../common_img/m_ico_member.png") 0 0 no-repeat;
}

h1.h1title-news {
  height: 55px;
  background: transparent url("../common_img/m_ico_news.png") 0 0 no-repeat;
}

h1.h1title-schedule {
  height: 55px;
  background: transparent url("../common_img/m_ico_schedule.png") 0 0 no-repeat;
}

h1.h1title-faq {
  height: 55px;
  background: transparent url("../common_img/m_ico_faq.png") 0 0 no-repeat;
}

h1.h1title-now {
  height: 55px;
  background: transparent url("../common_img/m_ico_now.png") 0 0 no-repeat;
}

h1.h1title-setting {
  height: 55px;
  background: transparent url("../common_img/m_ico_setting.png") 0 0 no-repeat;
}

h1.h1title-share {
  height: 55px;
  background: transparent url("../common_img/m_ico_file.png") 0 0 no-repeat;
}

h1.h1title-chat {
  height: 55px;
  background: transparent url("../common_img/m_ico_chat.png") 0 0 no-repeat;
}

h1.h1title-sns {
  height: 55px;
  background: transparent url("../common_img/m_ico_sns.png") 0 0 no-repeat;
}

.h1title-area {
  height: 55px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.h1title-area h1 {
  display: inline-block;
  margin-bottom: 0;
  border: none;
}
.h1title-area h1 span {
  display: inline-block;
  margin-right: 25px;
}
.h1title-area .btn-back {
  display: inline-block;
}

/*===========================================================================*/
/*  login ログイン */
/*===========================================================================*/
#login {
  min-width: 960px;
}
#login #wrapper {
  background: #fff url("../common_img/bg_body.png") 100% 0 no-repeat;
}
#login #contents {
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 0;
  background: none;
}
#login #contents .title {
  width: 800px;
  margin: 0 auto 45px;
  padding-top: 140px;
}
#login #contents .title h1 {
  padding: 2px 15px 0;
  border: 1px solid #ccc;
  border-bottom: 4px solid #3b1e0f;
  box-shadow: 0 4px 0 0 #f1e0d6;
  background-color: #fff;
  color: #3b1e0f;
  text-shadow: 0 0 5px #f1e0d6;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.9em;
  text-align: center;
}
#login #contents .title h1 span {
  padding-left: 5px;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.9;
}
#login #contents .login-area {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
#login #contents .login-area .logo {
  float: left;
  width: 300px;
}
#login #contents .login-area .right-area {
  float: right;
  width: 470px;
}
#login #contents .login-area .right-area .input-wrapper {
  margin-bottom: 25px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #eee;
}
#login #contents .login-area .right-area .input-wrapper .inner {
  padding: 19px 23px;
  background-color: #f4f4f4;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area {
  margin-bottom: 10px;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area dl {
  overflow: hidden;
  margin-bottom: 8px;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area dl dt {
  float: left;
  width: 110px;
  padding-top: 8px;
  font-size: 1.1em;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area dl dd {
  float: right;
  width: 300px;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area p {
  padding-left: 120px;
}
#login #contents .login-area .right-area .input-wrapper .inner .input-area p input {
  vertical-align: middle;
  margin-right: 3px;
}
#login #contents .login-area .right-area .input-wrapper .inner .btn-login-area {
  text-align: center;
}
#login #contents .login-area .right-area .contact-area {
  padding-left: 10px;
}
#login #contents .login-area .right-area .contact-area dl dt {
  margin-bottom: 3px;
}
#login #contents .login-area .right-area .contact-area dl dd {
  color: #777;
  font-size: 0.9em;
}
#login #contents .login-area .right-area .contact-area dl dd span {
  margin-right: 5px;
  color: #3b1e0f;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: normal;
}
#login #contents .login-area .right-area .contact-area dl dd span i {
  margin-right: 3px;
}

/*===========================================================================*/
/*  toppage  */
/*===========================================================================*/
#toppage .h1title-dashboard {
  position: relative;
}
#toppage .h1title-dashboard a {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 0.7em;
}
#toppage .h1title-dashboard a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  margin-right: 5px;
  color: #a40000;
  font-size: 18px;
}
#toppage .caution {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #ff0000;
  border: 1px solid #ff0000;
}
#toppage .top-area {
  overflow: hidden;
  margin-bottom: 25px;
}
#toppage .top-area table {
  float: left;
  margin-right: 30px;
}
#toppage .top-area table td {
  text-align: left;
}
#toppage .top-area table td span {
  margin-left: 5px;
  color: #ff0000;
}
#toppage .top-area .contact-area {
  float: left;
  padding: 12px 15px;
  border: 5px solid #ddd;
  background-color: #fff;
  text-align: center;
}
#toppage .top-area .contact-area dt {
  margin-bottom: 5px;
}
#toppage .top-area .contact-area dd {
  font-size: 0.9em;
  color: #777;
}
#toppage .top-area .contact-area dd span {
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  color: #3b1e0f;
  letter-spacing: normal;
}
#toppage .top-area .contact-area dd span i {
  margin-right: 3px;
}
#toppage .member-area h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
#toppage .member-area .title {
  margin-bottom: 8px;
}
#toppage .member-area .title dl {
  overflow: hidden;
}
#toppage .member-area .title dl dt {
  display: inline-block;
  *display: inline;
  margin-right: 20px;
  font-size: 1.2em;
  *zoom: 1;
}
#toppage .member-area .title dl dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #777;
}
#toppage .member-area .title dl dd span {
  font-weight: bold;
  color: #333;
}
#toppage .member-area .block {
  overflow: hidden;
}
#toppage .member-area .block table {
  float: left;
  margin-right: 20px;
}
#toppage .member-area .block .btn-style {
  float: left;
  padding-top: 5px;
}

/*===========================================================================*/
/*  member メンバー管理 */
/*===========================================================================*/
#member #contents {
  max-width: 1350px;
}
#member table tr td .f-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
#member table tr td .f-block .photo {
  max-width: 50px;
  max-height: 40px;
  margin-right: .5em;
}
#member table tr td .f-block .photo .photo-mask {
  text-align: center;
}
#member table tr td .f-block .photo .photo-mask .circle {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#member table tr td .f-block .name-block {
  width: calc(100% - 50px);
  text-align: left;
}
#member table tr td .f-block .name-block span {
  display: block;
}
#member .btn-area {
  margin-bottom: 20px;
}
#member .btn-area ul {
  letter-spacing: -0.4em;
}
#member .btn-area ul li {
  display: inline-block;
  *display: inline;
  letter-spacing: normal;
  margin-right: 5px;
  *zoom: 1;
}
#member .btn-area ul .btn-cursor:before {
  color: #fff;
}
#member .search-area {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
#member .search-area dl {
  overflow: hidden;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}
#member .search-area dl dt {
  float: left;
  width: 35px;
  color: #777;
}
#member .search-area dl dd {
  float: left;
  width: 250px;
}
#member .search-area dl dd ul {
  letter-spacing: -0.4em;
}
#member .search-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
  letter-spacing: normal;
}
#member .search-area dl dd ul li input {
  vertical-align: middle;
}
#member .search-area .kind {
  margin: .5em 0 0;
  padding: 0.5em 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
#member .search-area .kind dl {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
#member .search-area .kind dl dt {
  width: 11%;
  text-align: center;
}
#member .search-area .kind dl dd {
  width: 89%;
}
#member .search-area .kind dl dd ul li {
  margin-bottom: .3em;
  margin-right: 1em;
}
#member .search-area .kind dl dd select {
  width: auto;
}
#member .search-area .extraction {
  margin-left: 18px;
}
#member .search-area .extraction dd {
  width: 350px;
}
#member .search-area .search-bottom {
  padding-top: 0;
}
#member .search-area .search-bottom .regist {
  width: 100%;
  margin-left: 0;
  margin-bottom: 1em;
  padding-bottom: .5em;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-top: none;
}
#member .search-area .search-bottom .regist dt {
  width: 11%;
  padding-top: 7px;
  text-align: center;
}
#member .search-area .search-bottom .regist dd {
  width: 89%;
}
#member .search-area .search-bottom .regist dd input[type="text"] {
  width: 131px;
}
#member .search-area .search-bottom .regist dd p {
  display: inline-block;
}
#member .search-area .search-bottom .search-btn {
  text-align: center;
}
#member .search-area .search-bottom .search-btn .btn-search {
  width: 130px;
}
#member .search-area .search-bottom .search-btn .btn-search a {
  width: 130px;
  text-align: center;
}
#member .result {
  margin-bottom: .5em;
  font-size: 1.1em;
}
#member .result span {
  font-weight: bold;
  font-size: 1.6em;
  color: #a40000;
}
#member .top-area {
  margin-bottom: 20px;
}
#member .top-area select {
  margin-right: 8px;
}
#member .table-style span {
  color: #ff0000;
}
#member .table-style th, #member .table-style td {
  padding: 10px 5px;
}
#member #member-table .cate-guest {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4CC660;
  color: #4CC660;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#member #member-table tr .select {
  width: 4%;
}
#member #member-table tr .name {
  width: 18%;
}
#member #member-table tr .kanri {
  width: 17%;
}
#member #member-table tr .group {
  width: 9%;
}
#member #member-table tr .date {
  width: 10%;
}
#member #member-table tr .login {
  width: 10%;
}
#member #member-table tr .login-last {
  width: 10%;
}
#member #member-table tr .enquete {
  width: 8%;
}
#member #member-table tr .release {
  width: 6%;
}
#member #member-table tr .mainte {
  width: 8%;
}
#member #member-table .header {
  background-color: #ffebac;
}
#member #member-table .header:hover {
  cursor: pointer;
}
#member #member-table .header:after {
  position: relative;
  content: "\f0dc";
  right: -5px;
  top: 0;
  font-family: FontAwesome;
}
#member #member-table .headerSortDown:after {
  content: "\f0dd";
}
#member #member-table .headerSortUp:after {
  content: "\f0de";
}
#member #member-table .headerSortDown,
#member #member-table .headerSortUp {
  background-color: #ffab27;
}
#member.login-data .search-area .middle-kind {
  margin: 0;
  padding: 0.8em 0;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
}
#member.login-data .search-area .search-bottom .regist dt {
  line-height: 1.3;
}
#member.login-data .search-area .login-search-btn li:last-child {
  display: block;
  width: 97%;
  margin-top: 0.3em;
  margin-bottom: .2em;
  padding-top: .3em;
  border-top: 1px dotted #333;
}
#member.login-data .search-area #login-count-period .is-disable {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
#member.login-data .data-day {
  margin-bottom: .3em;
  font-size: 1.1em;
  font-weight: bold;
}
#member.login-data .result-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}
#member.login-data .result-block .result {
  width: 190px;
  margin: 0;
}
#member.login-data .result-block .pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 200px);
}
#member.login-data .result-block .pager p {
  margin-right: 0.5em;
  font-weight: bold;
}
#member.login-data .result-block .pager ul {
  display: flex;
}
#member.login-data .result-block .pager ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .3em;
  font-weight: bold;
  color: #e3712a;
  border: 1px solid #e3712a;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
#member.login-data .result-block .pager ul li.current {
  padding: .2em .4em 0;
  color: #fff;
  background: #e3712a;
}
#member.login-data .result-block .pager ul li.dot {
  padding: .3em .4em 0;
  border: none;
}
#member.login-data .result-block .pager ul li:last-child {
  margin-right: 0;
}
#member.login-data .result-block .pager ul li a {
  display: block;
  padding: .3em .4em 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-decoration: none;
}
#member.login-data .result-block .pager ul li a:hover {
  color: #fff;
  background: #e3712a;
}
#member.login-data #member-table tr td em {
  font-weight: bold;
}
#member.login-data #member-table tr td span {
  display: inline-block;
  margin-right: 0.5em;
  color: #000;
}
#member.login-data #member-table tr td span.c-red {
  display: inline;
  margin-right: 0;
  color: #ff0000;
}
#member.login-data #member-table tr td a .f-block {
  display: block;
}
#member.login-data #member-table tr td a .f-block .photo {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 1em;
}
#member.login-data #member-table tr td a .f-block .photo .photo-mask img {
  width: 120px;
  height: 120px;
}
#member.login-data #member-table tr td a .f-block .name-block {
  width: 100%;
  text-align: center;
}
#member.login-data #member-table tr td.chart {
  padding: 10px;
  text-align: center;
}
#member.login-data #member-table tr td.chart .ip-btn {
  display: inline-block;
  position: relative;
  margin: .8em auto 0;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff), color-stop(0.96, #dedede), color-stop(0, #fefefe));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #333;
  overflow: hidden;
}
#member.login-data #member-table tr td.chart .ip-btn:before {
  content: "\f1c5";
  position: absolute;
  line-height: 1;
  left: 14px;
  top: 9px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #000;
}
#member.login-data #member-table tr td.chart .ip-btn .download-chart {
  display: block;
  padding: 5px 20px 5px 31px;
  width: 100%;
  height: 100%;
  font-size: 1.1em;
  cursor: pointer;
}
#member.login-data #member-table tr td.chart .ip-btn .download-chart:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fefefe), color-stop(0.04, #dedede), color-stop(0, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
}

/*===========================================================================*/
/*  member-import メンバー管理:EXCELインポート */
/*===========================================================================*/
#member-import .read {
  margin-bottom: 15px;
}

/*===========================================================================*/
/*  staff メンバー管理：スタッフ */
/*===========================================================================*/
#staff .btn-area {
  margin-bottom: 20px;
}
#staff .btn-area ul {
  letter-spacing: -0.4em;
}
#staff .btn-area ul li {
  display: inline-block;
  *display: inline;
  letter-spacing: normal;
  margin-right: 5px;
  *zoom: 1;
}
#staff .btn-area ul .btn-cursor:before {
  color: #fff;
}
#staff .search-area {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
#staff .search-area .btn-search a {
  width: 130px;
  text-align: center;
}
#staff .search-area .btn-search:before {
  left: 40px;
}
#staff .top-area {
  margin-bottom: 20px;
}
#staff .top-area select {
  margin-right: 8px;
}
#staff .table-style span {
  color: #ff0000;
}
#staff .table-style th, #staff .table-style td {
  padding: 10px 5px;
}

/*===========================================================================*/
/*  mail メール送信 */
/*===========================================================================*/
#mail .ui-input dl {
  max-width: 600px;
  margin-bottom: 15px;
}
#mail .ui-input dl dt {
  font-weight: bold;
}
#mail .ui-input dl dd ul {
  letter-spacing: -0.4em;
}
#mail .ui-input dl dd ul li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: normal;
}
#mail .ui-input dl dd ul li:after {
  content: ",";
}
#mail .ui-input dl dd ul li:last-child:after {
  content: "";
}
#mail #member-table thead tr th.title {
  width: 52%;
}
#mail #member-table thead tr th.to {
  width: 20%;
}
#mail #member-table thead tr th.file {
  width: 7%;
}
#mail #member-table thead tr th.time {
  width: 13%;
}
#mail #member-table thead tr th.mainte {
  width: 8%;
}
#mail #member-table td i.fa-paperclip:before {
  font-size: 1.5em;
}
#mail .to-member-list {
  padding: .5em;
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: .5em;
}
#mail dd.file {
  display: inline-block;
  padding: 1em;
  border: 1px solid #ccc;
}
#mail dd.file .attachment-file-name {
  margin-bottom: .5em;
}
#mail dd.file button:hover, #mail dd.file .w400:hover {
  opacity: .85;
  cursor: pointer;
}
#mail #fancybox-wrap {
  width: 850px !important;
  left: 430px !important;
}
#mail .file_delete {
  border-radius: 3px;
  background-color: #777;
  color: #fff;
  border: none;
  -webkit-appearance: none;
}
#mail .file_delete:before {
  content: "\f00d";
  margin-right: .3em;
  font-family: FontAwesome;
  font-size: 1em;
  color: #fff;
}
#mail #fancybox-content {
  width: 830px !important;
  border: none;
}
#mail #fancybox-content #wrapper-answer {
  width: 100%;
}
#mail #fancybox-content #wrapper-answer #contents-answer {
  width: 98%;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.header {
  background: #ffebac;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.header:after {
  position: relative;
  content: "\f0dc";
  right: -5px;
  top: 0;
  font-family: FontAwesome;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.headerSortUp, #mail #fancybox-content #wrapper-answer #contents-answer table th.headerSortDown {
  background: #ffab27;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.headerSortUp:after {
  content: "\f0de";
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.headerSortDown:after {
  content: "\f0dd";
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.select {
  width: 5%;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.name {
  width: 20%;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.release {
  width: 7%;
}
#mail #fancybox-content #wrapper-answer #contents-answer table th.login {
  width: 10%;
}
#mail #fancybox-content #wrapper-answer #contents-answer table td:first-child {
  text-align: center;
}

/*===========================================================================*/
/*  detail メンバー管理：メンバー詳細 */
/*===========================================================================*/
#detail .profile-area {
  width: 900px;
  zoom: 1;
}
#detail .profile-area:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#detail .profile-area .photo-area {
  position: relative;
  float: left;
  width: 270px;
}
#detail .profile-area .photo-area .temp {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0 12px;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#detail .profile-area .photo-area .ico-staff {
  position: absolute;
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 23px;
  border-radius: 50%;
  background-color: #4abce6;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#detail .profile-area .photo-area .ico-guest {
  position: absolute;
  top: -15px;
  right: -15px;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 23px;
  border-radius: 50%;
  background-color: #4cc660;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
#detail .profile-area .detail {
  float: right;
  width: 600px;
}
#detail .profile-area .detail .top-area {
  margin-bottom: 15px;
}
#detail .profile-area .detail .top-area dl {
  display: inline-block;
  margin-right: 25px;
}
#detail .profile-area .detail .top-area dl dt {
  display: inline-block;
  font-weight: bold;
}
#detail .profile-area .detail .top-area dl dd {
  display: inline-block;
}
#detail .profile-area .detail .top-area .top {
  margin-bottom: 4px;
}
#detail .profile-area .detail .top-area .middle {
  margin-bottom: 10px;
}
#detail .profile-area .detail .top-area .middle .ico-mail {
  display: inline-block;
}
#detail .profile-area .detail .top-area .middle .ico-mail i {
  font-size: 1.4em;
}
#detail .profile-area .detail .top-area .bottom dl dt {
  font-size: 1.2em;
}
#detail .profile-area .detail .top-area .bottom dl dd {
  font-size: 1.6em;
}
#detail .profile-area .detail .top-area .bottom dl dd span {
  font-size: 0.7em;
  color: #777;
}
#detail .profile-area .detail .bottom-area .table-style tr td {
  text-align: left;
}
#detail .profile-area .detail .bottom-area .table-style tr td dl {
  display: inline-block;
  margin-right: 10px;
}
#detail .profile-area .detail .bottom-area .table-style tr td dl dt {
  display: inline-block;
  color: #777;
}
#detail .profile-area .detail .bottom-area .table-style tr td dl dd {
  display: inline-block;
}
#detail .profile-area .detail .bottom-area .table-style tr td dl dd span {
  font-size: 0.9em;
  color: #a40000;
}
#detail .profile-area .detail .bottom-area .table-style tr td .entry-num {
  display: inline-block;
  margin-right: 8px;
}
#detail .profile-area .detail .bottom-area .table-style tr td .login {
  width: 100%;
  margin-bottom: 2px;
}
#detail .profile-area .detail .bottom-area .table-style tr td a {
  text-decoration: none;
}
#detail .profile-area .detail .bottom-area .table-style tr td .cate-reply {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 6px 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#detail .profile-sub .table-style td {
  text-align: left;
}
#detail #fancybox-content {
  border: none;
}

/*===========================================================================*/
/*  wrapper-entry メンバー管理：投稿詳細 */
/*===========================================================================*/
#wrapper-entry {
  overflow-x: hidden;
  width: 580px;
  background-color: #fff;
}
#wrapper-entry .header-entry {
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #3b1e0f;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#wrapper-entry #contents-entry {
  max-width: auto;
  min-width: auto;
  width: 560px;
  margin: 0 auto 20px;
}
#wrapper-entry #contents-entry ul {
  overflow-y: auto;
  width: 100%;
  height: 350px;
  letter-spacing: -0.4em;
  text-align: left;
}
#wrapper-entry #contents-entry ul li {
  display: inline-block;
  margin: 0 5px 10px;
  width: 170px;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
}
#wrapper-entry #contents-entry ul li label {
  display: block;
  border: 4px solid #fff;
}
#wrapper-entry #contents-entry ul li input {
  display: none;
}
#wrapper-entry #contents-entry ul li input:checked + label {
  border-color: #e3712a;
}
#wrapper-entry .btn-area {
  text-align: center;
}
#wrapper-entry .btn-area .btn-style {
  margin-bottom: 20px;
}

/*===========================================================================*/
/*  wrapper-answer メンバー管理：回答詳細  */
/*===========================================================================*/
#wrapper-answer {
  overflow-x: hidden;
  width: 660px;
  background-color: #fff;
}
#wrapper-answer .header-answer {
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #3b1e0f;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#wrapper-answer #contents-answer {
  overflow-y: auto;
  max-width: auto;
  min-width: auto;
  width: 620px;
  max-height: 500px;
  margin: 0 auto 20px;
}
#wrapper-answer #contents-answer .table-style {
  width: 100%;
  margin: 0 auto;
}
#wrapper-answer #contents-answer .table-style th, #wrapper-answer #contents-answer .table-style td {
  padding: 5px;
}
#wrapper-answer #contents-answer .table-style td {
  font-size: 0.9em;
  text-align: left;
}
#wrapper-answer #contents-answer .table-style td dl {
  display: inline-block;
}
#wrapper-answer #contents-answer .table-style td dl dt {
  display: inline-block;
  font-weight: bold;
}
#wrapper-answer #contents-answer .table-style td dl dd {
  display: inline-block;
  margin-right: 10px;
}
#wrapper-answer #contents-answer .table-style .setsumon {
  width: 33%;
}
#wrapper-answer #contents-answer .table-style .kaitou {
  width: 50%;
}
#wrapper-answer #contents-answer .table-style .nichiji {
  width: 17%;
}

/*===========================================================================*/
/*  member-add メンバー管理：新規登録  */
/*===========================================================================*/
#member-add .edit-area {
  width: 920px;
}
#member-add .edit-area .editbox {
  display: flex;
  justify-content: space-between;
}
#member-add .edit-area .editbox .input-area {
  float: left;
  width: 630px;
}
#member-add .edit-area .editbox .input-area .top-area {
  margin-bottom: 20px;
}
#member-add .edit-area .editbox .input-area .top-area .category {
  overflow: hidden;
  margin-bottom: 5px;
}
#member-add .edit-area .editbox .input-area .top-area .category p {
  float: left;
  width: 80px;
  font-weight: bold;
}
#member-add .edit-area .editbox .input-area .top-area .category ul {
  float: left;
  width: 400px;
}
#member-add .edit-area .editbox .input-area .top-area .category ul li {
  display: inline-block;
  margin-right: 15px;
}
#member-add .edit-area .editbox .input-area .top-area .year {
  overflow: hidden;
}
#member-add .edit-area .editbox .input-area .top-area .year p {
  float: left;
  width: 80px;
  padding-top: 5px;
  font-weight: bold;
}
#member-add .edit-area .editbox .input-area .top-area .year select {
  display: inline-block;
  margin-right: 15px;
}
#member-add .edit-area .editbox .input-area .top-area .year .input-check {
  display: inline-block;
}
#member-add .edit-area .editbox .input-area .top-area .year .input-check input {
  margin-right: 4px;
  vertical-align: middle;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style {
  margin-bottom: 30px;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style th {
  text-align: left;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style th span {
  margin-left: 5px;
  color: #ff0000;
  font-weight: bold;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style td {
  text-align: left;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style td #graduate {
  margin-left: 10px;
  vertical-align: middle;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style td ul {
  letter-spacing: -0.4em;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style td ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  letter-spacing: normal;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style td .w50 {
  max-width: 70px;
}
#member-add .edit-area .editbox .input-area .table-wrapper .table-style th, #member-add .edit-area .editbox .input-area .table-wrapper .table-style td {
  padding: 7px 12px;
}
#member-add .edit-area .editbox .input-area .table-wrapper .btn-area ul {
  letter-spacing: -0.4em;
}
#member-add .edit-area .editbox .input-area .table-wrapper .btn-area ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  letter-spacing: normal;
}
#member-add .edit-area .editbox .right-area {
  float: right;
  width: 250px;
}
#member-add .edit-area .editbox .right-area .photo-area {
  margin-bottom: 15px;
}
#member-add .edit-area .editbox .right-area .photo-area dl dt {
  margin-bottom: 4px;
}
#member-add .edit-area .editbox .right-area .photo-area dl dd .photo {
  margin-bottom: 5px;
}
#member-add .edit-area .editbox .right-area .photo-area dl dd .photo img {
  vertical-align: bottom;
}
#member-add .edit-area .editbox .right-area .photo-area dl dd .input-check {
  margin-bottom: 5px;
}
#member-add .edit-area .editbox .right-area .photo-area dl dd .input-check input {
  margin-right: 5px;
  vertical-align: middle;
}
#member-add .edit-area .editbox .right-area .photo-area dl dd .btn-style a {
  padding: 4px 30px;
}
#member-add .edit-area .editbox .right-area .profile {
  margin-bottom: 15px;
}
#member-add .edit-area .editbox .right-area .profile dl dt {
  margin-bottom: 4px;
}
#member-add .edit-area .editbox .right-area .memo dl dt {
  margin-bottom: 4px;
}

/*===========================================================================*/
/*  group メンバー管理：グループメンテ */
/*===========================================================================*/
#group .add-area {
  margin-bottom: 20px;
}
#group .add-area dl {
  overflow: hidden;
}
#group .add-area dl dt {
  float: left;
  width: 75px;
  padding-top: 6px;
}
#group .add-area dl dd {
  float: left;
  width: 360px;
}
#group .group-area .table-style td {
  padding: 8px 10px;
  text-align: left;
}
#group .read {
  margin-bottom: 1em;
}
#group .read span {
  color: #ff0000;
}

/*===========================================================================*/
/*  chat メッセージ管理 */
/*===========================================================================*/
.side-menu-btn {
  display: none;
}

#chat .member {
  color: #777;
}
#chat .member span {
  font-weight: bold;
  color: #000;
}
#chat .btn-area {
  margin-bottom: 20px;
}
#chat .btn-area .btn-cursor:before {
  color: #fff;
}
#chat #loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}
#chat #loader-bg #loading img {
  position: relative;
  width: 37px;
  height: auto;
  z-index: 9999;
}
#chat .search-area {
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
#chat .search-area form {
  display: flex;
  align-items: flex-end;
}
#chat .search-area form .extraction dt {
  margin-bottom: .5em;
  font-size: 1.2em;
  font-weight: bold;
}
#chat .search-area form .extraction dd ul {
  display: flex;
  align-items: flex-end;
}
#chat .search-area form .extraction dd ul li {
  margin-right: 1em;
}
#chat .search-area form .btn-style .gradient {
  position: relative;
  padding: .3em 2.5em;
  display: block;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
#chat .search-area form .btn-style .gradient:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #3b1e0f;
  left: 14px;
  top: 6px;
}
#chat .history-wrapper form table {
  width: 100%;
  table-layout: auto;
}
#chat .history-wrapper form table tr th.license {
  position: relative;
  background-color: #ffebac;
}
#chat .history-wrapper form table tr th.license:hover {
  cursor: pointer;
}
#chat .history-wrapper form table tr th.license:after {
  position: relative;
  content: "\f0dc";
  right: -5px;
  top: 0;
  font-family: FontAwesome;
}
#chat .history-wrapper form table tr th.headerSortUp, #chat .history-wrapper form table tr th.headerSortDown {
  background-color: #ffab27;
}
#chat .history-wrapper form table tr th.headerSortUp:after {
  content: "\f0dd";
}
#chat .history-wrapper form table tr th.headerSortDown:after {
  content: "\f0de";
}
#chat .history-wrapper form table tr td {
  padding: 5px 10px;
  word-break: break-all;
  text-align: left;
}
#chat .history-wrapper form table tr td.name {
  width: 25%;
}
#chat .history-wrapper form table tr td.name a, #chat .history-wrapper form table tr td.name .f-block {
  align-items: center;
  display: flex;
  text-decoration: none;
}
#chat .history-wrapper form table tr td.name a .photo, #chat .history-wrapper form table tr td.name .f-block .photo {
  max-width: 60px;
  max-height: 50px;
  margin-right: .5em;
}
#chat .history-wrapper form table tr td.name a .name-block .cate-staff, #chat .history-wrapper form table tr td.name a .name-block .cate-guest, #chat .history-wrapper form table tr td.name .f-block .name-block .cate-staff, #chat .history-wrapper form table tr td.name .f-block .name-block .cate-guest {
  margin-bottom: .3em;
  padding-left: 0;
  margin-left: 0;
}
#chat .history-wrapper form table tr td.name a .name-block .text-name, #chat .history-wrapper form table tr td.name .f-block .name-block .text-name {
  text-decoration: underline;
}
#chat .history-wrapper form table tr td.name .photo-mask {
  text-align: center;
}
#chat .history-wrapper form table tr td.name .photo-mask img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
#chat .history-wrapper form table tr td.name .photo-mask .circle {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#chat .history-wrapper form table tr td.name .inner {
  display: flex;
  align-items: center;
}
#chat .history-wrapper form table tr td.name .inner .photo {
  width: 30%;
}
#chat .history-wrapper form table tr td.name .inner .photo .photo-mask .circle {
  width: 50px;
  height: 50px;
}
#chat .history-wrapper form table tr td.name .inner .detail {
  width: 65%;
}
#chat .history-wrapper form table tr td.name .inner .detail a {
  margin-right: .5em;
}
#chat .history-wrapper form table tr td.name .inner .detail span {
  margin-left: 0;
}
#chat .history-wrapper form table tr td.message1 {
  width: 17%;
  font-size: .9em;
}
#chat .history-wrapper form table tr td.message2 {
  width: 51%;
}
#chat .history-wrapper form table tr td.message2.system-message {
  color: #a40000;
}
#chat .history-wrapper form table tr td.image {
  text-align: center;
}
#chat .history-wrapper form table tr td.image img {
  vertical-align: bottom;
}
#chat .history-wrapper form table tr td.mainte .f-block {
  display: flex;
  justify-content: center;
}
#chat .history-wrapper form table tr td.mainte .f-block p {
  margin-right: .5em;
}
#chat .history-wrapper form table tr td.mainte .f-block p:last-child {
  margin-right: 0;
}
#chat .history-wrapper form table tr td .cate-guest {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4CC660;
  color: #4CC660;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#chat .history-wrapper form table tr td .cate-staff {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4abce6;
  color: #4abce6;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#chat .history-wrapper form table tr td .cate-reply {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#chat .chat-wrapper {
  overflow: auto;
  height: 500px;
  margin: 2em 0;
  padding: 1.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}
#chat .chat-wrapper .chat-area .myself, #chat .chat-wrapper .chat-area .other {
  display: block;
  margin-bottom: 1em;
}
#chat .chat-wrapper .chat-area .myself .message, #chat .chat-wrapper .chat-area .other .message {
  position: relative;
  display: inline-block;
  max-width: 750px;
  min-height: 33px;
  margin-bottom: .2em;
  padding: 0.5em 1em;
  border-radius: 10px;
  word-wrap: break-word;
}
#chat .chat-wrapper .chat-area .myself .message img, #chat .chat-wrapper .chat-area .other .message img {
  max-height: 250px;
}
#chat .chat-wrapper .chat-area .myself .message span, #chat .chat-wrapper .chat-area .other .message span {
  display: none;
  position: absolute;
  top: -7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#chat .chat-wrapper .chat-area .myself .message span:hover, #chat .chat-wrapper .chat-area .other .message span:hover {
  cursor: pointer;
  opacity: .8;
}
#chat .chat-wrapper .chat-area .myself .message:after, #chat .chat-wrapper .chat-area .other .message:after {
  position: absolute;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
#chat .chat-wrapper .chat-area .myself .date, #chat .chat-wrapper .chat-area .other .date {
  color: #b0b0b0;
  font-size: .85em;
  letter-spacing: normal;
}
#chat .chat-wrapper .chat-area .other {
  position: relative;
  padding-left: 60px;
}
#chat .chat-wrapper .chat-area .other:after {
  content: "";
  display: block;
  clear: both;
}
#chat .chat-wrapper .chat-area .other .photo {
  position: absolute;
  top: 30px;
  left: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
#chat .chat-wrapper .chat-area .other .photo img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
#chat .chat-wrapper .chat-area .other .name {
  margin-bottom: .3em;
  color: #333;
  font-size: .85em;
}
#chat .chat-wrapper .chat-area .other .message {
  background-color: #e5e5e5;
}
#chat .chat-wrapper .chat-area .other .message:after {
  left: -12px;
  top: 11px;
  border-right: 13px solid #e5e5e5;
}
#chat .chat-wrapper .chat-area .myself {
  text-align: right;
}
#chat .chat-wrapper .chat-area .myself .message {
  background-color: #f9e3d7;
  text-align: left;
}
#chat .chat-wrapper .chat-area .myself .message span {
  left: -7px;
}
#chat .chat-wrapper .chat-area .myself .message:after {
  right: -12px;
  top: 11px;
  border-left: 13px solid #f9e3d7;
  border-right: none;
}
#chat .chat-wrapper .chat-area .myself .message:hover span {
  display: block;
}
#chat .input-area textarea:hover {
  background-color: #f3feff;
}
#chat .input-area .photoupload {
  width: 550px;
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}
#chat .input-area .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}
#chat .input-area .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}
#chat .input-area .photoupload #drag-drop-area p i {
  font-size: 3em;
}
#chat .input-area .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}
#chat .input-area .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}
#chat .input-area .photoupload #drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}
#chat .input-area .photoupload #drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#chat .input-area .photoupload #drag-drop-area .upload-area ul li {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
#chat .input-area .photoupload #drag-drop-area .upload-area ul li img {
  width: 100%;
}
#chat .input-area .photoupload #drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}
#chat .input-area .photoupload #drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}
#chat .input-area .photoupload #drag-drop-area .upload-area .dragarea label:hover {
  cursor: pointer;
  border-color: #888;
}
#chat .input-area .attention {
  text-align: center;
}
#chat .input-area .settled .fa-picture-o {
  display: none;
}
#chat .input-area .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}
#chat .input-area .btn-area {
  text-align: center;
}

/*===========================================================================*/
/*  chat メッセージ管理：トークルーム編集 */
/*===========================================================================*/
.chat .tab-group {
  display: flex;
  justify-content: flex-start;
}
.chat .tab-group .tab {
  flex-grow: 1;
  max-width: 300px;
  padding: 5px;
  list-style: none;
  font-size: 1.1em;
  background: #eee;
  border: solid 1px #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
}
.chat .tab-group .tab.license-staff {
  background: #d7f1fb;
}
.chat .tab-group .tab.license-staff.is-active {
  background: #4abce6;
}
.chat .tab-group .tab.is-active {
  color: #fff;
  background: #3c1f0f;
  border: none;
  transition: all 0.2s ease-out;
}
.chat .chat-search {
  margin-bottom: 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.chat .chat-search .title {
  margin-bottom: .5em;
  font-weight: bold;
}
.chat .panel-group {
  margin-bottom: 2em;
  padding: 1.5em;
  height: auto;
  background: #fff;
  border: 3px solid #3c1f0f;
}
.chat .panel-group .panel {
  display: none;
}
.chat .panel-group .panel.is-show {
  display: block;
}
.chat .roommenu {
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.chat .roommenu .chat-detail {
  margin-bottom: 1em;
  padding: .5em;
  border: 1px dashed #777;
}
.chat .roommenu .title {
  display: inline-block;
  font-weight: bold;
  color: #777;
}
.chat .roommenu #chat-room-name-form {
  display: flex;
}
.chat .roommenu #chat-room-name-form input.roomname {
  max-width: 500px;
  margin-right: 1em;
}
.chat .roommenu #chat-room-name-form .btn-style:first-child {
  margin-right: .5em;
}
.chat .roommenu #chat-room-name-view {
  padding: .5em;
  font-size: 1.5em;
}
.chat .roommenu #chat-room-name-view .btn-style {
  font-size: 0.65em;
}
.chat .roommenu .btn-block {
  margin-bottom: 0;
  text-align: center;
}
.chat .member-edit {
  text-align: center;
}
.chat .member-edit input {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.1em;
  padding: 4px 20px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.chat .member-edit input:before {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color: #3b1e0f;
  left: 14px;
  top: 8px;
}

/*===========================================================================*/
/*  news お知らせ・アンケート管理 */
/*===========================================================================*/
#news #contents {
  max-width: 1350px;
}
#news #fancybox-content {
  border: none;
}
#news .enquete-area {
  margin-bottom: 8px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
#news .enquete-area dl {
  margin-bottom: 3px;
}
#news .enquete-area dl dt {
  display: inline-block;
  margin-right: 10px;
  width: 85px;
  color: #777;
  vertical-align: top;
}
#news .enquete-area dl dd {
  display: inline-block;
  width: 610px;
}
#news .enquete-area dl dd ul {
  letter-spacing: -0.4em;
}
#news .enquete-area dl dd ul li {
  display: inline-block;
  margin-right: 12px;
  min-width: 87px;
  letter-spacing: normal;
}
#news .enquete-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#news .btn-add-area {
  margin-bottom: 25px;
}
#news .btn-add-area .btn-style a:before {
  color: #fff;
}
#news .table-wrapper .table-style .date {
  width: 8%;
}
#news .table-wrapper .table-style .subject {
  width: 25%;
}
#news .table-wrapper .table-style .year {
  width: 8%;
}
#news .table-wrapper .table-style .kind {
  width: 9%;
}
#news .table-wrapper .table-style .group {
  width: 18%;
}
#news .table-wrapper .table-style .enqu {
  width: 11%;
}
#news .table-wrapper .table-style .release {
  width: 6%;
}
#news .table-wrapper .table-style .mainte {
  width: 15%;
}
#news .table-wrapper .table-style td {
  padding: 5px;
  font-size: 0.9em;
  vertical-align: middle;
}
#news .table-wrapper .table-style td span {
  display: block;
}
#news .table-wrapper .table-style td em {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#news .table-wrapper .table-style td em.cate-guest {
  color: #34bf4b;
  border-color: #34bf4b;
}
#news .table-wrapper .table-style td img {
  vertical-align: middle;
}
#news .table-wrapper .table-style td .btn-style {
  padding: 4px 0;
}
#news .table-wrapper .table-style td .btn-style a {
  padding: 4px 10px;
  text-decoration: none;
}
#news .table-wrapper .table-style .ico-wrapper {
  letter-spacing: -0.4em;
}
#news .table-wrapper .table-style .ico-wrapper .ico-style {
  margin-right: 2px;
  letter-spacing: normal;
}
#news .table-wrapper .table-style .ico-wrapper .ico-style:last-child {
  margin-right: 0;
}
#news .table-wrapper .table-style .t-left {
  text-align: left;
}

/*===========================================================================*/
/*  control 管理種別 */
/*===========================================================================*/
#control .add-area {
  margin-bottom: 20px;
}
#control .add-area dl {
  overflow: hidden;
}
#control .add-area dl dt {
  float: left;
  width: 75px;
  padding-top: 6px;
}
#control .add-area dl dd {
  float: left;
  width: 360px;
}
#control .group-area .table-style td {
  padding: 8px 10px;
  text-align: left;
}
#control .group-area .table-style td.t-right {
  text-align: right;
}
#control .read {
  margin-bottom: 1em;
}
#control .read span {
  color: #ff0000;
}
#control .read-change {
  padding: .5em;
  margin-bottom: 2em;
  border: 2px solid #1744a0;
  color: #1744a0;
  font-weight: bold;
  font-size: 1.05em;
  text-align: center;
}
#control .read-add {
  padding: .5em;
  margin-bottom: 2em;
  border: 2px solid #137309;
  color: #137309;
  font-weight: bold;
  font-size: 1.05em;
  text-align: center;
}
#control #fancybox-content {
  border: none;
}
#control .ui-input dl {
  width: 100%;
  margin-bottom: 15px;
}
#control .ui-input dl dt {
  font-weight: bold;
}
#control .ui-input dl dd ul {
  letter-spacing: -0.4em;
}
#control .ui-input dl dd ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 2px;
  letter-spacing: normal;
}
#control .ui-input.kanri dl dd ul li {
  min-width: 215px;
}
#control .ui-input.kanri dl dd ul li input {
  margin-right: .2em;
  vertical-align: middle;
}
#control .ui-input.person dl dd ul li:not(:last-of-type):after {
  content: ",";
}

/*===========================================================================*/
/*  news-add お知らせ・アンケート管理：お知らせ新規登録 */
/*===========================================================================*/
#news-add .error-box {
  letter-spacing: -0.4em;
}
#news-add .error-box p {
  display: inline-block;
  width: 200px;
  margin-right: 36px;
  vertical-align: bottom;
  letter-spacing: normal;
}
#news-add .ui-input-area {
  max-width: 900px;
}
#news-add .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#news-add .ui-input-area dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
#news-add .ui-input-area dl dd {
  float: right;
  width: 800px;
}
#news-add .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#news-add .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#news-add .ui-input-area dl dd.target-conf {
  font-size: .9em;
  line-height: 1.8;
}
#news-add .ui-input-area dl dd.target-conf span {
  display: inline-block;
  padding: 0 .3em;
  font-weight: bold;
}
#news-add .ui-input-area dl dd.target-conf .license-name {
  background-color: #ffedb8;
  color: #3f320b;
}
#news-add .ui-input-area dl dd.target-conf .control-type {
  background-color: #ffd8d8;
  color: #380404;
}
#news-add .ui-input-area dl dd.target-conf .kind {
  background-color: #d1f7c9;
  color: #16490b;
}
#news-add .ui-input-area dl dd p label input {
  margin-right: 3px;
  vertical-align: middle;
}
#news-add .ui-input-area dl dd .jHtmlArea {
  background-color: #fff;
}
#news-add .ui-input-area dl dd .jHtmlArea .ToolBar ul li {
  margin-right: 3px;
}
#news-add .ui-input-area dl dd div img {
  margin-right: .5em;
  vertical-align: middle;
}
#news-add .ui-input-area dl dd div .file_delete {
  border-radius: 3px;
  background-color: #777;
  color: #fff;
  border: none;
  -webkit-appearance: none;
}
#news-add .ui-input-area dl dd div .file_delete:before {
  content: "\f00d";
  margin-right: .3em;
  font-family: FontAwesome;
  font-size: 1em;
  color: #fff;
}
#news-add .ui-input-area dl dd input[type="file"]:hover, #news-add .ui-input-area dl dd button:hover {
  opacity: .85;
  cursor: pointer;
}
#news-add .ui-input-area dl dd #drag-drop-area {
  margin-top: .5em;
}
#news-add .ui-input-area dl dd .jHtmlArea iframe {
  height: 250px !important;
}

/*===========================================================================*/
/*  enquete-add お知らせ・アンケート管理：アンケート新規登録 */
/*===========================================================================*/
#enquete-add .status {
  margin-bottom: 30px;
}
#enquete-add .status .table-style th, #enquete-add .status .table-style td {
  padding: 10px;
}
#enquete-add .status .table-style .cate-guest {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4CC660;
  color: #4CC660;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#enquete-add .enquete .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2em;
}
#enquete-add .enquete .title i {
  margin-right: 3px;
  color: #c51d2b;
}
#enquete-add .enquete .ui-input-area .table-style th {
  background-color: #ececec;
}
#enquete-add .enquete .ui-input-area .table-style td {
  text-align: left;
}
#enquete-add .enquete .ui-input-area .table-style td ul {
  letter-spacing: -0.4em;
}
#enquete-add .enquete .ui-input-area .table-style td ul li {
  margin-right: 5px;
  padding: 5px;
  letter-spacing: normal;
}
#enquete-add .enquete .ui-input-area .table-style td ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#enquete-add .enquete .ui-input-area .sortable-content .on-parent table {
  cursor: move;
}
#enquete-add .enquete .ui-input-area .sortable-content .on-parent table th {
  background-color: #ffaeae;
}
#enquete-add .enquete .ui-input-area .sortable-content .on-child {
  cursor: move;
  background-color: #ffaeae;
}
#enquete-add .enquete .ui-input-area .limit td select {
  width: 70px;
}
#enquete-add .enquete .ui-input-area .limit td input {
  vertical-align: top;
}
#enquete-add .enquete .ui-input-area .limit td p {
  margin-bottom: 5px;
}
#enquete-add .enquete .ui-input-area .limit td p:last-child {
  margin-bottom: 0;
}
#enquete-add .enquete .ui-input-area .choice {
  margin-bottom: 7px;
}
#enquete-add .enquete .ui-input-area .choice .choice-block {
  margin-bottom: 5px;
}
#enquete-add .enquete .ui-input-area .choice .choice-block input[type="text"] {
  margin-bottom: 5px;
}
#enquete-add .enquete .ui-input-area .choice .choice-block input[type="checkbox"] {
  margin-right: 3px;
}
#enquete-add .enquete .ui-input-area .choice .btn-style a {
  text-decoration: none;
}
#enquete-add .enquete .ui-input-area .choice .btn-add:before {
  color: #c51d2b;
}
#enquete-add .enquete .setsumon {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
#enquete-add .enquete .setsumon .btn-add:before {
  color: #fff;
}
#enquete-add .enquete .entry-status dl {
  overflow: hidden;
  margin-bottom: 30px;
}
#enquete-add .enquete .entry-status dl dt {
  float: left;
  width: 140px;
  font-weight: bold;
}
#enquete-add .enquete .entry-status dl dd {
  float: left;
  width: 500px;
}
#enquete-add .enquete .entry-status dl dd ul {
  letter-spacing: -0.4em;
}
#enquete-add .enquete .entry-status dl dd ul li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: normal;
}
#enquete-add .enquete .history .table-style .t-date {
  width: 20%;
}
#enquete-add .enquete .history .table-style .t-name {
  width: 60%;
}
#enquete-add .enquete .history .table-style .y-mainte {
  width: 20%;
}
#enquete-add .enquete .history .table-style tbody td:nth-child(2) {
  text-align: left;
}

/*===========================================================================*/
/*  enquete-detail お知らせ・アンケート管理：アンケート詳細 */
/*===========================================================================*/
#enquete-detail .status {
  margin-bottom: 40px;
}
#enquete-detail .status .cate-guest {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4CC660;
  color: #4CC660;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#enquete-detail .btn-add-area {
  padding-bottom: 110px;
}
#enquete-detail .btn-add-area .btn-style {
  margin-bottom: 5px;
}
#enquete-detail .btn-add-area .read {
  font-size: 1.3em;
}
#enquete-detail .enquete .title-area {
  overflow: hidden;
  margin-bottom: 5px;
}
#enquete-detail .enquete .title-area .title {
  float: left;
  width: 130px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}
#enquete-detail .enquete .title-area .title i {
  color: #c51d2b;
  margin-right: 3px;
}
#enquete-detail .enquete .title-area .option {
  float: left;
  width: 500px;
  padding-top: 3px;
}
#enquete-detail .enquete .title-area .option dl {
  display: inline-block;
  margin-right: 20px;
  color: #777;
}
#enquete-detail .enquete .title-area .option dl dt {
  display: inline-block;
}
#enquete-detail .enquete .title-area .option dl dd {
  display: inline-block;
}
#enquete-detail .enquete .enquete-area {
  margin-bottom: 40px;
  border: 1px solid #333;
}
#enquete-detail .enquete .enquete-area .limit-area {
  overflow: hidden;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #333;
  color: #fff;
}
#enquete-detail .enquete .enquete-area .limit-area .left {
  float: left;
  width: 500px;
  padding-top: 5px;
  font-size: 1.1em;
}
#enquete-detail .enquete .enquete-area .limit-area .left dl {
  overflow: hidden;
}
#enquete-detail .enquete .enquete-area .limit-area .left dl dt {
  float: left;
  width: 80px;
}
#enquete-detail .enquete .enquete-area .limit-area .left dl dd {
  float: left;
  width: 380px;
  text-align: left;
}
#enquete-detail .enquete .enquete-area .limit-area .right {
  float: right;
  width: 300px;
}
#enquete-detail .enquete .enquete-area .limit-area .right dl {
  text-align: right;
}
#enquete-detail .enquete .enquete-area .limit-area .right dl dt {
  display: inline-block;
}
#enquete-detail .enquete .enquete-area .limit-area .right dl dd {
  display: inline-block;
}
#enquete-detail .enquete .enquete-area .question {
  padding: 20px 30px 10px;
}
#enquete-detail .enquete .enquete-area .question dl {
  margin-bottom: 15px;
}
#enquete-detail .enquete .enquete-area .question dl dt {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1.1em;
}
#enquete-detail .enquete .enquete-area .question dl dt span {
  margin: 0 5px 0 0;
  padding: 0 5px;
  background-color: #3b1e0f;
  border-radius: 3px;
  color: #fff;
}
#enquete-detail .enquete .enquete-area .question dl dt em {
  padding: 0 5px;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  vertical-align: middle;
}
#enquete-detail .enquete .enquete-area .question dl dd {
  padding-left: 38px;
}
#enquete-detail .enquete .enquete-area .question dl dd ul {
  letter-spacing: -0.4em;
}
#enquete-detail .enquete .enquete-area .question dl dd ul li {
  display: block;
  margin: 0 15px 6px 0;
  letter-spacing: normal;
}
#enquete-detail .enquete .enquete-area .question dl dd ul li input {
  margin-right: 4px;
}
#enquete-detail .enquete .enquete-area .question dl dd ul li input[type="text"] {
  padding: 3px 5px;
}
#enquete-detail .enquete .history .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
#enquete-detail .enquete .history .title i {
  margin-right: 3px;
  color: #c51d2b;
}
#enquete-detail .enquete .history .year {
  position: relative;
  margin-bottom: 10px;
  padding-right: 200px;
}
#enquete-detail .enquete .history .year ul {
  letter-spacing: -0.4em;
}
#enquete-detail .enquete .history .year ul li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: normal;
  vertical-align: top;
}
#enquete-detail .enquete .history .year .btn-style {
  position: absolute;
  right: 0;
  bottom: 0;
}
#enquete-detail .enquete .history .table-style .t-name {
  width: 15%;
}
#enquete-detail .enquete .history .table-style .t-group {
  width: 11%;
}
#enquete-detail .enquete .history .table-style .t-year {
  width: 9%;
}
#enquete-detail .enquete .history .table-style .t-kind {
  width: 15%;
}
#enquete-detail .enquete .history .table-style .t-answer {
  width: 39%;
}
#enquete-detail .enquete .history .table-style .t-date {
  width: 11%;
}
#enquete-detail .enquete .history .table-style th, #enquete-detail .enquete .history .table-style td {
  padding: 8px;
}
#enquete-detail .enquete .history .table-style th {
  background-color: #ececec;
}
#enquete-detail .enquete .history .table-style td {
  text-align: left;
}
#enquete-detail .enquete .history .table-style td ul li {
  display: inline-block;
  margin-right: 10px;
}
#enquete-detail .enquete .history .table-style td.t-kind ul li {
  display: list-item;
}
#enquete-detail .history .title {
  display: inline-block;
  color: #777;
  vertical-align: top;
}
#enquete-detail .history .year {
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
#enquete-detail .history .year ul {
  display: flex;
  margin-bottom: .5em;
}
#enquete-detail .history .year ul li {
  margin-right: 1em;
}

/*===========================================================================*/
/*  sns sns管理 */
/*===========================================================================*/
#sns #contents {
  max-width: 90%;
}
#sns .btn-add-area {
  margin-bottom: 20px;
}
#sns .sns-wrapper .sns-list {
  max-width: 700px;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
#sns .sns-wrapper .sns-list li a {
  border-bottom: 1px dotted #ccc;
  padding: 15px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
#sns .sns-wrapper .sns-list li a label {
  cursor: pointer;
}
#sns .sns-wrapper .sns-list li a:hover {
  background: #efefef;
  cursor: pointer;
}
#sns .sns-wrapper .sns-list li a ul {
  display: flex;
  align-items: center;
  position: relative;
}
#sns .sns-wrapper .sns-list li a ul li.photo-mask {
  text-align: center;
}
#sns .sns-wrapper .sns-list li a ul li.photo-mask img {
  object-fit: cover;
  width: 100px;
  height: 100px;
}
#sns .sns-wrapper .sns-list li a ul li.photo-mask .circle {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
#sns .sns-wrapper .sns-list li a ul li.group {
  padding: 0 10px;
  width: 300px;
}
#sns .sns-wrapper .sns-list li a ul li.name {
  padding: 0 10px;
  font-weight: bold;
}
#sns .sns-wrapper .sns-list li a ul li.link {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 37px;
}
#sns .sns-wrapper .sns-list li a ul li.link span {
  padding: 3px 10px;
  background: #ffac52;
  color: #fff;
}
#sns .sns-wrapper .sns-list li a ul li.link span:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  padding-left: 7px;
}
#sns .sns-wrapper table {
  width: 100%;
  table-layout: auto;
}
#sns .sns-wrapper table tr th.check {
  width: 90px;
}
#sns .sns-wrapper table tr th.date {
  min-width: 100px;
}
#sns .sns-wrapper table tr th.mainte {
  width: 100px;
}
#sns .sns-wrapper table tr th.release {
  width: 80px;
}
#sns .sns-wrapper table tr th.kind {
  width: 100px;
}
#sns .sns-wrapper table tr th.image {
  width: 200px;
}
#sns .sns-wrapper table tr th.release {
  width: 80px;
}
#sns .sns-wrapper table tr th.subject {
  min-width: 190px;
}
#sns .sns-wrapper table tr td {
  padding: 5px 10px;
  word-break: break-all;
  text-align: left;
}
#sns .sns-wrapper table tr td.t-center {
  text-align: center;
}
#sns .sns-wrapper table tr td.t-left {
  text-align: left;
}
#sns .sns-wrapper table tr td span.push {
  display: inline-block;
  margin-left: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  padding: 2px 5px;
}
#sns .sns-wrapper table tr td.imagearea p.imagebox {
  margin: 0 auto 1em;
  text-align: center;
  max-width: 100px;
}
#sns .sns-wrapper table tr td.imagearea input {
  margin-bottom: 0.5em;
}
#sns .sns-wrapper table tr td.name {
  width: 25%;
}
#sns .sns-wrapper table tr td.name a, #sns .sns-wrapper table tr td.name .f-block {
  align-items: center;
  display: flex;
  text-decoration: none;
}
#sns .sns-wrapper table tr td.name a .photo, #sns .sns-wrapper table tr td.name .f-block .photo {
  max-width: 60px;
  max-height: 50px;
  margin-right: .5em;
}
#sns .sns-wrapper table tr td.name a .name-block .cate-staff, #sns .sns-wrapper table tr td.name a .name-block .cate-guest, #sns .sns-wrapper table tr td.name .f-block .name-block .cate-staff, #sns .sns-wrapper table tr td.name .f-block .name-block .cate-guest {
  margin-bottom: .3em;
  padding-left: 0;
  margin-left: 0;
}
#sns .sns-wrapper table tr td.name a .name-block .text-name, #sns .sns-wrapper table tr td.name .f-block .name-block .text-name {
  text-decoration: underline;
}
#sns .sns-wrapper table tr td.name .photo-mask {
  text-align: center;
}
#sns .sns-wrapper table tr td.name .photo-mask img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
#sns .sns-wrapper table tr td.name .photo-mask .circle {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#sns .sns-wrapper table tr td.name .inner {
  display: flex;
  align-items: center;
}
#sns .sns-wrapper table tr td.name .inner .photo {
  width: 30%;
}
#sns .sns-wrapper table tr td.name .inner .photo .photo-mask .circle {
  width: 50px;
  height: 50px;
}
#sns .sns-wrapper table tr td.name .inner .detail {
  width: 65%;
}
#sns .sns-wrapper table tr td.name .inner .detail a {
  margin-right: .5em;
}
#sns .sns-wrapper table tr td.name .inner .detail span {
  margin-left: 0;
}
#sns .sns-wrapper table tr td.message1 {
  width: 17%;
  font-size: .9em;
}
#sns .sns-wrapper table tr td.message2 {
  width: 51%;
}
#sns .sns-wrapper table tr td.message2.system-message {
  color: #a40000;
}
#sns .sns-wrapper table tr td.image {
  text-align: center;
}
#sns .sns-wrapper table tr td.image img {
  vertical-align: bottom;
}
#sns .sns-wrapper table tr td.mainte .f-block {
  display: flex;
  justify-content: center;
}
#sns .sns-wrapper table tr td.mainte .f-block p {
  margin-right: .5em;
}
#sns .sns-wrapper table tr td.mainte .f-block p:last-child {
  margin-right: 0;
}
#sns .sns-wrapper table tr td .cate-guest {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4CC660;
  color: #4CC660;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#sns .sns-wrapper table tr td .cate-staff {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #4abce6;
  color: #4abce6;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#sns .sns-wrapper table tr td .cate-reply {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px 0;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#sns .input-wrapper {
  width: 350px;
  margin-bottom: 25px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 5px #eee;
}
#sns .input-wrapper .inner {
  padding: 19px 23px;
  background-color: #f4f4f4;
}
#sns .input-wrapper .inner .input-area {
  margin-bottom: 1em;
}
#sns .input-wrapper .inner .input-area dl dt {
  float: none;
  width: 100%;
  margin-bottom: .5em;
  padding-top: 8px;
  font-size: 1.1em;
}
#sns .input-wrapper .inner .input-area dl dd {
  float: none;
  width: 100%;
}
#sns .input-wrapper .inner .input-area p {
  padding-left: 0;
}
#sns .ui-input-area {
  max-width: 900px;
}
#sns .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
}
#sns .ui-input-area dl dt {
  width: 100px;
  font-weight: bold;
}
#sns .ui-input-area dl dd {
  width: 800px;
}
#sns .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#sns .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#sns .ui-input-area dl dd p label input {
  margin-right: 3px;
  vertical-align: middle;
}
#sns .ui-input-area dl dd p.photo {
  max-width: 500px;
}
#sns .column-error-area {
  margin-bottom: 2em;
}
#sns .column-help-area p.sub-t {
  margin: 0.5em 0;
  padding-left: 10px;
  border-left: 5px solid #ff9237;
  font-size: 1.2em;
  font-weight: bold;
}
#sns .column-help-area th {
  background: #dbfdf1;
}
#sns .input-area textarea:hover {
  background-color: #f3feff;
}
#sns .input-area .photoupload {
  width: 550px;
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}
#sns .input-area .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}
#sns .input-area .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}
#sns .input-area .photoupload #drag-drop-area p i {
  font-size: 3em;
}
#sns .input-area .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}
#sns .input-area .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}
#sns .input-area .photoupload #drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}
#sns .input-area .photoupload #drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#sns .input-area .photoupload #drag-drop-area .upload-area ul li {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
#sns .input-area .photoupload #drag-drop-area .upload-area ul li img {
  width: 100%;
}
#sns .input-area .photoupload #drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}
#sns .input-area .photoupload #drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}
#sns .input-area .photoupload #drag-drop-area .upload-area .dragarea label:hover {
  cursor: pointer;
  border-color: #888;
}
#sns .input-area .attention {
  text-align: center;
}
#sns .input-area .settled .fa-picture-o {
  display: none;
}
#sns .input-area .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}
#sns .input-area .btn-area {
  text-align: center;
}
#sns .btn-style a {
  display: block;
  text-decoration: none;
}
#sns .btn-style a:before {
  color: #fff;
}

/*===========================================================================*/
/*  schedule スケジュール管理 */
/*===========================================================================*/
#schedule .btn-add-area {
  margin-bottom: 20px;
}
#schedule .schedule-area .subnav {
  margin-bottom: 15px;
  font-size: 1.5em;
  text-align: center;
  vertical-align: top;
}
#schedule .schedule-area .subnav .nav-back {
  display: inline-block;
}
#schedule .schedule-area .subnav .nav-back a {
  display: block;
  padding: 2px 10px;
}
#schedule .schedule-area .subnav .nav-back a:hover {
  opacity: 0.8;
}
#schedule .schedule-area .subnav .current-year {
  display: inline-block;
  margin: 0 30px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 1.4em;
}
#schedule .schedule-area .subnav .nav-next {
  display: inline-block;
}
#schedule .schedule-area .subnav .nav-next a {
  display: block;
  padding: 2px 10px;
}
#schedule .schedule-area .subnav .nav-next a:hover {
  opacity: 0.8;
}
#schedule .schedule-area .subnav * {
  vertical-align: middle;
}
#schedule .schedule-area .block {
  margin-bottom: 20px;
}
#schedule .schedule-area .block .title {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

/*===========================================================================*/
/*  schedule-add スケジュール管理：新規登録 */
/*===========================================================================*/
#schedule-add .ui-input-area {
  max-width: 900px;
}
#schedule-add .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#schedule-add .ui-input-area dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
#schedule-add .ui-input-area dl dd {
  float: right;
  width: 800px;
}
#schedule-add .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#schedule-add .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}

/*===========================================================================*/
/*  faq Q&A管理 */
/*===========================================================================*/
#faq .top-area {
  overflow: hidden;
  margin-bottom: 20px;
}
#faq .top-area .btn-add-area {
  float: left;
  width: 180px;
}
#faq .top-area .search-area {
  float: left;
  width: 550px;
}
#faq .top-area .search-area select {
  margin-right: 8px;
}

/*===========================================================================*/
/*  faq Q&A管理:新規登録 */
/*===========================================================================*/
#faq-add .ui-input-area {
  max-width: 900px;
}
#faq-add .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#faq-add .ui-input-area dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
#faq-add .ui-input-area dl dd {
  float: right;
  width: 800px;
}
#faq-add .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#faq-add .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#faq-add .ui-input-area dl dd p label input {
  margin-right: 3px;
  vertical-align: middle;
}

.faq-tab-area {
  margin-bottom: 40px;
  border-bottom: 4px solid #3f2110;
}
.faq-tab-area ul {
  letter-spacing: -0.4em;
}
.faq-tab-area ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
  letter-spacing: normal;
}
.faq-tab-area ul li a {
  display: block;
  padding: 8px 20px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffffff), color-stop(0.96, #dedede), color-stop(0, #fefefe));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  background: linear-gradient(top, #fefefe 0%, #dedede 96%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#dedede');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkZWRlZGUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzMpIiAvPgo8L3N2Zz4=);
  color: #3b1e0f;
  text-decoration: none;
}
.faq-tab-area ul li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fefefe), color-stop(0.04, #dedede), color-stop(0, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  background: linear-gradient(top, #ffffff 0%, #dedede 4%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#fefefe');
  /* SVG as background image (IE9/Chrome/Safari/Opera) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMzUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjZmVmZWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZGVkZWRlIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMjM1KSIgLz4KPC9zdmc+);
}
.faq-tab-area ul li a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  margin-right: 5px;
  color: #e3712a;
}
.faq-tab-area ul .current {
  padding: 8px 20px;
  border: 1px solid #000;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #261108), color-stop(0, #644225));
  background: -webkit-linear-gradient(top, #644225 0%, #261108 100%);
  background: -moz-linear-gradient(top, #644225 0%, #261108 100%);
  background: -o-linear-gradient(top, #644225 0%, #261108 100%);
  background: -ms-linear-gradient(top, #644225 0%, #261108 100%);
  background: linear-gradient(top, #644225 0%, #261108 100%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjYxMTA4IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNjQ0MjI1IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNzk3KSIgLz4KPC9zdmc+);
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.faq-tab-area ul .current:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  margin-right: 5px;
}

/*===========================================================================*/
/*  now 会社NOW管理 */
/*===========================================================================*/
#now .btn-add-area {
  margin-bottom: 20px;
}
#now .gallery {
  margin-bottom: 30px;
  text-align: left;
  letter-spacing: -0.4em;
}
#now .gallery dl {
  display: inline-block;
  width: 200px;
  margin: 10px;
  cursor: pointer;
  letter-spacing: normal;
  vertical-align: top;
}
#now .gallery dl dt {
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
#now .gallery dl dt em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 0;
  color: #fff;
  background-color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
  z-index: 9999;
}
#now .gallery dl dt img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  vertical-align: bottom;
}
#now .gallery dl dt img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#now .gallery dl dd .date {
  color: #777;
  font-size: 0.85em;
}
#now .gallery dl dd .detail a {
  color: #3b1e0f;
  text-decoration: none;
}
#now .gallery dl dd .detail a i {
  margin-left: 4px;
  font-size: 1.1em;
  color: #ff0000;
}
#now .gallery dl dd .detail a:hover {
  text-decoration: underline;
}
#now .gallery dl dd .push {
  display: inline-block;
  border: 1px solid #e3712a;
  line-height: 1.4;
}
#now .gallery dl dd .push i {
  margin-right: 3px;
}
#now .gallery dl dd .push span {
  font-size: 0.8em;
}
#now .gallery dl dd .push a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  letter-spacing: normal;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#now .gallery dl dd .push a:hover {
  background-color: #e3712a;
  color: #fff;
}
#now .btn-more-area {
  margin-bottom: 40px;
}
#now .btn-more-area a {
  display: block;
  padding: 6px 0;
  border: 1px solid #e3712a;
  color: #e3712a;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: none;
}
#now .btn-more-area a:hover {
  background-color: #e3712a;
  color: #fff;
}
#now .btn-more-area a i {
  margin-right: 5px;
  vertical-align: middle;
}

/*===========================================================================*/
/*  share ファイル管理 */
/*===========================================================================*/
#share #contents {
  max-width: 1350px;
}
#share .btn-add-area {
  margin-bottom: 25px;
}
#share .btn-add-area .btn-style a:before {
  color: #fff;
}
#share .table-wrapper .table-style .subject {
  width: 22%;
}
#share .table-wrapper .table-style .file-kind {
  width: 5%;
}
#share .table-wrapper .table-style .kind {
  width: 8%;
}
#share .table-wrapper .table-style .group {
  width: 17%;
}
#share .table-wrapper .table-style .year {
  width: 8%;
}
#share .table-wrapper .table-style .date {
  width: 9%;
}
#share .table-wrapper .table-style .release {
  width: 6%;
}
#share .table-wrapper .table-style .mainte {
  width: 11%;
}
#share .table-wrapper .table-style td {
  padding: 5px 2px;
  vertical-align: middle;
}
#share .table-wrapper .table-style td span {
  display: block;
}
#share .table-wrapper .table-style td em {
  display: inline-block;
  margin-left: 4px;
  padding: 0 3px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
}
#share .table-wrapper .table-style td em.cate-guest {
  color: #34bf4b;
  border-color: #34bf4b;
}
#share .table-wrapper .table-style td img {
  vertical-align: middle;
}
#share .table-wrapper .table-style td .btn-style {
  padding: 4px 0;
}
#share .table-wrapper .table-style td .btn-style a {
  padding: 4px 17px;
  text-decoration: none;
}
#share .table-wrapper .table-style th {
  padding: 10px 5px;
}
#share .table-wrapper .table-style .t-left {
  text-align: left;
}

/*===========================================================================*/
/*  now-add 会社NOW管理：新規登録 */
/*===========================================================================*/
#now-add .ui-input-area {
  max-width: 900px;
}
#now-add .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#now-add .ui-input-area dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
#now-add .ui-input-area dl dd {
  float: right;
  width: 800px;
}
#now-add .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#now-add .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#now-add .ui-input-area dl dd p label input {
  margin-right: 3px;
  vertical-align: middle;
}
#now-add .ui-input-area dl dd input[type="file"] {
  margin-bottom: 5px;
}
#now-add .ui-input-area .btn-area {
  padding-top: 30px;
}

/*===========================================================================*/
/*  share-detail ファイル管理：ファイル詳細 */
/*===========================================================================*/
#share-detail .table-style tbody tr td {
  text-align: left;
}
#share-detail .btn-area {
  margin-bottom: 1em;
}
#share-detail .history {
  position: relative;
}
#share-detail .history .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
#share-detail .history .title i {
  margin-right: 3px;
  color: #c51d2b;
}
#share-detail .history .submission {
  position: absolute;
  top: 2px;
  left: 11.8em;
  padding: 0 .8em;
  border: 1px solid #3c1f0f;
  color: #3c1f0f;
  background-color: #ece7e5;
  font-size: .95em;
  line-height: 1.3;
}
#share-detail .history .submission span {
  margin-left: .5em;
  font-weight: bold;
}
#share-detail .history .year {
  position: relative;
  margin-bottom: 10px;
  padding-right: 200px;
}
#share-detail .history .year ul {
  letter-spacing: -0.4em;
}
#share-detail .history .year ul li {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: normal;
  vertical-align: top;
}
#share-detail .history .year .btn-style {
  position: absolute;
  right: 0;
  bottom: 0;
}
#share-detail .history .table-style tbody tr th, #share-detail .history .table-style tbody tr td {
  padding: 10px 5px;
}
#share-detail .history .table-style tbody tr td {
  text-align: center;
}
#share-detail .history .table-style tbody tr td .btn-style a {
  text-decoration: none;
}
#share-detail .history .table-style tbody tr .r5 {
  width: 5%;
}
#share-detail .history .table-style tbody tr .t-name {
  width: 11%;
}
#share-detail .history .table-style tbody tr .t-group {
  width: 9%;
}
#share-detail .history .table-style tbody tr .t-year {
  width: 9%;
}
#share-detail .history .table-style tbody tr .t-kind {
  width: 17%;
}
#share-detail .history .table-style tbody tr .t-answer {
  width: 9%;
}
#share-detail .history .table-style tbody tr .t-date {
  width: 10%;
}
#share-detail .history .table-style tbody tr .t-left {
  text-align: left;
}

/*===========================================================================*/
/*  share-detail ファイル管理：提出ファイル一覧 */
/*===========================================================================*/
#share-history .btn-back {
  margin-bottom: 1em;
}
#share-history .table-style tbody tr td {
  text-align: center;
}
#share-history .table-style tbody tr .t-left {
  text-align: left;
}
#share-history .history-title {
  margin-bottom: 2em;
}
#share-history .history-title .table-style tr th {
  background-color: #fdf5db;
}
#share-history .history .table-style tr th {
  background-color: #ececec;
  font-weight: normal;
}
#share-history .history .table-style tr td.date {
  color: #777;
}
#share-history .status {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
#share-history .status p {
  display: inline-block;
}
#share-history .status p.year {
  margin-right: .5em;
}

/*===========================================================================*/
/*  setting 設定：企業情報 */
/*===========================================================================*/
#setting .txt-regist {
  margin-bottom: 20px;
  padding: 2px 0px;
  border: 2px solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#setting .table-style th, #setting .table-style td {
  padding: 6px 8px;
  text-align: left;
}
#setting .table-style th span {
  margin-left: 5px;
  color: #ff0000;
  font-weight: bold;
}
#setting .jinji h2 {
  margin-bottom: 4px;
  font-size: 1.1em;
  font-weight: bold;
}
#setting .btn-area {
  margin-bottom: 40px;
}
#setting .btn-area ul {
  letter-spacing: -0.4em;
}
#setting .btn-area ul li {
  margin-right: 5px;
  display: inline-block;
  letter-spacing: normal;
}

/*===========================================================================*/
/*  privacy 設定：プライバシーポリシー */
/*===========================================================================*/
#privacy .txt-regist {
  margin-bottom: 20px;
  padding: 2px 0px;
  border: 2px solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#privacy .option {
  margin-bottom: 15px;
}
#privacy .option dl {
  display: inline-block;
  margin-right: 20px;
  color: #777;
}
#privacy .option dl dt {
  display: inline-block;
}
#privacy .option dl dd {
  display: inline-block;
}
#privacy .ui-input-area {
  max-width: 900px;
}
#privacy .ui-input-area p {
  margin-bottom: 15px;
}
#privacy .ui-input-area dl {
  overflow: hidden;
  margin-bottom: 10px;
}
#privacy .ui-input-area dl dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
#privacy .ui-input-area dl dd {
  float: right;
  width: 800px;
}
#privacy .ui-input-area dl dd ul li {
  display: inline-block;
  margin-right: 8px;
}
#privacy .ui-input-area dl dd ul li input {
  margin-right: 3px;
  vertical-align: middle;
}
#privacy .ui-input-area .jHtmlArea {
  background-color: #fff;
}
#privacy .ui-input-area .jHtmlArea .ToolBar ul li {
  margin-right: 3px;
}
#privacy .ui-input-area .btn-area {
  padding-top: 30px;
}

/*===========================================================================*/
/*  app 設定：アプリ設定 */
/*===========================================================================*/
#app .txt-regist {
  margin-bottom: 20px;
  padding: 2px 0px;
  border: 2px solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#app .table-style th, #app .table-style td {
  text-align: left;
}
#app .table-style td .appid p {
  display: inline-block;
  margin-right: 20px;
}
#app .table-style td .appid ul {
  display: inline-block;
}
#app .table-style td .appid ul li {
  display: inline-block;
  margin-right: 8px;
}
#app .table-style td input[type="file"] {
  margin-bottom: 5px;
}
#app .table-style td input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: middle;
}
#app .block h2 {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
}
#app .btn-area {
  margin-bottom: 40px;
}
#app .btn-area ul {
  letter-spacing: -0.4em;
}
#app .btn-area ul li {
  margin-right: 5px;
  display: inline-block;
  letter-spacing: normal;
}

/*===========================================================================*/
/*  password 設定：パスワード変更 */
/*===========================================================================*/
#password .txt-regist {
  margin-bottom: 20px;
  padding: 2px 0px;
  border: 2px solid #ff0000;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
#password .table-style th, #password .table-style td {
  text-align: left;
}
#password .btn-area {
  padding-bottom: 120px;
}
#password .btn-area ul {
  letter-spacing: -0.4em;
}
#password .btn-area ul li {
  margin-right: 5px;
  display: inline-block;
  letter-spacing: normal;
}

/*===========================================================================*/
/*  notfound */
/*===========================================================================*/
#notfound {
  min-width: auto;
  background: none;
}
#notfound .notfound-wrapper {
  position: relative;
  width: 625px;
  margin: 100px auto 0;
  padding: 40px;
  border: 1px solid #c2b0a6;
  box-shadow: inset 0 0 0 7px #fbeee6;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#notfound .notfound-wrapper .logo {
  margin-bottom: 15px;
  text-align: center;
}
#notfound .notfound-wrapper dl {
  margin-bottom: 30px;
}
#notfound .notfound-wrapper dl dt {
  font-size: 57px;
  font-weight: bold;
  line-height: 1.4;
}
#notfound .notfound-wrapper dl dd {
  color: #f40000;
  font-size: 20px;
}
#notfound .notfound-wrapper .read {
  margin-bottom: 30px;
  font-size: 1.1em;
}
#notfound .notfound-wrapper .button {
  display: inline-block;
}
#notfound .notfound-wrapper .button a {
  display: block;
  padding: 2px 55px;
  border-radius: 30px;
  background-color: #3f2110;
  border: 2px solid #3f2110;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#notfound .notfound-wrapper .button a:hover {
  color: #3f2110;
  background-color: #fff;
  border: 2px solid #3f2110;
}
#notfound .notfound-wrapper .fig {
  position: absolute;
  left: -15px;
  bottom: -30px;
}

/*===========================================================================*/
/*  systemerror */
/*===========================================================================*/
#systemerror {
  min-width: auto;
  height: auto;
  background: none;
}
#systemerror .systemerror-wrapper {
  position: relative;
  width: 625px;
  margin: 100px auto 0;
  padding: 40px;
  border: 1px solid #c2b0a6;
  box-shadow: inset 0 0 0 7px #fbeee6;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#systemerror .systemerror-wrapper .logo {
  margin-bottom: 30px;
  text-align: center;
}
#systemerror .systemerror-wrapper dl {
  margin-bottom: 30px;
}
#systemerror .systemerror-wrapper dl dt {
  margin-bottom: 10px;
  color: #a40000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
#systemerror .systemerror-wrapper dl dd {
  color: #222;
  font-size: 15px;
}
#systemerror .systemerror-wrapper .button {
  display: inline-block;
}
#systemerror .systemerror-wrapper .button a {
  display: block;
  padding: 2px 55px;
  border-radius: 30px;
  background-color: #3f2110;
  border: 2px solid #3f2110;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#systemerror .systemerror-wrapper .button a:hover {
  color: #3f2110;
  background-color: #fff;
  border: 2px solid #3f2110;
}
#systemerror .systemerror-wrapper .fig {
  position: absolute;
  left: -15px;
  bottom: -30px;
}

ul.ui-input-area .sortable li {
  z-index: 100;
}

tr.choice li {
  z-index: 200;
}

/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  footer {
    font-size: .85em;
  }

  /*------------------------*/
  /*  login ログイン */
  /*------------------------*/
  #login {
    min-width: auto;
  }
  #login #contents .title {
    width: 95%;
    margin: 0 auto 20px;
    padding-top: 50px;
  }
  #login #contents .title h1 {
    font-size: 1.5em;
  }
  #login #contents .title h1 span {
    font-size: 1.2em;
    line-height: 1.5;
    display: block;
  }
  #login #contents .login-area {
    width: 95%;
  }
  #login #contents .login-area .logo {
    display: none;
  }
  #login #contents .login-area .right-area {
    float: none;
    width: 100%;
  }
  #login #contents .login-area .right-area .input-wrapper {
    max-width: 350px;
    margin: 0 auto 1em;
  }
  #login #contents .login-area .right-area .input-wrapper .inner {
    padding: 10px 15px;
  }
  #login #contents .login-area .right-area .input-wrapper .inner .input-area dl dt {
    float: none;
    width: 100%;
    margin-bottom: .5em;
    padding-top: 8px;
    font-size: 1.1em;
  }
  #login #contents .login-area .right-area .input-wrapper .inner .input-area dl dd {
    float: none;
    width: 100%;
  }
  #login #contents .login-area .right-area .input-wrapper .inner .input-area p {
    padding-left: 0;
  }
  #login #contents .login-area .right-area .contact-area {
    max-width: 430px;
    margin: 0 auto;
    padding-left: 0;
  }

  /*------------------------*/
  /*  サイドメニュー */
  /*------------------------*/
  #toppage, .chat {
    min-width: auto;
  }
  #toppage header, .chat header {
    min-width: auto;
  }
  #toppage header .h-inner, .chat header .h-inner {
    padding-left: 50px;
  }
  #toppage header .h-inner .customers, .chat header .h-inner .customers {
    width: calc(100% - 100px);
  }
  #toppage header .h-inner .account, .chat header .h-inner .account {
    float: none;
    width: calc(100% - 100px);
    padding-right: 5px;
    text-align: left;
  }
  #toppage header .h-inner .logout, .chat header .h-inner .logout {
    width: 100px;
    padding: 10px 0px 10px 0;
  }
  #toppage header .h-inner .logout a, .chat header .h-inner .logout a {
    width: 100px;
    padding-top: 0;
  }
  #toppage footer, .chat footer {
    position: static;
    min-width: auto;
    text-align: center;
  }
  #toppage .overlay, .chat .overlay {
    content: '';
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
  }
  #toppage .overlay:after, .chat .overlay:after {
    content: "close";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255, 255, 255, 0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  #toppage.side-open #menu, .chat.side-open #menu {
    opacity: 1;
  }
  #toppage.side-open #wrapper, .chat.side-open #wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    pointer-events: none;
    overflow: hidden;
  }
  #toppage.side-open .overlay, .chat.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
  }
  #toppage.side-open .overlay:after, .chat.side-open .overlay:after {
    visibility: visible;
    color: rgba(255, 255, 255, 0.8);
  }
  #toppage.side-open .side-menu-btn, .chat.side-open .side-menu-btn {
    background: #000;
    padding: 8px 8px;
  }
  #toppage.side-open .side-menu-btn:hover .top, .chat.side-open .side-menu-btn:hover .top {
    width: 35px;
    height: 2px;
    background: #ccc;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #toppage.side-open .side-menu-btn .top, .chat.side-open .side-menu-btn .top {
    width: 35px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #toppage.side-open .side-menu-btn .mid, .chat.side-open .side-menu-btn .mid {
    opacity: 0;
  }
  #toppage.side-open .side-menu-btn:hover .bot, .chat.side-open .side-menu-btn:hover .bot {
    width: 35px;
    height: 2px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #ccc;
  }
  #toppage.side-open .side-menu-btn .bot, .chat.side-open .side-menu-btn .bot {
    width: 35px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #toppage.side-open .ellipsis-v, .chat.side-open .ellipsis-v {
    width: 25px;
    height: 25px;
  }
  #toppage .side-menu, .chat .side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding-top: 150px;
    text-align: left;
    font-size: 13px;
    background: #2A408E;
    z-index: 1000;
  }
  #toppage .side-menu-btn, .chat .side-menu-btn {
    display: block;
    position: fixed;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    background: #000;
    color: #fff;
    font-size: 2em;
    line-height: 0;
    cursor: pointer;
    z-index: 4;
  }
  #toppage .ellipsis-v, .chat .ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 20px;
  }
  #toppage .ellipsis-v .point, .chat .ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #toppage .ellipsis-v .point.top, .chat .ellipsis-v .point.top {
    top: 0;
  }
  #toppage .ellipsis-v .point.mid, .chat .ellipsis-v .point.mid {
    top: 0;
    bottom: 0;
  }
  #toppage .ellipsis-v .point.bot, .chat .ellipsis-v .point.bot {
    bottom: 0;
  }
  #toppage #wrapper, .chat #wrapper {
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    z-index: 2;
  }
  #toppage #menu, .chat #menu {
    opacity: 0;
  }
  #toppage #contents, .chat #contents {
    max-width: none;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #toppage #contents h1, .chat #contents h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #toppage h1, .chat h1 {
    height: auto;
    border-bottom: none;
  }
  #toppage h1 span, .chat h1 span {
    display: block;
    font-size: .85em;
    text-indent: -.3em;
  }

  /*------------------------*/
  /*  TOP トップ */
  /*------------------------*/
  #toppage #contents .h1title-dashboard {
    margin-bottom: .5em;
  }
  #toppage #contents .h1title-dashboard:before {
    left: 0;
  }
  #toppage #contents .h1title-dashboard span {
    padding-left: 40px;
  }
  #toppage #contents .h1title-dashboard a {
    position: static;
  }
  #toppage #contents .top-area table {
    float: none;
    margin-right: 0;
  }
  #toppage #contents .top-area .contact-area {
    float: none;
    padding: 7px;
  }
  #toppage #contents .member-area .block .btn-style {
    display: none;
  }

  /*------------------------*/
  /*  chat メッセージ */
  /*------------------------*/
  .chat .h1title-area {
    height: auto;
    margin-bottom: .5em;
    border-bottom: none;
  }
  .chat .h1title-area h1 span {
    margin-right: 12px;
    line-height: 2;
  }
  .chat .panel-group {
    padding: 1em;
  }
  .chat .panel-group .is-show .gradation {
    display: block;
    position: relative;
  }
  .chat .panel-group .is-show .gradation:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
    height: 100%;
    background: #fcfcfc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fcfcfc 0%, #d1d1d1 100%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcfcfc 0%, #d1d1d1 100%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcfcfc 0%, #d1d1d1 100%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: .6;
  }
  .chat .panel-group .is-show .gradation .scroll {
    overflow: auto;
    box-shadow: 0px 0px 10px 10px #000 inset;
    z-index: 100;
    margin-bottom: 30px;
  }
  .chat .panel-group .is-show .gradation .scroll table {
    margin-bottom: 0;
    white-space: nowrap;
    width: 100%;
    table-layout: auto;
    z-index: -100;
  }
  .chat .btn-image input {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Chrome, Safari */
  }

  #chat .history-wrapper form table tr td {
    padding: 5px;
  }
  #chat .history-wrapper form table tr td.name a, #chat .history-wrapper form table tr td.name .f-block {
    display: block;
  }
  #chat .history-wrapper form table tr td.name .inner {
    display: block;
  }
  #chat .history-wrapper form table tr td.name .inner .photo {
    width: 100%;
  }
  #chat .history-wrapper form table tr td.name .inner .photo .photo-mask {
    width: 40px;
    height: 40px;
  }
  #chat .history-wrapper form table tr td.name .inner .photo .photo-mask .circle {
    width: 40px;
    height: 40px;
  }
  #chat .history-wrapper form table tr td.name .inner .detail {
    width: 100%;
  }
  #chat .history-wrapper form table tr td.name .inner.mainte .f-block {
    display: block;
  }
  #chat .history-wrapper form table tr td.name .inner.mainte .f-block p {
    margin-right: 0;
    margin-bottom: .5em;
  }
  #chat .history-wrapper form table tr td.name .inner.mainte .f-block p:last-child {
    margin-bottom: 0;
  }
  #chat .chat-wrapper {
    padding: 1em;
  }
  #chat .chat-wrapper .chat-area .myself .message, #chat .chat-wrapper .chat-area .other .message {
    max-width: 85%;
    word-break: break-all;
  }
  #chat .input-area .photoupload {
    width: 100%;
    background: #fff;
  }
  #chat .input-area .photoupload #drag-drop-area {
    padding: 0;
    border: none;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea {
    /* iOSでのデフォルトスタイルをリセット */
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea p {
    display: none;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="submit"],
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="submit"]::-webkit-search-decoration,
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="submit"]::focus,
  #chat .input-area .photoupload #drag-drop-area .dragarea input[type="button"]::focus {
    outline-offset: -2px;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea label {
    padding: .5em 1em;
  }
  #chat .input-area .photoupload #drag-drop-area .dragarea label:before {
    content: "\f03e";
    margin-right: .3em;
    font-family: FontAwesome;
  }
  #chat .input-area .attention {
    text-align: left;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #chat .search-area {
    text-align: center;
  }
  #chat .search-area form {
    display: block;
  }
  #chat .search-area form dl {
    margin-bottom: .5em;
  }
  #chat .search-area form dl dd ul {
    justify-content: center;
    margin: 0 auto;
  }
  #chat .history-wrapper form table tr td.name a, #chat .history-wrapper form table tr td.name .f-block {
    display: block;
  }
}
