﻿@charset "UTF-8";
/*importによるcss読み込みはjsとの順番制御が効かなくなる為個別に設定する
@import url("/local/styles/calendar/eventcalendar.css");*/

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
    font-size: 62.5%; }
  body {
    font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    color: #222; }



  
/*基本設定*/
*
{
     font-family:Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote {
    line-height: 1.22;
    margin: 0;
    padding: 0;
    word-break: break-all;
}
body {
    text-align: center;
    margin: 0 auto;
    width:100%;
}

a{
    color:blue;
    text-decoration: none;/*下線の削除*/
}

fieldset,img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}
legend {
    display: none;
}


/*button*/
button {
    background: #fff;    
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    cursor: pointer;
    color: #000;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  
  button::after {
    content: '';
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    transform: scale(2.5);
    transition: all 1s ease-out;
  }
  
  button:active::after {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: 0s;
  }
  

button:disabled{
    color:#a9a9a9;
    cursor:default;
}
.btn_add{
    color:blue;
}
.btn_add::after{
    background-color: lightblue;
}
.btn_del{
    color:red;
}
.btn_del::after{
    background-color: lightpink;
}
.btn_edit,
.btn_update{
    color:green;
}

.btn_edit::after,
.btn_update::after{
    background-color: lightgreen;
}
.btn_lock{
    color: gray;
}

.btn_accessibility::after,
.btn_alldisp::after,
.btn_back::after,
.btn_close::after,
.btn_copy::after,
.btn_default::after,
.btn_detail::after,
.btn_download::after,
.btn_feedback::after,
.btn_flowright::after,
.btn_flowleft::after,
.btn_hier::after,
.btn_folder::after,
.btn_html::after,
.btn_imagebox::after,
.btn_list::after,
.btn_logoff::after,
.btn_movie::after,
.btn_open::after,
.btn_pdf::after,
.btn_print::after,
.btn_reset::after,
.btn_rollback::after,
.btn_stop::after,
.btn_search::after,
.btn_trash::after,
.btn_template::after,
.btn_upload::after{
    background-color: lightgrey;
}


.btn_accessibility::before{content: '\f007';}
.btn_add::before{content: '\f067';}
.btn_alldisp::before{content: '\f0ac';}
.btn_back::before{content: '\f060';}
.btn_close::before{content: '\f057';}
.btn_copy::before{content: '\f0c5';}
.btn_del::before{content: '\f2ed';}
.btn_detail::before{content: '\f05a';}
.btn_download::before{content: '\f56d';}
.btn_edit::before{content: '\f304';}
.btn_feedback::before{content: '\f27a';}
.btn_flowleft::before{content: '\f0d9';}
.btn_flowright::before{content: '\f0da';}
.btn_folder::before{content: '\f07b';}
.btn_html::before{content: '\f121';}
.btn_hier::before{content: '\f0e8';}
.btn_imagebox::before{content: '\f03e';}
.btn_list::before{content: '\f0ca';}
.btn_lock::before{content: '\f023';}
.btn_logoff::before{content: '\f2f5';}
.btn_movie::before{content: '\f03d';}
.btn_open::before{content: '\f0ac';}
.btn_pdf::before{content: '\f1c1';}
.btn_preview::before{content: '\f002';}
.btn_print::before{content: '\f02f';}
.btn_reset::before{content: '\f2f9';}
.btn_rollback::before{content: '\f122';}
.btn_stop::before{content: '\f05e';}
.btn_search::before{content: '\f002';}
.btn_trash::before{content: '\f1f8';}
.btn_template::before{content: '\f5bf';}
.btn_update::before{content: '\f093';}
.btn_upload::before{content: '\f574';}



    .btn_accessibility::before,
    .btn_add::before,
    .btn_alldisp::before,
    .btn_back::before,
    .btn_close::before,
    .btn_del::before,
    .btn_detail::before,
    .btn_download::before,
    .btn_edit::before,
    .btn_flowleft::before,
    .btn_flowright::before,
    .btn_folder::before,
    .btn_html::before,
    .btn_hier::before,
    .btn_imagebox::before,
    .btn_list::before,
    .btn_lock::before,
    .btn_logoff::before,
    .btn_movie::before,
    .btn_open::before,
    .btn_pdf::before,
    .btn_preview::before,
    .btn_print::before,
    .btn_reset::before,
    .btn_rollback::before,
    .btn_search::before,
    .btn_sort::before,
    .btn_stop::before,
    .btn_trash::before,
    .btn_template::before,
    .btn_update::before,
    .btn_upload::before
    {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

.btn_copy::before,
.btn_feedback::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}


pre,code,kbd,samp,tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 99%;
}

h1,h2,h3,h4,h5 {
    font-size: 100%;
}

*, *:before, *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* テキスト
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-size:1.4rem;
  padding: 3px 5px;  }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

  /* 概ね半角5文字ぐらい*/
.text_w3{
    width: 40px;
}
/* 概ね半角5文字ぐらい*/
.text_w5{
    width: 60px;
}
/*幅絶対値指定*/
.w80{
    width: 80px;
}
/*幅絶対値指定*/
.w100{
    width: 100px;
}

/* 概ね全角10文字ぐらい*/
.text_w10{
    width:150px;
}

/* 概ね全角12文字ぐらい*/
.text_w12{
    width:170px;
}

/* 概ね全角14文字ぐらい*/
.text_w14{
    width:195px;
}
/*幅絶対値指定*/
.w200{
    width: 200px;
}

/* 概ね全角15文字ぐらい*/
.text_w15{
    width:210px;
}

/* 概ね全角20文字ぐらい*/
.text_w20{
    width:280px;
}
/*幅絶対値指定*/
.w300{
    width: 300px;
}

/*幅絶対値指定*/
.w420{
    width: 420px;
}
/* 概ね全角30文字ぐらい*/
.text_w30{
    width:410px;
}
/*幅絶対値指定*/
.w500{
    width: 500px;
}
/* 概ね全角50文字ぐらい*/
.text_w50{
    width:600px;
}

/* 枠内一杯*/
.text_w100p{
    width:100%;
}

/* 3行ぐらい　テキストエリアのみ使用*/
.text_h3{
    height:50px;
    line-height:1.2em;
}

/* 5行ぐらい　テキストエリアのみ使用*/
.text_h5{
    height:80px;
    line-height:1.2em;
}

/* 7行ぐらい　テキストエリアのみ使用*/
.text_h7{
    height:110px;
    line-height:1.2em;
}

/* 10行ぐらい　テキストエリアのみ使用*/
.text_h10{
    height:160px;
    line-height:1.2em;
}

/* 13行ぐらい　テキストエリアのみ使用*/
.text_h13{
    height:225px;
    line-height:1.2em;
}

/* 15行ぐらい　テキストエリアのみ使用*/
.text_h15{
    height:240px;
    line-height:1.2em;
}


/*その他汎用利用*/
.ver-middle{
    vertical-align:middle
}

.left {
    text-align: left;
    white-space: nowrap;
}
.pad-t10{
    padding-top: 10px;
}
.pad-b10{
    padding-bottom: 10px;
}
.margin-r10 {
    margin-right: 10px;
}



/*WMS専用/*
/*ヘッダー*/
.hdr {
    background-color: #4ae;
    margin: 0px;
    padding: 7px 0 0 10px;
    width: 100%;/*コメントアウト解除*/
    height:35px;
}

.hdr__logo {
    display:block;
    float: left;
    /* margin-top:5px; */
    position: relative;
    width:5%;
}
.hdr__logo img{
    width:45px;
}
.hdr__mgr-info {
    color: #fff;
    font-size: 0.95em;
    margin-top: 14px;
    margin-left: auto;
    margin-right: 5%;
    text-align: right;
}

.hdr__copyright__body{
    background-color:#FFF;
    bottom:-50px;
    border: 1px solid #00F;
    border-radius:5px;
    display:none;
    font-size:1.2rem;
    height: auto;
    padding: 10px;
    position: absolute;
    width:400px;
    z-index: 9999;
}
.hdr__copyright__body::after {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #00F transparent;
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0px;
    height: 0px;
    z-index: 1;
}

.hdr__logo img:hover + .hdr__copyright__body {
    display: block;
  }

.hdr__page__title {
    color: #fff;
    font-size: 1.8rem;
    margin-left: auto;
    position:relative;
    /* top:15px; */
    text-align: center;
    display:inline-block;
}




.hdr__btnarea{
        /* text-align:right; */
        float:right;
        color:#fff;
        margin-right:2%;
        /* top:-20px; */
        position:relative;
        display:inline-block;
}

.inl_block{
 display: inline-block
}

/*フッター*/
.ftr__btnarea{
    color:#fff;
    margin-right:2%;
    position:relative;
}

.ftr {
    background-color: rgba(0,150,240,0.8);
    height: 35px;
    margin: 0px;
    width: 100%;
    color:#fff;
    text-align:center;
    padding: 7px 0px 15px 15px;
    position: fixed;
    bottom:0px;
}

.ftr__mgr-info {
    color: #fff;
    font-size: 0.95em;
    margin-left: 5%;
    text-align: right;
}
.frt_margin{
    height:35px;
}

.ftr_btn_left{
    float:left;
    margin-right:10px;
}

.ftr_btn_center{
    display:inline-block;
}

.ftr_btn_right{
    float:right;
    margin-left:10px;
}

/*ボタンエリア　編集ページ用*/
.hdr__btnarea_edit{
        text-align:center;
        color:#fff;
        /*margin-right:3%;*/
}


/*WMSのヘルプサイトへのリンクのCSS*/
.helplink{
    color:#0000ff;
    cursor:pointer;
}

.x_scroll_lock{
    position: fixed;
    left:0;
}

.search_outline{
    margin-bottom:5px;
}

#inf_hrc{
    margin-bottom:5px;
}

/*プレビュー*/
    .preview{
        color:red;
        text-align:left;
    }

/*管理者通知*/
/*
.notification {
    padding: 0.5em 1em;
    margin: 2em 10em;
    background: #FFF;
    border: solid 3px #9160d3; 
    border-radius: 10px; 
    text-align:left;
    min-width: 300px;
}

.notification .notification_title {
    font-weight: bold;
    color: #cc0033;
    position: relative;
    top: -1em;
    left: 0em;
    font-weight: bold;
    font-size: 1.2em;
    background: #fdd;
    padding: 0 0.5em;
    border: solid 3px #9160d3;
}
*/
.notification_item {
    border-bottom:1.5px #ccc dashed;
    padding: 5px 0px 5px 10px;
    text-align:left;
}

.notification_item:last-of-type{
    margin-bottom: 10px;
}

.notification_item:before {
    background-color: rgba(68, 170, 238, 1);  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    content:  "";     /* 空の要素作成 */
    display:  inline-block;     /* インラインブロックにする */
    height:  10px;              /* 高さ指定 */
    margin-right: 5px;  
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    width:  10px;               /* 幅指定 */
}

.notification_item a:hover{
    cursor: pointer;
}

.notification-container {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
}



.notification {
    border: solid 2px #ccc;
    border-radius: 5px;
    float: left;
    margin: 7px 1.5% 15px 1.5%;
    max-height: 120px;
    overflow-y: scroll;
    padding: 10px;
    text-align: left;
}


.notification_item a {
    margin-left: 10px;
}


@media screen and (min-width: 990px) {
    .notification {
        width: 50%;
    }

    .notification-container {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 990px) {
    .notification {
        width: 100%;
    }
    .notification-container {
        flex-wrap: wrap;
    }
}