﻿/* body（色指定の定義と被らないこと） */
body {
    font-family: 'Roboto', 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset','游ゴシック体','Yu Gothic',YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
    color: #333333;
    background-color: #ffffff;
}



input,textarea,select
{
    padding:3px 2px;
    margin:2px 0;
    font-size:1.0em;
}
