@import url(user-ent-pc.css) screen and (min-width: 769px);
@import url(user-ent-pc.css) screen and (max-width: 768px);
@import url(user-ent-sp.css) screen and (max-width: 640px);

input[id="form:defaultbutton"] {
    overflow: visible !important; 
    height: 0 !important; 
    width: 0 !important; 
    margin: 0 !important; 
    border: 0 !important; 
    padding: 0 !important; 
    display: block !important;
}
.disabledanker{}
.disabledanker_noevents{
    pointer-events: none;
}