/*U*/
span.font-underline {
  text-decoration: underline !important;
}

/*I*/
span.rich-italic {
  font-style: italic !important;
}

span.font-gray {
  color:  #8b8b8b !important;
}


/*10px*/
span.font-10px {
  font-size: 10px !important;
}

/*18px*/
span.font-18px {
  font-size: 18px !important;
}

/*24px*/
span.font-24px {
  font-size: 24px !important;
}

/*32px*/
span.font-32px {
  font-size: 32px !important;
}

/*ライター名*/
p.writer-border {
  padding: 12px 0 !important;
  border: 1px solid #cfcfcf !important;
  border-left: none !important;
  border-right: none !important;
  overflow: hidden !important;
  width: 100% !important;
  font-family: "NimbusSan-Reg"!important;
}

div.div_center {
  text-align: center;
}

div.div_right {

  text-align: right;
}

div.kugiri {
   width: 100%;
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
   border-bottom: 0.02px solid #eeeeee;;
}

.item-body-hbr.item_text_sign.credit.writer {
    padding: 12px 0;
    margin-bottom: 30px;
    border: 1px solid #cfcfcf;
    border-left: none;
    border-right: none;
    overflow: hidden;
    width: 100%;
    font-family: “NimbusSan-Reg”;
    display: block;
    font-size: 10px;
    color: #8b8b8b;
}
