@charset "UTF-8";
@import "bootstrap/bootstrap.min.css";
@import "bootstrap/tablesaw.css";
@import "bootstrap/basictable.css";
@import "bootstrap/drawerr.css";
@import "header.css";
@import "main.css";
@import "aside.css";
@import "footer.css";
@import "operation.css";
@import "searchform.css";
@import "searchresult.css";
@import "pager.css";
@import "inquiry.css";
@import "mail.css";
@import "modal.css";
@import "loading.css";
@import "tabselect.css";
@import "text.css";
@import "calendar.css";
@import "radio.css";
@import "checkbox.css";
@import "dialog.css";
@import "button.css";
@import "tasklist.css";
@import "table.css";
@import "lightbox.css";
@import "functionkeys.css";
@import "mainmenu.css";
@import "all.min.css";/* For Fontawesome */

:root {
    --main-color:#207537;
    --main-color:#57b846;
    --sub-color:#205c30;
}
/* ========BASIC======== */
html, body{
/*    height: 100%;*/
    margin:0;
}
body {
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"メイリオ", Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
    background:#FFFFFF;
    overflow-x:hidden;
}

br {
    letter-spacing:normal;
}

a {
    color:#000099;
    text-decoration:underline;
}

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

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}
select:focus {
    background-color: #CCFFFF;
}
input:focus{
    background-color: #CCFFFF;
}
textarea:invalid ,
input:invalid {
    border: solid 1px #ff0000 !important;
}
textarea:read-only ,
input:read-only {
    border: 1px solid rgb(169, 169, 169);
    background-color: #EBEBE4;
}
select:invalid {
    border: solid 1px #ff0000 !important;
}
textarea {
    font-size:12px;
    margin: 1px 0px 1px 0px;
    font-family:"メイリオ", Verdana, Helvetica, sans-serif;
}

input[type=checkbox] {
  vertical-align:middle; 
/*  width: auto !important;*/
}
input.backup{
    height: 20px;
    width: 20px!important;
}
/* ========ALERT ERROR======== */
p .alert {
    color: #FF0000;
}
label.error {
    color: #FF0000;
}
span.caution {
    margin: auto 0;
    color: #FF0000;
}
span.requirements {    
    float: left;
    color: #FF0000;
}
span.required {
    color: #FF0000;
}
span.red {
    color: #FF0000;
}
span.error_message {
    color: #FF0000;
    font-size:18px;
}
#pageTop {
    clear:both;
    width:1240px;
}
.contents-top{
   margin-top: 105px;
}
@media screen and (max-width:810px){
.contents-top{
    margin-top: 110px;
}  
}
@media screen and (max-width:768px){
.contents-top{
    margin-top: 110px;
}    
}
@media screen and (max-width:767px){
.contents-top{
    margin-top: 108px;
}    
}

#loading {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.quantity {
    width: 50px;
    text-align: right;
    padding-right: 3px;
}
.input-border{
    border:1px solid #ccc;
    border-radius: 3px 3px;
    padding:2px;
    margin-bottom: 2px;
}
.ck-editor__editable {
    min-height: 200px;
}
.orderyear{
    background-color: gray !important;
}

.pickup-flag{
    width:70px!important;
    height: 25px;
}
.display-flag{
    width:60px!important;
    height: 25px;
}

.btn-file {
 position: relative;
    overflow: hidden;
    width: 200px;
    height: 100px;
    margin-left: 20px;
    padding-top: 35px;
    color: #555;
    border: 1px dotted #555;
}
ul.fileList{
    margin-left: 20px;
}
ul.fileList li{
    text-decoration: none;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*--------fixed table header-----------*/
    .result_table_scroll{
      max-height: 72vh;
      overflow-y: auto;
      border: 2px solid #ccc;
    }
    .table-container thead tr th {
      position: sticky;
      top: 0;
      margin-top: 0;
      background-color: #ccc;
      z-index:1;
    }