@charset "UTF-8";

/*------------------------------------------------------------------------------
	株式会社シーエムエー - Hack CSS
	URL: http://www.akindo2000.net/
	Date: 2013-01-07
	Copyright (C)  CMA All Rights Reserved.
------------------------------------------------------------------------------*/

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

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

article:after,
ul.cal_main:after,
body.indivisual #main ul li:after,
header:after,
#recommend .slides:after,
#mainVisual:after,
.tabControl:after,
.cal_main:after,
div.cal_wrapper:after,
.clearfix:after,
section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/

article,
ul.cal_main,
body.indivisual #main ul li,
header,
#recommend .slides,
#mainVisual,
.tabControl,
.cal_main,
div.cal_wrapper,
.clearfix,
section{
	display: inline-block;
}

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

* html article,
* html ul.cal_main,
* html body.indivisual #main ul li,
* html header,
* html #recommend .slides,
* html #mainVisual,
* html .tabControl,
* html .cal_main,
* html div.cal_wrapper,
* html .clearfix,
* html section{
	height: 1%;
}

article,
ul.cal_main,
body.indivisual #main ul li,
header,
#recommend .slides,
#mainVisual,
.tabControl,
.cal_main,
div.cal_wrapper,
.clearfix,
section{
	display: block;
}

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