@charset "UTF-8";
/*
 *  Jungle System  * common.css
 *  
 *  ▼ ブラウザの差異を無くす初期設定
 *  ▼ ログイン
 *  ▼ 共通class
 *  
 */ 

/*==================================================
  ▼ ブラウザの差異を無くす初期設定
==================================================*/
*{
  padding:0;  margin:0;
  /*font-family : Arial,'ＭＳ Ｐゴシック', sans-serif;*/
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
  'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif,'MS Mincho';
  font-size:9pt;
  /*line-height:14px;*/
}
html{
  height:100%;
}
body{
  /*width:auto;   height:auto;*/
  margin   :0 0 5px 0;
  padding  :0;
  color    :#000000;
  /*font-size:10pt;*/
  background-color:#ccc;
  font-family: "MS Mincho";
  /*letter-spacing:1px;*/
  /*line-height:1.4em;*/
  /*position:relative;*/
}

a:link,
a:visited,
a:active,
a:hover{
  text-decoration:none; 
  color:#000;
}
img{
  vertical-align:middle; /*text-bottom;*/
  border:none;
}
br{
  letter-spacing:0;
}
input,select{
  vertical-align:middle;
}

/*
IE11対応：ボタン無効時、グレーにする
*/
button.ui-button:disabled{
  /*background:#787878;*/
  color:#B0B0B0; 
} 

/*==================================================
  ▼ ログイン
==================================================*/
/*group:[index]*/
BODY.index{
	padding	 :0;
	margin   :0;
	color		 :#000000;
	font-size:10pt;
	background-color:#FFFFFF;
}
#login_box{
  margin-top:10px; padding:0px;
  border: 1px solid #333333;
  background-color: #666666;
  text-align: center;
}
#login_box TD { border: 1px solid #333333; }
#login_box DIV{
  padding: 10px;
  background-color: #ffffff;
  text-align: left;
}
#login_box2{
  margin-top:10px; padding:0px;
  border: 1px solid #003366;
  background-color: #3366cc;
  text-align: center;
}
#login_box2 TD { border: 1px solid #003366; }
#login_box2 DIV{
  padding: 10px;
  background-color: #ffffff;
  text-align: left;
}
/*==================================================
  ▼ systop
==================================================*/
.sysname_vw{
  font-size:1.4em;
}
.sysmode_vw{
  background-color:#666;
  color:#fff;
  font-size:1.4em;
  text-align:center;
}

/*==================================================
  ▼ copyright
==================================================*/
.copyright{
  font-size:7.5pt;
  color:#666;
}

/*==================================================
  ▼ 共通class
==================================================*/
.alL{ text-align:left;   }
.alR{ text-align:right;  }
.alC{ /*text-align:center;*/ text-align: left }
.va_top,.vaTop{ vertical-align:top;    }
.va_mdl,.vaMid{ vertical-align:middle; }
.va_btm,.vaBtm{ vertical-align:bottom; }

.floatL  { float:left; }
.floatR  { float:right;}
.floatCLR{ clear:both; }

.posAbs { position:absolute; }
.posRel { position:relative; }

.inblock{ display:inline-block; }
.block  { display:block; }

.sml8  { font-size:  8pt; }

/*
 * float clear[clearfix]
 -------------------------*/
/*IE6～:Micro clearfix*/
.cf:before,
.cf:after{
  content:'';
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom:1; /* forIE6/7(trigger hasLayout) or *zoom:1; アスタリスク付で記述しているサイトもある*/
}

/*IE8～(IE6,7×)*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; /*table*/
}

/*--- main work ---*/
.caution{
  font-weight:bold;
  font-size:8pt;
  color:#ff0000;
}
.mouse_point{
  cursor: pointer;
}

/*-- 装飾系--*/
.bold  { font-weight:bold; }
.line_btm      { border-bottom:1px solid  #000000; }
.line_btm_red{ border-bottom:1px solid  #ff0000; }
.LineHt1_3{ line-height:1.3em; }

/*-- 色設定 --*/
.bg_siro { background-color:#fff; }
.bg_gray { background-color:#ccc; }
.bg_dgray{ background-color:#666; }
.bg_kiro { background-color:#ffff00; }
.bg_cream{ background-color:#ffffcc; }
.bg_mido { background-color:#ccffcc; }
.bg_mizu { background-color:#99ccff; }
.bg_dmido{ background-color:#0099cc; }

.wh      { color:#ffffff; }
.red     { color:#ff0000; }
.blue    { color:#0000ff; }
/*
.black    { color:#000000; }
.dgray    { color:#666666; }
*/


/*--[INPUT] 各種ボタン--------------------------------------------------------*/
.btn_login   { width:120px; height: 30px; } /* [認証]ログインボタン */

/*=============================
  テスト用
=============================*/
.testbox{
 position:absolute;
 /*bottom:20px;*/ top:400px;
 right:20px;
 width:auto; height:auto;
 padding:1px;
 border:1px solid #666;
 background-color:#fff;
}
.testbox .layname{
  background-color:#8cc9d9;
  line-height:1.5em;
  padding-right:2px;
}
.testbox .layname_chld{
  background-color:#ff8000;
  line-height:1.5em;
}
.testbox button{
  margin:2px;
}
.wd170r{
  display: block;
  float: left;
  text-align: right;
  padding-right: 10px;
  width: 170px;
  font-size: 12px;

}

.select-box{
  padding: 5px;
  border: 1px solid #999999;
  margin-bottom: 5px;
}
.button-box{
  display: block;
  height: 40px;
}
.button-box .button-left{
  float: left;
}
.button-box .button-right{
  float: right;
}

.posAbs a{
  color: #27B9E0!important;
}
.ma_itmlistForm{
  clear: both;
}
.row{
  width: 100%;
  clear: both;
}
.row-6{
  width: 50%;
  float: left;
}
.itmlistForm_search select{
  width: 250px;
  height: 25px;
}
.itmlistForm_search input{
  width: 250px;
  height: 20px;
}
form.snk_zklistForm input{
  width: 200px;
  float: left;
}
select.select110{
  width: 110px;
}


/*new style*/
input,select,textarea{
  border: 1px solid #999999;
  padding: 2px;
  margin-bottom: 5px;
}
input[type=file]{
  border: none;
}
.border-radius{
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 2px;
}
.ui-icon-arrow-1-w{
  padding: 2px;
  background-position: -94px -30px!important;
}
.ui-icon-arrow-1-e{
  padding: 2px;
  background-position: -30px -30px!important;
}
fieldset{
  border-color: #666666;
}
fieldset legend{
  padding: 0 5px;
}
.ui-datepicker-trigger{
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  left: 14px;
  height: 21px;
  width: 20px;
}
#mainDlgTop{
  margin-bottom: .5em;
}
.wrap{
  width: 100%;
}
.box-border{
  border: 1px solid #999999;
  padding: 3px 0 0 0;
  margin-bottom: 10px;
  min-width: 300px;
}
.kt_meisai_Tbl td{
  padding: 5px 0;
}

#save_pattern{
  width: 63px !important;
}
#select_pattern{
  height: 31px;
  width: 110px;
  margin-bottom: 10px;
}
#select_button{
  margin-left: 10px;
  width: 50px;
}
#delete_button{
  width: 50px;
}
#addre_n1{
  width: 316px !important;
}
#addre_n2{
  width: 316px !important;
}
#cusdis_msg{
  width: 316px !important;
}


@media print
{
  .no-print, .no-print *
  {
    display: none !important;
  }

  .header, .hide { visibility: hidden }
}
[class^="ico-"], [class*=" ico-"]{
    font: normal 1em/1 Arial, sans-serif;
    display: inline-block;
}
.ico-times:before{ content: "\2716"; }

@media screen and (min-width:1600px) {
    .selectPattern{
      width: 200px !important;
    }
}
@media screen and (min-width:1280px) and (max-width:1599px) {
  .selectPattern{
    width: 155px !important;
  }
}
#gbox_mslist{
  vertical-align: top;
  display: inline-block;
}
#gbox_mslist2{
    display: inline-block;
    vertical-align: top;
}
#gbox_mslist_return{
  vertical-align: top;
  display: inline-block;
}
#gbox_mslist2_return{
  vertical-align: top;
  display: inline-block;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.drp-buttons {
	display: none;
}

/* Include your chosen jQuery UI theme CSS here */
/* For example: <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> */

#updateHistoryContainer {
    max-height: 200px; /* Or whatever fixed height you prefer */
    overflow-y: scroll;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.update-item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px; /* Space for the timeline dot */
}

.update-date {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.update-item h2 {
    margin-top: 0;
    color: #333;
}

.update-item ul {
    list-style: none;
    padding-left: 0;
}

.update-item ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

/* Timeline dot */
.update-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px; /* Adjust vertical position */
    width: 12px;
    height: 12px;
    background-color: #007bff; /* Blue dot */
    border-radius: 50%;
    z-index: 1;
}

/* Vertical line for the timeline */
.update-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 5px; /* Center with the dot */
    top: 20px; /* Start below the dot */
    bottom: -15px; /* Extend to the next item */
    width: 2px;
    height: calc(100% + 30px);
    background-color: #ddd; /* Light grey line */
}

.update-item:last-child::after {
    content: '';
    position: absolute;
    left: 5px; /* Center with the dot */
    top: 20px; /* Start below the dot */
    bottom: -15px; /* Extend to the next item */
    width: 2px;
    height: calc(100%);
    background-color: #ddd; /* Light grey line */
}

.feature-tag, .improvement-tag, .bugfix-tag {
    display: inline-block;
    padding: 2px 3px 2px 3px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-right: 5px;
    color: white;
}

.feature-tag {
    background-color: #24ef2c; /* Green for new features */
}

.improvement-tag {
    background-color: #f7df0f; /* Yellow for improvements */
    color: #333;
}

.bugfix-tag {
    background-color: #f81c1c; /* Red for bug fixes */
}

.update-hr {
    border: none;
    border-top: 1px dashed #eee;
    margin: 10px 0;
}

.icon-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
}

.icon-button .verify-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00c853;
    border: 1px solid #fff;  
}

.icon-button.hidden {
    display: none;
}