@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Hack CSS
	URL: http://www.city.iwata.shizuoka.jp/
	Date: 2010-09-25
	Copyright (C) Iwata City All Rights Reserved.
------------------------------------------------------------------------------*/

/*==============================================================
	ClearFix
===============================================================*/

/* Modern Browser Firefox,Safari,Opera --*/

body#midIndex #main div.event #recent ul li:after,
.cms .info:after,
#compoundSearch dl:after,
ul:after,
.clearfix:after,
.section:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/

body#midIndex #main div.event #recent ul li,
.cms .info,
#compoundSearch dl,
ul,
.clearfix,
.section{
	display: inline-block;
}

/*-- For Legacy IE without macIE --*/

* html body#midIndex #main div.event #recent ul li,
* html .cms .info,
* html #compoundSearch dl,
* html ul,
* html .clearfix,
* html .section{
	height: 1%;
}

body#midIndex #main div.event #recent ul li,
.cms .info,
#compoundSearch dl,
ul,
.clearfix,
.section{
	display: block;
}

/*---------------- End of Clearfix ----------------*/
