@charset "utf-8";

/* =======================================

	Culture CSS

========================================== */

.section {
	overflow: auto;
	zoom: 1;
}

div.boxContents01 p.imageL {
	float:left;
	margin-right:25px;
}

div.boxContents01 p.imageR {
	float:right;
	margin-left:25px;
}

div.boxContents01 table {
	margin-bottom:10px;
	width: 100%;
	border-collapse: collapse;
}
div.boxContents01 table th {
	width: 20%;
	padding-left: 12px;
	text-align: left;
	vertical-align: middle;
	background-color: #f0efed;
	border: 2px solid #e6e4e1;
}

div.boxContents01 table .Name {
background-color: #6d5c50;
color: #fff;
}

div.boxContents01 table td {
	padding: 6px;
	background-color: #fff;
	border: 2px solid #e6e4e1;
}
