@charset "UTF-8";

/*------------------------------------------------------------------------------
	伊豆中 - Hack CSS
	URL: http://www.izuchu.jp/
	Date: 2016-02-01
	Copyright(C) IZUCHU Corporation, All Rights Reserved.
------------------------------------------------------------------------------*/


/*==============================================================
	ClearFix
===============================================================*/

/* Modern Browser Firefox,Safari,Opera --*/

.clearfix:after,
.section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/

.clearfix,
.section{
	display: inline-block;
}

/*-- For Legacy IE without macIE --*/

* html .clearfix,
* html .section{
	height: 1%;
}
.clearfix,
.section{
	display: block;
}

/*---------------- End of Clearfix ----------------*/
