/*========================================
h1
=========================================*/
.cp-h1-text {
	background: url("http://www.tokyomirai.ac.jp/common/images/heading02_bg.jpg") no-repeat scroll left bottom #E92433;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.nisou-index .cp-h1-text,
.nisou-index .cp-h1-img {
}
.cp-h1-text em {
}


/*===================================================
clearfix
===================================================*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}