@charset "utf-8";

.table {
	width: 100%;
}

.table caption,
section section h3 {
	margin-bottom: 0;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.paid {
	float: left;
	width: auto;
	margin: 0 15px 15px 0;
}

.table th,
.table td {
	padding: 1px;
	border: 1px solid #666;
	text-align: left;
	font-size: 87%;
}
.table th {
	background: #fc9;
}

.table th.head {
	background: #ffc;
	color: #0f7b63;
}

.table .k th.head {
	color: #000;
}

.table .k2 th.head {
	background: #111;
	color: #ff0;
}

.table th.t_right {
	display: table-cell;
	padding-right: 3px;
	font-weight: normal;
	text-align: right;
}


.paidin tbody td {
	vertical-align: middle;
	text-align: center;
}


.paidin thead th {
	text-align: center;
}

.popular td {
	background: #fee;
}


/* list */
.list tr th {
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
}

.list tbody  {
	border: 2px solid #000;
}
.list tr.okinawa {
	border-top: 2px solid #000;
}

.list tbody td {
	text-align: center;
}

/**/
.feetable td,
.feetable th {
	padding: 1px;
	border: 1px solid #666;
	text-align: left;
	font-size: 87%;
}
.feetable th {
	background: #c6e0b4;
}
