/* --- 商品名タイトル --- */
.bigsize {
font-size: 24px;
font-weight: normal;
text-align: left;
}
/* ---キャッチコピー --- */
.catchcopy {
font-size: 24px;
color: #ff00ff;
font-weight: bold;
}
/* ---小見出し --- */
.smalltitle {
font-size: 13px;
font-weight: bold;
color: #ffffff;
background-color: #ff0080;
}
/* --- 明細 --- */
.smallsize {
font-size: 13px;
font-weight: normal;
}
/* ---小見出し2 --- */
.smalltitle2 {
font-size: 13px;
font-weight: bold;
color: #ffffff;
background-color: #00cc00;
}
/* ---体験談 --- */
.taiken {
font-size: 18px;
font-weight: normal;
color: #cc00cc;
}
/* ---開発者 --- */
.developer {
font-size: 18px;
font-weight: normal;
color: #0000cc;
}
