@charset "utf-8";

/*
======== table of content. =================================

File name: css/request.css
Summary: [資料請求]用CSSファイル

============================================================
*/


/*-------------------------------------
TIP
---------------------------------------*/
.tip-hover{
	position:absolute;
	display:block;
	height:36px;
	margin:0;
	background:url("images/bg_tooltip_b.gif") no-repeat 50% 100%;
	z-index:100;
	word-break:keep-all;
}
.tip-hover p.bg{
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:84%;
	background:url("images/bg_tooltip.gif") repeat-x 0 0;
}
.tip-hover p.bg span{
	float:left;
	background:transparent;
}
.tip-hover p.bg span.bg-l{
	padding:0 0 0 10px;
	background:url("images/bg_tooltip_l.gif") no-repeat 0 0;
}
.tip-hover p.bg span.bg-r{
	padding:0 10px 0 0;
	background:url("images/bg_tooltip_r.gif") no-repeat 100% 0;
}
.tip-hover p.bottom{
	position:relative;
	margin-top:-2px;
	padding:0 0 0 14px;
	z-index:10;
}

