@charset "UTF-8";

/*
======== table of content. =================================

Last Updated:09.03.09
summary:東京キャンパスCSS定義

- NOJS
- HEADER
- PROMOTIONALAREA
- CONTENT
  - MAIN-SUB
		  - MAIN
				  - BORDER
						- BOX
						- FONT-SETTINGS
						- HEADING
						- LINK-ICON
						- LIST
				- SUB
				  - LOCALMENU
	
============================================================
*/

h3.inTitle {
 padding-top:3px!important;
}

/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/
.instClassroom:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	line-height:0;
}

/* 〜IE 6 */
.instClassroom{
	_height:1%;
}

/* IE 7 */
*:first-child+html .instClassroom {
	display:inline-block;
}
