@charset "utf-8";
/* bugfix */
.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;
  /**/
}

/* table */
.table01{
	color: #333333;
	border-collapse: collapse;
	width: 100%;
}
.table01 td,
.table01 th{
	border: 1px solid #aeaeae;
	vertical-align: middle;
	padding: 8px 0 5px;
}
.table01 th{
	font-weight: normal;
	background-color: #eeeae6;
	text-align: center;
	padding: 5px;
}
.table01 td{
	background-color: #ffffff;
	text-align: left;
	padding: 7px;
}
/*
.table02{
	border-collapse: collapse;
	width: 100%;
	color: #900;
}
.table02 td,
.table02 th{
	border: 1px solid #c3c3c3;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.table02 th{
	font-weight: normal;
	background-color: #ffd9cf;
}
.table02 td{
	background-color: #fff5f2;
}
*/
.table03 {
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,
.table03 td {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #fff;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th {
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	}
.table03 td {
	padding-right: 15px;
	}
/*	
.table04 {
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table04 th,.table04 td{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #ededed;
	padding: 5px 0px;
	text-align: left;
	padding: 5px;
	line-height: 1.2;
	background: #fff;
}*/
.maT5B10 {
		margin: 5px 0 10px;
}