@charset "utf-8";
/* 
CSS Information
 File name:      reserve.css
 Author:         Administrator
 Style Info:     /sp/reserve.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */

/* #reserve
********************************** */
.note {
	margin: 10px;
	padding: 10px;
	background: #ebebeb;
}

.note p {
	margin-bottom: 1em;
}

.formList {
	margin: 10px;
}

.formList > li {
	padding: 10px 0;
	border-bottom: 1px solid #cf92fe;
}

.formList .ttl {
	font-size: 108%;
}

.formList .ttl::before {
	content: "■";
	color: #cf92fe;
}

.formList .ttl .attention {
	font-size: 93%;
	margin-left: .5em;
}

.formList input[type="text"] {
	padding: 5px;
	width: 90%;
}

.formList textarea {
	width: 90%;
	height: 5em;
}

.formList li ul.select li {
	display: inline-block;
	margin-right: 1em;
}

