/* TipTip CSS - Version 1.2 */

/* ボックス全体 */
#tiptip_holder {
	display: none;
	position: absolute;
	top:0;
	left: 0;
	z-index:6;
}

/*
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}
*/

/* ボックス本体 */
#tiptip_content {
	width:148px;
	padding:15px;
	padding-top:10px;
	padding-bottom:0;
	height:89px;
	background:url(tooltip_BG.png);
	clear:both;
	 /* IE6 */
	_height:104px;
	margin-bottom:-2px;
}

#tiptip_content strong {
	font-size:12px;
	color:#C52C58;
	text-decoration:none;
	line-height:1.4em;
	padding-bottom:3px;
	text-align:left;
}

#tiptip_content span {
	font-size:11px;
	color:#C52C58;
	display:block;
	padding-bottom:5px;
	text-decoration:none;
	line-height:1.4em;
	text-align:left;
}

#tiptip_content .BookInfo {
	font-size:11px;
	color:#5B3737;
	text-decoration:none;
	text-align:left;
}

#tiptip_content .icon01 {
	background:url(../img/n_icon_moe.gif) no-repeat left;
	padding-left:22px;
}

#tiptip_content p {
	margin:0;
	padding:0;
	font-size:11px;
	color:#7E3046;
	text-decoration:none;
	text-align:left;
}

#tiptip_content em {
	color:#F00;
	font-size:11px;
	text-decoration:underline;
	display:block;
	/*float:right;*/
	font-style:normal;
	text-align:center !important;
}

#tiptip_content em a {
	color:#FF2C69;
}

#tiptip_content em a:hover {
	color:#B20E40;
}

/* 以下不要 */
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
	/* IE8 */
	margin-top /***/:-10px;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(255,249,244);
	border-top-color: rgba(255,249,244,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(255,249,244);
	border-bottom-color: rgba(255,249,244,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(255,249,244);
	border-right-color: rgba(255,249,244,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(255,249,244);
	border-left-color: rgba(255,249,244,0.92);
}

/* Webkit Hacks  
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}*/