/* カスタマイズ用CSS */

/* カレンダーブロック */

.ec-secHeading {
    margin-bottom: 15px;
    color: black;
    font-weight: bold;
}
.ec-calendar .ec-calendar__title{
    border: 0;
    color: black;
}

.ec-calendar{
    font-weight: bold;
}
.ec-calendar__sun__mon,
.ec-calendar__sun__tue,
.ec-calendar__sun__wed,
.ec-calendar__sun__thu,
.ec-calendar__sun__fri{
    color: black;
}
.ec-calendar .ec-calendar__sat{
    color: #3366cc;
}
.ec-calendar .ec-calendar__sun{
    color: #ff3300;
}
.ec-calendar .ec-calendar__holiday{
    color: #ff3300 !important;
}


.ec-calendar .ec-calendar__today{
    position: relative;
    z-index: 1;
}
.ec-calendar .ec-calendar__today::before{
      content:"";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #daf04f;
      transform: translate(-50%,-50%);
      z-index: -1;
}

/* Product Page */
 .ec-price .ec-price__price{
    font-size:150%;
}
@media only screen and (min-width: 768px) {
 .ec-price .ec-price__price{
    font-size:180%;
}
}

#tscustom_detail{
    font-size: 90%;
}
#tscustom_detail .tscustom_detail_table{
    border-collapse: collapse;
    width: 100%;
}

#tscustom_detail .tscustom_detail_table th {
    width: 250px;
    padding:5px;
    font-weight: normal;
    background-color: #F9F9F9;
    border:1px #8c8c8c solid;
}
#tscustom_detail .tscustom_detail_table td {
    padding:5px;
    border:1px #8c8c8c solid;
}

.category_header .heading02, .heading02{
    border-top:1px #8c8c8c solid;
    border-bottom:1px #8c8c8c solid;
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
    font-weight: bold;
    background: #EFEFEF;
}
/* Toner Area */
.tonerArea
    {
    position: fixed;
    bottom: 3%;
    right: 10px;
	z-index: 10;
    }

.tonerArea a
    {
    display: block;
    text-decoration: none;
    }

.tonerArea:hover
{
    opacity: 0.90 ;
}
.pagetop2
    {
    position: fixed;
    bottom: 1%;
    right: 10px;
	z-index: 10;
    }
.pagetop2 a
    {
    display: block;
    text-decoration: none;
    }

h1:before {
font-weight: 900;
}

.free-area .txt_bnr{
  margin-top: 17px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 120%;
  text-align: center;
}
.ec-borderedDefs dd{
    line-height: 1.5;
}
#tscustom_detail .tscustom_detail_insertimage {
    text-align: center;
}
#tscustom_detail .tscustom_detail_insertimage img {
    width:auto;
}

/* devモードの追加 */
.ec-debugModeAlert {
    z-index: -1;
}