@charset "UTF-8";

/* outline */

/*--------------------------------------
	common
---------------------------------------*/

/*--------------------------------------
	index
---------------------------------------*/
table.table01 td.np {
	padding: 0;
}
table.table01 td.np table {
	border: none;
	margin-bottom: 0;
}
table.table01 td.np table td,
table.table01 td.np table th {
	border-top: none;
}
table.table01 td.np table tr:last-child td,
table.table01 td.np table tr:last-child th {
	border-bottom: none;
}
/*--------------------------------------
	[ module ] clearfix
---------------------------------------*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display: block;
}
/* */