@charset "utf-8";
/* top */
#top_main {
	height: 100%;
	width: 100%;
	background-image: url("../img/top/top-bg1-h.jpg");
	background-size: 100%;
	background-size:cover;
	background-position: center center;
	position: relative;
}
#top_main #top_logo {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#top_main #top_logo h1 {
	font-family: 'Economica', sans-serif;
    color: #fff;
	font-size: 38px;
	margin: 0 auto 10px;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -ms-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: top_logo;
    animation-name: top_logo;
    visibility: visible !important;
}
@-webkit-keyframes top_logo {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
 60% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes top_logo {
 0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
 60% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
#top_main #top_logo h2 {
    font-family: 'Economica', sans-serif;
    color: #fff;
	font-size: 16px;
	opacity: 0;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -ms-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: top_text;
    animation-name: top_text;
    visibility: visible !important;
}
@-webkit-keyframes top_text {
 60% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes top_text {
 60% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#top_main .s_btn {
	opacity: 0;
	-webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2.5s;
    -ms-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: top_text;
    animation-name: top_text;
    visibility: visible !important;
}
#top_main .s_btn a {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
}
#top_main .s_btn a {
  padding-top: 50px;
	color: #aaa;
}
#top_main .s_btn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border: 1px solid #aaa;
  border-radius: 100%;
  box-sizing: border-box;
}
#top_main .s_btn a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';

	width: 10px;
  height: 10px;
  margin: -8px 0 0 -5px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.image {
	text-align: center;
}
#top_group {
	text-align: center;
	padding: 0;
}
#top_group .group_list dl {
	display: flex;
	flex-wrap:wrap;
    justify-content: center; 
    align-items: center;
	padding: 0 0 25px;
	margin: 16px auto 25px;
}
#top_group .group_list dl dt {
	width:30%;
	margin:0 0 20px;
}

#top_group .group_list dl .icon{
	width: 80px;
	margin: 0 auto 4px;
	height: auto;
	display: block;
}
#top_group dl dt .icon img {
	border-radius: 100vh;
}
#top_group dl dt p {
	font-weight: bold;
	font-size: 90%;
}


#top_recent {
	text-align: center;
	padding: 0;
}
#top_recent .recent_list {
	margin:40px auto;
	width: 90%;
}
#top_recent .recent_list .s_ttl {
	text-align: left;
	margin:  auto auto auto 0;
	font-weight: bold;
	font-size: 14px;
}
#top_recent .recent_list .s_ttl span {
	font-size: 12px;
	padding: 0 6px 0 0;
	font-weight: bold;
}
#top_recent .recent_list .s_ttl a {
	display: inline-block;
	    font-family: 'Economica', sans-serif;
	padding:2px 8px;
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	margin: -2px 0 0 10px;
	float: right;
}



#top_recent .recent_list .inn {
	display: flex;
    justify-content: center; 
    align-items: center;
	padding: 0 0 25px;
	margin: 16px auto 25px;
	border-bottom: 1px solid #ddd;
}
#top_recent .recent_list .inn dl {
	margin: auto auto auto 0;
	width: 100%;
}
#top_recent .recent_list .inn dl:last-child {
	margin: 0;
}
#top_recent dl dt .r1{
	color: #00F;
	font-weight: bold;
}
#top_recent dl dt .r4{
	color: #F00;
	font-weight: bold;
}
#top_recent dl dt .icon{
	width: 40px;
	margin: 0 auto 4px;
	height: auto;
	display: block;
}


#top_recent dl dt .icon img {
	border-radius: 100vh;
}
#top_recent dl dt p {
	font-weight: bold;
	font-size: 90%;
}
#top_twitter {
	text-align: center;
	padding: 60px 0;
}
#top_twitter .inn {
	width: 90%;
	margin: 30px auto 0;
}
/* record */
#record {
	width: 100%;
	margin: 0 auto 60px;
}
#record .ttl {
	margin: 0;
}
#record {
	text-align: center;
	padding: 0;
}
#record .recent_list {
	margin:40px auto;
	width: 94%;
}
#record .recent_list .s_ttl {
	text-align: left;
	margin:  auto auto auto 0;
	font-weight: bold;
	font-size: 14px;
}
#record .recent_list .s_ttl br {
	display:none;
}
#record .recent_list .s_ttl span {
	font-size: 12px;
	padding: 0 6px 0 0;
	font-weight: bold;
}
#record .recent_list .s_ttl a {
	display: inline-block;
	    font-family: 'Economica', sans-serif;
	padding:2px 8px;
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	margin: -2px 0 0 10px;
	float: right;
}
#record .record_list h3 {
	padding: 9% 0 2%;
	border-bottom: 1px solid #111;
	font-size: 200%;
	font-weight: bold;
}
#record .recent_list .inn {
	display: flex;
    justify-content: center; 
    align-items: center;
	padding: 0 0 25px;
	margin: 16px auto 25px;
	border-bottom: 1px solid #ddd;
}
#record .recent_list .inn dl {
	margin: auto;
	width: 25%;
	max-width: 25%;
}
#record dl dt .r1{
	color: #00F;
	font-weight: bold;
}
#record dl dt .r4{
	color: #F00;
	font-weight: bold;
}
#record dl dt .icon{
	width: 40px;
	margin: 0 auto 4px;
	height: auto;
	display: block;
}


#record dl dt .icon img {
	border-radius: 100vh;
}
#record dl dt p {
	font-weight: bold;
	font-size: 90%;
}

#record.group .ttl {
	padding: 6% 0;
}
#record.group .ttl .icon{
	width: 100px;
	height: auto;
	margin: 0 auto 10px;
}
#record.group .ttl .icon img {
	border-radius: 100vh;
}
#record.group .ttl h2 {
	font-size: 30px;
}
#cate_player {
	margin: 9% 0 12%;
}
#cate_player .player_list h2 {
    font-size: 16px;
    padding: 0 10px 4px;
    margin: 20px 0 5px;
    font-weight: bold;
    text-align: center;
}
#cate_player .player_list .inn {
	margin: auto;
}
#cate_player .player_list .inn dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 4%;
}
#cate_player .player_list .inn dl:first-child {
	font-size: 80%;
}
#cate_player .player_list .inn dl:nth-child(2n) {
	background-color: #fafafa;
}
#cate_player .player_list .inn dl dt,
#cate_player .player_list .inn dl dd {
	width: 20%;
	font-weight: bold;
	font-size: 90%;
}
#cate_player .player_list .inn dl dt a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #111;
}
#cate_player .player_list .inn dl dt .icon{
	width: 25px;
	margin: 0 4px 0 0;
	height: auto;
	display: block;
}


#cate_player .player_list .inn dl dt .icon img {
	border-radius: 100vh;
}


#record.year_list h2 {
    font-size: 16px;
    padding: 0 10px 4px;
    margin: 20px 0 5px;
    font-weight: bold;
    text-align: center;
}
#record.year_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#record.year_list ul li {
	width: 33%;
	text-align: center;
	font-weight: 140%;
	padding: 2.5% 0;
}
#record.year_list ul li a {
	color: #111;
	font-weight: bold;
	
}
/* single */
#record.single .ttl {
	margin: 0 0 40px;
}
#record.single .score_list .date {
	text-align: center;
	margin: 0 0 14px;
	font-weight: bold;
	font-size: 16px;
}
#record.single .score_list .games {
	text-align: center;
	margin: 14px 0 0;
	font-weight: bold;
	font-size: 16px;
}
#record.single .score_list .date span {
	padding: 0 0 0 6px;
	font-weight: bold;
}
#record.single .score_list h2 {
 padding: 1rem 3rem;
  color: #fff;
	background-color: #111;font-weight: bold;
}
#record.single .score_list .box {
	margin: 9% 0;
}
#record.single .tobi_detail.box {
	margin: 0 0 40px;
}
#record.single .box h3 {
	font-size: 16px;
	padding: 0 10px 4px;
	margin: 20px 0 5px;
	font-weight: bold;
	text-align: center;
}
#record.single .box .inn {
	display: flex;
	justify-content: center; 
    align-items: center;
	margin: auto;
	padding: 0 0 10px;
	transition: 0.5s;
}
#record.single .box .inn.hover  {
	width: 100%;
	position: fixed;
	top:-60px;
	left: 0;
	padding: 10px 0;
	background-color: #111;
	transition: 0.5s;
}
#record.single .box.isAnimate .inn.hover {
	top: 0;
	transition: 0.5s;
}
#record.single .box .inn dl {
	margin: auto auto auto 0;
	width: 100%;
}
#record.single .box .inn dl:last-child {
	margin: 0;
}
#record.single .box .inn dl dt {
	font-weight: bold;
	padding: 0 0 5px;
}
#record.single .box .inn dl dd {
	padding: 5px;
}
#record.single .box .inn dl dd:last-child {
	margin: 5px 0;
	padding: 10px 5px;
	font-weight: bold;
	background-color: #efefef;
}
#record.single .tobi_detail.box .inn dl dd:last-child {
	border-top:none;
	font-weight: bold;
}
#record.single .avg_detail.box .inn dl dd{
	border-top:none;
	margin: 5px 0;
	font-weight: bold;
}
#record.single .box .inn dl dd.r1 {
	color:#00F;
}
#record.single .box .inn dl dd.r4 {
	color:#F00;
}
#record.single .box .inn dl dd.r2 {
	color:#009245;
}
#record.single .box .inn dl dd.r3 {
}
.chart-container {
	position: relative;
	height:30vh;
	width:94vw;
	margin: auto;
}
#record.single .player dl dt .icon{
	width: 40px;
	margin: 0 auto 4px;
	height: auto;
	display: block;
}


#record.single .player dl dt .icon img {
	border-radius: 100vh;
}
#record.single .player dl dt p {
	font-weight: bold;
	font-size: 90%;
}
#record.single .hover dl dt p {
	color: #fff;
}
/*author*/
#author {
	text-align: center;
}
#author .ttl {
	padding: 6% 0;
}
#author .ttl .icon{
	width: 100px;
	height: auto;
	margin: 0 auto 10px;
}
#author .ttl .icon img {
	border-radius: 100vh;
}
#author .ttl h2 {
	font-size: 30px;
}
#author .chart-container {
	margin: 0 0 10%;
}
#author .score_detail {
	margin: 7% 0;
	display: flex;
	justify-content: center;
}
#author .score_detail dl {
	width: 100%;
}
#author .score_detail dl dt,
#author .chart-container dl dt{
	font-weight: bold;
	padding: 10px 0;
	font-size: 90%;
}
#author .score_detail dl dd {
	padding:10px;
	font-weight: bold;
	margin:5px 0;
	background-color: #fafafa;
}
#author .score_detail dl dd {
	ont-weight: bold;
	font-size: 90%;
}
#author .score_detail dl dd span {
	font-size: 80%;
	font-weight: bold;
}
#author .score_detail dl dd ul {
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	margin: auto;
	padding: 5px 2%;
}

#author .score_detail.list dl dd {
	padding: 0;
}
#author .score_detail dl dd ul:nth-child(1) {
	margin: 0;
}
#author .score_detail dl dd ul:nth-child(2n) {
	background-color: #fff;
}
#author .score_detail dl dd ul li {
	font-weight: bold;
	text-align: center;
	font-size: 78%;
	padding: 0 5px;
}
#author .score_detail dl dd ul:nth-child(1) li {
	font-size: 65%;
	text-align: center;
}
#author .score_detail dl dd ul li:nth-child(1) {
	width: 20%;
	font-size: 65%;
	text-align: left;
}
#author .score_detail dl dd ul li:nth-child(2) {
	width:26%;
}
#author .score_detail dl dd ul li:nth-child(3) {
	width:14%;
}
#author .score_detail dl dd ul li:nth-child(4) {
	width:16%;
}
#author .score_detail dl dd ul li:nth-child(5) {
	width:8%;
}

#author .score_detail.year dl dd ul li {
	width: 18%;
	text-align: center;
}
#author .score_detail.year dl dd ul li:nth-child(1) {
	width: 10%;
}
#author #record .score_detail dl dt {
	padding: 0;
}
#author #record .recent_list {
	margin: 20px auto;
}
#author .score_detail.recent100-index dl dd {
  padding: 0;
}
#author .score_detail.recent100-index dl dd ul li {
  width: 25%;
  text-align: center;
  font-size: 70%;
}
#author .score_detail.recent100-index dl dd ul li span{
  display: block;
}
#author .score_detail.recent100-index dl dd ul li span.rank{
  position: relative;
  font-weight: 900;
  font-size: 280%;
  font-family: "メイリオ", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;

  /* 文字グラデ（本体） */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  /* 影の逃げ */
  padding: 2px 4px 6px;
}

/* 影だけ（いちばん後ろ） */
#author .score_detail.recent100-index dl dd ul li span.rank::after{
  content: attr(data-label);
  position: absolute;
  inset: 0;
  z-index: 0;

  color: rgba(0,0,0,0.45);
  transform: translate(2px, 3px); /* 右下へ */
  filter: blur(1px);
}

/* 白フチだけ（影の上、本体の下） */
#author .score_detail.recent100-index dl dd ul li span.rank::before{
  content: attr(data-label);
  position: absolute;
  inset: 0;
  z-index: 1;

  color: transparent;
  -webkit-text-stroke: 2px #fff;
}

/* 本体を最前面に */
#author .score_detail.recent100-index dl dd ul li span.rank{
  z-index: 2;
}


.rank-S {
  background-image: linear-gradient(
    to bottom,
    #ffd1e6 0%,
    #ff7abf 45%,
    #ff4fa3 100%
  );
}

.rank-A {
  background-image: linear-gradient(
    to bottom,
    #ffd6d6 0%,
    #ff7a7a 45%,
    #ff2d2d 100%
  );
}
.rank-B {
  background-image: linear-gradient(
    to bottom,
    #ffe1c2 0%,
    #ffb066 45%,
    #ff8a1a 100%
  );
}

.rank-C {
  background-image: linear-gradient(
    to bottom,
    #fff1b0 0%,   /* 上：少しだけ暗く */
    #ffcf3a 45%,  /* 中：しっかり黄 */
    #e6b800 100%  /* 下：濃い黄（金寄り） */
  );
}

.rank-D {
  background-image: linear-gradient(
    to bottom,
    #ecf9d6 0%,
    #bfe889 45%,
    #7ed321 100%
  );
}
.rank-E {
  background-image: linear-gradient(
    to bottom,
    #dff0e0 0%,
    #8fd19e 45%,
    #4caf50 100%
  );
}

.rank-F {
  background-image: linear-gradient(
    to bottom,
    #eee 0%,
    #aaa 45%,
    #666 100%
  );
}


/*rule*/
#rule {
	width: 100%;
	margin: 0 auto 60px;
}
#rule .ttl {
	margin: 0 0 40px;
}
#rule .rule_wrap {
	text-align: left;
	width: 96%;
	margin: auto;
}
#rule .rule_wrap h3 {
border-bottom: solid 3px #ccc;
position: relative;
	font-size: 18px;
	padding: 0 0 4px;
	margin: 0 0 25px;
	font-weight: bold;
}
#rule .rule_wrap h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #9708CC;
bottom: -3px;
width: 20%;	
}
#rule .rule_wrap .rule_nav{
	display: flex;
	flex-wrap:wrap;
	padding: 0 0 30px;
	width: 100%;
}
#rule .rule_wrap .rule_nav li {
	text-align:  center;
	width: 24%;
	margin:10px 0.5% 30px;
}
#rule .rule_wrap .rule_nav li a{
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
#rule .rule_wrap .rule_list{
	font-size: 14px;
	line-height: 1.4;
	width: 94%;
	margin: 0 auto 40px;
}

#rule .rule_wrap .rule_list li {
    list-style-type:decimal;
    margin-left: 2em;
    margin-bottom: 10px;
    line-height: 1.7;
}
#rule .rule_wrap .rule_list li table {
	margin: 10px 0 0;
}
#rule .rule_wrap .rule_list li table tr th {
	font-weight: bold;
}
#rule .rule_wrap .rule_list li table tr th,
#rule .rule_wrap .rule_list li table tr td{
	width: 16%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
}
#rule .rule_wrap .bonus{
	font-size: 14px;
	line-height: 1.4;
	width: 94%;
	margin: 0 auto 40px;
}
#rule .rule_wrap .bonus p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 auto 10px;
}
#rule .rule_wrap .bonus h4 {
	font-weight: bold;
	margin: 0 0 10px;
}
#rule .rule_wrap .bonus ul {
	margin: 0 0 20px;
}
#rule .rule_wrap .bonus li {
    list-style-type:decimal;
    margin-left: 2em;
    margin-bottom: 10px;
    line-height: 1.7;
}
#rule .rule_wrap .text{
	font-size: 14px;
	line-height: 1.7;
	width: 94%;
	margin: 0 auto 40px;
}
#rule .rule_wrap .text p {
	margin: 0 0 10px;
}
/*participant*/
#participant {
	width: 96%;
	margin: 0 auto 60px;
}
#participant .ttl {
	margin: 0 0 40px;
}
#participant .participant_list {
	text-align: left;
}
#participant .participant_list h2 {
border-bottom: solid 3px #ccc;
position: relative;
	font-size: 18px;
	padding: 0 0 4px;
	font-weight: bold;
}
#participant .participant_list h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #006837;
bottom: -3px;
width: 20%;	
}
#participant .participant_list ul{
	display: flex;
	flex-wrap:wrap;
	padding: 10px 0 50px;
	width: 100%;
}
#participant .participant_list ul li {
	text-align:  center;
	width: 25%;
	margin:20px 0;
}
#participant .participant_list ul li a{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#participant .participant_list ul li a {
	font-size: 16px;
}
#participant .participant_list {
	margin:25px 10px;
}
#participant.detail .participant_list h2 {
	margin: 0 0 20px;
}
#participant .participant_list th,
#participant .participant_list td {
	background:#fff;
	text-align:center;
	padding:10px 4px;
	vertical-align:middle;
	width: 25%;
}
#participant .participant_list th {
	background:#eee;
	color:#000;
	font-weight: bold;
}
#participant .participant_list .box {
	margin: 0 0 40px;
}
#participant .recent_list {
	margin: 20px 0 40px;
}
#participant .recent_list .s_ttl {
	text-align: left;
	margin:  auto auto auto 0;
	font-weight: bold;
	font-size: 16px;
}
#participant .recent_list .s_ttl span {
	font-size: 14px;
	padding: 0 6px 0 0;
	font-weight: bold;
}
#participant .recent_list .s_ttl a {
	display: inline-block;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	background-color: #006837;
	color: #fff;
	border-radius: 5px;
	margin: 0 0 0 10px;
	float: right;
}
#participant .recent_list dl {
	display: flex;
    justify-content: center; 
    align-items: center;
	padding: 0 0 25px;
	margin: 16px auto 25px;
	border-bottom:  dotted 2px #006837;
}
#participant .recent_list dl dd {
	text-align: center;
	margin:  auto auto auto 0;
	padding: 0 5px;
}
#participant .recent_list dl dd:last-child {
	margin: 0;
}
#participant .recent_list .r1 {
	color:#00F;
}
#participant .recent_list .r4 {
	color:#F00;
}

/*yakuman*/
#yakuman {
    width: 100%;
    margin: 0 auto 60px;
}
#yakuman h3.ttl_border {
	font-size: 16px;
    padding: 0 10px 4px;
    margin: 20px 0 5px;
    font-weight: bold;
    text-align: center;
}

#yakuman .hora_count {
	margin: 40px 0;
}
#yakuman .recent_list .list_wrap {
	margin: 20px 0;
	padding: 0 0 25px;
}
#yakuman .recent_list .s_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background: #111;
	padding: 10px;
	color: #fff;
}
#yakuman .recent_list .s_ttl span {
	font-size: 13px;
	padding: 0 6px 0 0;
	font-weight: bold;
}
#yakuman .cate_table {
	margin: 8px 0 0;
}
#yakuman .cate_table tr th,
#yakuman .cate_table tr td {
    background: #fff;
    text-align: center;
    padding:8px 4px;
    vertical-align: middle;
	font-size: 14px;
}
#yakuman .cate_table tr th {
	background: #eee;
    color: #000;
    font-weight: bold;
}
#yakuman .cate_table tr .w15 {
	width: 14%;
}
#yakuman .hora_count .cate_table tr th,
#yakuman .hora_count .cate_table tr td {
	width: 12.5%;
}
#yakuman .recent_list .info {
	font-size: 14px;
	text-align: right;
	margin: 8px 4% 0;
}
#yakuman #author .score_detail {
	margin: 2% 0;
}
#yakuman #cate_player .player_list h2 {
	margin: 20px 0 15px;
}
#yakuman #cate_player .player_list.yakucount .inn dl dt,
#yakuman #cate_player .player_list.yakucount .inn dl dd {
    width: 33%;
    font-weight: bold;
    font-size: 85%;
}
#yakuman #cate_player .player_list.yakucount{
	margin: 10% 0;
}
#yakuman #cate_player .player_list.yakucount .inn dl dt {
	text-align: left;
}
#yakuman dl dt p {
    font-weight: bold;
    font-size: 90%;
}
#yakuman .score_detail dl dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #111;
}
#yakuman .score_detail dl dd .icon{
	width: 25px;
	margin: 0 4px 0 0;
	height: auto;
	display: block;
}
#yakuman .score_detail dl dd .icon img {
	border-radius: 100vh;
}
#yakuman .score_detail dl dd p {
	font-weight: bold;
}
#yakuman #author .score_detail dl dd {
    padding: 8px;
    font-weight: bold;
    margin: 2px 0;
	line-height: 25px;
    background-color: #fafafa;
}
@media screen and (max-width:768px) {


#top_ranking dl {
	font-size: 20px;
}
#top_recent .recent_list dl dd span,
	#record .recent_list dl dd span{
	display: block;
}
/* record */
#record .point_list th {
	font-size: 13px;
}
	.chart-container {
	height:200px;
}
}

