@charset "EUC-JP";

/*--------------------------------------*/
/*# floatクリア #                       */
/*--------------------------------------*/
/* clear:both */
.floatClear{
	zoom:1;/*for IE 5.5-7*/
}
.floatClear:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



/* clear:left */
.floatClearL{
	zoom:1;/*for IE 5.5-7*/
}
.floatClearL:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: left; 
	visibility: hidden;
}


/*--------------------------------------*/
/*# hack #                              */
/*--------------------------------------*/

/***---base.css---***/

/***---common.css---***/
* html #travel .itemList .itemBox p.price{ /*IE*/
	position:relative;
	/* 謎の文字はコレで消えるけど
	   改行分のスペースが出てしまうので
	   後続に空divが安定か */
}



/***---other.css---***/



