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

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