@charset "UTF-8";

/*------------------------------------------------------------------------------
	MAGOKORO - Hack CSS
	URL: http://www.magokorokaigo.com/
	Date: 2015-2-5
	Copyright (C) Client Name 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 ----------------*/
