/* カスタマイズ用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;
}
@media only screen and (min-width: 768px) {
    #tscustomplugin4-supportinfo__recommend_products .ec-shelfGrid__item{
        width: 16.5%;
    }
    #page_product_detail .ec-sliderItemRole .item_nav{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    #page_product_detail .ec-sliderItemRole .slideThumb{
        min-width: 150px;
    }
}
/* devモードの追加 */
.ec-debugModeAlert {
    z-index: -1;
}

/* ruhm custom */
/* サイト幅 */
@media only screen and (min-width: 768px) {
    /* side (left) */
     .ec-layoutRole .ec-layoutRole__left{
         max-width: 300px;
     }
    /* TOP */
    
    .ec-headerTitle .ec-headerTitle__title {
      text-align: left;
    }

      .ec-headerNaviRole {
        max-width: inherit;
      }
      .ec-headerRole {
        max-width: inherit;
      }
      .ec-sliderRole img {
        width: auto;
        margin:auto;
      }
    .ec-layoutRole .ec-layoutRole__contents {
      max-width: inherit;
    }
    .ec-headerTitle .ec-headerTitle__title {
      text-align: center;
    }
    
    /* カテゴリナビ */  

    /*カテゴリ縦も並べる*/
    .ec-itemNav__nav {
        display: flex;
        flex-direction: column;
    }
    
    /*文字を左寄せ*/
    .ec-itemNav__nav li a {
        text-align: left;
    }
    
    /*カテゴリの位置と横幅調整*/
    .ec-itemNav__nav li ul li ul,
    .ec-itemNav__nav li ul li:hover ul li {
        width: 100%;
    }
    
    .ec-itemNav__nav li ul {
        left: 100%;
        width: 100%;
        top: 0;
    }
    
    /*背景色、文字サイズ調整*/
    .ec-itemNav__nav > li:hover > a {
        background-color: #eee;
    }
    
    .ec-itemNav__nav li a,
    .ec-itemNav__nav li ul li a {
        font-size: 14px;
        padding: 12px;
    }
}

/* ruhm */
#page_product_detail table {border: 1px solid;}
#page_product_detail table th{text-align: center;}
#page_product_detail table th,
#page_product_detail table td{
    border: 1px solid;
    padding:3px;
}