/* --- 商品名タイトル --- */
.bigsize {
font-size: 24px;
font-weight: normal;
text-align: left;
}
/* ---キャッチコピーレッド --- */
.ccred {
font-size: 16px;
font-weight: bold;
color: #ff0000;
}
/* ---キャッチコピー紫 --- */
.ccpurple {
font-size: 16px;
font-weight: bold;
color: #990099;
}
/* --- 明細紫 --- */
.smallp {
font-size: 14px;
font-weight: bold;
color: #990099;
line-height: 1.3;
}
/* --- 明細 --- */
.smallsize {
font-size: 14px;
font-weight: normal;
color: #000000;
line-height: 1.3;
}
/* --- 枠 --- */
.waku {
border-width : 1px;
border-style : dotted;
border-color : #ff0000;
margin-bottom: 30px;
float: right;
}
/* --- 配置 --- */
.migiyose {
float: right;
}
