.ultra_title {
	background-color: #11345f;
  	width: 780px;
  	color: #fff;
  	font-weight: bold;
  	font-size: 150%;
  	padding: 5px 0 5px 20px;
  
}

.live_sp {
	display: none;

}

.ranking_sp {
	display: none;
}

.review_sp {
	display: none;
}

.gw {
	display: block;
    margin-bottom: 20px;

}

.gw_sp {
    display: none;
}

.caution {
	margin-bottom: 30px;
    width: 780px;
}

.caution p {
  font-weight: bold;
  font-size: 125%;
  border-bottom: 2px solid;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .ultra_title {
	background-color: #11345f;
  	width: 100%;
  	color: #fff;
  	font-weight: bold;
  	font-size: 100%;
  	padding: 5px 0;
    text-align: center;
 
}  
  
  .live_pc {
  	display: none;
  } 
   
  .review_pc {
    display: none;
  }
  
  .ranking_pc {
    display: none;
  }
  
   .live_sp {
  	display: initial;
  
  }
  
  .review_sp {
  	display: initial;
  }
  
  .ranking_sp {
  	display: initial;
  }

.gw {
	display: none;
    margin-bottom: 20px;
}

.gw_sp {
    display: initial;
    width: 100%;
}
  
.caution {
	margin: 30px auto;
    width: 95%;
    font-weight: bold;
    font-size: 90%;กก
}

.caution p {
  font-weight: bold;
  font-size: 100%;
  border-bottom: 2px solid;
}
 
  
}