@charset "shift_jis";


body h1 {
	margin: 0 0 15px;
	padding:0
}

/*for index.html*/

body dl#info-list {
	min-height:200px;
	height: auto !important;
	height: 200px;
}

/*for index.html*/

/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}