@charset "utf-8";
/* CSS Document */

/* =============================================================================
   Main
   ========================================================================== */

table {
	margin-bottom:40px;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 2px;
}

caption {
	border-top: 3px solid #255a85;
}

tr {
	height: 50px;
}

td {
	padding-left: 20px;
}

.odd01 {
	width: 185px;
	background-color: #f4f4f4;
	font-weight: bold;

}

.even01 {
	width: 185px;
	background-color: #e6e6e6;
	font-weight: bold;
}

.odd02 {
	width: 247px;
	background-color: #fff;
}

.even02 {
	width: 247px;
	background-color: #f1faff;
}

.even03 {
	width: 290px;
	background-color: #f5fafc;
}

section ul {
	margin-bottom: 50px;
	overflow: hidden;
}

section li {
	float: left;
}

.imgR {
	height: 259px;
	position: relative;
}

.imgR img {
	position: absolute;
	bottom: 0;
	left: 0;
}