@charset "UTF-8";

/*------------------------------------------------------------
  監修機能
------------------------------------------------------------*/
.saboxplugin-wrap{
	position: relative!important;
    margin: 2rem 0!important;
    padding-top: 2rem!important;
}
.saboxplugin-wrap::before{
    content: "著者情報";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #FFF;
    font-weight: bold;
    padding: 5px 1rem;
    text-align: center;
}
.saboxplugin-wrap .fn{
	font-weight: bold;
}