@charset "UTF-8";

.emphasize-link {
    position: relative;
    float:left;
    margin: 36px 0 16px;
    padding: 16px 10px;
    border: 2px solid #63acb7;
    background-color: #fff;
}


.emphasize-link::before {
    position: absolute;
    bottom: 100%;
    left: -2px;
    padding: 2px 6px;
    content: "おすすめ商品";
    background-color: #63acb7;
    color: #fff;
    font-weight: bold;
}

.emphasize-link .imgBlock{

   display: inline-block; 
   float: left;
   width:28%;
   height:100%;
}

.emphasize-link a img{
  width:210px;
}

.emphasize-link .contentText{
    display: inline-block;
    width: 70%;
    float: left;
/*     margin-left: 1.2em; */
    font-size: 16px;
    line-height: 1.8em;
}

.pur_but {
    /* float: right; */
    background: #63acb7;
    border-radius: 25px;
    width: 210px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    margin: 10px auto;
}

.pur_but a{
color: #fff;
text-decoration: none;
}
