@charset "UTF-8";

/*
	スペシャルオファー用CSS
*/

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

.offer {
	margin: 0 0 20px;
}

.offer .curve-head {
	height: 17px;
	background: url(images/offer_curve_head.png) no-repeat left top;
}

.offer .offer-content {
	width: 580px;
	background: url(images/offer_body_bg.png) repeat-y left top;
}

/*\*/
* html .offer .offer-content a {/*透過PNGを使ったときにa要素が効かなくなる現象の対策*/
	position: relative;
}
/**/

	.offer-content .offer-header {
		/*height: 100px;*/
		margin: 0 5px 15px 6px;
		padding: 0 10px 0 9px;
		/*background: url(images/offer_head_bg.jpg) no-repeat left top;*/
	}

	.offer-content .offer-header02 {
		height: 140px;
		margin: 0 5px 10px 6px;
		padding: 0 10px 0 9px;
		background: url(images/offer_head_bg02.jpg) no-repeat left top;
	}
	
	/*\*/
	* html .offer-content .offer-header {
		position: relative;
	}
	/**/
	
		.offer-header h3 {
			margin: 0 0 10px;
		}
		
	.offer-content .offer-body {
		margin: 0 5px 0 6px;
		padding: 0 10px 10px 20px;
	}
	
	/*\*/
	* html .offer-content .offer-body {
		position: relative;
	}
	/**/
	
		.offer-body h4 {
			margin: 0 0 10px;
		}
		
		.offer-body td.dotted {
			background: url(../images/border-dot.gif) repeat-x left top;
		}
		
		table.detail th,
		table.detail td {
			padding: 5px 0;
			line-height: 1.5;
		}
		
		.offer-body h5 {
			margin: 0 0 6px;
		}

.offer .curve-foot {
	height: 10px;
	background: url(images/offer_curve_foot.png) no-repeat left top;
}

div.note {
	margin: 30px 0 0;
	position: relative;
	background: #ececec;
	padding: 10px 18px;
	clear: both;
}

div.note p {
	margin: 0;
}

div.note dl dt{
	font-weight: bold;
	margin: 0 0 5px;
}

div.note dl dd ul li {
	line-height: 1.5;
}

div.note p.rsv-btn {
	position: absolute;
	top: 9px;
	left: 350px;
	_left: 338px;
}

div.note p.annotation {
	font-size: 10px;
	padding: 0 0 0 30px;
}

/*　ゴルフ */
#golf ul.bullet-dot li {
	margin: 0 0 10px;
	line-height: 1.4;
	background-position: 0 .5em;
}