@charset "utf-8";

table.guide {
	width: 530px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.guide th,
table.guide td {
	padding: 7px 10px 5px;
	border: 1px solid #333;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

table.guide th {
	white-space: nowrap;
	background: #dce7fd;
}

table.guide th.sub {
	background: #cfebfd;
}


table.guide td {
}

table.size td {
	text-align: center;
}

/* リスト */
table.guide td ul,
table.guide td ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.guide td ul li {
	text-indent: -0.5em;
	margin-left: 0.5em;
	margin-bottom: 5px;
}

