/* BASIC css start */
#popup-event.type-01 { background-color: #none; padding : 1px; margin:0; }
#popup-event.type-01 dt img { width:100%; }
#popup-event.type-01 dd { padding-top: 1px; }
#popup-event.type-01 dd a {
    color: #f7f6f6; border: 1px solid #4b3d31; border-top: 1px solid #6e635a;
    height: 27px; line-height: 27px; width: 49%;
    background: -webkit-gradient(linear, left top, left bottom, from(#9a8d8d), to(#867576));
    background: -moz-linear-gradient(top,  #857374,  #857374);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a8d8d', endColorstr='#867576');
}
#popup-event.type-01 a.close { display: none; }

#popup-event dd a:first-child {
    margin-right: 2px;
    width: 50%;
}
#popup-event dd a {
    background-color: #E3E3E3;
    color: #767676;
    display: block;
    float: left;
    font-size: 0.75em;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 50%;
}
/* BASIC css end */

