@charset "UTF-8";
/* GRID Color */
/* EditControl Color */
/* mobail tool Menu */
#menuopen:hover {
  background-color: aqua; }

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 5px; }

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }

input::-ms-clear {
  visibility: hidden; }

/***** login *****/
/*Title*/
.kkap {
  color: #F2F2F2;
  font-family: 'Nixie One', cursive; }

div#login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 300px;
  margin: -150px 0px 0px -175px;
  text-align: center; }

button.loginBtn {
  /*width: 150px;*/
  height: 45px;
  font-size: 110%;
  background-color: #EEECE1;
  color: maroon;
  border-style: none;
  font-family: serif; }

/***** footer *****/
footer {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  text-align: left;
  overflow: hidden;
  font-size: 12px;
  color: darkgray; }

/***** Menu Button *****/
.divMenu {
  width: 20px;
  height: 250px;
  background-color: #efefef;
  border: 1px #dddddd solid;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /*z-index:150;*/ }
  .divMenu:hover > .divMenuLine {
    background-color: #27B8B3; }

.divMenuLine {
  margin-top: 20px;
  width: 3px;
  height: 210px;
  background-color: #d1d1d1;
  border-radius: 20px; }

.MenuTitle {
  background-color: #343434;
  color: white;
  height: 50px; }

.mainImage {
  position: absolute;
  margin: 30px;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*-webkit- transform: translateY(-50%) translateX(-50%);*/ }

/***** mainframe *****/
.mainframe {
  padding-left: 15px;
  /*    padding-left :30px;
*/
  text-align: left; }

/***** Hedder *****/
.tooldiv {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50px; }
  .tooldiv:hover {
    -webkit-box-shadow: 0 0 50px 5px rgba(0, 255, 255, 0.3);
    box-shadow: 0 0 50px 5px rgba(0, 255, 255, 0.3); }

.usercontent {
  /*$breakpoint-mobileまでの幅の場合に適応される*/
  width: 300px;
  margin-left: auto;
  padding-right: 30px;
  color: darkgrey; }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .usercontent {
      display: none; } }

.titlecontent {
  /*$breakpoint-mobileまでの幅の場合に適応される*/
  height: 80px;
  margin-top: -20px; }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .titlecontent {
      display: none; } }

.mobailecontent {
  display: none;
  /*$breakpoint-mobileまでの幅の場合に適応される*/ }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .mobailecontent {
      display: block;
      margin-left: 20px;
      margin-right: 20px; } }

.mobileuser {
  font-size: 13px;
  color: darkgrey;
  text-align: right;
  margin-right: 20px;
  margin-bottom: 10px; }

.logoff {
  background: url("../Resources/exit.png") no-repeat;
  /* ロールオーバー時のチラつき防止 */ }
  .logoff span {
    width: 30px;
    height: 30px;
    background: url("../Resources/exit.png") no-repeat;
    display: block;
    text-indent: -9999px; }
    .logoff span:hover {
      background-image: url("../Resources/exit2.png"); }

/***** Search Dialog Line */
.hrStyle {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff; }

.hrStyle2 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); }

/***** TEXTBOX STYLE *****/
.textStyle {
  padding: 3px;
  outline: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 90%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  /*&&::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
    }*/ }
  .textStyle:focus {
    -webkit-box-shadow: 0 0 7px #6FDEDA;
    box-shadow: 0 0 7px #6FDEDA;
    border: 1px solid #6FDEDA; }
  .textStyle::-webkit-input-placeholder, .textStyle:-ms-input-placeholder, .textStyle::-moz-placeholder {
    color: #8c8b8b; }

/***** CHECKBOX STYLE *****/
.SearchItem_chk {
  display: none; }

.SearchItem_lbl {
  display: block;
  width: 105px;
  margin: 0 auto;
  margin-top: 10px;
  color: #5F676F; }
  .SearchItem_lbl :hover {
    cursor: pointer; }

.SearchItem_chk + .SearchItem_lbl:before {
  content: '';
  display: inline-block;
  border: 2px solid #C7D2DE;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear; }

.SearchItem_chk:checked + .SearchItem_lbl:before {
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  -ms-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
  height: 6px;
  width: 11px; }

.CheckActionBtn {
  width: 50px;
  border: 3px solid #C7D2DE;
  color: #C7D2DE;
  cursor: pointer;
  text-align: center;
  font-size: 80%; }
  .CheckActionBtn:hover {
    /*border: 3px solid #0489B1;
    color: #0489B1;*/
    border: 3px solid #27B8B3;
    color: #27B8B3; }

/**** 画像表示ONOFFボタン *****/
.tgl {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .tgl:after, .tgl:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tgl * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .tgl *:after, .tgl *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .tgl + .tgl-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection {
    background: none; }
  .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection {
    background: none; }
  .tgl + .tgl-btn::-moz-selection, .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection {
    background: none; }
  .tgl + .tgl-btn::-moz-selection, .tgl::selection, .tgl:after::selection, .tgl:before::selection {
    background: none; }
  .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection {
    background: none; }
  .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection {
    background: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer; }
    .tgl + .tgl-btn::-moz-selection {
      background: none; }
    .tgl + .tgl-btn::selection {
      background: none; }
    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }
    .tgl + .tgl-btn:after {
      left: 0; }
    .tgl + .tgl-btn:before {
      display: none; }
  .tgl:checked + .tgl-btn:after {
    left: 50%; }

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px; }
  .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 100px;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px; }
  .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  .tgl-flip + .tgl-btn:before {
    background: #DDDDDD;
    content: attr(data-tg-off); }
  .tgl-flip + .tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
    -ms-transform: rotateY(-20deg);
    transform: rotateY(-20deg); }

.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  left: 0;
  background: #27B8B3; }

.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
  -ms-transform: rotateY(20deg);
  transform: rotateY(20deg); }

/***** 検索項目Table *****/
.searchtable {
  border-collapse: collapse;
  table-layout: fixed; }
  .searchtable label {
    font-size: 12px; }

table.searchtable td {
  color: #5F676F; }

.pc_height {
  height: 50px;
  vertical-align: bottom; }

.mobile_height {
  vertical-align: bottom; }

/*td {
    border: 1px solid #bbb;
}*/
/***** STYLE *****/
.floatleft {
  float: left; }

.floatright {
  float: right; }

.clear {
  clear: both; }

.mgn20_10 {
  margin: 20px 10px; }

.mgn20 {
  margin: 20px 0px; }

.mgn30 {
  margin: 30px 0px; }

.mgn40 {
  margin: 40px 0px; }

.mgnleft20 {
  margin-left: 50px; }

.ImageButton {
  border: none;
  background: transparent; }

.labelcolor {
  color: #5F676F; }

/***** 列幅設定 *****/
.varticalradio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .varticalradio input {
    display: none; }
  .varticalradio input[type="radio"]:checked + label {
    display: none;
    margin-left: 20px;
    color: #555;
    border-bottom: 2px solid #27B8B3;
    /*background-color: $primary-color;*/ }
  .varticalradio label {
    color: #5F676F;
    /*border: 2px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    text-align: left;
    display: inline-block;
    padding: 2px 0px;
    width: 150px;
    height: 20px; }
  .varticalradio label:hover {
    color: #27B8B3;
    /*border: 2px solid #aaa;*/ }

.widthbtn {
  display: inline-block;
  text-decoration: none;
  /*color: #f9a9ae;*/
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c4c5c7), color-stop(52%, #dcdddf), to(#ebebeb));
  background-image: -webkit-linear-gradient(bottom, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  background-image: -o-linear-gradient(bottom, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  cursor: pointer; }
  .widthbtn:active {
    -webkit-box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.32);
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.32);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffcfcf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fed6e3), to(#ffcfcf));
    background-image: -o-linear-gradient(#fed6e3 0%, #ffcfcf 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffcfcf 100%); }

/***** jqGrid Color *****/
.gridcontent {
  margin: 0px 10px;
  /*$breakpoint-mobileまでの幅の場合に適応される*/ }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .gridcontent {
      margin: 10px 10px; } }

.gridcss {
  border: 1px solid #a6c9e2;
  background-color: #E6EAE9;
  color: #222222; }

.gridcss2 {
  border: 1px solid #a6c9e2;
  background-color: #FFF;
  color: #222222; }

#grid .ui-jqgrid-titlebar, .ui-jqgrid .ui-jqgrid-htable th {
  background: #1CDBD5;
  color: #FFF;
  background-image: none; }

/*.ui-widget-content2 {
    border: 1px solid #aaaaaa;
    background: #343434;
    color: #ffffff;
}*/
/* caption */
.ui-jqgrid .ui-jqgrid-titlebar {
  background: #fff;
  color: dimgray; }

/* 編集ダイアログ */
.EditTitleClass {
  background-color: #F8F8F8; }

/*タイトルバー*/
.EditTitleClass .ui-dialog-titlebar {
  color: #FFF;
  background: #1CDBD5;
  background-image: none; }

.toolborder {
  width: 100%;
  float: left;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: white 0 1px 0;
  box-shadow: white 0 1px 0; }

.inputlabel {
  font-size: 10px; }

.edittable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .edittable label {
    font-size: 10px; }

/*.mstsearch {
    width: 25px;
    height: 25px;*/
/*line-height :70%;*/
/*margin-top :-3px;*/
/*}*/
/*** SearchDialog Call **/
.mstsearchbtn {
  display: inline-block;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c6c6c6));
  background-image: -webkit-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  background-image: -o-linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  background-image: linear-gradient(#eaeaea 0%, #c6c6c6 100%);
  color: #999;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 20px;
  height: 22px;
  line-height: 21px;
  font-size: 7px;
  cursor: pointer; }
  .mstsearchbtn:hover {
    opacity: 0.8;
    border: 1px solid #999; }
  .mstsearchbtn:before {
    content: '▶'; }

/* InputTable定義 */
.tablehedder label {
  font-size: 10px; }

.tablehedder div {
  display: inline-block;
  text-align: center; }

.tablerow li {
  padding: 0px;
  margin: 0px; }

.tablerow label {
  font-size: 10px; }

.tablerow .rownumber {
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: top; }

.tablerow .rowitem {
  display: inline-block;
  vertical-align: top; }

.tablerow .rowbutton {
  width: 30px;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

.tablerow .rownav {
  width: 30px;
  display: inline-block;
  vertical-align: top; }

.tablerow .rowspace {
  display: inline-block; }

.tablerow .labelfd {
  font-size: 12px; }

.tablerow .jpfd {
  position: relative;
  top: -7px; }

/***** Grid 画像 *****/
/* 外接Resize */
.cover_0 {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover;"; }

.cover_1 {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover;"; }

.cover_2 {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover;"; }

.cover_3 {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover;"; }

/*.cover_0 {
    object-fit: cover;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.cover_1 {
    object-fit: cover;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.cover_2 {
    object-fit: cover;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
}*/
/* 内接Resize */
.contain_0 {
  max-width: 50px;
  max-height: 50px;
  background-color: #fff;
  border: 1px solid #ccc; }

.contain_1 {
  max-width: 100px;
  max-height: 100px;
  background-color: #fff;
  border: 1px solid #ccc; }

.cover_2 {
  max-width: 150px;
  max-height: 150px;
  background-color: #fff;
  border: 1px solid #ccc; }

/*.contain {
    object-fit: contain;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
}*/
/***** Image Dialog *****/
.bxslider img {
  margin: 0 auto;
  display: block; }

.imageTitle {
  font-size: 80%; }

.imagecontain {
  max-width: 400px;
  max-height: 400px;
  background-color: #fff;
  border: 1px solid #ccc; }

/**** 画像サイズラジオボタン *****/
.radio {
  clear: both; }
  .radio input {
    display: none; }
  .radio label {
    display: block;
    float: left;
    cursor: pointer;
    width: 50px;
    margin: 1px 0 1px 0;
    padding: 1.4% 0 1.5% 0;
    border-right: 1px solid #d7d7d7;
    background: #e5e5e5;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .radio label:last-of-type {
      border-right: 0px; }
  .radio input[type="radio"]:checked + label {
    background-color: #27B8B3;
    color: #fff; }

/***** Grid ToolBtn *****/
.Gtoolbtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #f9a9ae;
  width: 40px;
  height: 30px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  /*background-image: -webkit-linear-gradient(#d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);*/ }
  .Gtoolbtn:hover {
    background-image: -webkit-linear-gradient(#d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d5d4d0), color-stop(1%, #d5d4d0), color-stop(31%, #eeeeec), color-stop(75%, #efeeec), to(#e9e9e7));
    background-image: -webkit-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    background-image: -o-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    /*background-image: -webkit-linear-gradient(#243949 0%, #517fa4 100%);
background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);*/ }

.gridtoolbar {
  /*$breakpoint-mobileまでの幅の場合に適応される*/
  position: absolute;
  top: 110px;
  right: 20px;
  width: 250px;
  height: 100px;
  z-index: 1; }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .gridtoolbar {
      display: none; } }

/**** googleicon font *****/
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }
  .material-icons.md-dark:hover {
    color: rgba(0, 255, 255, 0.3); }
    .material-icons.md-dark:hover + .menutip {
      display: block; }

/**** Search Menu *****/
.menuicon {
  cursor: pointer; }

ul.nav {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  position: relative;
  /*margin: 20px 0;*/
  margin-top: -8px;
  margin-left: -5px;
  width: 21em;
  /*border: 1px solid #ddd;*/
  border-bottom: none;
  color: #5F676F; }
  ul.nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none; }
  ul.nav .navspan {
    display: block;
    /*text-decoration: none;*/
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    ul.nav .navspan:hover {
      background: #efefef;
      color: #27B8B3; }
  ul.nav > li {
    /*position: relative;*/
    width: 21em;
    border-bottom: 1px solid #ddd; }
    ul.nav > li > .navspan {
      padding: 7px 15px;
      /*padding: 10px 15px;*/ }
  ul.nav li .childnav {
    display: none;
    padding: 10px;
    border: 1px solid #ccc; }
  ul.nav li:hover .childnav {
    display: block;
    position: absolute;
    left: 21em;
    top: 0;
    min-width: 400px; }

.childnav h3 {
  color: #c00;
  font-size: 16px;
  font-weight: bold; }

.chilnav ul {
  margin-bottom: 20px; }

.childnav li {
  position: relative;
  padding-left: 10px; }
  .childnav li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #ccc; }
  .childnav li a {
    padding: 5px;
    border-bottom: none; }
    .childnav li a:hover {
      color: #c00;
      text-decoration: underline;
      background: none; }

.navcontents {
  float: right;
  width: 30px;
  background: url("../Content/img/delete.png") no-repeat center; }

/***** Base Tool Menu *****/
.toolnav {
  width: 300px;
  height: 30px;
  /*$breakpoint-mobileまでの幅の場合に適応される*/
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 640px), (max-height: 480px) {
    .toolnav {
      width: 100%;
      height: 25px; } }
  .toolnav li {
    position: relative;
    list-style: none; }
    .toolnav li .mobiletool {
      display: block;
      width: 50px;
      height: 30px;
      text-align: center;
      color: #fff; }
    .toolnav li .menu {
      display: block;
      width: 150px;
      height: 40px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 2.8;
      /*background: #9fb7d4;*/
      background: #b1ada4;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none;
      border-right: 1px solid #eee;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer; }
    .toolnav li ul {
      top: 40px;
      left: -140px;
      position: absolute; }
      .toolnav li ul li {
        overflow: hidden;
        height: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        z-index: 10; }
        .toolnav li ul li .menu {
          border-top: 1px solid #eee; }
    .toolnav li:hover > ul > li {
      overflow: visible;
      height: 40px; }
    .toolnav li ul li ul {
      top: 0;
      left: 110px; }
      .toolnav li ul li ul:before {
        /*layer-2▷*/
        position: absolute;
        content: "";
        top: 15px;
        left: 30px;
        border: 5px solid transparent;
        border-left: 5px solid #fff; }
      .toolnav li ul li ul li:hover > .menu {
        /*layer-3*/
        color: #1c1a17;
        background: #e8e6e3; }
      .toolnav li ul li ul.left {
        top: 0;
        left: -190px; }
        .toolnav li ul li ul.left:before {
          /*layer-3-left▷*/
          position: absolute;
          content: "";
          top: 15px;
          left: 190px;
          border: 5px solid transparent;
          border-right: 5px solid #fff; }
      .toolnav li ul li ul li ul.left:before {
        /*layer-3-left▷*/
        position: absolute;
        content: "";
        top: 15px;
        left: 190px;
        border: 5px solid transparent;
        border-right: 5px solid #fff; }
      .toolnav li ul li ul.left li:hover > .menu {
        /*layer-2-left*/
        color: #1c1a17;
        background: #e8e6e3; }
      .toolnav li ul li ul li ul.left li:hover > .menu {
        /*layer-3-left*/
        color: #1c1a17;
        background: #e8e6e3; }
  .toolnav > li:hover > .menu {
    /*layer-1*/
    color: #1c1a17;
    background: #e8e6e3; }
  .toolnav > li li:hover > .menu {
    /*layer-2*/
    color: #1c1a17;
    background: #e8e6e3; }

/***** Edit Tool Menu *****/
.editnav {
  height: 30px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .editnav li {
    position: relative;
    list-style: none; }
  .editnav > li:hover > .menu {
    color: #1c1a17;
    background: #e8e6e3; }

ul.editnav li.status {
  float: left;
  position: relative;
  width: 5em;
  height: 2em;
  line-height: 2em;
  font-size: 13px; }

ul.editnav li a.statuslabel {
  display: block;
  width: 60px;
  height: 2em;
  text-align: center;
  color: #00BCD4;
  background: #ECECEC;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-weight: bold; }

ul.editnav li a.menulabel {
  display: block;
  width: 100px;
  height: 2em;
  text-align: center;
  color: dimgray;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-weight: bold; }

ul.editnav li ul {
  display: none; }

/*Edit Dialog Tool */
.operationstatus {
  background: #bebbab;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  height: 28px; }

ul.statusnav li a.operationnavi {
  display: block;
  width: 20px;
  height: 28px;
  text-align: center;
  color: #00BCD4;
  background: #bebbab;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-weight: bold;
  background-image: url("../Resources/arrow2.gif");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px; }

.operationmenu {
  display: none;
  position: absolute;
  z-index: 100; }

ul.statusnav li ul li:hover {
  background: #fff;
  border: 1px solid #bebbab; }

ul.statusnav li ul li:hover a {
  color: #bebbab; }

ul.statusnav li.status {
  float: left;
  position: relative;
  width: 5em;
  height: 2em;
  line-height: 2em;
  font-size: 13px; }

ul.statusnav li ul li {
  float: left;
  position: relative;
  width: 80px;
  height: 2em;
  line-height: 2em;
  font-size: 13px;
  background: #bebbab;
  border: 1px solid #bebbab; }

ul.statusnav li ul li a {
  width: 60px;
  height: 2em;
  text-align: center;
  color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.textcenter {
  text-align: center; }

/***** Menu *****/
.drawer-nav {
  z-index: 1000; }

.drawer-menu a {
  font-size: 150%;
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  background: -moz-linear-gradient(top, #ffffff 1%, eaeaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 1%, eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 1%, #eaeaea 100%);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none; }
  .drawer-menu a:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none; }

/***** datepicker *****/
.ui-datepicker-trigger {
  margin-bottom: -3px;
  margin-left: 5px;
  margin-top: 10px;
  /*width: 18px;
            height: 20px*/ }

.ok {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 150px;
  height: 150px;
  background-color: transparent;
  color: darkslategray;
  font-family: 'Shrikhand', cursive;
  font-size: 100px;
  z-index: 1000; }

.editornav {
  float: right;
  width: 30px;
  height: 300px;
  margin-right: 15px;
  /*background-color: aqua;*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: verti; }
  .editornav a {
    font-size: 12px;
    font-weight: 700;
    color: dimgray; }
    .editornav a:hover {
      color: aquamarine;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

.editorclosenav {
  float: right;
  margin-right: 15px;
  margin-top: -30px;
  /*background-color: aqua;*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: verti; }
  .editorclosenav a {
    font-size: 50px;
    font-weight: 700;
    color: dimgray; }
    .editorclosenav a:hover {
      color: aquamarine;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }

/*
    ==========================
    checkboxes & radio buttons
    ==========================
*/
.ex-checkbox,
.ex-radio {
  position: relative;
  margin: 12px 0;
  font-size: 13px; }

.ex-checkbox label,
.ex-radio label {
  padding-left: 32px;
  line-height: 140%;
  font-weight: normal;
  display: inline-block;
  position: relative; }

.ex-checkbox input[type=checkbox],
.ex-radio input[type=radio] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 10;
  position: absolute; }

/*
    ==========================
    radio buttons
    ==========================
*/
.ex-radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out; }

.ex-radio input[type=radio]:hover + label::before {
  border: 2px solid #27B8B3; }

.ex-radio input[type=radio]:focus + label::before {
  -webkit-box-shadow: 0 0 1px #27B8B3;
  box-shadow: 0 0 1px #27B8B3;
  outline: none; }

.ex-radio input[type=radio]:checked + label::before,
.ex-radio input[type=radio]:checked:hover + label::before {
  border: 1px solid #27B8B3; }

.ex-radio input[type=radio] + label::after {
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.ex-radio input[type=radio]:checked + label::after {
  background-color: #27B8B3;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1); }

.ex-radio input[type="radio"]:disabled {
  cursor: not-allowed; }

.ex-radio input[type="radio"]:disabled + label {
  color: #bcbcbc;
  cursor: not-allowed; }

.ex-radio input[type=radio]:disabled + label::before,
.ex-radio input[type=radio]:checked:disabled + label::before {
  border: 1px solid #bcbcbc; }

.ex-radio input[type=radio]:checked:disabled + label::after {
  background-color: #bcbcbc; }

.subject-info-arrows .btn {
  display: inline-block;
  /*padding: 6px 12px;*/
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  /*line-height: 1.428571429;*/
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.subject-info-arrows .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.subject-info-arrows .btn:hover,
.subject-info-arrows .btn:focus {
  color: #333333;
  text-decoration: none; }

.subject-info-arrows .btn:active,
.subject-info-arrows .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.subject-info-arrows .btn.disabled,
.subject-info-arrows .btn[disabled],
.subject-info-arrows fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.subject-info-arrows .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.subject-info-arrows .btn-default:hover,
.subject-info-arrows .btn-default:focus,
.subject-info-arrows .btn-default:active,
.subject-info-arrows .btn-default.active,
.subject-info-arrows .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.subject-info-arrows .btn-default:active,
.subject-info-arrows .btn-default.active,
.subject-info-arrows .open .dropdown-toggle.btn-default {
  background-image: none; }

.subject-info-arrows .btn-default.disabled,
.subject-info-arrows .btn-default[disabled],
.subject-info-arrows fieldset[disabled] .btn-default,
.subject-info-arrows .btn-default.disabled:hover,
.subject-info-arrows .btn-default[disabled]:hover,
.subject-info-arrows fieldset[disabled] .btn-default:hover,
.subject-info-arrows .btn-default.disabled:focus,
.subject-info-arrows .btn-default[disabled]:focus,
.subject-info-arrows fieldset[disabled] .btn-default:focus,
.subject-info-arrows .btn-default.disabled:active,
.subject-info-arrows .btn-default[disabled]:active,
.subject-info-arrows fieldset[disabled] .btn-default:active,
.subject-info-arrows .btn-default.disabled.active,
.subject-info-arrows .btn-default[disabled].active,
.subject-info-arrows fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

/*
	==========================
	checkboxes
	==========================
*/
.ex-checkbox {
  position: relative;
  margin: 12px 0;
  font-size: 14px; }

.ex-checkbox label {
  padding-left: 32px;
  line-height: 140%;
  font-weight: normal;
  display: inline-block;
  position: relative; }

.ex-checkbox input[type=checkbox] {
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 10;
  position: absolute; }

.ex-checkbox input[type=checkbox] + label::before {
  border: 1px solid #9f9f9f;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  background-color: #fff; }

.ex-checkbox input[type=checkbox]:hover + label::before {
  border: 2px solid #0288d1; }

.ex-checkbox input[type=checkbox]:focus + label::before {
  -webkit-box-shadow: 0 0 1px #0288d1;
  box-shadow: 0 0 1px #0288d1;
  outline: none; }

.ex-checkbox input[type=checkbox]:checked + label::before {
  border: 1px solid transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center;
  background-size: 24px 24px; }

.ex-checkbox input[type=checkbox]:checked:hover + label::before {
  background-size: 30px 30px; }

.ex-checkbox input[type=checkbox]:disabled {
  cursor: not-allowed; }

.ex-checkbox input[type=checkbox]:disabled + label {
  color: #bcbcbc;
  cursor: not-allowed; }

.ex-checkbox input[type=checkbox]:disabled:checked + label::before {
  border: 1px solid transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==") no-repeat center center; }

.ex-checkbox input[type=checkbox]:disabled + label::before {
  border: 1px solid #bcbcbc; }

.lg_inline-block {
  display: inline-block;
  width: 30%; }

.rownav {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 35px;
  height: 25px;
  cursor: pointer;
  text-align: center; }

.rownavbtn {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  width: 35px;
  height: 25px;
  cursor: pointer;
  text-align: center; }
  .rownavbtn:hover {
    border: 1px solid rgba(79, 81, 81, 0.6); }

.rowadd {
  background: url("../Resources/row-add.png") no-repeat center;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: -35px;
  display: none; }

.rowdel {
  background: url("../Resources/row-del.png") no-repeat center;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 35px;
  display: none; }

.rowcopy {
  background: url("../Resources/row-copy.png") no-repeat center;
  position: absolute;
  cursor: pointer;
  top: 32px;
  display: none; }

.rowActive {
  background: #ece8e4;
  border: none;
  -webkit-box-shadow: 0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px #cccbc9, inset 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.tabgroup {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 90%; }

.tabgroup li {
  display: table-cell;
  vertical-align: middle; }

.tabtitle {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: dimgray;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5; }

.tabtitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #6FDEDA;
  opacity: 0.5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.tabtitle:hover::after {
  width: 100%; }

.tabtitle_active {
  color: #6FDEDA; }

/***** 商品説明アコーディオン *****/
.accordion_sx {
  width: 90%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: left; }

.accordion_sx .inner {
  display: none; }

.accordion_sx .inner.open {
  display: block; }

.accordion_sx p {
  width: 100%;
  border-color: darkgray;
  color: #FFF;
  background: #1CDBD5;
  background-image: none;
  cursor: pointer;
  padding: 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.accordion_sx .inner li {
  padding: 3px 0; }

.accordion_sku {
  width: 90%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  text-align: left; }

.accordion_sku .inner_sku {
  display: none; }

.accordion_sku .inner_sku.open {
  display: block; }

.accordion_sku p {
  width: 100%;
  border-color: darkgray;
  color: #FFF;
  background: #1CDBD5;
  background-image: none;
  cursor: pointer;
  padding: 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.accordion_sku .inner_sku li {
  padding: 3px 0; }

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_tab {
  margin: 1em auto; }

.cp_tab > input[type='radio'] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none; }

.cp_tab .cp_tabpanel {
  display: none; }

.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
  display: block; }

.cp_tab > label {
  position: relative;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 0; }

.cp_tab > label:hover,
.cp_tab > input:focus + label {
  color: #0066cc; }

.cp_tab > input:checked + label {
  margin-bottom: -1px;
  border-color: #cccccc;
  border-bottom: 1px solid #ffffff;
  /*背景色と同じ*/
  border-radius: 6px 6px 0 0; }

.cp_tab .cp_tabpanel {
  padding: 0.5em 1em;
  border-top: 1px solid #cccccc; }

@media (max-width: 480px) {
  .cp_tab {
    width: 100%;
    font-size: 0.8em; }
  .cp_tab label {
    padding: 0.5em; } }

/***** file Upload *****/
.filepanel {
  /*float: left;*/
  display: inline-block;
  width: 300px;
  padding: 5px 15px;
  margin-right: 10px;
  border: 1px solid gray;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.pdfpanel {
  float: left;
  padding: 5px 15px;
  margin-right: 10px;
  border: 1px solid gray;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

.imagedelete {
  cursor: pointer;
  margin-left: 5px;
  width: 20px;
  height: 20px; }
  .imagedelete:hover {
    border: 1px solid gray; }
