@charset "Shift_JIS";

* {
	line-height: 1.3;
}

#temporaryLayout {
	margin-top: 1em;
	padding: 0 1em;
}

h1 {
	margin-bottom: 1em;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

.flash-map {
	margin-top: 1em;
	margin-bottom: 2em;
}

/* ------------------------------------------------------------------
	Table
------------------------------------------------------------------ */
.price {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 100%;
	* width: 95%;
}

.price th,
.price td {
	padding: 0.4em 0.3em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: 93%;
}

.price th {
	color: #fff;
	background-color: #2689d1;
}

.caution {
	margin-bottom: 2em;
	margin-left: 20px;
	text-align: left;
}

/* ------------------------------------------------------------------
	Misc.
------------------------------------------------------------------ */
.emph {
	color: #d90000;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}
