/* 共通指定 */
@font-face {
  font-family: 'Roboto-Medium';
  src: url(/font/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto-Condensed';
  src: url(/font/RobotoCondensed-LightItalic.ttf);
}
input[type="password"],
input[type="text"] {
  background-color: #f0f4f7;
  border: 1px solid #dddddd;
  box-shadow: none;
}
h1 {
  margin: 6px 0 0 0;
  font-size: 18px;
  display: inline-block;
  height: 51px;
  cursor: pointer;
}
h2 {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  padding: 5px 0;
}
h3 {
  color: gray;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 1;
}
h4 {
  font-size: 14px;
  margin: 0;
  line-height: 40px;
}
h4:before {
  color: #1ba1e2;
  content: "\025A0";
  margin-right: 5px;
}
label {
  margin: 0;
  display: inline-block;
}
input[type="radio"] {
  margin: 0;
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
}
hr {
  margin: 0 0 5px;
  border-top: 1px solid #ccc;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
td {
  border: 0;
}
a {
  color: #323c46;
  text-decoration: underline;
  font-size: 12px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('/img/svg/select_down.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 10px center;
  height: 32px;
  margin: 0;
  font-size: 13px;
  padding-top: 2px;
  border: 1px solid #dddddd;
}
select:focus {
  outline: none;
}
input[type="button"]:focus {
  outline: none;
}
textarea {
  box-shadow: none;
  border: 1px solid #dddddd;
}
/* テーブルのソート用矢印 */
th.sort {
  cursor: pointer;
}
th.sort.desc:after {
  content: "\25bc";
}
th.sort.asc:after {
  content: "\25b2";
}
/* ドラッグ中のみカーソルの形状を変える */
.listmousedragscroll-top[data-down="true"][data-move="true"] {
  cursor: pointer;
}
.ui-selectmenu-menu {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.ui-selectmenu-button.ui-button {
  border: 1px solid #ddd;
  background: #f0f4f7;
  outline: none;
  padding: 4px 10px 2px;
  margin-bottom: 5px;
}
#main .ui-selectmenu-button.ui-button:focus,
#main .ui-selectmenu-button.ui-button:hover {
}
#main .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  background-image: url(/img/svg/select_up.svg);
}
#main .ui-selectmenu-button .ui-selectmenu-icon {
  background-image: url(/img/svg/select_down.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 6px 7px;
}
.ui-selectmenu-button .ui-selectmenu-text {
  color: #323c46;
  font-weight: normal;
}
.ui-selectmenu-menu .ui-widget-content .ui-state-active {
  color: #555555;
  background: #e3edf7;
  border: 0;
  font-weight: normal;
  margin: 0;
}
/* プルダウンの高さの調整 */
.ui-selectmenu-menu ul {
  max-height: 360px;
  border: 0 !important;
}
/*======================================
　ページナビゲーション（全件・ページ番号・次へ・前へ）
=======================================*/
#page_navi {
  text-align: center;
}
#page_all span {
  padding: 0 10px;
  background: #0000ff;
  color: #ffffff;
}
#page_number {
  margin-top: 3px;
}
#page_number a {
  text-decoration: none;
  margin-right: 1em;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  color: #323c46;
  min-width: 25px;
  height: 22px;
  font-family: 'Roboto-Medium';
  transition: 0.3s;
  border-radius: 50%;
}
#page_number a.change p {
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
#page_number a.change.L p {
  background-image: url('/img/svg/PAGE_ARROW_L.svg');
}
#page_number a.change.R p {
  background-image: url('/img/svg/PAGE_ARROW_R.svg');
}
#page_number a.change.L:hover p {
  background-image: url('/img/svg/PAGE_ARROW_L_hover.svg');
}
#page_number a.change.R:hover p {
  background-image: url('/img/svg/PAGE_ARROW_R_hover.svg');
}
#page_number a:hover,
#page_number strong {
  padding-top: 3px;
  margin-right: 1em;
  color: white;
  display: inline-block;
  background-color: #1ba1e2;
  width: 25px;
  height: 22px;
  border-radius: 50%;
}

/* ログイン画面 */
div.login {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 350px;
  height: 380px;
  text-align: center;
  background-color: white;
  font-size: 12px;
}
div.login > div {
  padding: 40px 40px;
}
div.login p.title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(/img/CLaM_logo_02.png);
  text-indent: -1000px;
  overflow: hidden;
  background-size: cover;
  height: 108px;
}
div.login p.title span {
  color: #1ba1e2;
}
div.login p.system {
  font-size: 11px;
  font-weight: bold;
}
div.login div.input {
  text-align: left;
  font-size: 10px;
}
div.login input[type="password"],
div.login input[type="text"] {
  width: calc(100% - 14px);
  margin-bottom: 5px;
}
div.login input[type="checkbox"] {
  margin-top: -2px;
  margin-right: 5px;
}
div.login label {
  font-size: 10px;
  margin-bottom: 0;
}
#login {
  position: relative;
  overflow: hidden;
  background-color: #1ba1e2;
  border-radius: 5px;
  border: 0;
  color: white;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 35px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}
#login span {
  z-index: 1;
  position: relative;
}
#login:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transform: translate(-101%,-50%);
  width: 100%;
  height: 100%;
  background-color: #157FB2;
  transition: transform .6s cubic-bezier(.53,.21,0,1);
}
#login:hover:before {
  transform: translateY(-50%);
}

/*セッション切れページ*/

.quit {
  height: 100vh;
  position: relative;
}
.quit div {
  width: 500px;
  height: 150px;
  background-color: #cceeff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 50px;
}

/* ヘッダー */
.global-header {
  position: fixed;
  z-index: 900;
  top: 0;
  height: 60px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px #02255529;
  width: 100%;
}
.global-header p {
  position: absolute;
  top: 20px;
  left: 250px;
  color: red;
  font-weight: bold;
}
.global-header img {
  display: inline-block;
}
.global-header img {
  cursor: pointer;
}
.global-header img.logo {
  margin-top: 5px;
  margin-left: 10px;
}
#notification_base {
  position: absolute;
  top: 10px;
  right: 88px;
  width: 40px;
  height: 40px;
  background-image: url('/img/svg/bell_none.svg?2');
  background-size: 100%;
  cursor: pointer;
}
#notification_base:hover {
  background-image: url('/img/svg/bell_none_hover.svg?2');
}
#notification_base.red {
  background-image: url('/img/svg/bell_red.svg?2');
}
#notification_base.red:hover {
  background-image: url('/img/svg/bell_red_hover.svg?2');
}
#notification_num {
  position: absolute;
  top: 14px;
  right: 90px;
  width: 20px;
  height: 20px;
  color: white;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transform: scale(0.7, 0.7);
  font-family: Roboto-Medium;
}
#user_icon {
  position: absolute;
  top: 10px;
  right: 46px;
  width: 40px;
  height: 40px;
  background-image: url('/img/svg/human.svg?2');
  background-size: 40px 40px;
  border-radius: 50%;
  cursor: pointer;
}
#user_icon:hover {
  background-image: url('/img/svg/human_hover.svg?2');
}
#other_icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('/img/svg/other.svg?1');
  cursor: pointer;
}
#other_icon:hover {
  background-image: url('/img/svg/other_hover.svg?1');
}

.side-menu {
  position: fixed;
  z-index: 901;
  top: 60px;
  width: 60px;
  height: calc(100vh - 60px);
  background-color: #10a1e2;
}
.side-menu table {
  width: 100%;
}
.side-menu .button {
  cursor: pointer;
}
.side-menu td {
  width: 100%;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.side-menu .master {
  background-image: url('/img/svg/ICON_pencil.svg?1');
}
.side-menu .master:hover {
  background-image: url('/img/svg/ICON_pencil_hover.svg?1');
}
.side-menu .master.sel {
  background-image: url('/img/svg/ICON_pencil_active.svg?1');
}
.side-menu .master.sel:hover {
  background-image: url('/img/svg/ICON_pencil_active_hover.svg?1');
}
.side-menu .sales {
  background-image: url('/img/svg/ICON_bargraph.svg?1');
}
.side-menu .sales:hover {
  background-image: url('/img/svg/ICON_bargraph_hover.svg?1');
}
.side-menu .sales.sel {
  background-image: url('/img/svg/ICON_bargraph_active.svg?1');
}
.side-menu .sales.sel:hover {
  background-image: url('/img/svg/ICON_bargraph_active_hover.svg?1');
}
.side-menu .human {
  background-image: url('/img/svg/ICON_human.svg?1');
}
.side-menu .human:hover {
  background-image: url('/img/svg/ICON_human_hover.svg?1');
}
.side-menu .human.sel {
  background-image: url('/img/svg/ICON_human_active.svg?1');
}
.side-menu .human.sel:hover {
  background-image: url('/img/svg/ICON_human_active_hover.svg?1');
}
.side-menu .company {
  background-image: url('/img/svg/ICON_company.svg?1');
}
.side-menu .company:hover {
  background-image: url('/img/svg/ICON_company_hover.svg?1');
}
.side-menu .company.sel {
  background-image: url('/img/svg/ICON_company_active.svg?1');
}
.side-menu .company.sel:hover {
  background-image: url('/img/svg/ICON_company_active_hover.svg?1');
}
.side-menu .product {
  background-image: url('/img/svg/ICON_product.svg?2');
}
.side-menu .product:hover {
  background-image: url('/img/svg/ICON_product_hover.svg?2');
}
.side-menu .product.sel {
  background-image: url('/img/svg/ICON_product_active.svg?2');
}
.side-menu .product.sel:hover {
  background-image: url('/img/svg/ICON_product_active_hover.svg?2');
}
.side-menu .office {
  background-image: url('/img/svg/ICON_office.svg?2');
}
.side-menu .office:hover {
  background-image: url('/img/svg/ICON_office_hover.svg?2');
}
.side-menu .office.sel {
  background-image: url('/img/svg/ICON_office_active.svg?2');
}
.side-menu .office.sel:hover {
  background-image: url('/img/svg/ICON_office_active_hover.svg?2');
}
.side-menu .mail {
  background-image: url('/img/svg/ICON_mail.svg');
}
.side-menu .mail:hover {
  background-image: url('/img/svg/ICON_mail_hover.svg');
}
.side-menu .mail.sel {
  background-image: url('/img/svg/ICON_mail_active.svg');
}
.side-menu .mail.sel:hover {
  background-image: url('/img/svg/ICON_mail_active_hover.svg');
}
.side-menu .stock {
  background-image: url('/img/svg/ICON_stock.svg');
}
.side-menu .stock:hover {
  background-image: url('/img/svg/ICON_stock_hover.svg');
}
.side-menu .stock.sel {
  background-image: url('/img/svg/ICON_stock_active.svg');
}
.side-menu .stock.sel:hover {
  background-image: url('/img/svg/ICON_stock_active_hover.svg');
}
.side-menu .calendar {
  background-image: url('/img/svg/ICON_calendar.svg?1');
}
.side-menu .calendar:hover {
  background-image: url('/img/svg/ICON_calendar_hover.svg?1');
}
.side-menu .calendar.sel {
  background-image: url('/img/svg/ICON_calendar_active.svg?1');
}
.side-menu .calendar.sel:hover {
  background-image: url('/img/svg/ICON_calendar_active_hover.svg?1');
}
.side-menu .setting {
  background-image: url('/img/svg/ICON_settings.svg?1');
}
.side-menu .setting:hover {
  background-image: url('/img/svg/ICON_settings_hover.svg?1');
}
.side-menu .setting.sel {
  background-image: url('/img/svg/ICON_settings_active.svg?1');
}
.side-menu .setting.sel:hover {
  background-image: url('/img/svg/ICON_settings_active_hover.svg?1');
}
.side-menu .button {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.side-menu .button.sel {
  width: 40px;
  height: 40px;
}
.side-menu .button:hover {
  width: 45px;
  height: 45px;
}

.sub-menu {
  position: fixed;
  z-index: 899;
  top: 60px;
  left: 60px;
  width: 200px;
  height: calc(100vh - 60px);
  background-color: white;
  box-shadow: 0px 0px 6px 0px #02255529;
  overflow: hidden;
}

.sub-menu .title {
  font-weight: bold;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  width: 200px;
}
.sub-menu p.line {
  width: 30px;
  border-bottom: 1px solid black;
  margin: 0 85px 20px;
}

.sub-menu ul {
  margin: 0;
}

.sub-menu li {
  padding: 16px 20px;
  font-size: 13px;
  cursor: pointer;
  box-sizing: border-box;
  width: 200px;
  position: relative;
}
.sub-menu li:after {
  position: absolute;
  right: 18px;
  content: url('/img/svg/arrow.svg?1');
;
}
.sub-menu li:hover {
  background-color: #f0f4f7;
}
.sub-menu li.active {
  font-weight: bold;
  font-size: 14px;
  background-color: #f0f4f7;
  cursor: pointer;
}

#table50 {
  position: absolute;
  width: 200px;
  height: 105px;
  padding: 15px;
  box-shadow: 0px 0px 6px 0px #02255529;
  display: none;
  background-color: white;
}
#table50 table {
  width: 100%;
  font-size: 13px;
}
#table50 td {
  border: 0;
  color: #484848;
}
#table50 a {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#table50 a:hover {
  background-color: #e3edf7;
}

.dot-menu {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-image: url(/img/svg/3dots_btn.svg?1);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.export-menu-content,
.dot-menu-content {
  position: absolute;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0px #02255529;
  padding: 9px 11px 13px 14px;
  background-color: white;
  display: none;
}
.export-menu-content li,
.dot-menu-content li {
  color: #484848;
  padding: 8px 30px;
  cursor: pointer;
}
.export-menu-content li:hover,
.dot-menu-content li:hover {
  background-color: #e3edf7;
}

#user_menu {
  position: fixed;
  right: 10px;
  top: 50px;
  background-color: white;
  box-shadow: 0px 0px 6px 0px #02255529;
  display: none;
  z-index: 901;
}
#user_menu li {
  padding: 5px 20px;
  cursor: pointer;
}
#user_menu li:hover {
  background-color: #1ba1e2;
  color: white;
  font-weight: bold;
}

#my-setting {
  position: fixed;
  top: 50px;
  right: 20px;
  white-space: normal;
  width: 280px;
  height: 210px;
  box-shadow: 0px 0px 6px 0px #02255529;
  z-Index: 9999;
  background-color: white;
  font-size: 13px;
  color: #323c46;
  padding: 20px;
  display: none;
}
#my-setting .info {
  margin-top: 20px;
  margin-bottom: 20px;
}
#my-setting .info div {
  margin-bottom: 20px;
}
#my-setting input[name="my-image-update"] {
  border: 0;
  background-color: #1ba2e2;
  color: white;
  border-radius: 5px;
  padding: 6px 12px;
  margin-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
}
#my-setting .sw {
  margin: 20px 0;
}
#my-setting .sw label {
  margin-right: 30px;
}
#my-setting .detail {
  margin-bottom: 20px;
}
.user-icon-dnd-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
}
#input_file,
#preview_field,
.user-icon-dnd-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
}
.user-icon-dnd-wrapper img {
  object-fit: cover;
  border-radius: 50%;
}
#drop_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 63px;
  border: 1px dashed #aaa;
  border-radius: 50%;
  cursor: pointer;
}
#input_file {
  opacity: 0;
}
input[name="my-image-update"] {
  position: absolute;
  top: 16px;
  left: 70px;
}
#my-setting input[name="my-image-update"].off {
  background-color: #ddd;
  cursor: default;
}

/* 本体 */
#contents {
  background-color: #e3edf7;
}
#main {
  margin-top: 60px;
  margin-left: 260px;
  padding: 10px 50px 50px 40px;
  width: calc(100% - 350px);
}
/* プルダウン前のキャプションは一緒に改行させる */
form > p {
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
  margin-right: 10px;
}
#main a[name="login"] {
  text-decoration: none;
}
#main a[name="login"],
.save_button,
#main input[type="button"] {
  border: none;
  background-color: #1ba2e2;
  border-radius: 5px;
  color: white;
  margin: 0;
  padding: 15px 20px 15px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-weight: bold;
  transition: transform 0.2s ease, color 0.2s ease;
}
/* 基本的な青色ボタン */
.butn {
  border: none;
  background-color: #1ba2e2;
  border-radius: 5px;
  color: white;
  margin: 0;
  padding: 15px 20px 15px;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
}
p.export span,
.butn span {
  z-index: 1;
  position: relative;
}
p.export:before,
.butn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  transform: translate(-101%,-50%);
  width: 100%;
  height: 100%;
  background-color: #157FB2;
  transition: transform .6s cubic-bezier(.53,.21,0,1);
  box-sizing: border-box;
}
p.export.click:before,
p.export:hover:before,
.butn.click:before,
.butn:not(.disable):hover:before {
  transform: translateY(-50%);
}
#main input[type="button"].off {
  transition: transform 0.2s ease, color 0.2s ease;
}
#main input[type="button"].off:hover {
  transform: translateX(4px);
  color: #10a1e2;
}
#main p.export {
  transition: 1s;
}
#main p.export:hover {
  color: white;
}
p.export svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
}
p.export span {
  margin-left: 8px;
}
/* マスター */
#main > div {
  background-color: white;
  padding: 40px 40px;
  box-shadow: 0px 0px 6px 0px #02255529;
  position: relative;
}
#main input[type="button"].cmenu {
  background-color: #1ba2e2;
  color: white;
  border-radius: 20px;
  padding: 6px 12px;
  margin-top: 13px;
  margin-left: 10px;
  margin-bottom: 16px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  transition: transform 0.2s ease, color 0.2s ease;
}
#main a[name="login"]:hover,
#main input[type="button"]:not(:disabled):hover {
  transform: translateX(4px);
}
#main input[type="button"].off {
  background-color: transparent;
  color: gray;
  border: 0;
}
/* キーワードのテキストボックスの虫眼鏡アイコン表示 */
#main input[name="keyword"] {
  padding: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 25px;
  width: 200px;
  margin-bottom: 5px;
  height: 10px;
}
/* 後ろを...にする(必ず幅を設定すること。TDはダメ) */
.dot {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
/* テーブルがはみ出さないようにする */
.list {
  width: 100%;
  overflow: auto;
}
.list table {
  border-collapse: separate;
  margin-top: 20px;
  width: 100%;
}
.list th {
  color: gray;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}
.list td {
  background-color: #f0f4f7;
  border-right: 2px solid white;
  border-bottom: 10px solid white;
  white-space: nowrap;
  padding: 10px;
  overflow: hidden;
}
/* テーブル内のボタン */
.list a[name="login"] {
  width: fit-content;
}
.list a[name="login"],
.list input[type="button"] {
  padding: 10px 20px !important;
  border: 0;
}
.list input[type="button"].edit {
  background-color: #045a7c !important;
}
/* 行選択のときの文字ホバー */
td.sel p,
.list.sel td p {
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
td.sel p:hover,
.list.sel td p:hover {
  transform: translateX(4px);
  color: #10a1e2;
}
/* 表示切替 */
ul.display_change {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  white-space: nowrap;
}
ul.display_change li {
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
  width: 80px;
  text-align: center;
}
ul.display_change li:not(:last-child) {
  border-right: 1px solid #ddd;
}
ul.display_change li.active {
  background-color: #e3edf7
}
.maru {
  height: 20px;
  width: 20px;
  border: 1px solid black;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.reset {
  border: 1px solid #ccc;
  padding: 5px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
}
.reset:hover {
  background-color: #1ba2e2;
  color: white;
}
.center {
  width: 100%;
  text-align: center;
}
/* 保存ボタン */
.center input {
  display: inline-block !important;
  margin: 15px auto 35px !important;
}
/* 並べ替えボタン */
select[name="sort"] {
  width: 100px;
  margin-bottom: 5px;
}
/* 期間プルダウン */
select[name="period_start"],
select[name="period_end"] {
  width: 100px;
  margin-bottom: 5px;
}
/* 五十音ボタン */
#main input[name="table50"] {
  display: inline-block !important;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 6px 30px 6px 17px;
  background-image: url('/img/svg/down.svg?1');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 70px;
  background-color: white;
  border: 1px solid #ccc;
  color: #323c46;
}
#main input[name="table50"]:hover {
  transform: translateX(0) !important;
}
/* 編集画面の横幅はウィンドウによる */
.panel {
  width: auto;
}
/* 編集画面は表は境界線共有 */
.panel table {
  border-collapse: collapse;
  margin-top: 0;
  width: 100%;
}
/* 編集画面は行の間を白で8px空け、境界線無し */
.panel td {
  background-color: white;
  padding: 0 0 8px 0;
  border: 0;
  white-space: nowrap;
  vertical-align: top;
}
.panel th {
  padding-top: 0;
  padding-bottom: 8px;
  padding-right: 6px;
  vertical-align: top;
}
.master_caption,
.panel li p,
.panel th p {
  width: 80px;
  height: 22px;
  color: white;
  padding: 10px 15px;
  text-align: left;
  background-color: #71a9c7;
  border-radius: 3px;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.panel input {
  margin: 0;
}
.panel label {
  font-weight: bold;
}
/*.panel input[type="text"] {
  background-color: transparent !important;
  margin-right: 4px;
}*/
.panel input[type="radio"] {
  margin: -2px 10px 0 0;
}
/* 日付、流入チャネルの入力欄（幅以外） */
.panel td div.channel,
.panel td div.date {
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
/* メモ欄 */
.panel textarea {
  width: calc(100% - 12px);
  height:  calc(100% - 10px);
  background-color: transparent;
  margin: 0;
}
/* データの削除ボタン */
#main input[name="delete"] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-left: 35px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background-image: url('/img/svg/ICON_delete.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px;
}
/* 保存ボタン */
#entry {
  width: 156px;
  margin: 40px auto 35px !important;
}
/* 表の追加ボタン */
.add {
  font-size: 12px;
  cursor: pointer;
  background-image: url('/img/svg/ICON_add.svg?1');
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 18px;
  padding-bottom: 2px;
}
/* ラジオボタン */
.panel li p.radio {
  background-color: #f0f4f7;
  margin-left: 0;
  padding-left: 10px;
  width: calc(100% - 340px);
  border: 1px solid #eed;
  padding-top: 9px;
  padding-bottom: 9px;
}
.panel li p.radio label {
  margin-right: 30px;
  font-weight: bold;
  color: #323c46;
}
.panel li p.radio input[type="radio"] {
  margin: 2px 10px 0 0;
}
/* 通知 */
#my-notificate {
  position: fixed;
  width: 300px;
  top: 60px;
  right: 30px;
  z-index: 901;
  height: calc(100vh - 70px);
  box-shadow: 0px 0px 6px 0px #02255529;
  background-color: white;
  overflow: auto;
  display: none;
}
#my-notificate h2 {
  text-align: center;
  font-size: 13px;
  padding: 14px 0;
}
#my-notificate li {
  font-size: 13px;
  padding: 5px 5px 19px 5px;
  margin-bottom: 3px;
}
#my-notificate li.link {
  background-color: #e3edf7;
  cursor: pointer;
}
#my-notificate br {
  clear: both;
}
#my-notificate li > div {
  float: left;
}
#my-notificate li .user_icon {
  width: 40px;
  height: 40px;
  background-image: url('/img/svg/human_hover.svg?2');
  margin-right: 5px;
  background-size: contain;
}
.notificate-loading-back {
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
  z-index: 999999999;
  padding-top: 100px;
}
.notificate-loading-back .loader{
  font-size: 10px;
}
/* エクスポートボタン */
#main p.export,
#main input[type="button"][name="export"] {
  background-color: white;
  color: #323c46;
  border-radius: 3px;
  float: right;
  padding: 4px 12px 4px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 13px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
