@charset "UTF-8";

/* ●タブ */
.tab li {
	width: calc(100%/ 2);
}

/* ●延長投票セクション */
.extension-vote-section {
	font-size: 1rem;
}

.extension-vote-section h6 {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.extension-vote-section .btn {
	font-size: 1rem;
	padding: 0.25rem 0.75rem;
	width: 50%;
}

/* ●詳細 */
.detail {
	margin: 0 10px;
}

/* ●投票ボタン */
.vote_button_area .btn {
	width: 50%;
}

/* ●各種ボタン */
#edit_button, #discussion_button, #child_post_button {
	width: 100%;
}