
/*--------------------------------------------------------------------------
SPAN
--------------------------------------------------------------------------*/

#Navi li a span,
.a
{
	display:block;
	text-indent:-9999px;
}
/* Hack Mac IE5 \*/

#Navi li a span,
.a span
{
	width:0px;
	height:0px;
	overflow:hidden;
}

/*===============================================
clearfix
===============================================*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}

/*footer連絡資訊*/
.F-left {float:left;}
/*footer連絡資訊*/
.F-right {float:right;}
.underline {text-decoration:underline;}


/*--------------------------------------------------------------------------
MARGIN
--------------------------------------------------------------------------*/

.MBt {margin-bottom:20px;}
