@charset "UTF-8";
#product02 p.pic,
#product03 p.pic{
width:90%;
margin:0 auto;
}
p.txt{
margin:20px auto 30px;
}
#product04 ul{
width:90%;
margin:0 auto;
} 
#product04 ul li{
width:42%;
float: left;
margin:0 4% 30px;
text-align: center;
}
#product04 ul li p.shop{
color:#fff;
padding:10px 0;
	width:100%;
margin-bottom:10px;
background: url("../common/img/h3BG.png") no-repeat center center;
background-size:auto;
}
#product04 ul li p.pic{
margin-bottom:10px;
}
#product04 ul li strong {
display: block;
font-size:120%;
margin-top:15px;
}
#product04 ul li strong:first-of-type {
margin-top:0;
}
#product04 ul{
margin-bottom:40px;
}
/**/
#product04 ul#shopList01 li p.info{
height:10rem;
}

/*-------------------------------
SP only
--------------------------------*/
@media screen and (max-width: 768px) {
#product01.innerBox p.pic{
width:60%;
margin:0 auto 30px;
}
#product01.innerBox dl{
width:90%;
line-height: 180%;
text-align:left;
margin:0 auto;
}

#product01.innerBox dl dt{
padding:5px 10px;
color:#000;
background:#fff;
}
#product01.innerBox dl dd{
padding:10px;
padding-left:20px;
}
#product01.innerBox dl dd dl{
width:100%;
float: none;
line-height: 120%;
}
#product01.innerBox dl dd dl dt{
padding:0;
margin:0;
border:none;
background:none;
color:#fff;
}
#product01.innerBox dl dd dl dd{
padding-left:2rem;
}
#product02,
#product03{
text-align: center;
}
}
/*-------------------------------
PC only
--------------------------------*/
@media screen and (min-width: 769px) {
#product01.innerBox{
width:900px;
margin:0 auto 30px;
}
#product01.innerBox dl{
width:50%;
line-height: 180%;
float: left;
text-align: left;
}
#product01.innerBox p.pic{
width:46%;
float: right;
}
#product01.innerBox dl dt{
color:#000;
padding:5px 10px;
background:#fff;
}
#product01.innerBox dl dd{
padding:10px;
padding-left:20px;
}
#product01.innerBox dl dd dl{
width:100%;
float: none;
line-height: 120%;
}
#product01.innerBox dl dd dl dt{
padding:0;
margin:0;
border:none;
background:none;
color:#fff;
}
#product01.innerBox dl dd dl dd{
padding-left:2rem;
}
#product02 p.pic{
width:60%;
margin:0 auto;}
#product03 p.pic{
width:40%;
margin:0 auto;
}
}