@CHARSET "UTF-8";

/* 共通 */

a.disabled {
    color: #eee;
}

input[type="radio"],
input[type=checkbox] {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transform-origin:left center;
    transform: scale(1.2, 1.2);
    transform-origin:left center;
    margin-right: 4px;
}
