@charset "utf-8";

.section {
	padding-bottom: 2em;
}

.section h3 {
	margin-bottom: 20px;
}

.section h4 {
	margin-bottom: 0px;
}

#europeanStyle div.boxLt,
#japaneseStyle div.boxLt,
#special div.boxLt {
	float: left;
	width: 435px;
	margin-right: 5px;
}

#europeanStyle div.boxLt p,
#japaneseStyle div.boxLt p,
#special div.boxLt p {
	padding-bottom: 5px;
}

#europeanStyle div.boxRt,
#japaneseStyle div.boxRt,
#special div.boxRt {
	float: right;
	width: 200px;
}

#europeanStyle div.boxRt p,
#japaneseStyle div.boxRt p,
#special div.boxRt p {
	padding-bottom: 5px;
}

#europeanStyle p span.charge,
#japaneseStyle p span.charge,
#special p span.charge {
	color: #84442f;
}

p.nopdg {
	padding-bottom: 0;
	clear:both;
}


