@CHARSET "UTF-8";

/* 共通 */

label {
    cursor: pointer;
}

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;
}

a.disabled {
    color: #eee;
}

.numeric {
    text-align: right;
}

.block {
    margin-top: 1em;
}

.panel {
    margin-bottom: 1em;
}
