/* theme */
.toppage .tc-header, .secondpage .tc-header{
    background:red;
}
.toppage .item .discount,
.secondpage .item .discount{
    background: red;
}
.toppage .tc-tit h2,
.secondpage .tc-tit h2{
    border-left: 10px solid red;
}
.toppage .tc-wrapbox-special .tc-tit h2,
.secondpage .tc-wrapbox-special .tc-tit h2{
    border-left: none;
}
a {
  color: inherit;
}