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

.fee {
	border-collapse:collapse;
	border:solid 1px #ccc;
	width:640px;
	margin-left:20px;
	}

.fee th {
	font-size:88%;
	padding:10px;
	border:1px solid #ccc;
	background:#eee;
	font-weight:normal;
	color:#111;
	}

.fee td {
	font-size:75%;
	border:1px solid #ccc;
	padding:10px;
	}

.fee tr:nth-child(odd) {
    background:#f9f9f9;
}

.fee tr:hover td {
	background:#fee;
	}

.price {
	text-align:right;
	}

h4 {
	margin-bottom:5px;
	}

.fee ul {
	list-style:none;
	margin-top:5px;
	padding-left:20px;
	text-align:left;
	}

.fee_cap {
	width:300px;
	margin:0px;
	margin-left:15px;
	padding:0px;
	font-size:90%;
	}