/*=============== style common =======================*/
.fcRed { color:#cc0000; }
.fcWhite { color:#fff; }

.mb10 { margin-bottom:10px; }

.fw100 { font-weight:100; }
.fw200 { font-weight:200; }
.fw400 { font-weight:400; }
.fw500 { font-weight:500; }
.fw700 { font-weight:700; }
.fw900 { font-weight:900; }

.bgWhite { background-color: rgba(255,255,255,0.5); }
.bg-color-ccc { background:#ccc; }

.phone { font-size:1.8rem; }
.required { color:red; }

.lineh30 { line-height:30px; }
.price { font-size:18px; padding:5px; color:#cc0000; }
.price span { font-size:12px; }

.text-align-left { text-align:left; }