/*---info---*/
.p_info {
  background: url(../../img/bg_info.png) no-repeat center 50px fixed;
  background-size: 100% auto;
}

.infolistbox {
  border-bottom: dotted 1px #cbcbcb;
  padding-bottom: 0;
  margin-bottom: 15px;
}

.infolistcat span {
  background: #333;
  color: #FFF;
}

.infolistbox a {
  color: #000;
}

.infolistbox a:hover {
  color: #D1316D;
}

h2.articletitle {
  text-align: center;
}

h2.articletitle span {
  display: inline-block;
  text-align: left;
}

.subtitle {
  border-bottom: solid 1px;
  display: inline-block;
}

.subtitle_b {
  border: solid 1px;
  padding: 8px 16px;
  display: inline-block;
}

.subtitle_bg {
  background-color: #000;
  color: #FFF;
  display: inline-block;
  padding: 8px 16px;
}

dl.step {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted 1px;
  padding: 1px;
}

dl.step dd {
  padding-left: 1rem;
}

#news #article .news table {
  border: 1px #999 solid;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0px;
  background: #fff;
  margin-bottom: 20px;
}

#news #article .news table th {
  border: 1px #999 solid;
  background: #333333;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  color: #FFF;
}

#news #article .news table th.th_inx {
  border: 1px #999 solid;
  background: #333333;
  font-size: 13px;
  padding: 5px;
  text-align: left;
  color: #FFF;
}

#news #article .news table td {
  color: #333333;
  vertical-align: middle;
}

#news #article .news table td {
  border: 1px #999 solid;
  padding: 5px;
  text-align: center;
  background: #fff;
}

.commentbox {
  background: #fbfbfb;
  padding: 15px;
  border-radius: 15px;
}

@media screen and (max-width: 640px) {
  .p_info {
    background: url(../../img/bg_info.png) no-repeat top center;
    background-size: 200% auto;
  }

  .infolistbox {
    border-bottom: dotted 1px #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }

  .infolistbox + .infolistbox {
    margin-top: 15px;
  }
}/*# sourceMappingURL=info.css.map */