/* CSS Document */
.block01 {
  background: url("../../../img/v3/post/post_bg01.png") center top;
}


.detailBlock {
  overflow: hidden;
  padding: 5px 35px 0px;
  border-radius: 10px 10px 0 0;
}
@media(max-width: 768px) {
  .detailBlock {
    border-radius: 0;
    padding: 5px 0px 15px;
  }
}
.detailBlock .detailArea{
  padding:15px 0px 35px;
}
.detailBlock .detailAreaInside{
  width:100%;
}
@media(max-width: 768px) {
  .detailBlock .detailArea{
    margin:0px 0px 15px;
  }
  .detailBlock .detailAreaInside{
    margin:0 auto;
    width:98%;
  }
}


/*tag*/
.tag{
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
}
.tag .list{
  float: left;
  margin: 0 5px 5px 0;
}
.tag .link{
  display: block;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #8f94a3;
}

@media screen and (max-width:768px) {
  .tag .list{
    margin: 0 2px 5px 0;
  }
  .tag .total{
    padding: 5px;
  }
  .tag .link{
    display: block;
    background: #fff;
    padding: 5px 6px;
    border: 1px solid #8f94a3;
  }
}

/* sort */
.sort-wrap{
  background: #15be1b;
  border: 1px solid #47b44f;
}

.sort-wrap .sort{
  background: #15be1b;
}

/*panelArea*/

/* 投稿画像設定 */
.cover{
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: bottom;
  width: 316px;
  height: 316px;
}
.panelArea{
  overflow: hidden;
  margin-bottom: 10px;
}
.panelArea .panel{
  width: 316px;
  float: left;
  background: #fff;
  margin: 2px;
}
.postInfoArea{
  width:100%;
  float:left;
}
.panelThumb{
  position: relative;
}
.textArea{
  padding: 5px;
}
.workTitle{
  overflow: hidden;
  height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5px;
}
.userArea{
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px;
  background: #f6f6f6;
}
.userIcon{
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.userText{
  float: left;
}
.userName{
  width: 220px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.postDate{
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton{
  float: left;
  margin-top: -5px;
  height: 24px;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}
.wonderButton .link{
  display: block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton .fa{
  margin-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}
.wonderButton .link:link, .wonderButton .link:visited {
    color: #fff;
    text-decoration: none;
}
.wonderButton .link:hover{
    color: #fff798;
}
.wonderButton.voted{
  background: none;
  box-shadow: none;
}
.wonderButton.voted .link{
  pointer-events: none;
  color: #ff0000;
  padding: 3px 0 0 0;
}

@media screen and (max-width:768px) {
  .panelArea{
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:5px;
  }
  .panelArea .panel{
    overflow: hidden;
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .panelThumb{
    box-sizing: border-box;
    float: left;
    width: 100%;
    max-width: 100%;
  }
  .textArea{
    box-sizing: border-box;
    width: 100%;
    float: right;
  }
  .workTitle{
    height: 40px;
    margin-bottom: 10px;
  }
  .userArea{
    overflow: visible;
    display: table;
    padding: 5px;
    margin-bottom: 5px;
    background: #f6f6f6;
  }
  .userIcon{
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .userText{
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
  .userName{
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    
  }
  .postDate{
    float: none;
    margin: 0 0 0 -35px;
  }
  .wonderButton{
    width: 130px;
    float: none;
    margin: 5px 0 5px -35px;
  }
  .wonderButton .link{
    padding: 3px 0 3px 5px;
  }
}
.categoryName{
  margin:0 5px 5px;
    font-size:14px;
  font-size:1.4rem;
}