@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
.h1txt h1 {
    text-shadow: 3px 3px 5px #000!important;
}
/*----------------------------------------------------------------------------HOME*/
.bg1 {
    max-width: 960px;
    margin: 0 auto;
}
.calc3 {
    width: calc(100%/3 - 1%);
}
.bnr img {
    max-width: 80%;
}
#nav_global ul li ul li a {
    padding: 10px;
}
/*----------------------------------------------------------------------------shop*/
.shop table th, .shop table td {
    border-bottom: 3px dotted rgb(248, 182, 129)!important;
}
.pd5 td {
    padding: 5px!important;
}
.h3title_shop {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    border-bottom: 1px solid #6a4306;
    background: url(../images/contents/icon_shop.png) center left no-repeat;
}
.h3title_shop h3 {
    font-size: 18px;
    font-weight: 900;
    color: #6a4306;
}
/*----------------------------------------------------------------------------size*/
section div.form_wrap dl dt {
    background-color: #face70;
}
.h3title_size {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    border-bottom: 1px solid #6a4306;
    background: url(../images/contents/icon_size.png) center left no-repeat;
}
.h3title_size h3 {
    font-size: 18px;
    font-weight: 900;
    color: #6a4306;
}
.imgR, .imgL {
    max-width: 40%!important;
}

/*----------------------------------------------------------------------------brand*/
.h2title2_brand h2 {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 4;
    color: #6a4306;
}
.brandlink a{
    margin: 10px;
}
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
.copy img{
    
filter: drop-shadow(0px 2px 1px rgba(255,255,255,1))
}
@media screen and (max-width: 834px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

    .imgR, .imgL {
        max-width: 100%!important;
    }

/* tablet END ###################################################### */
}
@media screen and (max-width: 640px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------HOME*/
.spW50 {
    width: calc(100%/2 - 1%)!important;
}
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}