@charset "utf-8";

.columnBodyCenter .specimg{
	width: 219px;
	height: 176px;
	float:left;
	display:block;
}
.columnBodyCenter .spec{
	width: 260px;
	height: 176px;
	padding: 5px;
	float:left;
}
.columnBodyCenter .specsub{
	padding: 5px 5px 0 5px;
	margin: 3px;
	clear:both;
	margin-top: 5px;
	border: 1px dotted #009999;
}
.columnBodyCenter .spec,
.columnBodyCenter .specsub{
	font-size: 93%;
}
.columnBodyCenter .spec h4,
.columnBodyCenter .specsub h4{
	font-weight:bold;
	color: #009999;
}
.columnBodyCenter .spec p{
	padding: 5px;
}
.columnBodyCenter .specsub p{
	padding: 5px 0 0 10px;
}

/* 使用方法 */
.columnBodyCenter .usage{
	padding: 5px 5px 0 5px;
	margin: 0;
	clear:both;
	margin-top: 5px;
	border: 1px dotted #009999;
}
.columnBodyCenter .usage{
	font-size: 93%;
}
.columnBodyCenter .usage h4{
	font-weight:bold;
	color: #009999;
}
.columnBodyCenter .usage p{
	padding: 5px 5px 0 10px;
}

/* 効能 */
.columnBodyCenter .effect h4{
	font-size: 93%;
	font-weight:bold;
	color: #CC0000;
	text-align:center;
	line-height:120%;
}
.columnBodyCenter div.effect p#effectnotes{
	font-size: 93%;
}
