﻿@charset "UTF-8";

a:hover{
    text-decoration: underline;
}
a:hover img{
    opacity: 0.7;
}

input[type="checkbox"]{
    outline: none;
    -webkit-appearance:none;
    appearance:none;
    border: none;
    width: 16px;
    height: 16px;
    background: url(../../img/usr/common/checkbox_off.png) no-repeat;
}
input[type="checkbox"]:checked{
    background: url(../../img/usr/common/checkbox_on.png) no-repeat;
}
label.checkbox input[type="checkbox"]{
    position: relative;
    top: -1.5px;
}
label.radio input[type="radio"]{
    position: relative;
    top: -1.5px;
}