<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* ======= for Full CSS Style ====== */

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#fare-container {
	padding:0px;
}
#fare-container img {
	border: none;
}

/* H1 */
div#head-box {
	margin: 21px 0px 0px 0px;
	width:800px;
}
div#head-box div.left-box {
	float: left;
	width: 591px;
}
div#head-box div.left-box h1 {
	margin: 0 0 7px;
	border-bottom: 1px solid #000000;
}
div#head-box p#logo {
	float: right;
	width: 191px;
}

/* Table */
.normal-table {
	width: 100%;
}

/* Note */
#fare-container .anote {
	margin-left: 1em;
	text-indent:-1em;
}
#fare-container .bote {
	margin-left: 2em;
	text-indent:-2em;
}
#fare-container .add-txt {
	color: #990000;
}

/* List */

.square-list {
	margin-top:10px;
}

.square-list li {
	height: 12px;
	min-height: 12px;
	padding: 0 0 0 20px;
	background: url(../images/index_ic005.gif) no-repeat 0 0.3em;
}

.square-list-speco {
	margin-top:10px;
	margin-left:10px;
}

.square-list-speco li {
	height: 12px;
	min-height: 12px;
	padding: 0 0 0 20px;
	margin-bottom:0.5em;
	background:url(../images/index_ic005.gif) no-repeat 0 0.3em;
}


/* \*/
.square-list li {
	height: auto;
}
/* */
* html .square-list li {
	height: 12px;
	background-position: 0 0.25em;
}
</pre></body></html>