@charset "UTF-8";

/* advantage */
.advantage {
	display:block;
	float:left;
	width:36%;
	}
.advantage p {
	color:#666666;
	font-weight:bold;
	}

/* options */
.options {
	display:block;
	float:right;
	width:60%;
	}
.options:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
	content:".";
	}
.options h2 {
	font-size:medium;
	}
.options p {
	clear:both;
	font-size:90%;
	}
.sales {
	display:block;
	float:left;
	width:48%;
	}
.promotion {
	display:block;
	float:right;
	width:48%;
	}