@charset "UTF-8";

main section.container {
	width: 640px;
}
main section.container dl dd {
	margin-bottom: 0.5rem;
}

#progress {
	width: 99%;
	margin: 0 auto;
}
#progress li {
	display: inline-block;
	position: relative;
	width: 33%;
	padding-left: 1rem;
	background-color: #ccf0ff;
	border-radius: 1rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.4rem;
}
#progress li:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: -0.8rem;
	z-index: 3;
	border: 0.7rem solid #ccf0ff;
	border-radius: 1rem;
	padding: 0 0.5rem;
}
#progress li:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: -1rem;
	z-index: 2;
	border: 0.7rem solid white;
	border-radius: 0.5rem;
}
#progress li.now {
	color: white;
	background-color: #2196F3;
}
#progress li.now:not(:last-child)::before {
	border-color: #2196F3;
}

button[name="confirm"],
button[name="post"],
button[name="back"] {
	min-width: 200px;
	padding: 0.5rem;
}

@media only screen and (max-width: 959px) {
	main section.container { width: 100%; }
}
