.flex_wrap_mobil_box .float_wrap_mobil{
    display: none;

}

.flex_wrap_mobil_box{
    border-bottom: 1px solid #ddd;
    height: 30px;
}

.flex_wrap_mobil_box a span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex_wrap_mobil_box a strong{
    display: block;
    float: left;
    line-height: 30px;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.boardInfo .infoleft{
    display: flex !important;
    align-items: center;
}

@media (max-width:600px){
    .flex_wrap_mobil_box{
        height: auto;
    }
  .boardListForm .float_wrap_pc{
    display: none;
  }
  .flex_wrap_mobil_box{
    display: flex;
    border-bottom: 1px solid #ddd;
        padding: 5px 0;
  }
  .flex_wrap_mobil_box .float_wrap_mobil {
    display: flex;
    flex-direction: column;
    width: 20%;
    border: none;
}
.boardListForm .flex_wrap_mobil_box a{
    width: 80%;
    display: flex;
    flex-direction: column;
}
.boardListForm .flex_wrap_mobil_box .float_wrap_mobil strong{
    width: 100%;
    height: 35px;
}
.boardListForm .flex_wrap_mobil_box a span,.boardListForm .flex_wrap_mobil_box a strong{
    width: 100%;
    text-align: center;
    height: 35px;
}
.author, .date, .count {
    padding-top: 0px !important;
}
}