@charset "utf-8";
/* size */
.size{
	width: 650px;
	margin-left: 40px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	background: #F3F2E4;
}
.size td{
	padding: 5px;
	border: 1px solid #CCCCCC;	
}
.width{
	width: 120px;
}
.cm{
	width: 40px;
	text-align: center;
}
.notes{
	width: 650px;
	margin: 30px auto 30px;
}

