@charset "utf-8";

/* rolling */
.rolling_wrap { background-color:#fff; padding: 20px 20px;  }

#rolling_tit { border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:20px; }
#rolling_tit table {width:100%;border-collapse:collapse;border-spacing:0}
#rolling_tit tbody th { width:25%; font-size: 20px; height:40px; line-height: 40px; color: #000; text-align: center;}

#rolling_list ul { width: 100%; height: 100%; overflow: hidden; margin: 0 auto !important; }
#rolling_list ul li {  font-size: 20px; width:100%; color: #000; text-align: left;}
#rolling_list ul li a { display:table;  width:100%; }
#rolling_list ul li span { width:25%;  display:table-cell; text-align:center; }

#rolling_list .list_rate { font-weight:800; color:red; }

@media screen and (max-width:480px) {
	.list_new img {width: 15px; } 
	
	#rolling_tit { padding-bottom:10px; margin-bottom:10px; }

	#rolling_tit tbody th { font-size: 14px; }

	#rolling_list ul li { font-size: 14px; }
	#rolling_list ul li > span:first-child  { flex-basis:10%; }
}