/* カスタム CSS をここに入力してください */
/* カエレバのスタイル */
 .kaerebalink-box{
        padding: 2em 1em 2em 1em;
        margin-top:2em;
        margin-bottom:2em;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
.kaerebalink-image a[target="_blank"]:after {
    content:'';
}
.shoplinkamazon img, .shoplinkrakuten img{
    display:none;
}
.shoplinkamazon a{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    color: #f0ad4e;
    font-feature-settings: "palt";
    background-color: #efefef;
    border-color: #eea236;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.42857143;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.shoplinkamazon a:before{
    font-family: 'FontAwesome';
    content:"\f270";
    font-size: 0.9em;
    margin: 0 0.5em 0;
}
.shoplinkamazon a:hover{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.shoplinkrakuten a{
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    color: #BF0000;
    background-color: #efefef;
    border-color: #d43f3a;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.shoplinkrakuten a:before{
    content:'®';
    font-size: 1.1em;
    margin: 0 0.5em 0;
    font-weight: bold;
}
.shoplinkrakuten a:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
/* --------------------------------------------------
スマホ用
-----------------------------------------------------*/
@media only screen and (max-width: 414px) {
    .kaerebalink-box{
        padding: 2em 1em 2em 1em;
        margin-top:2em;
        margin-bottom:2em;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
    .kaerebalink-box img{
        border:1px solid #ccc;
    }
    .kaerebalink-box .kaerebalink-name{
        font-size:medium;
        margin-top:1em;
    }
    .kaerebalink-box .kaerebalink-image{
        float: none!important;
        margin: 0!important;
        text-align: center;
    }
    .kaerebalink-box .kaerebalink-info{
        line-height: 120%;
        overflow: hidden;
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
