@charset "utf-8";

/* CSS Document */
/**********************************************************
	spec.css
***********************************************************/


/*********************************************************************************************
	コンテンツ
**********************************************************************************************/

table.type01 {
	width:100%;
	margin-bottom:20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
table.type01 th,
table.type01 td {
	padding:5px;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align:center;
	vertical-align:middle;
}
table.type01 th {
	background-color: #ebebeb;
	font-weight: bold;
	color: #333;
	text-align:left;
}

table.type01 th.ttl {
	background-color: #ec1b45;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}
table.type01 th.ttl02 {
	background-color: #444;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}
table.type01 td.ttl {
	background-color: #ec1b45;
	font-weight: bold;
	color: #FFF;
}

table.type01 td.taL {
	text-align:left;
}



table.type02 td,
table.type02 th{
  border-bottom:1px solid #000;
  padding:2px;
  vertical-align: middle;
  width: 16.6%;
}
table.type02 thead th{
  font-weight: bold;
  border-bottom:1px solid #eee;
}
table.type02 tbody th {
  text-align: left;
}
table.type02 tbody td {
  text-align: center;
}
table.type02 .bg_g{
  background-color: #eee;
  border-bottom:1px solid #ccc;
}
table.type02 .t_l{
  text-align: left;
}
table.type02 sup{
  font-size: 11px;
}


table.type02 .bb_g{
  border-bottom:1px solid #ccc;
}

.p_ct{text-align: center; padding:10px 0;}







