@charset "utf-8";

.btnList01Area{
padding-top:40px;
padding-bottom:20px;
border-top:1px dotted #949494;
border-bottom:1px dotted #949494;
}
.btnList01{
margin-left:-36px;
}
.btnList01 li{
float:left;
width:295px;
margin:0 0 20px 36px;
line-height:0;
}
.btnList01 li img{
width:100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.btnList01Area{
padding-top:0;
padding-bottom:0;
border-top:none;
border-bottom:none;
}
.btnList01{
margin-left:0;
}
.btnList01 li{
float:none;
width:auto;
margin:0 0 20px;
line-height:0;
}
}