input[type="radio"] { -webkit-appearance: none; position: relative; margin-right: 5px; border-radius: 30px; border: 2px solid #736b68; -webkit-box-sizing: border-box; width: 30px; height: 30px; background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1) ); vertical-align: middle; } input[type="radio"]:disabled { border: 2px solid #EEE; } /* チェック時は背景色を変更 */ input[type="r