@charset "UTF-8";

/* ●タブ */
.tab li {
	width: calc(100%/ 2);
}

/* ●詳細 */
.detail {
	margin: 10px;
}

/* ●各種ボタン */
#discussion_button, #child_post_button {
	width: 100%;
}

/* ●解決策ランキング */
.rank_th {
	background-color: white !important;
	color: black !important;
	font-weight: 1;
	text-align: center;
}

.rank_th.first {
	background-color: gold !important;
}

.rank_th.second {
	background-color: silver !important;
}

.rank_th.third {
	background-color: #ffa03c !important;
}

#solution_table .item_td {
	width: 100%;
	padding: 5px !important;
	border: 1px solid rgba(0, 0, 0, .125) !important;
}