@charset "utf-8";

/* Layout
----------------------------------------*/
.width600 {
	width: 600px;
	margin: 0 auto;
}

.halfBlock {
	width: 50%;
	float: left;
}

.halfBlock .inner {
	padding: 10px;
}

.comment {
	padding: 10px;
	background-color: #ccffcc;
}

.comment .leftBlock {
	width: 60%;
	float: left;
}

.comment .rightBlock {
	display: inline;
	width: 40%;
	float: right;
}

/* Table
----------------------------------------*/
table .price {
	text-align: right;
}

table .size {
	text-align: right;
}

/* 
----------------------------------------*/
.center {
	text-align: center;
}