<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 20171121名前ランキング（傾向ページ）頭音ランキング用 */

.keikou_tbl_ranking {
	border-collapse: collapse;
	width: 46rem;
	width:460px;
	border-left:solid 2px #a0a0a0;
	border-top: solid .2rem #a0a0a0;
	border-right:solid 2px #a0a0a0;
	border-left: solid .2rem #a0a0a0;
	border-top:solid 2px #a0a0a0;
	border-right: solid .2rem #a0a0a0;
}

.keikou_tbl_ranking thead th:nth-child(4n+1) {
    text-align: center;
}

.keikou_tbl_ranking thead th {
    background: #f2f2f5;
}

.keikou_tbl_ranking th, .keikou_tbl_ranking td {
	padding:10px;
	padding: 1rem;
	border-bottom:solid 2px #a0a0a0;
	border-bottom: solid .2rem #a0a0a0;
	vertical-align: middle;
}

.keikou_tbl_ranking text_l {
    text-align: left !important;
}

.keikou_tbl_ranking tbody td:nth-child(4n+1) {
	width: 20%;
	text-align: center;
	padding: 1rem;
	border-bottom: solid .2rem #a0a0a0;
	vertical-align: middle;
}

.keikou_tbl_ranking_num.color_gold {
    background-color: #f1da3c;
}

.keikou_tbl_ranking_num.color_silver {
    background-color: #b3b1b1;
}

.keikou_tbl_ranking_num.color_bronze {
    background-color: #c67412;
}

.keikou_tbl_ranking_num {
	display: inline-block;
	width:30px;
	width: 3rem;
	height:30px;
	height: 3rem;
	line-height:30px;
	line-height: 3rem;
	border-radius: 3rem;
	background-color: #f2f2f5;
}</pre></body></html>