@charset "UTF-8";
/* -----------------------
	for report.html
 -----------------------*/

div.report span{
	margin: 0 auto 2em;
	width: 140px;
	float: left;
	text-align: center;
}
div.report span a{
	text-decoration: none;
	font-size: 13px;
}
div.report span a img{
	margin: 0;
	padding: 1px;
	background-color: #999;
}
div.report span a:hover{
	color: #e456a5;
}
div.report p a:hover img{
	background-color: #e456a5;
}


div.report span.repotop
{
	margin: 0;
	padding-bottom: 5px;
	width: 280px;	
	float: left;
	border-bottom: 1px dotted #ccc;
}


/* -------------------------------
	clear
 -------------------------------- */
div.report:after
{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,
{
  min-height: 1px;
}

* html .clearfix,
{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
