#notificationBadge {
    display: none;
    border-radius: 10px;
    padding: 3px 5px 2px 5px;
    border: solid 2px #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #bf0000;
    position: absolute;
    top: -7px;
    left: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    font-family: "MS PGothic","Osaka",Arial,sans-serif;
    line-height: 1.1em;
    z-index: 1;
}

#notificationButton {
    position:relative;
}

/* notification popup [#ritNotification]
----------------------------*/
#ritNotification {
    display: none;
    position: absolute;
    border: solid 1px #686868;
    box-shadow: 3px 3px #cecece;
    -moz-box-shadow: 3px 3px #cecece;
    -webkit-box-shadow: 3px 3px #cecece;
    -o-box-shadow: 3px 3px #cecece;
    -ms-box-shadow: 3px 3px #cecece;
    font-size: 13px;
    z-index: 555;
    background: #ffffff;
    padding-right: 4px;
    width: 634px;
    line-height: 1.3;
}

#ritNotification a {
    color: #1d54a7;
    text-decoration: none;
    font-weight: normal !important;
}

#ritNotification img {
    vertical-align: bottom;
}

#ritNotification li {
    display:block;
}

#ritNotification .ntfTtlCnt {
    overflow: hidden;
    zoom: 1;
    font-weight: bold;
}

#ritNotification .ntfTtlCnt .ntfTtl {
    width: 210px;
    padding: 5px 11px;
    float: left;
}

#ritNotification .ntfTtlCnt .ntfClose {
    width: 15px;
    margin: 4px 0px 2px;
    float: right;
    background: url(//a.ichiba.jp.rakuten-static.com/com/img/home/opt/css/icn_close_gray.gif) no-repeat 0 0;
    cursor: pointer;
}

#ritNotification .ntfTopTail {
    width:0;
    height:0;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    border-bottom:9px solid #686868;
    position:absolute;
    top:-9px;
    left: 312px;
    z-index: 7777;
}

#ritNotification .ntfTopTailFill {
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:8px solid #fff;
    position:absolute;
    right:-8px;
    top:1px;
}

/* Error */
#ritNotification .ritNotificError {
    display: none;
    background: #ffffff;
    z-index: 6666;
    overflow: hidden;
    margin: 8px 19px 30px 23px;
    text-align: center;
}
