@charset "UTF-8";
/* CSS Document */

/* cancel CSS */
.cancelContent ul {
	text-indent: -1em;
	padding-left: 1em;
}
.cancelContent h5 {
	padding: 5px 14px 0px;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	color: #E44A2B;
	font-size: 100%;
}

/* reserveGuide CSS */
.reserveGuideContent h3 {
	float: left;
	width: 460px;
}
.reserveGuideContent .story {
	width: 450px;
}

/* payment CSS */
.block406Right {
	width: 406px;
	float: right;
}


/* convenience CSS */
.convenienceContent .redLineBlock {
	border: solid 1px #DB0010;
	padding: 7px;
	overflow: hidden;
}
.convenienceContent:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .convenienceContent {
    height: 1em;
    overflow: visible;
}
/**/

.convenienceContent .redLineBlock .redLineBlockContentLeft {
	float: left;
	width: 294px;
	padding: 0 7px 0 0;
	border-right: 1px dotted #DB0010;
}
.convenienceContent .redLineBlock .redLineBlockContentRight {
	float: right;
	width: 294px;
	padding: 0 0 0 7px;
}

.convenienceContent ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 2em 0 2em 3em;
}
.convenienceContent table.conveniListTable th{
	text-align:right;
}
.convenienceContent table.conveniListTable th,
.convenienceContent table.conveniListTable td{
	padding:7px 3px;
}

/* reserveExp CSS */
.reserveExpContent {
	background: #000000;
	text-align: center;
}
.reserveExpContent div {
	text-align: center;
}
.reserveExpContent img {
	margin: 5px 0;
	padding: 0;
}