/* size.css */

body {
	color: #333;
}

.contents {
	margin:  20px auto;
	width: 540px;
}

h1,h2,h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	text-align: center;
}

h2 {
	margin: 20px 0 0;
	padding: 5px 10px;
	color: #fff;
}

#sizeL h2 {
	background-color: #7B5294;
}

#sizeS h2 {
	background-color: #b50165;
}

h3 {
	margin: 20px 0 5px;
}

h3 img {
	vertical-align: middle;
	margin-right: 3px;	
}

p {
	margin: 5px 0;
	font-size: 12px;
	line-height: 1.3;
}

table.sizeTable {
	width: 540px;
	background-color: #333;
	margin-bottom: 20px;
}

table.sizeTable th,
table.sizeTable td {
	background-color: #fff;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

#sizeL table.sizeTable th {
	background-color: #C9B7D3;
}

#sizeS table.sizeTable th {
	background-color: #f4b4cf;
}

table.sizeTable td.part {
	width: 140px;
}

table.sizeTable td.brand {
	text-align: left;
	width: 140px;
}

.close {
	text-align: center;
}
