@charset "utf-8";
table.fm-enquete {
	width: auto;
}

table.fm-enquete td {
	border-bottom: 0;
	display: block;
	text-align: center;
}
table.fm-enquete tr:last-child td:last-child {
	border-bottom: 1px solid #ccc;
}
/*
table.fm-enquete tr:not(:last-child) td:last-child {
	border-bottom: 0;
}
*/
/*submit、戻るボタンを内包するtd*/
.fm-enquete-commands {
	padding: 0 24px;
	width: auto;
}
.fm-enquete-commands > input:nth-of-type(2) {
	order: 1;
	margin-right: 24px;
}


.plan_detail ul li {
	padding: 16px 32px;
	width: 100%;
}
