@charset "utf-8";

.contents{
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
}

.topic-content{
  position: relative;
  z-index: 0 !important;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .topic-content{
    width: 1280px;
    margin-top:80px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .topic-content{
    width: 100%;
    padding-top:30px !important;
  }
}

@media screen and ( min-width:767px ) { /* PC ==================== */
  .topic-body{
    margin-bottom: 50px;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .topic-body{
    margin-bottom: 20px;
  }
}

@media screen and ( min-width:767px ) { /* PC ==================== */
  .topic-card{
    width: 760px;
    margin:0 auto;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .topic-card{
    width: 90%;
    margin:0 auto;
  }
}

.topic-body h4,
.topic-body h3,
.topic-body p{
  color: #fff;
}
@media screen and ( min-width:767px ) { /* PC ==================== */
  .topic-body h4{
    font-size: 20px;
    line-height: 1.0;
    text-indent: 5px;

  }
  .topic-body h3{
    font-size: 30px;
    line-height: 1.2;
    padding-bottom:10px;
    border-bottom: 1px solid #fff;
  }
  .topic-body p{
    margin-top: 10px;
    line-height: 1.7 !important;
  }
  .topic-body img{
    width:100%;
  }
  .comment{
    width:50%;
    float: left;
  }
  .battlesgridman_head{
    width:50%;
    float: right;
  }
  .battlesgridman_head img{
    width:100%;
  }
  .illustrator{
    text-align: right;
  }
}
@media screen and ( max-width:767px ) { /* SP ==================== */
  .topic-body h4{
    font-size: 16px;
    line-height: 0.5;
    margin:0 10px 0 10px;
  }
  .topic-body h3{
    font-size: 20px;
    padding-bottom:5px;
    border-bottom: 1px solid #fff;
    margin:0 10px 0 10px;
  }
  .topic-body p{
    margin: 10px;
  }
  .topic-body img{
    width:100%;
  }
  .comment{
  }
  .battlesgridman_head{
    width:90%;
    margin:0 auto;
  }
  .battlesgridman_head img{
    width:100%;
  }
}

.day{
  text-align:right;
}
.signature{
  display: block;
  margin-top:20px !important;
  text-align:right;
}
