li{
    list-style:none;
}
ul{
    padding-left: 0;
}
a{
    color: blue;
}
a:active {
    color: red;
}

.inputtextarea{
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10%;
    background-color: red;
    
}
.textareas{
    resize: none;
}
.SredAll{
    background-color: #EFEFEF;
    width: 93%;
    margin: 0.5em auto 0.75em auto;
    padding: 0.75em;
    border: 1px solid #333;
    color: #333;
    font-size: 1.00em;
    border-radius: 0.75em / 0.75em;
    position: relative;
}
.Title{
    color: red;
    font-size: 30em;
}
.ValueText{
    margin-bottom: 2.0em;
    padding: 0px;
}
.NameTag{
    font-weight: bold;
    margin: 0px 0.5em;
    font-size: 1em;
}
.sredlist{
    border-bottom: 1px solid #333;
}
.textsarea{
    resize: none;
}


.username{
    color: rgb(57, 201, 57);
}

section {
    padding: 0px 10px;
  }
  
  section .username {
    color: green !important;
    font-weight: 700;
    font-weight: bold;
  }
  
  section .nameArea {
    display: flex;
    align-items: center;
    margin-bottom: -14px;
    font-weight: bold;
  }
  
  section .comment {
    margin-top: 0;
    margin-left: 20px;
  }
.pagetitle{
    color: blue;
}
@media screen and (max-width: 569px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    section .nameArea{
        font-size: 0.8em;
    }
    section time{
        display: none;
    }
}
@media screen and (max-width: 610px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    section .nameArea{
        width: 150%;
        font-size: 1em;
    }
    .wrapper {
        overflow: hidden;
    }
    section .comment{
        margin-top: 2%;
        font-size: 1em;
    }
}
@media screen and (max-width: 496px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    section .nameArea{
        width: 150%;
        font-size: 0.9em;
    }
    .wrapper {
        overflow: hidden;
    }
    section .comment{
        margin-top: 2%;
        font-size: 1em;
    }
}
@media screen and (max-width: 449px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    section .nameArea{
        width: 150%;
        font-size: 0.9em;
    }
    .wrapper {
        overflow: hidden;
    }
    section .comment{
        font-size: 1em;
    }
}
@media screen and (max-width: 353px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    section .nameArea{
        width: 150%;
    }
    section .comment{
        font-size: 1em;
    }
    .wrapper {
        overflow: hidden;
    }
}


