@charset "shift_jis";

/*----------------------
@footer@information
------------------------*/

#floating{
/*display:none;
margin-top:78px;*/
position:fixed;

}
#floating,
#floatingend,
#floatingend2{
bottom:0;
left:0;
width:100%;
height:78px;
background:#cc0000;
z-index: 10000;
}
#floating ul,
#floatingend ul,
#floatingend2 ul{
width:930px;
height:78px;
margin:0 auto;
}
#floating ul li,
#floatingend ul li,
#floatingend2 ul li{
float:left;
height:78px;
list-style:none;
}
#floating .message,
#floatingend .message,
#floatingend2 .message{
width:174px;
background:url(../images/floating/message.gif) no-repeat;
text-indent:-9999px;
}
#floating .tel,
#floatingend .tel,
#floatingend2 .tel{
width:229px;
background:url(../images/floating/tel.gif) no-repeat;
text-indent:-9999px;
}
#floating li a,
#floatingemd li a,
#floatingemd2 li a{
display:block;
height:78px;
}

#floating div{
position:relative;
}
#floating .close{
position:absolute;
top:10px;
right:10px;
display:block;
cursor:pointer;
}
#floatingend .close,
#floatingend2 .close{
display:none;
}

a:hover.on img{ opacity:0.5; filter: alpha(opacity=50); }