@charset "utf-8";
.red {
	color: #f00;
	font-size: 90%;
	margin: 0 1px;
	font-weight: bold;
}
.warning {
	font-size: 90%;
	line-height: 120%;
	margin-top: 8px;
}
/******************** reserve ********************/
div.reserve {
	width: 530px;
}
/********************/
div.comment {
	background: #f5f5f5;
	padding: 15px 15px 10px;
	margin: 0 5px 15px;
}
p.title {
	background: url(../img/icon_square.gif) no-repeat left;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
div.comment ul {
	list-style-type: none;
	margin: 0 5px 0 25px;
}
div.comment ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}
/********************/
div.reserve table {
	border-collapse: collapse;
	line-height: 160%;
	margin: 0 5px 15px 8px;
	border: 1px solid #c2b8d6;
}
div.reserve table td {
	width: 530px;
}
div.reserve table td.item {
	font-weight: bold;
	padding: 4px 0 3px 8px;
	background: #f4f1f9;
}
div.reserve table td.item p {
	background: url(../img/icon_arrow_1.gif) no-repeat left top;
	padding-left: 15px;
}
div.reserve table td.value {
	padding: 10px 20px 10px 30px;
}
div.reserve table td.button {
	text-align: center;
	padding: 15px 0 15px;
}
div.reserve table td.button input {
	padding: 3px 55px;
}
div.reserve table textarea {
	width: 450px;
	height: 80px;
}
/********************/
div.option {
	margin: 10px 0;
	line-height: 180%;
}
div.option label {
	width: 220px;
	float: left;
}
div.option span {
	font-size: 90%;
	line-height: 100%;
}
*html div.option label input {
	line-height: 100%;
}
*:first-child+html div.option label {
	line-height: 100%;
}
/********************/
div.reserve2 {
	border: 1px solid #c2b8d6;
	line-height: 200%;
	padding-left: 3px;
	margin: 0 5px 15px;
}
div.reserve2 div.inner {
	padding: 8px 20px;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/