@charset "utf-8";

#pyd_store_attention_wrap {
    width: 100%;
    overflow: hidden;
}
.research_msg + #pyd_store_attention_wrap {
    border-top: 1px solid #ccc;
}
#pyd_store_attention_wrap .contentsHeading3 {
    background-color: #efefef;
}
#pyd_store_attention_base {
    width:100%;
    overflow:hidden;
}
#pyd_store_attention_base .slider {
    width: 100%;
    font-size: 0;
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #efefef;
}
#pyd_store_attention_base .pydStoreAttentionList__item {
    width: 220px;
    display: inline-block;
    margin-left: 15px;
    background-color: #fff;
    padding: 10px 5px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
}
#pyd_store_attention_base .pydStoreAttentionList__item:last-child {
    margin-right: 15px;
}
#pyd_store_attention_base .pydStoreAttentionList__heading {
    font-size:13px;
    font-weight:bold;
    padding:10px 0;
    color:#666;
    margin-left:5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#pyd_store_attention_base .pydStoreAttentionList__parts {
    display:flex;
    width:100%;
    flex-wrap:wrap;
}
#pyd_store_attention_base .pydStoreAttentionList__partsItem {
    width:50%;
    box-sizing:border-box;
}
#pyd_store_attention_base .pydStoreAttentionList__partsItem.no_data a {
    cursor:default;
}
#pyd_store_attention_base .pydStoreAttentionList__partsLink {
    display:block;
    margin-bottom:5px;
    padding:5px 5px 0;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgBase {
    position:relative;
    margin:0 auto 5px;
    overflow:hidden;
    box-sizing:border-box;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgBase::before {
    display:block;
    content:'';
    padding-top:100%;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgBox {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgTable {
    width:100%;
    height:100%;
    overflow:hidden;
    display:table;
    table-layout:fixed;
    text-align:center;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgCell {
    display:table-cell;
    width:100%;
    vertical-align:middle;
}
#pyd_store_attention_base .pydStoreAttentionList__partsImgCell img {
    width:100%;
    height:auto;
}
#pyd_store_attention_base .pydStoreAttentionList__partsText {
    width:100%;
    height:15px;
    line-height:1.4;
    font-size:11px;
    font-weight:bold;
    color:#333;
    text-align:center;
    overflow:hidden;
    word-break:break-all;
    word-wrap:break-word;
    white-space:nowrap;
    text-overflow:ellipsis;
}
@media screen and (max-width: 320px){
    #pyd_store_attention_base .slider li:first-child:nth-last-child(1), #pyd_store_attention_base .slider li:first-child:nth-last-child(1) ~ li {
        display: block;
        margin: 0 auto;
    }
}
