@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: Nagano Syouten Creative
*/

/*
===== CONTENTS ===========================================

	1: CLEARFIX
	2: EACH MODULE

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

/*
===== 1: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
    font-size: 0;/*ŉ*/
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}