@charset 'UTF-8';
/*---------------------------------------------------------------------------------
checkup
---------------------------------------------------------------------------------*/

/*
共通
---------------------------------------------------------------------------------*/
.cntWrap {
	border-color: #6cc;
}

.cntWrap p {
	text-indent: 0;
}

.cntWrap table {
	background: #666;
	margin: 15px 15px 0;
	width: 713px;
}

.cntWrap th,
.cntWrap td {
	line-height: 1.5;
	padding: 6px;
}

.cntWrap th {
	background: #39c;
	color: #fff;
	vertical-align: top;
}

.cntWrap td {
	background: #fff;
}

.cntWrap .tdDetail {
	text-align: left;
}

.cntWrap span {
	color: #f00;
}

/*要予約文言追加要css*/
.td__innner {
	display: flex;
	justify-content: space-between;
}
.td_reserve {
	padding-right: 2%;
}
/*要予約文言追加要css終了*/

#reserved {
  position: relative;
}

#reserved a {
  position: absolute;
  right: 0;
  top: 0;
}

/*
オプション
---------------------------------------------------------------------------------*/
#cntOption ol {
	line-height: 1.5;
	margin: 15px 0 0;
	text-align: left;
}

*+ html #cntOption ol {
	margin: 15px 0 0 45px;
}

* html #cntOption ol {
	margin: 15px 0 0 45px;
}

#cntOption td {
	text-align: left;
}

#cntOption .tdPrice {
	text-align: right;
}