﻿body {
}

.clsBGC-thistle {
    background: radial-gradient(#ffffff 0%, thistle 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}


.clsBGC-orange {
    background: radial-gradient(#ffffff 0%, orange 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}


.clsBGC-yellowgreen {
    background: radial-gradient(#ffffff 0%, yellowgreen 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}


.clsBGC-green {
    background: radial-gradient(#ffffff 0%, green 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}


.clsBGC-purple {
    background: radial-gradient(#ffffff 0%, purple 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}


.clsBGC-skyblue {
    background: radial-gradient(#ffffff 0%, skyblue 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}

.clsBGC-blue {
    background: radial-gradient(#ffffff 0%, blue 100% );
    padding-left: 4px;
    height: 36px;
    line-height: 36px;
}

.clsAiAtomBtn-primary {
    background-color:white;color:blue;
}


.clsAiAtomBtn-success {
    background-color: white;
    color: green;
}


.clsAiAtomBtn-danger {
    background-color: white;
    color: red;
}

.clsRow-0 {
    margin: 0px 0px;
    margin-top: 2px;
    /*
    border: 1px orange dotted;
    padding: 2px;
    */
}

.clsINP-0 {
    margin: 0px;
    padding:0px;
   
    border: 1px skyblue solid;
    background-color: ghostwhite;
}


.clsOTP-0 {
    margin: 0px;
    padding: 0px;
    border: 1px skyblue solid;
    background-color: ghostwhite;
}



.clsOTP-0a {
    margin: 0px;
    border: 1px skyblue solid;
    background-color: ghostwhite;
}



.clsRow-1 {
    margin: 0px 0px;
    margin-top: 2px;
    padding: 0px;
    border: 1px orange dotted;
}

.clsINP-1 {
    margin: 0px;
    border: 1px blue solid;
    background-color: ghostwhite;
}


.clsOTP-1 {
    margin: 0px;
    border: 1px blue solid;
    background-color: ghostwhite;
}



.clsOTP-1a {
    margin: 0px;
    border: 1px blue solid;
    background-color: ghostwhite;
}



.clsWarning_For_UnInputtedQuest {
    border: 4px orange dotted;
}


.clsWarning_For_UnInputtedQuest_hpf {
    background-color: palegreen;
}


.clsWarning_For_Forgot_Send_inTinyMCE {

border:4px red dotted;
}

.clsNewBF {
    background-color: orange;
    color: orange;
    font-weight: bolder;
}
.clsOshiraseHeader {
    background-color: lightseagreen;
    color: white;
    font-weight: bolder;
}

.color-lightblue {
    color: lightblue;
}
.clsBGC-1{
padding:2px;
    background-color:yellow;
    border:1px green solid;
}

.clsBGC-0 {
    padding: 0px;
    background-color: white;
    border: 0px green solid;
}


.clsMyNote-small-yellowgreen {
    background-color:yellowgreen;
    padding: 1px;
    margin-left: 2px;
    font-size: 12pt;
    color: white;
    /*border-left: 8px #75A9FF solid;*/
    border-left: 10px greenyellow solid;
    border-radius: 0px 4px 4px 0;
    font-weight: bold;
}


.clsMyNote-small {
    background-color: #333366;
    padding: 1px;
    margin-left:2px;
    font-size:10pt;
    color: white;
    /*border-left: 8px #75A9FF solid;*/
    border-left: 6px #8EB8FF solid;
    border-radius: 0px 4px 4px 0;
    font-weight: bold;
}

.clsMyNote {
    background-color: #333366;
    padding: 12px;
    color: white;
    /*border-left: 8px #75A9FF solid;*/
    border-left: 8px #8EB8FF solid;
    border-radius: 0px 10px 10px 0;
    font-weight: bold;
}

.clsMyNote-lead {
    color: white;
    font-size: 18px;
    font-weight: bolder;
}
/*begin ダイアログの装飾：*/
.wkDialogClass {
    background-color: yellowgreen;
    /*ダイアログの一番外側の枠または背景*/
}

    /*
		.wkDialogClass .ui-dialog-titlebar {
			color: purple;
			background: plum;
		}
		*/
    .wkDialogClass .ui-dialog-content {
        color: black;
        background: ghostwhite;
    }

    .wkDialogClass .ui-dialog-buttonpane {
        background-color: ghostwhite;
    }

.wkBtnOk {
    color: black;
    background-color: white;
    border: 1px blue solid;
}

.wkBtnNg {
    color: black;
    background-color: white;
    border: 1px red solid;
}
/*end ダイアログの装飾：*/

/*begin ダイアログの装飾：タイプ2*/
.wkDialogClass2 {
    background-color: white;
}

    /*
		.wkDialogClass2 .ui-dialog-titlebar {
			color: purple;
			background: plum;
		}
		*/
    .wkDialogClass2 .ui-dialog-content {
        color: black;
        background: ghostwhite;
    }

    .wkDialogClass2 .ui-dialog-buttonpane {
        background-color: lightseagreen;
    }

.wkBtnOk2 {
    color: black;
    background-color:white;
  
    border: 1px blue solid;
}

.wkBtnNg2 {
    color: black;
    background-color: white;
    border: 1px red solid;
}
/*end ダイアログの装飾：タイプ2*/

/*begin ダイアログの装飾：タイプ3*/
.wkDialogClass3 {
    background-color: white;
}

    /*
		.wkDialogClass3 .ui-dialog-titlebar {
			color: purple;
			background: plum;
		}
		*/
    .wkDialogClass3 .ui-dialog-content {
        color: black;
        background: ghostwhite;
    }

    .wkDialogClass3 .ui-dialog-buttonpane {
        background-color: yellowgreen;
    }

/*
	.wkBtnOk3 {
		color: black;
		background-color: white;
		border: 1px blue solid;
	}

	.wkBtnNg3 {
		color: black;
		background-color: white;
		border: 1px red solid;
	}
	*/
/*end ダイアログの装飾：タイプ3*/

.simple-border5 {
    text-decoration: underline wavy green
}
.clsMesID_Name_lightblue {
    background-color: lightblue;
    padding:0px 4px;
}

.clsMesID_Value_lightblue {
    background-color: lightblue;
    padding: 0px 4px;
}

.clsMesID_Name {
}


.clsMesID_Value {
    
}

.clsUpDateTeacherScore {
    display: none;
}

.clsAiAtomMnu0 { /*for UserMenu*/
    display: none;
}

.clsAiAtomMnu{/*for PowerTeacherMenu and MySpecial_CourdID*/
display:none;

}

.UnRead_NwMes{
color:red;
}
.clsHF-01 {
    background-color: orange;
    padding: 4px;
}

.clsBold {
    font-weight: bolder;
}

.BgColorEX {
    background-color: blue;
    color: white;
}
.clsColoredFileName-0{

background-color:greenyellow;
color:red;
font-weight:bolder;

}


.shortcut {
    width: 300px; /* 要素の横幅を指定 */
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
}

.clsInOutLog{
text-align:center;
}
.clsMaterialFileName{

width:200px;

}
.clsMaterialCourseTitle {
    min-width: 100px;
}
.clsMaterialDescription {
    min-width: 150px;
}
.clsMaterialTitle {
    min-width: 150px;
}


.clsRetBtn {
}

.clsBG_ManualScore {
  
    
    background-color:orange;
    color:black;
   
}

.clsBG_AveColorNum-0 {
    background-color: yellow;
    border: 2px red solid;
    color: red;
}

.clsBG_AveColorNum-1 {
    background-color: orange;
}

/* Datepicker のフォントサイズを小さくする */
div.ui-datepicker {
    font-size: 80%;
}

/* 【ダイアログのタイトルバーの「×」ボタンを表示し、イベントを設定する】  */

/* １）ダイアログの×ボタンを表示するためのCSS設定*/

.ui-dialog .ui-dialog-titlebar {
    height: 41px;
    /* 最低４1無いと表示不具合！！*/
    /*何かと連動する模様：設定しなければ動作するが４１よりも多少高さがある*/
}


.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
}

    /*====*/
    .ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
        padding: 0 !important;
    }

/* ２）ダイアログの×ボタンを表示するための jquery code */
/*このファイルの末尾の【タイトルバーの×を表示するのに少なくとも以下の設定は必要：他にも連動する設定があるかも】を参照*/

/* ３）「×」ボタンにイベント設定*/
/* In [IPE_JS_01.showDialog_for_FileList]
				 //３）【×ボタンに対するイベントハンドラの設定】：begin
				 var el = $(this).closest('.ui-dialog').find('.ui-dialog-titlebar-close');
				 el.off();
				 //el.on("click", fnCustomerHandler);
				 el.on("click", function () {
										 //var MyParams = "";
										 var dialog_type = "FileList";

									 IPE_JS_01.fnCustomerHandler(dialog_type);//OK
								 });
				 //３）【×ボタンに対するイベントハンドラの設定】：end
				 */

/*以下が無いと input type=textの幅が変わらない*/
input[type="text"] {
    width: 150px;
    height: 30px;
}

.red {
    color: red;
    font-size: 20px;
}

.clsExplain{
width:200px;
}


.tooltip_ca {
    top: 0px;
    left: 22px;
    background-color: black;
    color: white;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


.hover_ca {
    position: relative;
    top: 2px;
    left: 0px;
}

    .hover_ca:hover .tooltip_ca {
        opacity: 1;
    }

.clsMySelect {
    border-radius: 4px;
    border: 1px skyblue solid;
}
.clsMyEdit {
    border:1px silver solid;padding:4px;
    background-color:ghostwhite;
}


/*
.search-form {
  padding: 5px 10px;
  border: 1px solid #333;
  border-radius: 30px;
  width: 460px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  font-size: 15px;
}

.search-input {
  border: none;
  background: none;
  outline: none;
  width: 420px;
  color: #333;
}

.search-button {
  border: none;
  background: none;
  outline: none;
  color: #999;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  transition: color 0.3s ease 0s;
}

  .search-button:hover {
    color: #333;
  }
  */
/**/
.awesome::before {
    font-family: "Font Awesome 6 Free";
    content: '\f017';
    font-size: 15px;
    font-weight: 400;
    margin-right: 4px;
    color: #f90;
}
/* <p class="awesome">集合時間は19:00</p> */

/*=============================*/
/* begin for input type text with icon*/

/*[実例]

<div class="fas_form_after">
  <input type="text" placeholder="検索">
</div>

<div class="fas_form_before">
  <input type="text" placeholder="UserName">
</div>

<div class="fas_form_password">
  <input type="password" placeholder="Password">
</div>

<div class="fas_form_borderbottom">
  <input type="text" placeholder="PhoneNumber">
</div>

<div class="fas_form_textbutton">
  <input type="text" placeholder="Search">
  <button></button>
</div>

*/


.fas_form_textbutton_IconBefore {
  display: inline-block;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: stretch;
}

    .fas_form_textbutton_IconBefore input[type="text"] {
        width: 210px;
        height:30px;
        padding: 4px;
        background: #fff;
        border: 1px solid #aaa;
        /*border-left: none;*/
        border-right: none;
        color: black;
        border-radius: 0px;
    }

    .fas_form_textbutton_IconBefore input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_textbutton_IconBefore input[type="text"]::placeholder {
      color: #ccc;
    }

    .fas_form_textbutton_IconBefore button {
        border: 1px #aaa solid;
        background: white;
        
        margin-top: 8px;
        width: 80px;
        height: 30px;
    }

    .fas_form_textbutton_IconBefore button:before {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: '\f073';
      color: yellowgreen;
    }

    /**/

.fas_form_textbutton {
  display: inline-block;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: stretch;
}

  .fas_form_textbutton input[type="text"] {
    width: 300px;
    padding: 8px;
    background: #fff;
    border: 1px solid #aaa;
    border-right: none;
    color: #aaa;
  }

    .fas_form_textbutton input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_textbutton input[type="text"]::placeholder {
      color: #ccc;
    }

  .fas_form_textbutton button {
    border: none;
    background: #aaa;
    width: 60px;
  }

    .fas_form_textbutton button:before {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: '\f002';
      color: #fff;
    }

/**/

.fas_form_borderbottom {
  position: relative;
  display: inline-block;
  line-height: 1;
}

  .fas_form_borderbottom:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f3cd';
    color: #aaa;
  }

  .fas_form_borderbottom input[type="text"] {
    width: 300px;
    padding: 10px 10px 8px calc(1em + 20px);
    border: none;
    border-bottom: 1px solid #aaa;
    color: #aaa;
  }

    .fas_form_borderbottom input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_borderbottom input[type="text"]::placeholder {
      color: #ccc;
    }

.fas_form_password {
  position: relative;
  display: inline-block;
  line-height: 1;
}

  .fas_form_password:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f084';
    color: #aaa;
  }

  .fas_form_password input[type="password"] {
    width: 300px;
    padding: 10px calc(1em + 20px) 10px 10px;
    font-size: 1em;
    border: 1px solid #aaa;
    background: #fff;
    color: #aaa;
  }

    .fas_form_password input[type="password"]:focus {
      outline: 0;
    }

    .fas_form_password input[type="password"]::placeholder {
      color: #ccc;
    }

    /**/
.fas_form_before {
  position: relative;
  display: inline-block;
  line-height: 1;
}

  .fas_form_before:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /*content: '\f007';*/
    content: '\f073';
    color: #aaa;
  }

  .fas_form_before input[type="text"] {
    width: 300px;
    padding: 10px 10px 10px calc(1em + 20px);
    line-height: 1em;
    border: 1px solid #aaa;
    background: #fff;
    color: #aaa;
  }

    .fas_form_before input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_before input[type="text"]::placeholder {
      color: #ccc;
     
    }

    /* begin for .fas_form_before_DateTimePicker:: input text*/
.fas_form_before_DateTimePicker {
  position: relative;
  display: inline-block;
  line-height: 1;
}

  .fas_form_before_DateTimePicker:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    margin-top: 14px;
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /*content: '\f007';*/
    content: '\f073';
    color: #aaa;
  }

  .fas_form_before_DateTimePicker input[type="text"] {
    width: 300px;
    padding: 10px 10px 10px calc(1em + 20px);
    line-height: 1em;
    border: 1px solid #aaa;
    background: #fff;
    color: #aaa;
  }

    .fas_form_before_DateTimePicker input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_before_DateTimePicker input[type="text"]::placeholder {
      color: #ccc;
      /* color: green;*//*OKOK*/
    }

/* end for .fas_form_before_DateTimePicker:: input text*/

.fas_form_after {
  position: relative;
  display: inline-block;
  line-height: 1;
}

  .fas_form_after:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 1em;
    height: 1em;
    text-align: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f002';
    color: #aaa;
  }

  .fas_form_after input[type="text"] {
    width: 300px;
    padding: 10px calc(1em + 20px) 10px 10px;
    border: 1px solid #aaa;
    background: #fff;
    color: #aaa;
  }

    .fas_form_after input[type="text"]:focus {
      outline: 0;
    }

    .fas_form_after input[type="text"]::placeholder {
      color: #ccc;
    }

/* end for input type text with icon*/
/*=============================*/

/* ========================================================== */
  /* begin for select with icon*/

/*[実例]

  
        <select class="classic clsMySelX" style="width:100%;margin-top:0px;" id="input_dialog_for_MyPub_FileType_Select">

          <option value="testfile">テスト問題</option>
          <option value="exercisefile">練習問題</option>

        </select>
        <!--
  <select class="round clsMySelX">
    <option>テスト問題</option>
    <option>練習問題</option>
    <option>CSS SELECT arrow </option>
    <option>No external backgro</option>
    <option>No wrapper</option>
  </select>
  <br><br>
  <select class="minimal clsMySelX">
    <option>CSS SELECT arrow (minimal)</option>
    <option>No external background image</option>
    <option>No wrapper</option>
  </select>


  */
select.clsMySelX {
  background-color: white;
  border: thin solid lightblue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

  /* arrows */

  select.classic {
    background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
  }

  
    select.classic:focus {
      background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
      background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
      background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
      background-repeat: no-repeat;
      border-color: grey;
      outline: 0;
    }


  select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
  }

    select.round:focus {
      background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
      background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
      background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
      background-repeat: no-repeat;
      border-color: green;
      outline: 0;
    }





  select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }

    select.minimal:focus {
      background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
      background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
      background-size: 5px 5px, 5px 5px, 1px 1.5em;
      background-repeat: no-repeat;
      border-color: green;
      outline: 0;
    }

    /*begin: これを省いてもこの環境では影響はなかった*/
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
/*end: これを省いてもこの環境では影響はなかった*/
  
/* end for select with icon*/
/* ========================================================== */

  /*
body {
  background-color: rgb(0,159,214);
  font: bold 1em/100% "Helvetica Neue", Arial, sans-serif;
  padding: 2em 0;
  text-align: center;
}*/

/*
h1 {
  color: white;
  line-height: 120%;
  margin: 0 auto 2rem auto;
  max-width: 30rem;
}
*/

/*
body {
    background: #f2f2f2;
}
    */




    /**/
    /*
.mybody {
  background: #f2f2f2;
}
*/
/*
.selectdiv {
  position: relative;
  */
  /*Don't really need this just for demo styling*/

  /*
  float: left;
  min-width: 200px;
  margin: 50px 33%;
}
*/
/* IE11 hide native button (thanks Matt!) */
/*
select::-ms-expand {
  display: none;
}
*/
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */

  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  /*border: 1px solid #cccccc;*/
  -ms-word-break: normal;
  word-break: normal;
}
/**/

input[type="text"] {
    width: 100%;
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    transition: 0.3s;
}

  input[type="text"]:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
  }

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

  .inputWithIcon i {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 9px 8px;
    color: #aaa;
    transition: 0.3s;
  }

  .inputWithIcon input[type="text"]:focus + i {
    color: dodgerBlue;
  }

  .inputWithIcon.inputIconBg i {
    background-color: #aaa;
    background-color: white;
    color: #fff;
    color: yellowgreen;
    padding: 9px 4px;
    border-radius: 4px 0 0 4px;
  }

  .inputWithIcon.inputIconBg input[type="text"]:focus + i {
    color: #fff;
    background-color: dodgerBlue;
  }
/*
body {
    background: radial-gradient(#6f2d9c, #391353);
    background-size: 4px 4px;
    perspective: 400px;
    width: 100%;
    height: 600px;
}
    */

    /*
.clsMyDDL_X{

    border:1px red solid;

}

.clsMyDDL_X .dropholder {
    width: 322px;
    height: 60px;
    margin: 100px auto;
    padding: 0 0 0 20px;
    border-radius: 10px;
    font: 18px arial;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #9b0db9;
    animation: move 3s ease-in-out infinite;
    position: relative;
}

    .clsMyDDL_X .dropholder:hover, .clsMyDDL_X .dropholder:hover:after {
        animation-play-state: paused;
    }

    .clsMyDDL_X .dropholder:after {
        content: "";
        position: absolute;
        width: 250px;
        height: 5px;
        background: rgba(0,0,0, 0);
        display: block;
        top: 100px;
        left: 37px;
        margin: auto;
        border-radius: 50%;
        */
        /*
        box-shadow: 0 15px 10px rgba(0,0,0, 0.4);
            */
            /*
        animation: moveShadow 3s ease-in-out infinite;
    }

    .clsMyDDL_X p {
        float: left;
        line-height: 60px;
    }

    .clsMyDDL_X .dropdown > p {
        font-size: 16px;
    }

    .clsMyDDL_X .dropdown, .clsMyDDL_X .dropholder {
        background: linear-gradient(#da4df8,#9b0db9);
    }

    .clsMyDDL_X .dropdown {
        margin-left: 20px;
        float: left;
        width: 208px;
        padding: 0 0 0 20px;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
        height: 58px;
        border-left: 1px solid #da4df8;
        position: relative;
    }

        .clsMyDDL_X .dropdown:hover {
            background: linear-gradient(#da4df8,#b11cd0);
        }

        .clsMyDDL_X .dropdown:after {
            content: "▾";
            font-size: 18px;
            position: absolute;
            right: 20px;
            top: 18px;
            display: block;
        }

    .clsMyDDL_X .menu {
        position: absolute;
        right: 0;
        top: 70px;
        width: 228px;
        cursor: pointer;
        opacity: 0;
        transform-style: preserve-3d;
        transform: rotatey(180deg) rotateX(5deg) translatey(100px);
        backface-visibility: hidden;
        background: linear-gradient(#4dc2f8,#0d82b9);
        border: 2px solid #0d82b9;
        border-radius: 10px;
        transition: all 0.8s;
        z-index: 5;
        overflow: hidden;
    }

        .clsMyDDL_X .menu li {
            padding: 10px 10px;
            border-bottom: 1px dotted #fff;
            color: #e8f8ff;
            transition: all 0.3s;
        }

            .clsMyDDL_X .menu li:hover {
                background: #61ccfd;
                padding-left: 20px;
            }

            .clsMyDDL_X .menu li:last-child {
                border: none;
            }
            

    .clsMyDDL_X .showMenu {
        opacity: 1;
        transform: rotateX(0deg) translatey(0px);
    }
                
    .clsMyDDL_X li > i {
        float: left;
        padding-top: 3px;
        padding-right: 8px;
    }

    .clsMyDDL_X p > i {
        position: relative;
        top: 2px;
    }*/
    /*
    .clsMyDDL_X i {
        opacity: 0.7;
    }
        */
    /*
@keyframes move {
    0%, 100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }
}

@keyframes moveShadow {
    0%,100% {
        transform: translateY(10px);
        opacity: 0.4;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }
}
        */

/*
.fa-select {
    font-family: 'Lato', 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
}
select {
    font-family: 'Lato', 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
}
    */
.clsMyTBL_InTinyMCE {
background-color:white;
border:0;
width:100%;
}

.clsMyTBL_InTinyMCE td {

  border: .5px lightblue solid;

  padding:4px;
}


.clsTopForReply {
  margin: 0 0;
  padding: 0 0;
  border: 1.5px solid darkblue;
}
/* begin: スクロールバーを左側に配置する */
.scroll_bar {
  /*
  height: 320px;*/
  height: 220px;
  padding-left: 4px;
  overflow-y: scroll;
  direction: rtl;
}

  /* 内側の要素で左書きの言語に戻す */
  .scroll_bar > div {
    direction: ltr;
  }

  /*バーの太さ*/
  .scroll_bar::-webkit-scrollbar {
    width: 15px;
  }

  /*バーの背景色*/
  .scroll_bar::-webkit-scrollbar-track {
    background: #e0e0e0;
  }

  /*バーの色*/
  .scroll_bar::-webkit-scrollbar-thumb {
    /*background: #b9baba;*/
    background:yellowgreen;
  }

/* end: スクロールバーを左側に配置する */


/* begin: スクロールバーを左側に配置する: case FileList in dialog */
.scroll_bar_FileList {
  /*
  height: 320px;*/
  height: 540px;
  padding-left: 4px;
  overflow-y: scroll;
  direction: rtl;
}

  /* 内側の要素で左書きの言語に戻す */
  .scroll_bar_FileList > div {
    direction: ltr;
  }

  /*バーの太さ*/
  .scroll_bar_FileList::-webkit-scrollbar {
    width: 15px;
  }

  /*バーの背景色*/
  .scroll_bar_FileList::-webkit-scrollbar-track {
    background: #e0e0e0;
  }

  /*バーの色*/
  .scroll_bar_FileList::-webkit-scrollbar-thumb {
    /*background: #b9baba;*/
    background: yellowgreen;
  }

/* end: スクロールバーを左側に配置する: case FileList in dialog */



.clsImgFloatInTinyMCE {
    border: 0.5px lightgreen solid;
    margin-right: 4px;
}



.clsMyList {
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    font-size: 12pt;
    /* アイコンも文字も同時に設定される。*/
    /*従って、アイコンのみを .clsMyList li:nth-last-child(n+1):before {で再設定している
  */
}


.clsMyList li {
  list-style: none;
  position: relative;
  margin: 0 0 2px 0; /* 3つ目の項目（２ｐｘ下部分）の設定で行間を決める*/
  padding: 0 0 0 calc(1em + 5px);
  line-height: 1.3;
}

    .clsMyList li:before {
      position: absolute;
      top: 0px;
      left: 0px;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: '\f00c';
      content: '\f015';
      font: var(--fa-font-solid); /*必須！！*/
      content: "\f007"; /*for user*/
      content: '\f00c'; /* for check*/
      content: '\f015'; /* for home */

      content: '\f05a'; /*icon info */

      color: #3366cc;
      color: red;
    
    }

    
    .clsMyList li:first-child {
     padding-top: 0px;
    }
    
    
    .clsMyList li:last-child {
      margin-bottom: 4px;
    }
    

    
    .clsMyList li:nth-last-child(n+1):before {
        /*color: #99ccff;color: orange;*/

        
        color: red;
        color:blue;
        margin-top: 2px; /*2:アイコンのトップライン設定*/
        
        font-size: 14pt;
    }
    


.clsMyList_small {
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    font-size: 10pt;
    /* アイコンも文字も同時に設定される。*/
    /*従って、アイコンのみを .clsMyList li:nth-last-child(n+1):before {で再設定している
  */
}


    .clsMyList_small li {
        list-style: none;
        position: relative;
        margin: 0 0 2px 0; /* 3つ目の項目（２ｐｘ下部分）の設定で行間を決める*/
        padding: 0 0 0 calc(1em + 5px);
        line-height: 1.2;
    }

        .clsMyList_small li:before {
            position: absolute;
            top: 0;
            left: 0px;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: '\f00c';
            content: '\f015';
            font: var(--fa-font-solid); /*必須！！*/
            content: "\f007"; /*for user*/
            content: '\f00c'; /* for check*/
            content: '\f015'; /* for home */

            content: '\f05a'; /*icon info */

            color: #3366cc;
            color: red;
        }

        
    .clsMyList_small li:first-child {
     padding-top: 0px;
    }


        .clsMyList_small li:last-child {
            margin-bottom: 4px;
        }



        .clsMyList_small li:nth-last-child(n+1):before {
           
            color: red;
            margin-top: 2px; /*アイコンのトップライン設定*/

            font-size: 12pt;
        }

.dialog_text_align{
text-align:center;
font-size:11pt;
}

.myGradi_khaki {
  background: radial-gradient(#ffffff 20%, khaki 80% ); /* ok : khak */
  text-align: center;
  line-height: 40px;
}


.myGradi_darkslategray {
  background: radial-gradient(#ffffff 20%, darkslategray 80% ); /* ok : darkslategray */
  text-align: center;
  line-height: 40px;
}



.myGradi_purple {
  background: radial-gradient(#ffffff 20%, purple 80% ); /* ok : purple */
  text-align: center;
  line-height: 40px;
}


.myGradi_yellow {
  background: radial-gradient(#ffffff 20%, yellow 80% ); /* ok : yellow */
  text-align: center;
  line-height: 40px;
}


.myGradi_gold {
  background: radial-gradient(#ffffff 20%, gold 80% ); /* ok : old */
  text-align: center;
  line-height: 40px;
}



.myGradi_violet {
  background: radial-gradient(#ffffff 20%, violet 80% ); /* ok : violet */
  /*
  text-align: center;
  line-height: 40px;
  */
}


.myGradi_thistle {
  background: radial-gradient(#ffffff 20%, thistle 80% ); /* ok : thistle */
  /*margin:4px 60px 0px 61px ;*/

  /*
  text-align: center;
  line-height: 40px;
  */
}


.myGradi_lightgreen_pure {
    background: radial-gradient(#ffffff 20%, lightgreen 80% ); /* ok : lightgreen */
    /*text-align: center;*/
}

.myGradi_lightgreen {
    background: radial-gradient(#ffffff 20%, lightgreen 80% ); /* ok : lightgreen */
   
}


.myGradi_steelblue {
  background: radial-gradient(#ffffff 20%, steelblue 80% ); /* ok : steelblue */
 
}

.myGradi_beige {
  background: radial-gradient(#ffffff 20%, beige 80% ); /* ok : beige */
  
}



.myGradi_linen {
  background: radial-gradient(#ffffff 20%, linen 80% ); /* ok : linen */

}


.myGradi_blue {
    background: radial-gradient(#ffffff 20%, blue 80% ); /* ok : blue */
    /*
    text-align: center;
    line-height: 40px;
    */
}

.myGradi_red {
  background: radial-gradient(#ffffff 20%, red 80% ); /* ok : red */
  
}

.myGradi_orange {
  background: radial-gradient(#ffffff 20%, orange 80% ); /* ok : orange */

}


.myGradi_yellowgreen {
  background: radial-gradient(#ffffff 20%, yellowgreen 80% ); /* ok : yellowgreen */
 
}


.clsUserImage-40{
width:40px;
height:40px;

}



.clsUserImage-60 {
  width: 60px;
  height: 60px;
}


.clsUserImage-80 {
  width: 80px;
  height: 80px;
}


.clsUserImage-100 {
  width: 100px;
  height: 100px;
}


.clsUserImage-120 {
  width: 120px;
  height: 120px;
}



.clsUserImage-140 {
  width: 140px;
  height: 140px;
}



.clsUserImage-160 {
  width: 160px;
  height: 160px;
}

.clsUserImage-180 {
  width: 180px;
  height: 180px;
}

.clsUserImage-200 {
  width: 200px;
  height: 200px;
}

.clsMyDialog_TML {
  /*
  background-color: beige;
  */
}

/*
.ui-dialog-titlebar {
  background-color: #c2c2c2;
}
*/


/*
.ui-dialog .ui-dialog-titlebar-close {
  background-image: url(~/Content/System/Img/speaker.png);
  z-index: 999999;
}
*/
/*
.typePlusBtnToTitleBar{

}
*/
/*無効の模様
.ui-dialog-titlebar-close {
 
  
  background-image: url(~/Content/System/Img/speaker.png);
}
*/
.background-color_for_MyDialog {
  /*添付削除のダイアログで使用：23_0922*/
  border: 2px orange solid; /* これは無効*/
  background-color: yellowgreen; /*これは有効*/
}

/*無効の模様*/
/*
.ui-dialog .ui-dialog-titlebar {
  background-color: blue;
}
*/

/*
.ui-dialog >.ui-widget-header {
*/
/*有効：直下指定*/
/*
  margin: 0px;
  padding: 10px;
 
  background-image: radial-gradient( #D8CCFF 30%, #B299FF 50%, #8C65FF 100% );
  text-align: center;
}
*/
/*
.ui-dialog  .ui-widget-header {
*/
/*これも有効：直下でなくても有効*/
/*
  margin: 0px;
  padding: 10px;

  background-image: radial-gradient( #D8CCFF 30%, #B299FF 50%, #8C65FF 100% );
  text-align: center;
}*/

.clsInputMesPane {
  background-color: white;
  border: 1px lavender solid;
  font-size: 12pt;
  font-weight:bold;
  
  padding: 4px;
}
.clsRahmen_tinyMCE {
    background-color: honeydew;
    border-radius: 4px;
    border: 2px yellowgreen solid;
    padding: 4px;
    margin: 4px 0px;
}
.square_triangle_arrow {
  position: relative;
  padding-left: 35px;
}

  .square_triangle_arrow::before { /* 長方形（棒）の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 10px;
    background: #4682b4;
  }

  .square_triangle_arrow::after { /* 三角形（矢頭）の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 18px solid #4682b4;
  }

.mybtn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .75rem;
}


.mybtn {
  
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: 1rem;
  
  /*
  //文字サイズは小さくなるが、枠がそのまま
  --bs-btn-padding-y: .15rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .75rem;
  */
}


.mybtn-lg {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: 1.25rem;
}

.myfweight-bold{
font-weight:bold;
}


.myfweight-bolder {
  font-weight: bolder;
}

.myfsize-10px{
font-size:10px;
}


.myfsize-12px {
  font-size: 12px;
}

.myfsize-14px {
  font-size: 14px;
}

.myfsize-16px {
  font-size: 16px;
}

.myfsize-18px {
  font-size: 18px;
}

.myfsize-20px {
  font-size: 20px;
}


.myfsize-22px {
  font-size: 22px;
}


.myfsize-24px {
  font-size: 24px;
}


.myfsize-26px {
  font-size: 26px;
}

.myfsize-28px {
  font-size: 28px;
}

.scaled {
  transform: scale(0.8); /* Equal to scaleX(0.7) scaleY(0.7) */
  background-color: pink;
}

.gloss-brown-top {
 
  background: rgb(243,226,199); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(182,141,76,1) 51%, rgba(233,212,179,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243,226,199,1) 0%,rgba(193,158,103,1) 50%,rgba(182,141,76,1) 51%,rgba(233,212,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 ); /* IE6-9 */

}


.gloss-brown {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e2c7+0,c19e67+50,b68d4c+51,e9d4b3+100;L+Brown+3D */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efe8de+0,e0dcd7+100 */
  background: rgb(239,232,222); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(239,232,222,1) 0%, rgba(224,220,215,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(239,232,222,1) 0%,rgba(224,220,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(239,232,222,1) 0%,rgba(224,220,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe8de', endColorstr='#e0dcd7',GradientType=0 ); /* IE6-9 */
}


.gloss-orange-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
  background: rgb(252,234,187); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.gloss-orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f4e5+0,f9f6e8+100 */
  background: rgb(249,244,229); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,244,229,1) 0%, rgba(249,246,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249,244,229,1) 0%,rgba(249,246,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249,244,229,1) 0%,rgba(249,246,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e5', endColorstr='#f9f6e8',GradientType=0 ); /* IE6-9 */
}

.gloss-yellowgreen-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dafc9c+1,ecf7d2+49,d8edb8+55,eff7c5+100 */
  background: rgb(218,252,156); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(218,252,156,1) 1%, rgba(236,247,210,1) 49%, rgba(216,237,184,1) 55%, rgba(239,247,197,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(218,252,156,1) 1%,rgba(236,247,210,1) 49%,rgba(216,237,184,1) 55%,rgba(239,247,197,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(218,252,156,1) 1%,rgba(236,247,210,1) 49%,rgba(216,237,184,1) 55%,rgba(239,247,197,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dafc9c', endColorstr='#eff7c5',GradientType=0 ); /* IE6-9 */
}


.gloss-yellowgreen___ {
margin:0;
padding:0;
  background-color:green;
}

/*gloss-yellowgreenの次のデータに絡んで隙間が空いている。  gloss-yellowgreenには問題ない*/
.gloss-yellowgreen {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9e3+0,f9f8de+100 */


    background: rgb(248,249,227); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,249,227,1) 0%, rgba(249,248,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,249,227,1) 0%,rgba(249,248,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,249,227,1) 0%,rgba(249,248,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9e3', endColorstr='#f9f8de',GradientType=0 ); /* IE6-9 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8ffe5+0,dde2d7+100;Neon */
    background: rgb(248,255,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,255,229,1) 0%, rgba(221,226,215,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,255,229,1) 0%,rgba(221,226,215,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,255,229,1) 0%,rgba(221,226,215,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe5', endColorstr='#dde2d7',GradientType=0 ); /* IE6-9 */

}


.lavender-3d {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3d9ff+0,b1c8ef+41,98b0d9+100;Lavender+3D */
  background: rgb(195,217,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(195,217,255,1) 0%, rgba(177,200,239,1) 41%, rgba(152,176,217,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(195,217,255,1) 0%,rgba(177,200,239,1) 41%,rgba(152,176,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
}


.blue-flat {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#356aa0+0,356aa0+100;Blue+Flat */
  background: rgb(53,106,160); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(53,106,160,1) 0%, rgba(53,106,160,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(53,106,160,1) 0%,rgba(53,106,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#356aa0', endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
}

.white-gloss {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.wax-3d {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffe8+0,d6dbbf+100;Wax+3D+%231 */
  background: rgb(254,255,232); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,255,232,1) 0%, rgba(214,219,191,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254,255,232,1) 0%,rgba(214,219,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#d6dbbf',GradientType=0 ); /* IE6-9 */
}
.purple-3d {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8989ba+0,8989ba+100;Purple+3D */
  background: rgb(137,137,186); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(137,137,186,1) 0%, rgba(137,137,186,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(137,137,186,1) 0%,rgba(137,137,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8989ba', endColorstr='#8989ba',GradientType=0 ); /* IE6-9 */
}

.grey-gloss {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: rgb(226,226,226); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

/*  ============================  */
.mybefore::before {
  /*content: '\f118'; */ /* 追記したコード */
  content: '\f02e';
  font-family: 'Font Awesome 6 Free'; /* 追記したコード */
  font-weight: 400; /* 追記したコード */
  /*font-size: 30rem;*/
  font-size: 12pt;
  /*color: yellowgreen;*/
  display: inline-block;
}

/*
.awesome::before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
  font-size: 15px;
  font-weight: 400;
  margin-right: 4px;
  color: #f90;
}
*/


/*  User PlaceHolder   */
[contentEditable=true]:empty:not(:focus):before {
  /*content: attr(data-text);*/
  content: attr(placeholder)
}

.clsMyLineGradi___ {
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
  
}

.clsMyLineGradi {
margin:0px;
padding:10px;
  background-image: radial-gradient( #7f7fd5 0% 30%, #86a8e7 30% 50%, #91eae4 50% 100% );
  text-align:center;
}

/*

色に透明度を付ける場合は、rgbaを指定して4つめの引数を追加します。
4つめの引数は、0から1までを指定でき0が透明で1が不透明です。
*/

.clsMyLineGradi- {
  margin: 0px;
  padding: 10px;
  text-align:center;
  background: rgba(205, 92, 92, 0.3);
}

/* 透明度に0.3にしています。 */

/*
216,204,255::#D8CCFF
178,153,255::#B299FF
140,101,255::#8C65FF
*/

/*

	White	#FFFFFF	255,255,255
 	Snow	#FFFAFA	255,250,250
 	Honeydew	#F0FFF0	240,255,240
 	MintCream	#F5FFFA	245,255,250
 	Azure	#F0FFFF	240,255,255
 	AliceBlue	#F0F8FF	240,248,255
 	GhostWhite	#F8F8FF	248,248,255
 	WhiteSmoke	#F5F5F5	245,245,245
 	Seashell	#FFF5EE	255,245,238
 	Beige	#F5F5DC	245,245,220
 	OldLace	#FDF5E6	253,245,230
 	FloralWhite	#FFFAF0	255,250,240
 	Ivory	#FFFFF0	255,255,240
 	AntiqueWhite	#FAEBD7	250,235,215
 	Linen	#FAF0E6	250,240,230
 	LavenderBlush	#FFF0F5	255,240,245
 	MistyRose	#FFE4E1	255,228,225
 	Gainsboro	#DCDCDC	220,220,220
 	LightGrey	#D3D3D3	211,211,211
 	Silver	#C0C0C0	192,192,192
 	DarkGray	#A9A9A9	169,169,169
 	Gray	#808080	128,128,128

*/

.clsMyLineGradi-lavender {
  margin: 0px;
  padding: 10px;
  /*
  background-image: radial-gradient( #7f7fd5 0% 30%, #86a8e7 30% 50%, #91eae4 50% 100% );
  */
  /*
  background-image: radial-gradient( #D8CCFF 0% 30%, #B299FF 30% 50%, #8C65FF 50% 100% );
  */
  background-image: radial-gradient( #D8CCFF 30%, #B299FF 50%, #8C65FF 100% );
  text-align: center;
}

.clsMyLineGradi-lavender2 {
  margin: 0px;
  padding: 2px;
  /*
  Lavender	#E6E6FA	230,230,250


  */
  /*background-image: radial-gradient( #E6E6FA 30%, #B299FF 50%, #8C65FF 100% );*/

  background-color:lavender;
  /*text-align: center;*/
}

.clsMyLineGradi-green {
  margin: 0px;
  padding: 10px;
  /*
  background-image: radial-gradient( #7f7fd5 0% 30%, #86a8e7 30% 50%, #91eae4 50% 100% );
  */
  /*
  background-image: radial-gradient( #D8CCFF 0% 30%, #B299FF 30% 50%, #8C65FF 50% 100% );
  */
  /*
  Lavender	#E6E6FA	230,230,250

  GhostWhite	#F8F8FF	248,248,255
  WhiteSmoke	#F5F5F5	245,245,245
  Azure	#F0FFFF	240,255,255

  GreenYellow	#ADFF2F	173,255,47
  YellowGreen	#9ACD32	154,205,50
  Green	#008000	0,128,0
  */
  
  /*background-image: radial-gradient( #F8F8FF 30%, #F5F5F5 50%, #F0FFFF 100% );*/
  
  background-image: radial-gradient( #ADFF2F 30%, #9ACD32 50%, #008000 100% );

  text-align: center;
}


.clsMyLineGradi-yellowgreen {
  margin: 0px;
  padding: 10px;
  /*
  background-image: radial-gradient( #7f7fd5 0% 30%, #86a8e7 30% 50%, #91eae4 50% 100% );
  */
  /*
  background-image: radial-gradient( #D8CCFF 0% 30%, #B299FF 30% 50%, #8C65FF 50% 100% );
  */
  /*
  Lavender	#E6E6FA	230,230,250

  GhostWhite	#F8F8FF	248,248,255
  WhiteSmoke	#F5F5F5	245,245,245
  Azure	#F0FFFF	240,255,255

  GreenYellow	#ADFF2F	173,255,47
  YellowGreen	#9ACD32	154,205,50
  Green	#008000	0,128,0
  */
  background-image: radial-gradient(#F5F5F5 30%, #F8F8FF 50%, #9ACD32 100% );
  text-align: center;
}


/* 無効*/
.clsTblInDialog_header_tr {
  background-color: whitesmoke;
  background-color: darkblue;
  color: white;
}

/* -- */

.clsDialogTitleBar{
background:yellowgreen;
color:white;
font-weight:bolder;
}

.okClass {
  background-color: white;/*無効*/
  color:black;
  font-weight: bolder;
  border: 2px yellowgreen solid;
  border-radius: 5px;
}
.cancelClass {
  background-color: white; /*無効*/
  color: black;
  font-weight: bolder;
  border: 2px orange solid;
  border-radius: 5px;
}
/* */

/* [begin] ##################### */
.checkbox-lg .form-check-input {
  top: .8rem;
  scale: 1.4;
  margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
  padding-top: 13px;
}

.checkbox-xl .form-check-input {
  top: 1.2rem;
  scale: 1.7;
  margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
  padding-top: 19px;
}
/* */
/* custom toggle switch button */
.custom-switch {
  padding-left: 2.25rem;
  padding-bottom: 1rem;
  /* added for positioning*/
}

.custom-control-label {
  /* added for alignment with the switch padding-top: 0.5rem;*/
  padding-left: 2rem;
  padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  height: 2rem;
  width: 3.5rem;
  /* it was 1.75rem before. Sliding way is longer than before. pointer-events: all;*/
  border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(2rem - 4px);
  /* it was calc(1rem - 4px) before. Oval is bigger than before. height: calc(2rem - 4px);*/
  /* it was calc(1rem - 4px) before. Oval is bigger than before. background-color: #adb5bd;*/
  border-radius: 2rem;
  /* it was 0.5rem before. Oval is bigger than before. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;*/
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.5rem);
  /*translateX(0.75rem);*/
  transform: translateX(1.5rem);
  /*translateX(0.75rem);*/
}
/* ------------------- */
/* [end] ##################### */



caption {
caption-side:top;
margin-bottom:2px;
}

.clsHeaderSubmenus {
  border:4px lavender solid;padding-left:4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

  .btn-default:focus,
  .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
  }

  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
  }

  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
  }

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c;
    }

  .btn-default.disabled:hover,
  .btn-default[disabled]:hover,
  fieldset[disabled] .btn-default:hover,
  .btn-default.disabled:focus,
  .btn-default[disabled]:focus,
  fieldset[disabled] .btn-default:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled].focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
  }

  .btn-default .badge {
    color: #fff;
    background-color: #333;
  }

.clsShow_Layout{
/*display:inline;inline-block*/
}

.clsHide_Layout{
display:none;
}
/*
.clsUserHome_Layout{
display:none;
}


.clsUserHome_Layout_show {
  display:block;
}*/

/* ------------------- */
.clsMyBtn {
  background-color: whitesmoke;
  border: 1px yellowgreen solid;
  border-radius: 4px 4px 4px 4px
}

.clsMyCBX {

  width: 18px;
  height: 18px;
  margin-right:4px;
  margin-top:8px;
}

.clsMyLabel {
  /*font-weight: bolder;*/
  margin-top: 4px;
}

.clsMyFlex {
  display: flex;
}

.clsAttached_DivPane {
  margin-right: 5px;
  padding: 2px;
  border: 0.5px grey dotted;
}

.clsHSpace1 {
  margin-right: 1px;
}

.clsBoxes {
  display: flex;
}

.clsFileUpAndShow {
  margin-top: 8px;
  background-color: ghostwhite;
  border: 2px lavender solid;
}

.btnMyPadding {
  padding-left: 6px;
  padding-right: 6px;
}
/*
.clsYuComTbl {
  height: 300px;

  background-color:orange;
}
*/
.clsCntTD {
  background-color: yellowgreen;
  color: black;
  font-weight: bold;
  text-align: center;
}

.clsPageInfo {
  padding: 2px;
  margin: 0px;
  width: 120px;
}

.clsSubjectBGcolor {
  background-color: #FFF5FF;
}


.clsNwBodyBGcolor {
  background-color: /*#f2ffe6;*/
  /*rgb(253, 255, 253)*/
  rgb(253, 256, 250)
}


p {
  margin: 0;
  padding: 0;
}


p {
  display: inline;
}


.clsNonCopy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clsKeys {
  background-color: ghostwhite;
  font-weight: bold;
  border: 1.5px lavender dotted;
  border-left: 4px lavender solid;
}

.clsMyInd-0 {
  width: 0px;
}

.clsEllip {
  width: 150px; /* この幅設定は無くても良い模様*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clsNwOutLine-0 {
  margin-left: 0px;
  padding: 0px;
  border: 0.5px orange dotted;
  border-left: 1px orange solid;
}

.clsNwBody-0 {
  margin-bottom: 2px;
  padding: 2px;
  /*border-bottom: 0.5px grey solid;*/
}


.clsNwBtn-0 {
  padding: 2px;
}


.clsNwOutLine-1 {
  margin-left: 10px;
  padding: 0px;
  border: 0.5px yellowgreen dotted;
  border-left: 1px yellowgreen solid;
}

.clsNwBody-1 {
  margin-bottom: 2px;
  padding: 2px;
  /*border-bottom: 0.5px grey solid;*/
}


.clsNwBtn-1 {
  padding: 2px;
}


.clsNwOutLine-2 {
  margin-left: 20px;
  padding: 0px;
  border: 0.5px blue dotted;
  border-left: 1px blue solid;
}

.clsNwBody-2 {
  margin-bottom: 2px;
  padding: 2px;
  /*border-bottom: 0.5px grey solid;*/
}


.clsNwBtn-2 {
  padding: 2px;
}


.clsNwOutLine-3 {
  margin-left: 30px;
  padding: 0px;
  border: 0.5px maroon dotted;
  border-left: 1px maroon solid;
}

.clsNwBody-3 {
  margin-bottom: 2px;
  padding: 2px;
  /*border-bottom: 0.5px grey solid;*/
}


.clsNwBtn-3 {
  padding: 2px;
}

.clsNwOutLine-4 {
  margin-left: 40px;
  padding: 0px;
  border: 0.5px lavender dotted;
  border-left: 1px lavender solid;
}

.clsNwBody-4 {
  margin-bottom: 2px;
  padding: 2px;
  /*border-bottom: 0.5px grey solid;*/
}


.clsNwBtn-4 {
  padding: 2px;
}


.clsNwOutLine-5 {
  margin-left: 50px;
  padding: 4px;
  border: 0.5px yellowgreen dotted;
  border-left: 1px yellowgreen solid;
}

.clsNwBody-5 {
  margin-bottom: 2px;
  padding: 2px;
  
}


.clsNwBtn-5 {
  padding: 2px;
}


.clsNwOutLine-6 {
  margin-left: 60px;
  padding: 4px;
  border: 0.5px orange dotted;
  border-left: 1px orange solid;
}

.clsNwBody-6 {
  margin-bottom: 2px;
  padding: 2px;

}


.clsNwBtn-6 {
  padding: 2px;
}


.clsNwOutLine-7 {
  margin-left: 70px;
  padding: 4px;
  border: 0.5px darkblue dotted;
  border-left: 1px darkblue solid;
}

.clsNwBody-7 {
  margin-bottom: 2px;
  padding: 2px;
 
}


.clsNwBtn-7 {
  padding: 2px;
}



.clsNwOutLine-8 {
  margin-left: 80px;
  padding: 4px;
  border: 0.5px yellowgreen dotted;
  border-left: 1px yellowgreen solid;
}

.clsNwBody-8 {
  margin-bottom: 2px;
  padding: 2px;
 
}


.clsNwBtn-8 {
  padding: 2px;
}



.clsNwOutLine-9 {
  margin-left: 90px;
  padding: 4px;
  border: 0.5px blue dotted;
  border-left: 1px blue solid;
}

.clsNwBody-9 {
  margin-bottom: 2px;
  padding: 2px;
 
}


.clsNwBtn-9 {
  padding: 2px;
}



.clsNwOutLine-10 {
  margin-left: 100px;
  padding: 4px;
  border: 0.5px purple dotted;
  border-left: 1px purple solid;
}

.clsNwBody-10 {
  margin-bottom: 2px;
  padding: 2px;
 
}


.clsNwBtn-10 {
  padding: 2px;
}
/** [begin] ************** マーカー ****************/
/* 50%下線にマーカー表示 */
.marker-border-1 {
  background: linear-gradient(transparent 50%, #ffff66 0%);
}

.marker-border-1_lightsteelblue {
  background: linear-gradient(transparent 50%, #B0C4DE 0%);
}


.marker-border-1_maroon {
  background: linear-gradient(transparent 50%, #800000 0%);
}


.marker-border-1_lawngreen {
  background: linear-gradient(transparent 50%, #7CFC00 0%);
}

/* 40%下線にマーカー表示 */
.marker-border-2 {
  background: linear-gradient(transparent 60%, #ffcc99 0%);
}

/* 30%下線にマーカー表示 */
.marker-border-3 {
  background: linear-gradient(transparent 70%, #ffcccc 0%);
}

.marker-border-3b {
  background: linear-gradient(transparent 70%, #ffffff 0%);
}
/* 20%下線にマーカー表示 */
.marker-border-4 {/* lightblue*/
  background: linear-gradient(transparent 80%, #99ccff 0%);
}


/* 20%下線にマーカー表示 */
.marker-border-4_green {
  background: linear-gradient(transparent 80%, #66cc33 0%);
}

/* 20%下線にマーカー表示 */
.marker-border-4_yellowgreen {
    background: linear-gradient(transparent 80%, yellowgreen 0%);
}



/* 20%下線にマーカー表示 */
.marker-border-4_purple {
    background: linear-gradient(transparent 80%, purple 0%);
}


/* 20%下線にマーカー表示 */
.marker-border-4_red {
    background: linear-gradient(transparent 80%, red 0%);
}



/* 20%下線にマーカー表示 */
.marker-border-4_orange {
    background: linear-gradient(transparent 80%, orange 0%);
}


/* 5%下線にマーカー表示 */
/*
.marker-border-4_blue {
    background: linear-gradient(transparent 95%, blue 0%);
}
*/
/* 20%下線にマーカー表示 */
.marker-border-4_blue {
    background: linear-gradient(transparent 80%, lightblue 0%);
}



.marker-border-5_yellowgreen {
    background: linear-gradient(transparent 95%, yellowgreen 0%);
}

.marker-border-5_green {
    background: linear-gradient(transparent 95%, green 0%);
}


.marker-border-5_blue {
    background: linear-gradient(transparent 95%, blue 0%);
}



.marker-border-5_purple {
    background: linear-gradient(transparent 95%, purple 0%);
}


.marker-border-5_red {
    background: linear-gradient(transparent 95%, red 0%);
}


.marker-border-5_orange {
    background: linear-gradient(transparent 95%, orange 0%);
}



.myborder-1_yellowgreen {

    border-width: 0px 0px 0px 5px;
    border-color: yellowgreen;
    border-style: solid;
  
}

.myborder-1_green {
   
    border-width: 0px 0px 0px 5px;
    border-color: green;
    border-style: solid;
}
/** [end] ************** マーカー ****************/

.clsBGcolorForDDmenu {
  background-color: white;
  border: 4px lavender solid;
}


.clsBGcolorForDDsubmenu {
  background-color: white;
  border: 4px #BFCCA3 solid;
}


.clsMyDiver_100{
margin:0;
padding:1;
background-color:green;
}
.clsMyDivider {
  margin-top: 8px;
}



.clsMyDivider {
  margin-top: 8px;
}

.clsParent {
  width: 100%;
  display: flex;
  justify-content: center;
  color: black;
  /*border: 1px solid gray;*/
  /*align-items: center;*/
}

.divider2 {
  margin-top: 2px;
}

.parent {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid gray;
  /*align-items: center;*/
}

.clsWidth-finalscore {
  width: 80px;
  background-color: orange;
}

.clsWidth-trial {
  width: 50px;
  background-color: orange;
}

.clsThead-yellowgreen {
  background-color: yellowgreen;
  color: black;
}

.clsMyHR {
  margin: 4px 0px;
}
/*
backgroud-color(またはcolor):rgba(赤 , 緑 , 青 , 透明度)
赤・緑・青には0 ~ 255までの数値を指定し、透明度には0 ~ 1までの数値を指定します。透明度は0が0%、0.5が50%、1が100%で数字が小さいほど透明度が高いです。

*/

.clsUserHome {
  width: 300px;
  border-bottom: 8px solid rgb(230, 230, 250);
  border-left: 8px solid rgb(147, 112, 219);
  padding: 0px 0px 0px 6px;
}

.clsTopMenu_00_Login {
  border-bottom: 8px solid rgba(3, 210, 3, 0.3);
  font-size: larger;
  border-left: 8px blue solid;
  padding: 2px;
  margin: 12px 0px 0px 0px;
}


.clsTopMenu {
  border-bottom: 8px solid rgba(3, 156, 3, 0.3);
}

.clsTopMenu_ForgotPW {
  border-bottom: 8px solid yellowgreen;
  border-left: 8px solid green;
  padding: 0px 0px 0px 6px;
}


.clsTopMenu_ChangePW {
  border-bottom: 8px solid yellowgreen;
  border-left: 8px solid green;
  padding: 0px 0px 0px 6px;
}

.clsTopMenu_1 {
  border-bottom: 8px solid rgba(3, 255, 3, 0.3);
}


.clsTopMenu_2 {
  border-bottom: 8px solid rgba(3, 10, 3, 0.3);
}

.clsTopMenu_3 {
  border-bottom: 8px solid rgb(221, 160, 221, 0.3);
}


.clsTopMenu_4 {
  border-bottom: 8px solid rgb(230, 230, 250, 0.8);
  border-left: 8px orange solid;
  padding: 0px 0px 0px 6px;
}

.clsTopMenu_5 {
  border-bottom: 8px solid rgb(230, 230, 250);
  border-left: 8px solid rgb(147, 112, 219);
  padding: 0px 0px 0px 6px;
}


.clsOshirase {
  width: 150px;
  margin: 6px 0px 2px 0px;
  padding: 2px;
  border: 1px darkblue solid;
  background-color: lavender;
}

.clsAudioEX {
  /*
border:1px blue solid;
margin:0 0 0 auto;*/
  text-align: right;
}


.clsAudioEX_00 {
  height: 30px;
  width: 250px;
}

.clsTestTitle {
  /*
background-color:olivedrab;
*/
  color: blue;
}

.clsShowReturn {
  white-space: pre-wrap;
}

.clsImgMultiNormal {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}


.clsImgMultiImage {
  width: 40px;
  height: 40px;
  margin-left: 3px;
}



/*- moved to IPEditor01.css-------------*/
/*
.clsDepth_0 {
  border: 0.5px grey dotted;
 
  margin: 2px;
  margin-left: 0px;
}


.clsDepth_1 {

  border: 0.5px grey dotted;

  margin: 2px;
  margin-left: 20px;
}



.clsDepth_1_ssl {
  border: 0.5px red dotted;
  padding: 2px;
  padding-left: 4px;
  margin: 2px;
  margin-left: 20px;
}



.clsDepth_1_msl {
  border: 0.5px grey dotted;
  padding: 2px;
  padding-left: 4px;
  margin: 2px;
  margin-left: 20px;
}



.clsDepth_1_ddl {
  border: 0.5px grey dotted;
  padding: 2px;
  padding-left: 4px;
  margin: 2px;
  margin-left: 20px;
}



.clsDepth_1_txt {
  border: 0.5px grey dotted;
  padding: 2px;
  padding-left: 4px;
  margin: 2px;
  margin-left: 20px;
}



.clsDepth_1_txa {
  border: 0.5px grey dotted;
  padding: 2px;
  padding-left: 4px;
  margin: 2px;
  margin-left: 20px;
}




.clsDepth_2 {
  border: 0.5px grey dotted;
  padding: 2px;
  margin: 2px;
  margin-left: 10px;
}


.clsDepth_3 {
  border: 0.5px grey dotted;
  padding: 2px;
  margin: 2px;
  margin-left: 10px;
}


.clsDepth_4 {
  border: 0.5px blue dotted;
  padding: 2px;
  margin: 2px;
  margin-left: 10px;
}


.clsDepth_5 {
  border: 0.5px blue dotted;
  padding: 2px;
  margin: 2px;
  margin-left: 10px;
}


.clsDepth_6 {
  border: 0.5px blue dotted;
  padding: 2px;
  margin: 2px;
  margin-left: 10px;
}


.clsMyIconFont-IPE-0 {
  background-color: white;
  display: inline-block;
  padding: 1px 4px;
  font-size:16px;
}
*/
/* ------------- */
.clsMyColor-darkblue {
  color: darkblue;
}



.clsMyColor-maroon {
  color: maroon;
}

.clsMyColor-black {
  color: black;
}

.clsMyColor-white {
  color: white;
}

.clsMyColor-blue {
  color: blue;
}

.clsMyColor-yellowgreen {
  color: yellowgreen;
}

.clsMyColor-green {
  color: green;
}

.clsMyColor-orange {
  color: orange;
}


.clsMyColor-red {
  color: red;
}


.clsMyColor-gold {
  color: gold;
  margin-right: 1px;
}



.clsMyColor-pink {
  color: pink;
  margin-right: 1px;
}

.clsMyHome {
  color: red;
  border: 1px yellowgreen solid;
  padding: 2px;
  margin: 5px 2px 5px 0px;
}

.clsMyVideoBox {
  width: 200px;
  height: 200px;
}
/* 有効*/
.EdgStyleForHead {
  background-color: green;
}

/* 有効*/
.EdgStyleForHead_Admin {
  background-color: orange;
}

.ContenerStyleForHead {
  background-color: black;
}

.clsLoginPage {
  display: none;
}
/*---*/

h1.clsWithTab {
  position: relative;
  color: black;
  background: #d0ecff;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

  h1.clsWithTab:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f00c Check';
    background: #2196F3;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em
  }

.heading6 {
  position: relative;
  padding-left: 30px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
}

.linear-gradient_green {
  background: linear-gradient(orange, yellow, yellow, orange);
  background: linear-gradient(yellow 5%, orange 45%, orange 90%, yellow 5%);
  background: linear-gradient(yellowgreen 15%,green 50%, green 52%,yellowgreen 100%);
  height: 32px;
}



.linear-gradient_yellowgreen {
  background: linear-gradient(orange, yellow, yellow, orange);
  background: linear-gradient(yellow 5%, orange 45%, orange 90%, yellow 5%);
  background: linear-gradient(gray 15%,yellowgreen 50%, yellowgreen 52%,gray 100%);
  height: 32px;
}


.linear-gradient_gray {
  background: linear-gradient(orange, yellow, yellow, orange);
  background: linear-gradient(yellow 5%, orange 45%, orange 90%, yellow 5%);
  background: linear-gradient(ghostwhite 15%,whitesmoke 50%, whitesmoke 52%,ghostwhite 100%);
  height: 32px;
}


.linear-gradient_red {
  background: linear-gradient(orange 15%,red 50%, red 52%,orange 100%);
}

/*----*/

.MyGradation {
  background: linear-gradient(25deg, rgba(255, 0, 0, 0.4), rgba(0, 255, 0, 0.4)),url(../System/Img/IMG_0360.jpg);
  /*background-size:cover;*/
}

.MyGradation2 {
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0) 40%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,1) 100%),url(../System/Img/IMG_0219.jpg);
}

.background_test {
  padding: 10px;
  background: radial-gradient(ellipse at center, rgba(96,171,248,1) 0%,rgba(155,201,247,1) 28%,rgba(155,201,247,1) 18%,rgb(255, 255, 255) 70%);
}


.background_test2 {
  padding: 10px;
  background: radial-gradient(ellipse at center, rgba(96,171,100,1) 0%,rgba(155,201,247,1) 28%,rgba(155,201,247,1) 18%,rgb(255, 255, 255) 70%);
}


.background_test3 {
  padding: 10px;
  background: radial-gradient(ellipse at center, rgba(96,200,248,1) 0%,rgba(155,201,247,1) 28%,rgba(155,201,247,1) 18%,rgb(255, 255, 255) 70%);
}


.background_test4 {
  padding: 10px;
  background: radial-gradient(ellipse at center, rgba(96,255,248,1) 0%,rgba(155,201,247,1) 28%,rgba(155,201,247,1) 18%,rgb(255, 255, 255) 70%);
}

/*
.radial-gradient {
  background-image: radial-gradient(cyan 0%, transparent 20%, salmon 40%);
}


.radial-gradient2 {
  background-image: radial-gradient(orange 0%, transparent 20%, salmon 40%);
}

.radial-gradient3 {
  background-image:radial-gradient(circle at center, red 0, blue, green 100%);
}


.radial-gradient4 {
  
  background-image: radial-gradient(orange 0%, transparent 20%, yellowgreen 40%);
}
*/
/*
.radial-gradient5 {
padding-top:4px;
text-align:center;

 height:30px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, green 80%);
}


.radial-gradient6 {
  padding-top: 4px;
  text-align: center;
  height: 30px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, lavender 80%);
}


.radial-gradient0 {
  padding-top: 4px;
  text-align: center;
  height: 30px;
  background-image: radial-gradient(gold 20%, transparent 60%, orange 80%);
}
*/


.radial-gradient_topbar {
  background-color: white;
  padding-top: 4px;
  text-align: center;
  height: 55px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, lavender 80%);
}

.radial-gradient_topbar_colorblack {
  color: black;
  background-color: white;
  padding-top: 4px;
  height: 55px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, white 80%);
}

.radial-gradient_grey {
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(beige 20%, transparent 60%, darkgrey 80%);
}



.radial-gradient_gold {
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(khaki 20%, transparent 60%, gold 80%);
}


.radial-gradient_green {
  padding-top: 4px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, green 80%);
}



.radial-gradient_dialog_lavender {
 
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, lavender 80%);
}


/*begin clsTitleBar_*/
.clsTitleBar_Blue {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(white 40%, transparent 60%, blue 80%);
}


.clsTitleBar_Lavender {
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(yellowgreen 20%, transparent 60%, lavender 80%);
}

/*
.clsTitleBar_Orange {
  padding-top: 3px;
  text-align: center;
  font-weight: bold;
  height: 30px;
  background-image: radial-gradient(gold 20%, transparent 60%, orange 80%);
}
*/

.clsTitleBar_Orange {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(white 40%, transparent 60%, orange 80%);
}

/*
.clsTitleBar_Green {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(yellowgreen 20%, transparent 60%, green 80%);
}
*/

.clsTitleBar_Green {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(white 40%, transparent 60%, green 80%);
}


.clsTitleBar_YellowGreen {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(white 40%, transparent 60%, yellowgreen 80%);
}



.clsTitleBar_Purple {
    padding-top: 3px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    background-image: radial-gradient(white 40%, transparent 60%, #CC99FF 80% );
}

/*end clsTitleBar_*/


/*begin clsInstructionList_*/

.clsInstructionList_Purple {
    /*width:300px;*/
    border-bottom: 8px solid rgb(230, 230, 250);
    border-left: 8px solid rgb(147, 112, 219);
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}



.clsInstructionList_YellowGreen {
    border-bottom: 8px solid lightgreen;
    border-left: 8px solid yellowgreen;
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}


.clsInstructionList_Green {
    border-bottom: 8px solid yellowgreen;
    border-left: 8px solid green;
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}


.clsInstructionList_Orange {
    /*
  gold==rgb(255,215,0)
  khaki==#F0E68C;//Red : 240	Green : 230	Blue : 140
  */
    border-bottom: 8px solid khaki;
    border-left: 8px orange solid;
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}



.clsInstructionList_Gold {
    
    border-bottom: 8px solid rgba(240, 230, 140, 0.3);
    border-left: 8px gold solid;
    /*
  gold==rgb(255,215,0)
  khaki==#F0E68C;//Red : 240	Green : 230	Blue : 140
  */
 
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}

.clsInstructionList_Blue {
    border-bottom: 8px solid lavender;
    border-left: 8px solid blue;
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}

.clsInstructionList_Lavender {
    border-bottom: 8px solid lightgreen;
    border-left: 8px solid lavender;
    padding: 2px 2px 2px 2px;
    padding-left: 4px;
}

/*end clsInstructionList_*/




.clsWelcom2thisCourse {
  font-size: 14pt;
}

.clsOshiraseBody {
  color: black;
}
/* ---------------- */
/*==================*/
.clsMySiteLogo {
  background-image: linear-gradient(to right,#CCCCFF, #FFF 2%,#FFF 98%, #CCCCFF 100%);
  text-align: center;
}


.clsMySiteLogoEX {
  background-image: linear-gradient(to right,#CCCCFF, #FFF 5%,#FFF 95%, #CCCCFF 100%);
}


.clsMySiteLogoEX-admin {
  background-image: linear-gradient(to right,orange, #FFF 5%,#FFF 95%, orange 100%);
}


.clsMySiteLogo_withoutTateGraduation {
  text-align: center;
}

.clsMySiteLogoInside {
  margin-top: 10px;
  margin-bottom: 10px;
}


.clsMySiteBG_Div {
  padding: 0px 0px;
  height: 100%;
  /*background-image: linear-gradient(to right,#CCCCFF, #FFF 2%,#FFF 98%, #CCCCFF 100%);*/
}

/*------------------------------------------*/
.clsHeaderNavi {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(202,164,214,1) 0%, rgba(245,240,246,1) 100%);
  height: 32px;
  padding: 0px;
  padding-top: 3px;
}



.clsFloatMenuEX {
  /*background-color: white;*/
  /*background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);*/
  /*background: radial-gradient(#FFF, #FFEEFF 40%, #FFDDFF);*/
  background-image: linear-gradient(to right,#E6FFE9, #FFF 5%,#FFF 95%, #E6FFE9 100%);
  border-width: 1px;
  border-style: solid;
  border-color: lavender;
}

.clsMyBrand {
  font-size: 14px;
  color: gold;
  font-style: italic;
  font-weight: bolder;
}

.clsMyColor_red {
  color: red;
}
/* begin for Bootstrap multiple menus*/
.dropdown-submenu {
  position: relative;
}

  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
  }

  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px;
    }
