@charset "UTF-8";

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/

#contents h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #0b3c19;
	padding-bottom: 5px;
	border-bottom: 3px solid #136338;
	margin-bottom: 15px;
}
#contents .inner {
	margin-left: -20px;
	margin-bottom: 20px;
}
#contents .wrap {
	width: 295px;
	float: left;
	display: inline;
	margin-left: 20px;
}
	#contents table {
		border-collapse: collapse;
		background-color: #FFF;
	}
	#contents th,
	#contents td {
		font-weight: normal;
		border: 1px solid #A5B0A8;
		text-align: left;
		font-size: 12px;
		letter-spacing: 0px;
		padding: 4px 8px;
	}
	#contents td,
	#contents th.count {
		text-align: center;
		width: 32px;
	}
	#contents .table03 td {
		text-align: left;
		width: auto;
	}
	#contents .table03 td.count {
		text-align: center;
	}
	#contents .color th {
		font-weight: bold;
		background-color: #d6dfdb;
		text-align: center;
	}
	#contents th.ability {
		width: auto;
	}