@charset "utf-8";
/* CSS Document */

/*　reset
─────────────────────────────────────────*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote::before, blockquote::after,
q::before, q::after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
var , i {font-style: normal;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
input[type="button"] ,
input[type="submit"] ,
input[type="select"] ,
input[type="option"] ,
input[type="text"] ,
input[type="password"] {
	-webkit-appearance: none;
	-webkit-appearance: button;
}
textarea {
	-webkit-appearance: none;
	-webkit-appearance: button;
}
select , button {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*	clearfix
─────────────────────────────────────────*/
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*　common
─────────────────────────────────────────*/
body {
  /*min-width: 1200px;*/
	-webkit-text-size-adjust: none;
	word-break: break-all;
  background: #efefef;
  overflow-x: hidden;
}
body,button,textarea,input,select {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* icon font */
@font-face {
    font-family: 'ico';
    src:    url('../font/icomoon.eot');
    src:    url('../font/icomoon.eot') format('embedded-opentype'),
        url('../font/icomoon.ttf') format('truetype'),
        url('../font/icomoon.woff') format('woff'),
        url('../font/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="ico"], [class*=" ico"] ,
label::before , label::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: normal;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wrap a img {vertical-align: top;}
#wrap ,
.transEf {
  transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}


/*　ログイン画面
─────────────────────────────────────────*/
body.index {
  overflow-x: hidden!important;
}
#mp-l {
  width: 40%;
  min-width: 300px;
  background: #1C2B36;
  background: linear-gradient(to bottom, #1C2B36 30%, #21252B 100%);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 0 10px 10px #efefef;
}
#mp-l .main-logo {
  width: 250px;
  height: 140px;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  right: 10px;
}
#mp-l .main-logo figure {
  width: 210px;
  margin: 3px auto 0;
}
#mp-l .main-logo figure img {width: 100%;}
#mp-l .main-logo dl {
  width: 210px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #869FB1;
}
#mp-l .main-logo dl dt {
  padding: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}
#mp-l .main-logo dd {
  padding: 7px 0 7px 10px;
  border-left: 1px solid #456;
  font-size: 12px;
}
#mp-l .main-logo dd span {
  display: block;
}

#mp-r {
  height: 250px;
  margin-top: -125px;
  position: absolute;
  top: 50%;
  left: 40%;
}
#mp-r #user-login {
  width: 470px;
  padding: 0 0 0 30px;
}
#mp-r #user-login dl {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#mp-r #user-login dl dt {
  width: 80px;
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #1C2B36;
}
#mp-r #user-login dl dd input {
  width: 250px;
  height: 30px;
  padding: 0 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 30px;
  font-size: 15px;
  ime-mode: disabled;
}
#img-auth dd img {
  width: 140px;
  margin: 0 10px 0 1px;
  border: 1px solid #ccc;
}
#img-auth dd input {
  width: 4em!important;
}
#img-auth dd .ico {
  width: 12px;
  height: 18px;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#img-auth dd .ico::before {
  content: "\e934";
  position: absolute;
  transform: rotate(90deg);
  font-size: 14px;
}
#img-auth dd p {
  padding: 4px 0;
  font-size: 11px;
}

#user-login .btn {
  padding: 12px 0 5px 92px;
  text-align: left;
}
#user-login .btn input[type="submit"] {
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(to bottom, #1C2B36 30%, #21252B 100%);
  border: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#user-login .btn input[type="submit"]:hover {background: #f53;}
#mp-r #user-login .cp {
  margin: 15px 0 0;
  padding: 12px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-family: verdana;
  font-size: 9px;
  color: #777;
}






/*　ヘッダー
─────────────────────────────────────────*/
#main-header {
  height: 55px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 24%;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 15px 0 #aaa;
}
#main-header.wf {left: 287px!important;}
#main-header .encase {
  min-width: 872px;
  height: 35px;
  margin: 10px 10px 10px 20px;
  line-height: 35px;
}
#main-header .encase #hamburger-menu {
  width: 245px;
  position: absolute;
  top: 0;
  left: -250px;
}
#main-header .encase #hamburger-menu .mainlogo {
  height: 35px;
  margin: 10px 0;
  padding: 0 0 0 14px;
  position: absolute;
  top: 0px;
  left: 55px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
  text-align: left;
}
#main-header .encase #hamburger-menu .mainlogo figure span {
  padding: 0 7px 0 0;
  display: block;
  line-height: 2.2em;
  font-size: 24px;
  font-weight: bold;
  color: #f53;
  letter-spacing: -0.04em;
}
#main-header .encase #hamburger-menu .mainlogo figure img {display: none!important;}
#main-header .encase #hamburger-menu .mainlogo div p {
  margin-top: -2px;
  line-height: 1em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777;
}
#main-header .encase #hamburger-menu .mainlogo p span {
  display: block;
}
#main-header .encase #hamburger-menu .btn {
  width: 55px;
  height: 55px;
  /*background: #1C2B36;*/
  /*border-right: 1px solid #345;*/
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
  text-align: center;
  font-size: 10px;
  /*font-weight: bold;*/
  color: #333;
}
#main-header .encase #hamburger-menu .btn .ico {
  width: 24px;
  height: 24px;
  margin: 9px auto 3px;
  display: block;
  position: relative;
}
#main-header .encase #hamburger-menu .btn .ico::before {
  content: "\e908";
  font-size: 22px;
  color: #333;
}
body.mmop #main-header .encase #hamburger-menu .btn .ico::before {
  content: "\e916";
}

#main-header .encase .contact-us {
  height: 35px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  float: right;
}
#main-header .encase .contact-us a {
  padding: 0 10px;
  display: block;
  border-radius: 3px;
  font-size: 12px;
  color: #111;
}
#main-header .encase .contact-us a:hover {
  background: #f53;
  color: #fff;
}
#main-header .encase .contact-us a .ico {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
#main-header .encase .contact-us a .ico::before {
  content: "\e920";
  font-size: 18px;
  color: #f53;
}
#main-header .encase .contact-us a:hover .ico::before {
  color: #fff;
}



/*　ヘッダー｜ログインユーザー
─────────────────────────────────────────*/
#login-user {
  height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #ccc;
  float: right;
  position: relative;
}
#login-user .user-name {
  margin: 0;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #111;
  cursor: pointer;
}
#login-user .user-name div {
  max-width: 300px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#login-user .user-name:hover {
  background: #f53;
  color: #fff;
}
#login-user .user-name span {
  padding: 0 0 0 3px;
  font-size: 13px;
  font-weight: normal;
  color: #555;
}
#login-user .user-name .ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#login-user .user-name .ico::before {
  content: "\e959";
  font-size: 18px;
  color: #f53;
}
#login-user .user-name:hover span ,
#login-user .user-name:hover .ico::before {color: #fff;}
#login-user.active .user-name {background: #1C2B36!important;}

#login-user.active .user-name {
  border-radius: 3px 3px 0 0;
  height: 45px;
  line-height: 45px;
}
#login-user.active .user-name ,
#login-user.active .user-name span ,
#login-user.active .user-name .ico::before {color: #869FB1!important;}

#login-user.active #user-menu {display: block!important;}
#user-menu {
  width: 200px;
  padding: 7px;
  background: #1C2B36;
  border-radius: 0 0 3px 3px;
  position: absolute;
  line-height: 1.1em;
  right: 0;
  display: none;
}
#user-menu .cd {
  padding: 10px;
  font-size: 12px;
  color: #fff;
}
#user-menu dl {
  /*text-align: center;*/
}
#user-menu .logout a {
  height: 38px;
  margin: 0;
  padding: 0 7px;
  display: block;
  background: #869FB1;
  border-radius: 5px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #1C2B36;
}
#user-menu .logout a .ico {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
#user-menu .logout a .ico::before {
  content: "\e921";
  font-size: 18px;
}
#user-menu .logout a:hover {
  background: #f53;
}








/*　左カラム
─────────────────────────────────────────*/
#left-column {
  width: 24%;
  min-width: 287px;
  /*background: #21252B;*/
  background: #1C2B36;
  /*background: linear-gradient(to right, #21252B 30%, #1C2B36 100%);*/
  overflow: hidden;
  /*border-right: 1px solid #000;*/
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
#left-column .encase {
  width: 287px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: #eee;
}
#left-column .encase .mainlogo {
  padding: 30px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#left-column .encase .mainlogo figure {
  height: 50px;
  margin: 0 10px 0 0;
  padding: 7px 10px 7px 0;
  border-right: 2px solid #345;
}
#left-column .encase .mainlogo div {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#left-column .encase .mainlogo div p {
  padding: 5px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #869FB1;
}
#left-column .encase .mainlogo div p span {
  display: block;
}
#left-column .encase .mainlogo figure img {height: 100%;}
#left-column .encase .mainlogo figure span {display: none;}

nav#main-menu {padding: 20px 0 0;}
nav#main-menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #869FB1;
}
nav#main-menu a .ico {
  transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
}
nav#main-menu ul {list-style-type: none;}
nav#main-menu ul.tab {
  margin: 0 7px;
  padding: 0 4px;
  display: flex;
  border-bottom: 3px solid #869FB1;
}
nav#main-menu ul.tab li {
  width: calc(25% - 8px);
  padding: 0 4px;
}
nav#main-menu ul.tab li a {
  height: 50px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 11px;
  color: #eee;
}
nav#main-menu ul.tab li a:hover ,
nav#main-menu ul.tab li a.current {
  background: #869FB1;
  color: #1C2B36;
}
nav#main-menu ul.tab li a .ico {
  width: 22px;
  height: 22px;
  margin: 4px auto 5px;
  position: relative;
  display: block;
  color: #869FB1;
}
nav#main-menu ul.tab li a:hover .ico ,
nav#main-menu ul.tab li a.current .ico {
  margin-top: 6px;
  color: #1C2B36;
}
nav#main-menu ul.tab li a .ico::before {
  position: absolute;
  left: 0;
  font-size: 22px;
}
nav#main-menu ul.tab li#btn-operation a .ico::before {content: "\e958"; font-size: 24px; left: -1px;}
nav#main-menu ul.tab li#btn-management a .ico::before {content: "\e91b";}
nav#main-menu ul.tab li#btn-analysis a .ico::before {content: "\e956";}
nav#main-menu ul.tab li#btn-maintenance a .ico::before {content: "\e957";}

nav#main-menu .top {
  margin: 0 7px;
  padding: 7px 0;
}
nav#main-menu section {
  padding: 0 7px 10px;
  display: none;
  -webkit-overflow-scrolling: touch;
}
nav#main-menu section.active {display: block;}
nav#main-menu section a {font-size: 12px;}
nav#main-menu .top a:hover ,
nav#main-menu section a:hover {
  background: #345;
  color: #eee;
}
nav#main-menu section dl {padding: 10px 0;}
nav#main-menu section dl dt {
  margin: 0 0 7px;
  padding: 7px;
  border-bottom: 2px solid #345;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
nav#main-menu .top a ,
nav#main-menu section dl dd ul li a {
  height: 30px;
  padding: 0 7px;
  border-radius: 7px;
  line-height: 30px;
  position: relative;
  font-size: 11px;
  color: #7ab5c2;
}
nav#main-menu .top a .ico ,
nav#main-menu section dl dd ul li a .ico {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
nav#main-menu .top a .ico::before ,
nav#main-menu section dl dd ul li a .ico::after {
  content: "\e917";
  position: absolute;
  top: 8px;
  right: 7px;
  font-size: 12px;
}

.mCSB_inside > .mCSB_container {margin-right: 12px;}
nav#main-menu .mCSB_scrollTools {right: -6px!important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: #456!important;}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {background: #7ab5c2!important;}





/*　メインカラム
─────────────────────────────────────────*/
#main-column {
  width: calc(100% - 24%);
  margin-left: 24%;
  padding: 55px 0 0;
}
#container.inside {padding: 15px 20px 5px;}



/*　メインカラム｜コンテナ
─────────────────────────────────────────*/
#main-column #container {
  min-width: 872px;
  min-height: 500px;
  padding: 15px 20px;
  border-right: 1px solid #ddd;
  box-shadow: 0 0 20px 0 #dfdfdf;
}
#container header.page-title {
  margin: -15px -20px 20px;
  padding: 20px 20px 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  display: flex;
  align-items: center;
}

/*　ページタイトル　*/
#container header.page-title h1 {
  padding: 0 30px 0 10px;
  line-height: 60px;
  font-size: 24px;
  white-space: nowrap;
  color: #1C2B36;
}

/*　ページタイトル｜説明文　*/
#container header.page-title p.explanation {
  width: 100%;
  line-height: 1.3em;
  font-size: 12px;
  color: #777;
}

/*　項目別枠組み　*/
#container section {
  margin: 0 0 15px;
  padding: 10px;
}
#container section.bg-wh {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #ddd;
}


/*　モーダルウインドウ　*/
.modal-disp {
  display: none;
  position: fixed;
  z-index: 150;
}
.modal-disp .mwbg {
  background: rgba(30,40,50,0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.modal-disp .fw {
  width: 700px;
  height: 600px;
  margin: -300px 0 0 -350px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  border-radius: 5px;
}
.modal-disp .fw p {
  height: 50px;
  padding: 0 15px;
  background: #7ab5c2;
  position: relative;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.modal-disp .fw p .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.modal-disp .fw p .ico::before {
  content: "\e916";
  font-size: 28px;
}
.modal-disp .fw iframe {
  width: 700px;
  height: 550px;
}
body.mwdisp {
  padding-right: 17px;
  overflow: hidden;
}
body.mwdisp #left-column ,
body.mwdisp #main-header ,
body.mwdisp #main-column {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
body.smpMode.mwdisp {
  padding: 0;
  overflow: visible;
}
body.smpMode.mwdisp #wrap {display: none!important;}
body.smpMode.mwdisp .modal-disp .mwbg {display: none!important;}
body.smpMode.mwdisp .modal-disp {
  width: 100%;
  position: inherit;
}
body.smpMode.mwdisp .modal-disp .fw {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  position: inherit;
  overflow: visible;
}
body.smpMode.mwdisp .modal-disp .fw iframe {
  width: 100%;
  height: calc(100% - 50px);
}



/*　各フォームデザイン　*/
#container section input[type="text"] {
  height: 30px;
  margin-right: 5px;
  padding: 0 10px;
  border: 3px solid #7ab5c2;
  border-radius: 16px;
  line-height: 30px;
  font-size: 14px;
}
#container section input[type="text"].alphabet {ime-mode: disabled;}
#container section .entx {
  margin-right: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#container section .entx input[type="text"] {
  margin: 0;
  border-radius: 8px;
}
#container section .entx input[type="text"].txtR {text-align: right;}
#container section .entx span {
  padding: 0 5px;
  display: block;
  font-size: 12px;
}
#container section input[type="text"]::placeholder {color: #7ab5c2;}
#container section input[type="text"]::-ms-input-placeholder {color: #7ab5c2;}
#container section textarea::placeholder {color: #7ab5c2;}
#container section textarea {
  min-width: 540px;
  max-width: 540px;
  min-height: 7.8em;
  padding: 7px;
  border: 3px solid #7ab5c2;
  border-radius: 7px;
  line-height: 1.3em;
  font-size: 14px;
}
#container section .textNum {
  padding: 0 5px 4px;
  font-size: 11px;
  color: #7ab5c2;
}
#container section .textNum::before {
  content: "\e930";
  padding: 0 4px 0 0;
  vertical-align: middle;
  font-size: 16px;
}
#container section .textNum span {
  padding: 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1C2B36;
}
#container section .textNum b {font-size: 14px;}
/*#container section .textNum span.ipmax {color: #f53;}*/

#container section a.modalWindowBtn {
  height: 38px;
  padding: 0 14px;
  background: #7ab5c2;
  border-radius: 5px;
  display: inline-block;
  line-height: 38px;
  text-decoration: none!important;
  font-size: 13px;
  color: #fff;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
#container section a.modalWindowBtn:hover {background: #1C2B36;}
#container section a.modalWindowBtn::before {
  content: "\e95a";
  margin: 0 7px 0 0;
  padding: 0 0 2px 0;
  vertical-align: middle;
  font-size: 22px;
}

#container section label {position: relative;}
#container section label::before {
  position: absolute;
  left: 15px;
  color: #fff;
  pointer-events: none;
}
#container section label[class*="-btn"] {display: inline-block;}
#container section label.search-btn::before {content: "\e90c"; font-size: 20px; top: 7px;}
#container section label.clear-btn::before {content: "\e90b"; font-size: 18px; top: 8px;}
#container section label.delete-btn::before {content: "\e92f"; font-size: 20px; top: 7px;}
#container section input[type="submit"] ,
#container section input[type="button"] {
  height: 36px;
  margin: 0 5px;
  padding: 0 15px 0 34px;
  border: none;
  border-radius: 16px;
  background: #7ab5c2;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
#container section input[type="submit"]:hover ,
#container section input[type="button"]:hover {background: #1C2B36;}
#container section label.emphasis-btn input[type="submit"] {
  height: 50px;
  margin: 0 10px;
  padding: 0 20px 0 45px;
  display: block;
  position: relative;
  background: #7ab5c2;
  border: 4px solid #fff;
  border-radius: 24px;
  box-shadow: 0 0 10px 0 #ccc;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
#container section label.emphasis-btn input[type="submit"]:hover {
  background: #1C2B36;
  border-color: #1C2B36;
}
#container section label.emphasis-btn::before {
  content: "\e923";
  top: 11px;
  left: 22px;
  z-index: 10;
  font-size: 26px;
}


#container section label.ckbx input[type="checkbox"] {display: none!important;}
#container section label.ckbx {
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
#container section label.ckbx::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border: 2px solid #7ab5c2;
  border-radius: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
#container section label.ckbx.ckd::after {
  content: "\e939";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -7px;
  left: -2px;
  font-size: 26px;
  color: #1C2B36;
}

#container section label.rdbtn input[type="radio"] {display: none!important;}
#container section label.rdbtn {
  margin: 0;
  padding: 0 0 0 26px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
#container section label.rdbtn::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #fff;
  border: 2px solid #7ab5c2;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 0;
}
#container section label.rdbtn.ckd::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: #1C2B36;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 4px;
}

#container section label.sel {display: inline-block;}
#container section label.sel select {
  padding: 4px 25px 4px 5px;
  background: #fff;
  border: 3px solid #7ab5c2;
  border-radius: 7px;
  font-size: 12px;
  cursor: pointer;
}
#container section label.sel::after {
  content: "\e947";
  position: absolute;
  top: 9px;
  right: 10px;
  transform: rotate(90deg);
  font-size: 13px;
  color: #7ab5c2;
  pointer-events: none;
}

#container section .imgUpload {
  padding: 20px 0!important;
  display: flex;
  align-items: center;
  border-top: 1px solid #bcd;
}
#container section ul .imgUpload:first-child {border: none;}
#container section .imgUpload .num {
  min-width: 40px;
  padding: 0 10px 0 0;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #7ab5c2;
}
#container section .imgUpload input[type="file"] {cursor: pointer;}
#container section .imgUpload figure {
  display: flex;
}
#container section .imgUpload figure div span {
  width: 150px;
  height: 150px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container section .imgUpload figure div img {
  max-width: 100%;
  max-height: 100%;
}
#container section .imgUpload .fileEdit {
  padding: 0 0 0 15px;
}
#container section .imgUpload .delete {
  padding: 12px 0 0 1px;
  font-weight: bold;
  color: #f53;
}
#container section .imgUpload .delete label.ckbx::before {
  border-color: #f53;
}
#container section .imgUpload figure.bfaf .before::after ,
#container section .imgUpload figure.bfaf .after::after {
  content: "before";
  padding: 3px 0 0;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #7ab5c2;
}
#container section .imgUpload figure.bfaf .after::after {content: "after";}
#container section .imgUpload figure.bfaf .arrow {
  width: 30px;
  height: 150px;
  display: block;
  position: relative;
}
#container section .imgUpload figure.bfaf .arrow::before {
  content: "\e955";
  position: absolute;
  top: 65px;
  left: 5px;
  transform: rotate(-90deg);
  font-size: 20px;
  color: #7ab5c2;
}



/*　アンカーテキスト｜デフォルト　*/
#container section a {color: #04f;}
#container section a:hover {text-decoration: underline;}

/*　アンカーテキスト｜強調ボタン　*/
#container section a.emphasis-btn {
  min-width: 170px;
  height: 42px;
  margin: 0 10px;
  padding: 0 40px 0 20px;
  display: block;
  position: relative;
  background: #7ab5c2;
  border: 4px solid #fff;
  border-radius: 24px;
  box-shadow: 0 0 10px 0 #ccc;
  line-height: 42px;
  text-align: left;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
#container section a.emphasis-btn .ico {
  width: 20px;
  height: 20px;
  margin: 0;
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  vertical-align: middle;
  transform: rotate(-90deg);
}
#container section a.emphasis-btn .ico::before {
  content: "\e934";
  font-size: 20px;
  color: #fff;
}
#container section a.emphasis-btn:hover {
  background: #1C2B36;
  border-color: #1C2B36;
  box-shadow: 0 0 10px 0 #fff;
}

/*　アンカーテキスト｜キャンセルボタン　*/
#container section a.cancel-btn {
  height: 36px;
  margin: 0 5px;
  padding: 0 15px 0 38px;
  display: block;
  position: relative;
  border-radius: 16px;
  line-height: 36px;
  text-decoration: none;
  font-size: 13px;
  color: #7ab5c2;
}
#container section a.cancel-btn:hover {
  background: linear-gradient(to bottom, #1C2B36 30%, #21252B 100%);
  color: #fff;
}
#container section a.cancel-btn .ico {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 6px;
  left: 12px;
}
#container section a.cancel-btn .ico::before {
  content: "\e940";
  font-size: 22px;
}



/*　フォーム確定ボタン設置枠　*/
#container .execute {padding: 10px;}
#container .execute p {
  padding: 25px 0 5px;
  line-height: 1.3em;
  text-align: center;
  font-size: 14px;
  color: #7ab5c2;
}
#container .execute ul {
  padding: 15px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .execute ul.sp-ard {justify-content: space-around;}
#container .execute ul.sp-ev {justify-content: space-evenly;}
#container .execute ul.sp-btw {justify-content: space-between;}


/*　内部見出し　*/
#container h2.ti {
  margin: 0 0 10px;
  padding: 15px;
  background: #869FB1;
  border-radius: 2px;
  /*border-bottom: 2px solid #f53;*/
  font-size: 18px;
  color: #fff;
}

/*　通常文言　*/
#container p.wording {
  padding: 3px 15px;
  line-height: 1.3em;
  font-size: 13px;
  color: #555;
}

/*　注意事項　*/
#container dl.caution {
  padding: 15px;
  display: flex;
  align-items: center;
}
#container dl.caution dt {
  margin: 0 0 0 20px;
  padding: 0 15px 0 30px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #f53;
  white-space: nowrap;
}
#container dl.caution dt .ico {
  width: 28px;
  height: 26px;
  margin: 0;
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}
#container dl.caution dt .ico::before {
  content: "\e93a";
  font-size: 28px;
}
#container dl.caution dd ul {
  padding: 0 10px;
  list-style-type: none;
  color: #f53;
}
#container dl.caution dd ul li {
  padding: 3px 0 3px 22px;
  position: relative;
  line-height: 1.3em;
  font-size: 13px;
}
#container dl.caution dd ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f53;
  position: absolute;
  top: 7px;
  left: 8px;
}

/*　境界線　*/
#container hr.line {
  margin: 7px 10px;
  border-color: #bcd;
}
#container hr.line.inside {
  width: 100%;
  margin: 7px 0;
  border-top: 1px dotted #bcd;
}


/*　ページネーション　*/
#container .page-navi {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #869FB1;
}
#container .page-navi div span ,
#container .page-navi a {
  padding: 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #7ab5c2;
}
#container .page-navi ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
#container .page-navi ul li {padding: 0 3px;}
#container .page-navi ul li a {
  min-width: 12px;
  height: 26px;
  padding: 0 7px;
  border-radius: 2px;
  display: block;
  position: relative;
  line-height: 26px;
}
#container .page-navi ul li a .ico {
  width: 18px;
  height: 20px;
  margin: 3px 0 0;
  display: inline-block;
}
#container .page-navi ul li.prev a .ico {transform: rotate(180deg);}
#container .page-navi ul li a .ico:before {
  content: "\e917";
  font-size: 18px;
}
#container .page-navi ul li a:hover ,
#container .page-navi ul li.current a {
  background: #7ab5c2;
  text-decoration: none;
  color: #fff;
}




/*　リスト表示　*/
#container .list-layout {padding: 10px;}
#container .list-view {padding: 10px 0;}
#container .list-view table {
  width: 100%;
  border: none;
}
#container .list-view table tr {font-size: 12px;}
#container .list-view table tr.hide td {
  background: #ccc!important;
  border-bottom-color: #fff;
  /*filter:grayscale(100%);*/
}
#container .list-view table tr.hide td a.atbtn {
  border-color: #bbb;
  box-shadow: 0 0 0 0;
}
#container .list-view table tr th {
  height: 40px;
  padding: 7px;
  background: #1C2B36;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
#container .list-view table tr th:nth-child(n+2) {border-left: 1px solid #aaa;}
#container .list-view table tr td {
  padding: 14px 7px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
#container .list-view table tr:hover td {background: #ffe;}
#container .list-view table tr:hover td.shopname a {text-decoration: underline;}
#container .list-view table tr td.certificate .ico {
  width: 22px;
  height: 22px;
  position: relative;
}
#container .list-view table tr td.certificate .ico.yes:before {
  content: "";
  width: 15px;
  height: 15px;
  margin: 1px auto 0;
  display: block;
  border: 3px solid #1C2B36;
  border-radius: 50%;
}
#container .list-view table tr td.certificate .ico.no:before {
  content: "\e90b";
  font-size: 22px;
  color: #f53;
}
#container .list-view table tr td div[class*="area-"] {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}
#container .list-view table tr td .area-kanto {background: #87cb69;}
#container .list-view table tr td .area-kansai {background: #f2c05c;}
#container .list-view table tr td div[class*="state-"] {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
}
#container .list-view table tr td .state-provision {background: #f53;}
#container .list-view table tr td .state-subregist {background: #1C2B36;}
#container .list-view table tr td.wsno {white-space: normal;}
#container .list-view table tr td.tx-l {text-align: left;}
#container .list-view table tr td:nth-child(n+2) {border-left: 1px solid #eee;}
#container .list-view table tr td.tc {text-align: center;}
#container .list-view table tr td .agency {white-space: normal;}
#container .list-view table tr td .agency span {
  padding: 4px 0 0;
  display: block;
  font-size: 11px;
  color: #7ab5c2;
}
#container .list-view table tr td figure {
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}
#container .list-view table tr td.video-tn figure {
  max-width: 240px;
  max-height: 240px;
  margin: 7px;
  position: relative;
}
#container .list-view table tr td.video-tn figure::before {
  padding: 4px 6px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
#container .list-view table tr td.video-tn.reserve figure::before {content: "予約中"; background: #6ec64d;}
#container .list-view table tr td.video-tn.lapse figure::before {content: "変換失敗"; background: #f53;}
#container .list-view table tr td.video-tn figure .playbackTime {
  padding: 4px 6px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgba(0,0,0,0.7);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
#container .list-view table tr td figure img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}
#container .list-view table tr td dl.content-info dt {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px solid #bcd;
  font-size: 14px;
  font-weight: bold;
}
#container .list-view table tr td dl.content-info dd div {
  padding: 0 0 4px;
}

#container .list-view table tr td ul.content-count {list-style-type: none;}
#container .list-view table tr td ul.content-count li {
  padding: 2px 4px;
  text-align: right;
  font-size: 11px;
  color: #7ab5c2;
}
#container .list-view table tr td ul.content-count li span {
  font-size: 12px;
  font-weight: bold;
  color: #1C2B36;
}
#container .list-view table tr td ul.editlist {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .list-view table tr td ul.editlist li {padding: 0 3px;}
#container .list-view table tr td a {text-decoration: none;}
#container .list-view table tr td a:hover {text-decoration: underline;}
#container .list-view table tr td a.atbtn {
  padding: 7px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  box-shadow: 0 0 4px 0 #eee;
  text-decoration: none!important;
}
#container .list-view table tr td a.atbtn:hover {
  background: #7ab5c2;
  border-color: #7ab5c2;
  color: #fff;
  box-shadow: 0 0 0 0;
}
#container .list-view table tr td .delete {padding: 20px 0 0;}
#container .list-view table tr td .delete a.atbtn {
  width: 60px;
  margin: 0 auto;
}



/*　検索フォーム　*/
#container .search-form {padding: 10px;}
#container .search-form table {
  width: 100%;
  border: none;
  border-top: 1px solid #bcd;
}
#container .search-form table tr th {
  width: 100px;
  padding: 15px;
  background: #f0f4f6;
  background: linear-gradient(to right, #fff 10%, #e9eef0 100%);
  border-bottom: 1px solid #bcd;
  text-align: right;
  text-shadow: 0 0 5px #fff;
  line-height: 1.3em;
  font-size: 14px;
  color: #345;
  /*color: #7ab5c2;*/
  vertical-align: middle;
}
#container .search-form table tr td {
  max-width: 550px;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #bcd;
  line-height: 1.3em;
  font-size: 13px;
  vertical-align: middle;
}
#container .search-form table tr:first-child td {border-top: 1px solid #bcd;}
#container .search-form table tr td .item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#container .search-form table tr td .item-wrap.center {justify-content: center;}
#container .search-form table tr td ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style-type: none;
}
#container .search-form table tr td .search-item {padding: 10px 5px;}
#container .search-form table tr td .search-item.center {
  width: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .search-form table tr td .search-item dl {
  display: flex;
  align-items: center;
}
#container .search-form table tr td .search-item dl dt {
  min-width: 100px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #7ab5c2;
}
#container .search-form table tr td .search-item dl dd ul li {
  margin-right: 25px;
  padding: 5px 0;
}




/*　編集フォーム　*/
#container .edit-form {padding: 10px;}
#container .edit-form table {
  width: 100%;
  border: none;
  border-top: 1px solid #bcd;
}
#container .edit-form table tr th {
  width: 170px;
  padding: 15px;
  background: #f0f4f6;
  background: linear-gradient(to right, #fff 10%, #e9eef0 100%);
  border-bottom: 1px solid #bcd;
  text-align: right;
  text-shadow: 0 0 5px #fff;
  line-height: 1.3em;
  font-size: 13px;
  color: #345;
  vertical-align: middle;
}
#container .edit-form table tr.required th::after {
  content: "入力必須";
  padding: 3px 0 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #f53;
}
#container .edit-form table tr td {
  max-width: 550px;
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #bcd;
  line-height: 1.3em;
  font-size: 13px;
  vertical-align: middle;
}
#container .edit-form table tr:first-child td {border-top: 1px solid #bcd;}
#container .edit-form table tr td .warn {
  margin-left: 7px;
  padding: 10px;
  background: linear-gradient(to left, #fff 10%, #f53 100%);
  border-radius: 17px;
  line-height: 1.3em;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
#container .edit-form table tr td .warn::before {
  content: "※";
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
}
#container .edit-form table tr td .notes {
  padding: 0 8px 7px;
  line-height: 1.3em;
  font-size: 11px;
  color: #7ab5c2;
}
#container .edit-form table tr td ul {
  padding: 7px;
  list-style-type: none;
}
#container .edit-form table tr td ul.horizontal {
  display: flex;
  flex-wrap: wrap;
}
#container .edit-form table tr td ul li {padding: 5px 20px 5px 0;}








/*　メインフッター
─────────────────────────────────────────*/
#main-footer {
  min-width: 882px;
  height: 60px;
  margin: 0 15px;
  background: #efefef;
  border-top: 1px solid #cfcfcf;
  overflow: hidden;
  box-shadow: 0 0 10px 10px #eee;
}
#main-footer #pageTop {
  width: 60px;
  height: 50px;
  position: fixed;
  bottom: -55px;
  right: 15px;
  z-index: 5;
}
#main-footer #pageTop.active {bottom: 0;}
#main-footer #pageTop a {
  width: 100%;
  height: 50px;
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
}
#main-footer #pageTop a:hover {
  background: #21252B;
  color: #fff;
}
#main-footer #pageTop a .ico {
  width: 16px;
  height: 16px;
  margin: 12px auto 0;
  padding: 0 0 1px;
  display: block;
  border-bottom: 1px solid;
  transform: rotate(180deg);
}
#main-footer #pageTop a .ico::before {
  content: "\e955";
  font-size: 16px;
}
#main-footer .cp {
  padding: 0 0 0 15px;
  font-family: verdana;
  font-size: 9px;
  line-height: 60px;
  color: #555;
}





/*  SMP/Tablet｜固定レイアウト
──────────────────────────────────────────────────────────────────────*/
body.smpMode {
  min-width: 1200px;
  overflow-x: auto;
}
body.smpMode #wrap {
  display: flex;
  flex-wrap: wrap;
}
body.smpMode #main-header {
  width: 100%;
  position: static;
}
body.smpMode #main-header .encase {
  min-width: 0;
  margin-left: 24%;
}

body.smpMode #left-column {
  margin-top: -56px;
  position: relative;
}
body.smpMode #left-column .encase {
  position: static;
  float: right;
}
body.smpMode #left-column #main-menu {padding: 0 0 20px;}
body.smpMode #left-column #main-menu .tab {display: none!important;}
body.smpMode #left-column #main-menu section {display: block!important;}
body.smpMode #left-column nav#main-menu .top {border-top: 2px solid #345;}

body.smpMode #main-column {
  /*width: calc(100% - 24%)!important;*/
  margin: 0;
  padding: 0;
}





/*  ハンバーガーメニュー表示切替
──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 1220px){

  @media screen and (max-width: 930px){
    body.hmAct {overflow-x: auto;}
  }

  body.smpMode #left-column {left: 0!important;}
  body.smpMode #main-column {width: calc(100% - 290px)!important;}

  #main-header , #main-header.wf {left: 0!important;}
  #main-header .encase #hamburger-menu {left: 0;}
  #main-header .encase #hamburger-menu .btn {
    cursor: pointer;
    z-index: 10;
    background: #fff;
  }
  body.mmop {overflow: hidden;}
  body.mmop #main-header .encase #hamburger-menu .bg {
    content: "";
    background: rgba(30,40,50,0.5);
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  body.mmop #main-header .encase #hamburger-menu .btn {
    width: 60px;
    left: 282px;
    background: #1C2B36;
    color: #7ab5c2;
  }
  body.mmop #main-header .encase #hamburger-menu .btn .ico::before {color: #7ab5c2;}
  #left-column {left: -289px;}
  body.mmop #left-column {left: 0;}
  #main-column {
    width: 100%;
    margin: 0;
  }
  #main-column #container {
    border: none;
    box-shadow: 0 0 0 0;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
  }
  body.mmop #container {
    filter: blur(5px);
    -webkit-filter: blur(5px);
  }

  body.mmop #main-footer #pageTop {bottom: -50px;}

}







/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1281px) {

}




/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 769px) and (max-width: 1280px) {

}



/*──────────────────────────────────────────────────────────────────────

  SMP｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 768px) {

  body.index {
    width: 100%;
    min-width: inherit;
  }

  #mp-l {
    width: 100%;
    height: 150px;
    bottom: auto;
    right: 0;
  }
  #mp-l .main-logo {
    position: static;
    margin: 25px auto 0;
  }
  #mp-l .main-logo figure {
    width: 140px;
  }
  #mp-r {
    width: 100%;
    height: auto;
    margin: 155px auto 0;
    position: static;
  }
  #mp-r #user-login {
    width: calc(100% - 20px);
    padding: 10px;
  }
  #mp-r #user-login dl {justify-content: center;}
  #mp-r #user-login dl dt {width: 70px;}
  #mp-r #user-login dl dd input {width: 160px;}
  #mp-r #user-login dl#img-auth {
    padding: 36px 0 24px;
    position: relative;
  }
  #mp-r #user-login dl#img-auth dt {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0;
    text-align: center;
  }
  #mp-r #user-login dl#img-auth dd {}
  #mp-r #user-login dl#img-auth dd p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  #mp-r #user-login dl#img-auth dd .ico {display: none;}
  #mp-r #user-login dl#img-auth dd img {width: 120px;}

  #user-login .btn {
    padding: 12px 0 5px;
    text-align: center;
  }


}












/* 追記分  */

/*バナーリスト*/
#container .banner-list .list-view .banner-imageList {
	width: 100%;
	padding: 7px;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
}
#container .banner-list .list-view .banner-imageList li {
	min-width: 150px;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 13px;
}
#container .banner-list .list-view .banner-imageList figure {
	width: 98%;
	max-width: 100%;
	height: 120px;
	margin-bottom: 5px;
	padding: 7px;
	background: #ddd url(../img/dotted-l.gif);
	box-sizing: border-box;
}
#container .banner-list .list-view .banner-imageList img ,
#container .banner-list .list-view .banner-imageList video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#container .list-view table tr.hover td {background: #ffe;}








