@charset "UTF-8";

/*
========  content. =================================

CSS INFORMATION
File name:					clear.css
Summary:							clear 設定
Last Update:			09.09.09

====================================================
*/

/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/
.clearfix {
	width:inherit;
}

.clearfix:after,
#wrapper:after,
#header:after,
#main:after,
#content:after,
.content_bottom:after,
dl#function:after,
.itemafter,
#page-function:after,
#anchormenu:after,
div.form:after,
.banner:after,
.list:after,
.section:after,
.border_bottom:after,
.paging:after,
.section:after,
.seminar_content:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	line-height:0;
}

/* 〜IE 6 */
* html .clearfix,
* html #wrapper,
* html #header,
* html #main,
* html #content,
* html .content_bottom,
* html dl#function,
* html .item.
* html #page-function,
* html #anchormenu,
* html div.form,
* html .banner,
* html .list,
* html .section,
* html .border_bottom,
* html .paging,
* html .section,
* html .seminar_content {
	height:1%;
}

* html div.fl,
* html div.fr,
* html p.fl,
* html p.fr,
* html img.fl,
* html img.fr {
	zoom:1;
}

/* IE 7 */
.clearfix,
#wrapper,
#header,
#main,
#content,
.content_bottom,
dl#function,
.item,
div.form,
.banner,
.list,
.section,
.border_bottom,
.paging,
.section,
.seminar_content {
	display:inline-block;
}
