@charset "UTF-8";

/*------------------------------------------------------------------------------
	Shizuoka Economic Research Institute - Hack CSS
	URL: http://www.seri.or.jp/
	Date: 2008-02-01
	Copyright (C) Shizuoka Economic Research Institute All Rights Reserved.
------------------------------------------------------------------------------*/

/* ClearFix
----------------------------------------------------*/

/*-- Modern Browser Firefox,Safari,Opera --*/
#comments-open dl:after,
.section:after,
body#memIndex div#mainContent .section .list002:after,
body#semSchedule .section .anchorNav:after,
body#admIndex div#mainContent .alignC:after,
body.column .search ul:after,
body.news .search ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/
#comments-open dl,
.section,
body#memIndex div#mainContent .section .list002,
body#semSchedule .section .anchorNav,
body#admIndex div#mainContent .alignC,
body.column .search ul,
body.news .search ul{
	display: inline-block;
}

/*-- For Legacy IE without macIE --*/
* html #comments-open dl,
* html .section,
* html body#memIndex div#mainContent .section .list002,
* html body#semSchedule .section .anchorNav,
* html body#admIndex div#mainContent .alignC,
* html body.column .search ul,
* html body.news .search ul{
	height: 1%;
}
#comments-open dl,
.section,
body#memIndex div#mainContent .section .list002,
body#semSchedule .section .anchorNav,
body#admIndex div#mainContent .alignC,
body.column .search ul,
body.news .search ul{
	display: block;
}

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