@charset "UTF-8";
/*----------------------------------------

	+ wrapper
		- header
		- footer

-----------------------------------------*/

/*----------------------------------------
	共通
-----------------------------------------*/

.main-conts span{
	font-weight:bold;
	color:#dc0032;
}


/*----------------------------------------
	lifetable
-----------------------------------------*/

.main-conts .lifetable01{
	margin:0 auto 70px auto;
}


/*----------------------------------------
	lifetable
-----------------------------------------*/

.main-conts .leibniz01{
	margin:0 auto 70px auto;
}
.main-conts .leibniz02{
	margin:0 auto 70px auto;
}


/*----------------------------------------
	census
-----------------------------------------*/
.main-conts .census table {
	width:100%;
	border: 1px solid #666;
	margin-bottom: 50px;
}
.main-conts .census table.last {
	margin-bottom:0;
}
.main-conts .census th {
	background-color: #f3eedf;
	height: 40px;
	width:30%;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
.main-conts .census th.top {
	background-color: #fff;
	height: 40px;
	width:30%;
}
.main-conts .census td {
	width: 35%;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
.main-conts .census td.man {
	background-color: #bbe1e3;
	font-weight: bold;
}
.main-conts .census td.female {
	background-color: #c094a3;
	font-weight: bold;
}