.comLinkWrap h2 {
  color: #82a0aa;
  text-align: left;
}

.comLinkWrap .comTable02 th,
.comLinkWrap .comTable02 td {
  border: none;
}

input[type="submit"][name="search_submit"] {
  min-width: 260px;
}

.comForm input[type="password"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;/*width:30.76%;*/height:48px;border:none;border-bottom:solid 1px #747474;padding:12px 20px 8px;vertical-align:middle;-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;-ms-border-radius:0;border-radius:0;
}

.required {
  color:#e31f26;
}

tt {
  display: none;
}

.comForm input[type="submit"].mw200{min-width:260px !important;}
.comForm input[type="reset"].mw200{min-width:260px !important;}

@media only screen and (max-width: 1440px){
  .comForm input[type="password"]{height:4.8rem;padding:1.2rem 2rem 0.8rem;}
}

@media only screen and (max-width: 1366px){
  .comForm input[type="password"]{height:48px;padding:12px 20px 8px;}
}

@media only screen and (min-width: 641px) {
  .comTableScrollable {
    overflow-x: auto;
    padding-bottom:9px;
  }
  .comTableScrollable::-webkit-scrollbar {
    height:9px;
  }
  .comTableScrollable::-webkit-scrollbar:horizontal {
    border-top:solid 9px #fff;
  }
  .comTableScrollable::-webkit-scrollbar-thumb {
    background-color:#000;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
  }
  .comTableScrollable::-webkit-scrollbar-track {
    -webkit-box-shadow:0px 0px 0px 1px rgba(116,116,116,1) inset;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
  }
}

@media only screen and (max-width: 480px){
  .comForm input[type="password"]{width:100%;height:38px;border-bottom:solid 1px #747474;padding:7px 9px 6px;}
  .comForm input[type="password"].w60{width:100%;}
  .comForm input[type="password"].w80{width:100%;}
}