@charset "utf-8";
/* CSS Document */
.detail_player{
	/*border:#ccc solid 1px;*/
	background: white;
	padding:5px;
	margin:0 0 1em 0;
	font-size: 20px;
}
.player_img{
	width: 120px;
}

h2.sub_title_comment {
  position: relative;
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
  background: #fa9b7d;
  font-size:2rem;
  font-weight: 900;
}

h2.sub_title_comment:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fa9b7d transparent transparent transparent;
}
    .detail_player{
        color: black;
    }
.pagenavi ul{
	display: flex;
	width:50%;
	justify-content:center;
}
.pagenavi li{
    display: block;
    width: 2rem;
    text-decoration: none;

}

@media only screen and (max-device-width: 480px){
    


}