#ipj-sns-notice .admin-bar-icon img{
    width: 32px;
    height: 32px;
}

#ipj_sns_notice_icon {    
    width: 32px;
    left: 23px;
    top: 17px;
    position: absolute;
}

#ipj-sns-notice #ipj_sns_notice_icon img {
    width: 32px;
    height: 32px;
}

#ipj-sns-notice #ipj-sns-notice-list {
    background-color:#fefefe;
    color:#000000;
    padding: 4px;
    display: none;
    position: absolute;
    /* 2020-08-10 13:04:13 SHINGO IZUMI ワードプレスadminbarのチケット購入およびチケット残数の表示配置を変更する #341 S*/
    left: -150px;
    /* 2020-08-10 13:04:13 SHINGO IZUMI ワードプレスadminbarのチケット購入およびチケット残数の表示配置を変更する #341 E*/
    top: 32px;
    width:300px;
}

#ipj-sns-notice #ipj-sns-notice-container {
    max-height: 90vh;
    overflow-y: scroll;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .ipj-sns-notice-anchor
{
    height: auto;
    padding: 2px;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .thumbnail {
    display: block;
    float: left;
    width: 25%;
    height: 64px;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .thumbnail img {
    width: 75px;
    height: 75px;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .noticed {
    background-color: #ffe8d9 !important;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .noticed-signal {
    line-height: 0.5;
    text-align:right;
    color:#f00;
    font-size: large;
    padding: 3px;
    vertical-align: top;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .views {
    color:#2276d2;
    text-align: right;
    line-height: 0.9;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .views .pv-current {
    float: right;
    display: inline-block;
    line-height: 1.2;
}

#ipj-sns-notice #ipj-sns-notice-list #ipj-sns-notice-container .views .pv-new {
    border-radius: 3px;
    background-color: #050;
    color : #fff;
    display: inline-block;    
    float: right;
    font-size: 0.9em;
    margin-left: 1rem;
    margin-right: 2px;
    line-height: 1.3;
    text-align: center;
    padding: 1px;
    width: 70%;
}

#ipj-sns-notice .button-container {
    float: left;
    width: 47%;
    margin: 3px 1.5%;
}

#ipj-sns-notice .button-container #button-close {    
    text-align: center;
    border: 1px solid #000000;
    border-radius:3px;
    background-color: #000099;
    color: #ffffff;
}

#ipj-sns-notice .button-container #button-read-all {
    text-align: center;
    border: 1px solid #000000;
    border-radius:3px;
    background-color: #009900;
    color: #ffffff;
}