html {
  background: linear-gradient(#2dccdb,#fbffe1);
  font-size: 12px;
  color: #000;
}
h1 {
  color: #000;
  border: double 4px red;
  width: 10em;
  background-color: white;
}
body {
  width: 95%;
  margin-left: 5%;
  margin-right: 0;
  font-size: 16px;
}
img {
  width: 40%;
}
.bunrui {
  text-indent: 2em;
  color: #6e596f;
  font-size: 28px;
}
.coment {
  text-indent: 2em;
}
.discription_kinoko {
  font-size: 20px;
}
.honjitu {
  font-size: 20px;
  text-align: right;
}
.rep {
  color: #33F;
}
.theend {
  color: #b0b0b0;
  font-style: oblique;
}
.thread4 {
  color: #000;
}
.user1{
  color: #4b1954;
}
.user2{
  color: #81a581;
}
.user3{
  color: #d1d711;
}
.user4{
  color: #e5779c;
}
.user5{
  color: #25809e;
}
/*ここから先は文字の装飾用CSS*/

.huto {
    font-weight: bold;
}
.red {
    color: #f00;
}
.green {
    color: #0f0;
}
.blue {
    color: #00f;
}
.ul_r {
    border-bottom: 2px solid #f00;
}
.ul_g {
    border-bottom: 2px solid #0f0;
}
.ul_b {
    border-bottom: 2px solid #00f;
}
.ul_p {
    border-bottom: 2px solid #fd76ff;
}
.ul_o {
    border-bottom: 2px solid #ff9200;
}
.sub {
    text-indent: -2em;
    background:linear-gradient(transparent 60%, #FFFF00 0%);
    font-size: 1.2em;
}
.twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: '\f099';
  color: #6688ff;
}
