body {
    background-color: #f5f5f5;
    color: #333333;
    font-family: Arial, sans-serif;
  }

  h1 {
    color: #8b0000;
  }

  .erialabel {
    font-weight: bold;
    color: #8b0000;
    margin-bottom: 5px;
  }
  .mojibase{
    font-weight: bold;
    color: #8b0000;
  }
  

  .textareabase {
    width: 95%;
    height: 150px;
    border: 1px solid #8b0000;
    padding: 5px;
    resize: vertical;
  }
  #adjText{
    height: 350px;
  }
  
  #adjText2{
    height:700px;
    background-color: rgb(180, 174, 174);
    overflow: auto;
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
  }


  .basenobtn {
    background-color: #8b0000;
    color: #ffffff;
    border: none;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 600;
  }
  #tooltext{
    display: inline-block; /* テキストを水平に配置するために必要 */
  text-align: left; /* tooltextの中央揃え */
    ;
  }
  #toolNowRow{
    display: inline-block; /* テキストを水平に配置するために必要 */
  text-align: left; /* tooltextの中央揃え */
  height: 1em;
  }
  #toolNowRow{
    display: inline-block; /* テキストを水平に配置するために必要 */
  text-align: left; /* tooltextの中央揃え */
  height: 1em;
  width:95%;
  }
  

  .basenobtn:hover {
    background-color: #5c001e;
  }
  .basenobtn:disabled {
    background-color:lightgray;
  }

  .basenobtn:active {
    background-color:lightgray;
  }



  .paraerows{
     margin-bottom: 5px;
  }

  #descriptionButton {
    background-color: #f5f5f5;
    color: #8b0000;
    border: 1px solid #8b0000;
  }
  #downloadButton{padding:8px 5px;}

  #copyTextButton{width:90px;}
  

  .btnrows, .paraerows{
    text-align: center;
     display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top:5px;
  }
  .btnset{
    justify-content: space-between;
    margin-left: 5px;
    margin-right: 5px;     
  }

.paralabel{
margin-left: 10px;
}

#adjustLineBreaksButton{
margin-right:2px;
}
.btnrowlblgap{
margin-right:2px;
font-size: 20px;
}

#tooltablcontainer{
background-color: antiquewhite;
overflow: auto;
width:95%;height :450px;margin:auto;
text-align: left;
padding-left: 2px;
}

#toolmaintable{
font-size:14px;
width:95%;
text-align: left;
}
.toolhighlight span {
    background-color: lightcoral;
  }
  
.serchedrow{
font-weight: 700;
color :blue;
}
.pdfrow{margin-bottom: 10px;}