/* 文字のデカさ */
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FF0000;
	line-height: 20px;
}
.size20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
	line-height: 20px;
}

.size11 {
	font-size: 11px;
}
.size10 {
	font-size: 10px;
	line-height:130%;
}

/* 見出し */
.natural_midashi {
	font-weight: bold;
	margin-bottom: 5px;
}

/* 文字の装飾 */
.hosoku {
	margin-top: 5px;
}
.redtext {
	color: #CC0000;
	font-weight: bold;
}
.redtext_normal {
	color: #CC0000;
}
.hensin {
	font-size: 11px;
	margin-left: 3px;
}
.hissu {
	color: #CC0000;
	margin-left: 4px;
	font-size: 11px;
}

/* スペーサー */
.space3 {
	margin-bottom: 3px;
}
.space5 {
	margin-bottom: 5px;
}
.space8 {
	margin-bottom: 8px;
}
.space10 {
	margin-bottom: 10px;
}
.space15 {
	margin-bottom: 15px;
}

.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.spacetop5 {
	margin-top: 5px;
}
.spacetop8 {
	margin-top: 8px;
}

.spacetop10 {
	margin-top: 10px;
}
.spacetop20 {
	margin-top: 20px;
}
.spacetopunder10 {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* もっと見る */
.moreinfo {
	text-align: right;
	margin-top: 10px;
	font-size: 11px;
}
.moreinfo13 {
	text-align: right;
	padding-top:5px;
}
.moreinfo13_notmargin {
	text-align: right;
}
.list_gray {
	background-color: #F7F7F7;
}
.righttext{
	text-align:right;
	margin-bottom:3px;
	font-size: 11px;
}
.pagetop {
	text-align: right;
	margin-bottom: 20px;
}
.center {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
