/*
* ツールチップ
*/
.tooltips{
padding:15px;
background-color:#FFDDFF;
}
.tooltips ul{
list-style:none;
/*
background-image:url("../images/tip_bk.gif");
*/
margin:0px;
padding:0px;
font-size:0.75em;
}
.tooltips ul li{
color: #444444;
margin-bottom:8px;
white-space: nowrap;
}
.tooltips ul h4{
color: #444444;
font-size:1.0em;
line-height:1em;
margin:0px;
padding:0px;
padding-bottom:4px;
border-bottom:2px solid #998866;
white-space: nowrap;
}

.tooltips ul h4 span{
color: #A4331E;
font-size:1.2em;
}
