@charset "utf-8";

#whale_detail h5 {
	background: #0CF;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px;
	padding:5px 6px;
}
#whale_detail dt {
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}
#whale_detail dd {
	margin-bottom:30px;
	margin-left:20px;
	
}
.time_table {
	width:95%;
	border-collapse:collapse;
	margin:10px 0;
}
.time_table th,
.time_table td {
	border:#FFF solid 2px;
	background:#ECECEC;
	padding:3px 6px;
}
#price_table {
	border-collapse:collapse;
	border-top:#CCC solid 1px;
}
#price_table th,
#price_table td {
	font-size:12px;
	line-height:140%;
	vertical-align:top;
	border-bottom:#CCC solid 1px;
	padding:10px;
}
#price_table td dt {
	font-size:12px;
	margin-bottom:10px;
}
#price_table td dd {
	margin-left:20px;
	margin-bottom:15px;
}
#price_table th {
	font-size:13px;
	width:160px;
	text-align:left;
}
#price_table td hr {
	height:1px;
	border:none;
	border-top:#CCC solid 1px;
}
#price_table td h6 {
	font-size:18px;
	margin:10px 0 5px;
}
#price_table td .whale_price {
	color:#E80000;
	font-size:30px;
	font-weight:bold;
}
