@charset 'utf-8';

h1{margin-bottom: 20px;}

/* static-ttl-page
-------------------------------------------- */
#static .static-ttl-page{float: left;width: 55%;}

#static .static-ttl-page-right{float: right;width: 44.2%;}
#static .static-ttl-page-right img{width: 100%;margin-bottom: 10px;}

.static-wrap-ttl-page:after,
.static-mini-image:after{display: block; clear: both; content: ""; height: 0.01px;}


/* static-image
-------------------------------------------- */
#static .static-main-image{margin-bottom: 20px;}
#static .static-main-image img{width: calc(100% - 2px); border: solid 1px #ccc;}

#static .static-bottom-image{margin-bottom: 20px;}

/* clearfix
-------------------------------------------- */
.static-mini-image:after{display: block; clear: both; content: ""; height: 0.01px;}


/* 2020年10月更新分（一時的な記述）
-------------------------------------------- */
.holiday {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 34px;
}

.holiday-lead {
    width: 652px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;;
}

/* 商品４つならび
-------------------------------------------- */
.static-mini-image{
    display: flex;
    flex-wrap: wrap;
    width: 720px;
}
.static-mini-image li{
    width: calc(630px / 4);
    margin-bottom: 30px; 
    text-align: center;
}
.static-mini-image li:not(:nth-child(4n)){
    margin-right: 30px;
}
.static-mini-image li img{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.static-mini-image .category-head {
    font-size:1.6em;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
}
.static-mini-image a:link {
    text-decoration: none; 
}
.static-mini-image a:visited {
    text-decoration: none;
}
.static-mini-image a:hover {
    text-decoration: none;
}
.static-mini-image a:active{
    text-decoration: none;
}