h2.charge {
	position:relative;
}
h2.charge span {
	position:absolute;
	right:10px;
	top:5px;
	text-align:right;
	color:#FFF;
}

#charge table ,
table.charge {
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

html[xmlns] #charge table ,
table.charge {
	width: 535px;

}

#charge table caption ,
table.charge caption {
	text-align: left;
	padding-bottom: 10px;
}


#charge table th ,
table.charge th {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 5px;
	background-color: #999966;
	color: #FFFFFF;
}

#charge table td ,
table.charge td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#charge table th.gray ,
table.charge th.gray {
	background-color: #CCCCCC;
}

#charge table .color1 ,
table.charge .color1 {
	background-color: #EAF4F4;
}

#charge table .color2 ,
table.charge .color2 {
	background-color: #FFE9B9;
}

#charge table .color3 ,
table.charge .color3 {
	background-color: #FFFFCC;
}

#charge table .color4 ,
table.charge .color4 {
	background-color: #F7EEEE;
}

#charge ul {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 10px;
}


#reserve {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#reserve dt {
	display: inline;
}


#reserve dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3C0A3;
	border-bottom-color: #C3C0A3;
	border-left-color: #C3C0A3;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#reserve dd dl {
	margin-top: 10px;
}

#reserve dd dt {
	background-color: #CC0000;
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	padding-top: 17px;
	padding-left: 10px;
	border: 1px solid #CC0000;
}

#reserve dd dd {
	float: left;
	width: 380px;
	height: 20px;
	padding-top: 15px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-style: none;
	color: #CC0000;
}
#cancel  {
	margin-bottom: 25px;
}

#cancel dt {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#cancel dt img {
	vertical-align:bottom;
}

#cancel dd {
	padding: 10px;
	border: 1px solid #C3C0A3;
}

#cancel dd table {
	border: 1px solid #C3C0A3;
	margin-bottom: 10px;
	border-collapse: collapse;
}

#cancel dd table th {
	border: 1px solid #C3C0A3;
	text-align: center;
	background-color: #E4E3D6;
	font-weight: bold;
	padding: 3px;
}

#cancel dd table td {
	border: 1px solid #C3C0A3;
	text-align: center;
	padding: 3px;
}

#chargeTable table {
	border-collapse: collapse;
	border:solid 1px #ccc;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 2em;
	background: #fff;
	/*table-layout: fixed;*/
}
#chargeTable table th,
#chargeTable table td {
	border:solid 1px #ccc;
	padding: 0.5em 0.2em;
	font-size: 11px;
}
#chargeTable table td.price {
	text-align: right;
	white-space: nowrap;
}
#chargeTable table td.cant {
	text-align: center;
    color:red;
    font-weight: bold;
    line-height: 1;
}
#chargeTable table td.alCenter {
	text-align: center;
}

#chargeTable ul {
	margin: 0 0 2em;
	padding: 0;
}
#chargeTable li {
	list-style: none;
	position: relative;
	padding-left: 1em;
}
#chargeTable li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
.topSeason {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 3em;
	background-color: yellow;
	padding: 0.5em;
}

.specialTarm {
	color: #ff0000;
	font-weight: bold;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 2em;
}
#chargeTable table th {
	font-weight: bold;
}
#chargeTable table th.h1 {
	background-color:#A9A97E;
	color: #fff;
    white-space: nowrap;
}
#chargeTable table th.h2 {
	background-color: yellow;
	color: #3F1700;
}
#chargeTable table th.h3 {
	color: #3F1700;
}
#chargeTable table th.h4 {
	background-color: #FFFABD;
}
#chargeTable table th.h5 {
	background-color:#f0ffff;
}
#chargeTable table th.h6 {
	background-color:#fff5ee;
}
