@charset "utf-8";
*{
/*font-size: 15px;*/
margin: 0px;
padding: 0px;
}

body{
color: #333;
font-family: sans-serif;
letter-spacing: 2px;
}

header{
border-bottom: 1px solid #dfc066e0;
}

h1{
margin: 0;
}

h2{
margin: 0;
}

h3{
font-weight: 700;
font-family: sans-serif;
letter-spacing: 3px;
color: #333;
text-align: center;
}

strong{
font-weight: bold;
color: red;
}

nav ul{
padding: 0;
display: flex;
width: 550px;
justify-content: space-around;
}

.headerBox{
margin: 0 auto;
display: flex;
justify-content: space-evenly;
align-items: flex-end;
padding-bottom: 10px;
width: 890px;
}

.backgroundBox1{
background-image: url(../images/bg.png);
}

.mainBox{
margin: 0 auto;
width: 890px;
align-items: center;
background-color: #fff;
} 


.rankingBox{
padding: 50px 0px 25px;
width: 890px;
}

.itemBox{
margin: 0 auto;
padding-top: 40px;
width: 830px;
display: flex;
justify-content: space-between;
align-items: center;
}

.itemBox img{
padding-bottom: 10px;
}

.itemBox h3{
font-size: 16px;
line-height: 1.5rem;
}

.itemBox p strong{
font-size: 20px;
font-weight: bold;
color: #333;
}

.itemBox p{
text-align: right;
font-size: 12px;
}

span.del {
font-size: 12px;
color: #666;
text-decoration: line-through #666;
}

section.item{
text-align: center;
}

span.sale{
font-size: 20px;
font-weight: bold;
color: red;
}

.categoryBox{
padding: 25px 0px; 
}

.categoryBox h3{
font-size: 20px;
text-align: left;
line-height: 1.5rem;
padding-bottom: 1rem;
}

.categoryBox .itemBox{
margin: 0 auto;
padding-top: 40px;
width: 830px;
display: flex;
justify-content: space-between;
text-align: center;
line-height: 3rem;
align-items: flex-start;
}

.blogBox{
padding: 25px 0px 80px;
}

.blogBox .itemBox{
margin: 0 auto;
padding-top: 40px;
padding-bottom: 50px;
width: 830px;
display: flex;
justify-content: space-between;
}

.blogBox .itemBox h3{
font-size: 20px;
text-align: left;
line-height: 1.5rem;
}
.blogBox .itemBox img{
padding-bottom: 10px;
}

footer{
background-color: #6e5610;
}

.footerBox{
margin: 0 auto;
width: 890px;
align-items: center;
}
.footerBox .snsBox{
padding: 15px;
width: 100px;
height: 50px;
display: flex;
justify-content: space-around;
align-items: right;
}

.footerBox .snsBox img{
width: 20px;
}

.copyright{
text-align: center;
}

small{
color: #fff;
}

a{
color: #333;
}

a:visited{
color:#666
}

a:hover{
color: black;
}

ul a:visited{
color: #3333338f;
}

ul a:hover{
color: black;
}

ul{
color: #333
list-style: none;
}

.footerBox ul a:visited{
color:#fff;
}

.footerBox ul a{
color: #fff;
}

.footerBox{
display: flex;
justify-content: space-between;
}

.footerBox .itemBox{
padding-top: 35px;
padding-bottom: 50px;
padding: 35px 0px 50px;
width: 700px;
display: flex;
justify-content: space-around;
text-align: center;
line-height: 3rem;
}

.footerBox .snsBox img{
width: 20px;
}

.recommendBox{
padding: 25px 0px;
} 
.historyBox{
padding: 25px 0px 80px;
}

.recommendBox img, .historyBox img{
width: 75%;
}

.recommendBox .itemBox h3,.historyBox .itemBox h3{
font-size: 14px;
line-height: 1.5rem;
}
    
.recommendBox .itemBox p strong,.historyBox .itemBox p strong{
font-size: 16px;
font-weight: bold;
color: #333;
}
    
.recommendBox .itemBox p,.historyBox .itemBox p{
text-align: center;
font-size: 10px;
}
    
.recommendBox span.del, .historyBox span.del{
font-size: 10px;
color: #666;
text-decoration: line-through #666;
}
    
.recommendBox span.sale, .historyBox span.sale{
font-size: 16px;
font-weight: bold;
color: red;
}
    