@charset "UTF-8";

/* ----------------------------------------------------------------
   特産品データ
   ---------------------------------------------------------------- */
.rank_box {
	width: 288px;
	font-size: 0.8em;
	line-height: 0.8em;
	text-align: right;
	margin-top: 1em;
}
.rank_box img {
	margin: 0px;
	padding: 0px;
}
#leftfloat {
	float:left;
	margin-right: 1em;
}
#rightfloat {
	float:right;
	margin-left: 1em;
}
/* ----------------------------------------------------------------
   サブカテゴリ
   ---------------------------------------------------------------- */
.tokusandata h3 {
	background-color:#57BC4E;
	font-size: 1.2em;
	color: #FFF;
	text-indent: 1em;
	line-height: 1.5em;
	margin-top: auto;
	margin-bottom: auto;
}
.tokusandata h4 {
	font-size: 1.1em;
	color: #006600;
	line-height: 1.1em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #5C7835;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 0.5em;
	vertical-align: middle;
}

