@charset "UTF-8";

/* ●タブ */
.tab li {
	width: calc(100%/ 2);
}

/* ●解決策ランキング */
.solution_th {
	vertical-align: top !important;
}

.rank_th {
	background-color: white !important;
	color: black !important;
}

.rank_th.first {
	background-color: gold !important;
}

.rank_th.second {
	background-color: silver !important;
}

.rank_th.third {
	background-color: #ffa03c !important;
}

/* ●詳しく見るボタン */
.all_solution_show_button {
	width: calc(100% + 12px);
	margin: -5px;
	border-radius: 0 0 .25rem .25rem;
}