.tooltip {
	display: none;
	position: absolute;
	width: 221px;
	height: 182px;
	z-index: 2;
	background: url(http://www.swfs.jp/swfs-resources/img/more_more_bubble_bg.png) top left no-repeat;
}

.tooltip div.bubble-inner {
	padding: 24px 30px 0;
	text-align: left;
}

.tooltip div.bubble-inner p {
	margin: 0 0 2px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
	line-height: 1.2;
}

.tooltip div.bubble-btn {
	position: relative;
	width: 221px;
	height: 34px;
}

.tooltip div.bubble-btn img {
	position: absolute;
	bottom: 0;
	left: 30px;
}

.tooltip div.bubble-inner p.brand {
	font-size: 10px;
	color: #403F3F;
}

.tooltip div.bubble-inner p.item {
	font-size: 12px;
	font-weight: bold;
	color: #403F3F;
}

.tooltip div.bubble-inner p.price {
	padding-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #F16D84;
	background: url(http://swfs.jp/img/img2/more_more_bubble_line.gif) bottom left repeat-x;
}

.tooltip div.bubble-inner p.lead {
	padding-top: 3px;
	font-size: 10px;
	color: #F16D84;
}

/* Hack For IE */
* html .tooltip div.bubble-inner p.lead {
	padding-top: 3px;
	font-size: 9px;
	color: #F16D84;
}
