<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****news*****/

.news dl {
  margin-top: -10px;
}

.news dt,.news dd {
  line-height:2;
  font-weight: normal;
}

.news dt {
  float: left;
  padding-left: 10px;
  width: 40%;
  text-align :left;
}


.news dd {
  border-bottom: 1px dashed #cccccc;
  padding-left: 10px;
}
.news dd .ddIn{
  width: 60%;
  word-break:break-all;
  display:inline-block;
  text-align : left ;
}

.news dd .ddInFull{
  width: 60%;
  word-break:break-all;
  display:inline-block;;
  margin-left: auto;
  text-align: left;
}



.news dd .ddInShort{
  width: 60%;
  word-break:break-all;
  display:inline-block;
  text-decoration: underline;
  cursor:pointer;
  text-align: left ;
}


.news dd .ddInShort:after {

  text-decoration:none;
  display: inline-block;
}
.news dd .ddInShort.active:after {
  text-decoration:none;
  display: inline-block;
}


/*767px�ｽﾈ会ｿｽ�ｽiSP�ｽj�ｽﾅ表�ｽ�ｽ*/
@media screen and (max-width:992.98px) {
  .news dt {
    float: none;
    border-bottom: none;
    padding-top: 10px;
    width: 100%;

  }
  .news dd {
    padding-bottom: 10px;
    padding-left: 10%;
  }
  .news dt,.news dd {
    line-height: 1.5em;
  }
  .news dd .ddIn{
    width: 100%;

  }

  .news dd .ddInFull{
  width: 100%;


}

  .news dd .ddInShort{
  width: 100%;
  display:inline-block;
  text-decoration: underline;
}
.news dd .ddInShort:after {
  text-decoration:none;
  display: inline-block;
}
.news dd .ddInShort.active:after {
  text-decoration:none;
  display: inline-block;
}
}
</pre></body></html>