body,p,h1,h2,h3,h4,h5,h6,dt,dd{
    margin: 0;
    padding: 0;
}
.friendLink_content{
    max-width: 100%;
}
.friendLink_content ul,ol li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.friendLink_content img{
    display: block;
    background-size: 100%;
    max-height: 300px;
}
.friendLink_content a{
    color: #333;
    text-decoration: none;
    display: inline-block;
}
.friendLink_content .box{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.friendLink_content .box .main{
    display: flex;
    flex-direction: row;
}
.friendLink_content .box .printnone{
    float: left;
    width: 20%;
    margin: 17px 10px 0px 0px;
    padding: 0px;
}
.mb15{
    margin-bottom: 15px;
}
.mb15 img{
    display: inline;
    margin-bottom: 3px;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb10 img{
    display: inline;
    margin-bottom: 3px;
}
.friendLink_content .box .right{
    float: right;
    /*flex: 1;*/
    margin: 0 auto;
    margin-top: 16px;
    width: 80%;

}
.friendLink_content .box .right p{
    margin: 5px 10px;
}
.friendLink_content .box .right form .s10{
    width: 100%;
}
.friendLink_content .box .right form .s10 .clearfix{
    margin-left: 30px;
    background: #fff url("//p2-nec.static.pub/product/adminweb/2020/02/15/b5805207-d854-4036-b86a-f7d9bf2d811e.gif") right repeat-y;
    border-bottom: 1px solid #dceaff;
}
.friendLink_content .box .right form .s10 .clearfix .listName{
    margin-bottom: 10px;
    padding: 5px;
    color: #1568C4;
    background: #dceaff;
}
.friendLink_content .box .right form .s10 .clearfix .listName span.bold{
    font-weight: bold;
}
.friendLink_content .box .right form .s10 .clearfix .listName div{
    float: right;
    margin-top: -2px;
}
.friendLink_content .box .right form .s10 .clearfix .shopList{
    float: left;
    width: 80%;
}
.friendLink_content .box .right form .s10 .clearfix .shopList .shopImg{
    float: left;
    margin-bottom: 5px;
}
.friendLink_content .box .right form .s10 .clearfix .shopList .shopInfo{
    margin-left: 95px;
}
.friendLink_content .box .right form .s10 .clearfix .shopList .shopInfo p.bold{
    margin: 0;
}
.friendLink_content .box .right form .s10 .clearfix .shopList .shopInfo p:nth-child(2){
    margin: 5px 0;
    font-size: 12px;
}
.friendLink_content .box .right form .s10 .clearfix .shopPoint{
     float: right;
    /*flex: 1; */
    text-align: left;
}
.friendLink_content .box .right form .s10 .clearfix .shopPoint p{
    margin-left: 20px;
}
.friendLink_content .box .right form .s10 .clearfix .shopPoint div{
    float: right;
    margin: 10px 20px;
}
a{
    color:#0066cc;
    text-decoration: underline;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.fright{
    float: right;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 10%;
}
.mr05{
    float: left;
    box-sizing: border-box;
    margin-right: 5px;
    margin-left: 10%;
    margin-bottom: 20px;
}
.rightList{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.rightList div:last-child{
    margin-left: 2%;
}
@media screen and (max-width:480px){
    .rightList{
        display: block;
    }
    .rightList div{
        margin-left: 0 !important;
    }
    .rightList a,.rightList img{
        width: 100%;
    }
}
