body{
    background-color: #e6e5e5;
    background: transparent;
}

.top{
    text-align: center;
    height: 100px;
}

#searchForm {
    display: flex;
    justify-content: center;
}

/* .search input{
    padding-left: 20px;
    width: 80%;
    line-height: 2;
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
} */

.search input {
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.search #site-search {
    padding-left: 20px;
    border-radius: 20px 0 0 20px;
    background: #ffffff;
    border: none;
    outline: 0;
}

.search .btn-sch {
    width: 70px;
    border-radius: 0 20px 20px 0;
    background-color: #00bfff;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.search .btn-sch:hover {
    background: #66d9ff;
}

.top{
    text-align: center;
    height: auto;
}

.search{
    width: 100%;
}

.top-menu {
    display: flex;
    justify-content: space-between;
}

.trend {
    display: flex;
}

.trend p {
    margin: auto 10px;
    color: blue;
    cursor: pointer;
}

.trend p:hover {
    color:rgb(106, 106, 255);
}

.genreForm {
    margin: auto 10px;
}

.genreSearchForm {
    flex-grow: 1;
    font-size: 140%;
}

.searchForm {
    flex-grow: 9;
    padding: 10px;
}

.search input{
    width: 80%;
    line-height: 2;
}


body {
    font-family: Arial, sans-serif;
}

.commentTextArea{
    resize: none;
    width:300px;
    height:200px;
}

.popup-form {
    display: none; /* 最初は非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.popup-form-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wrapper {
    padding: 10px 10px;
    background-color: #ffffff;
    /* border: 1px solid black; */
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 10px 10px;
}

.wrapper .sub-name {
    display: flex;
    margin: 20px 0px;
}

.wrapper .sub-name .sub-select {
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
}

.one-task {
    padding: 10px 10px;
    /* background-color: #fff782; */
    background-color: #dcdcdc;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 10px 10px;
}

.lock {
    opacity: 0.45;
}

.clear-task {
    background-color: #fff782;
}

.one-task .task-title {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px;
}

.one-task .task-title h2 img {
    width: 30px;
    height: 30px;
}

.one-task .task-title h2 {
    margin: 10px 0;
}

.one-task .task-title .detail {
    margin: 10px 0;
    display: flex;
    align-items: flex-end;
}

.one-task .task-title img {
    margin: auto;

    width: 50px;
    height: 50px;
}

.one-task .task-title button {
    border: none;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}

.one-task .task-title button:hover {
    background-color: #ffffff;
}

.one-task .task-title .clear {
    background-color: rgb(106, 243, 106);
}

.one-task .task-title .clear:hover {
    background-color: rgba(106, 243, 106, 0.63);
}

.one-task .task-details {
    display: flex;
    justify-content: space-between;
}

.one-task .no-comp-day {
    display: none;
}

.articleWrapper{
    padding: 10px 10px;
    background: linear-gradient(to right, #f4faff,#f4faff, #d7e5f1,#89caff);
    /* border: 1px solid black; */
    border-radius: 30px 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 10px 10px;
    box-shadow:#00008b;

}

.submitButton{
    width: 10%;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #00bfff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px #00008b;
  }
  
  .submitButton:hover {
    background-color: #66d9ff;
  }

  .submitButton:active {
    box-shadow: none;
    top: 5px;
    position: relative;
  }


  .excessiveReplies{
    display: none;
  }

  .tag {
    color: blue;
    text-decoration: none;
  }
  
  /* .tag:hover {
    color: #1e90ff;
} */

  .likePostButton{
    border: none;
    background-color: white;
  }

  .likeReplyButton{
    border: none;
    background-color: white;
  }

  img {
    object-fit: contain;
  }