@charset "utf-8";


/* =========================================== *
 *	contents
 * =========================================== */

h2 {
	margin-bottom: 30px;
}
h3 {
	margin-bottom: 28px;
}

div.section {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url("../../common/images/dotted.gif") left bottom repeat-x;
	overflow: hidden;
	position: relative;
}
* html div.section {
	height: 1%;
}
div.section dl {
	width: 485px;
	float: left;
}
div.section dl dt {
	margin-bottom: 12px;
}
div.section dl dd p.detailBtn {
	margin-top: 20px;
	text-align: center;
}
div.section p.img {
	width: 240px;
	float: right;
}
div.section p.icon {
	position: absolute;
	top: 0px;
	right: 168px;
}

.cruise_section {
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url("../../common/images/dotted.gif") left bottom repeat-x;
}
.cruise_section dl {
	float: left;
	width: 485px;
	font-weight: bold;
}
.cruise_section dl dt {
	margin-bottom: 12px;
	padding: 4px;
	border: #00078c solid 1px;
	color: #00078c;
	background-color: #eeeeee;
	text-align: center;
	font-size: 120%;
}
.cruise_section dl dd .cruise_title {
	font-size: 160%;
	color: #00078c;
}
.cruise_section dl dd .cruise_no {
	padding: 2px 4px;
	color: #ffffff;
	background-color: #00078c;
}
.cruise_section dl dd .cruise_value {
	font-size: 140%;
	color: #cc0000;
}
.cruise_section dl dd .detailBtn {
	margin-top: 20px;
	text-align: center;
}
.cruise_section p.img {
	float: right;
	width: 240px;
}

