@charset "UTF-8";

/*------------------------------------------------------------------------------
	ウチゲン
	URL: https://www.rakuten.ne.jp/gold/uchigen/
	Copyright (C) 2014 Uchigen Co Ltd., 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 ----------------*/
