﻿/* body（色指定の定義と被らないこと） */
body {
	/*font-family: Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','平成角ゴシック',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
	/*font-family: 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset',sans-serif;*/
	/*font-family: 'Noto Serif','Noto Serif CJK JP','Noto Serif CJK JP Subset',sans-serif;*/
	/*font-family: 'Roboto',sans-serif;*/
	font-family: 'Roboto', 'Noto Sans','Noto Sans CJK JP','Noto Sans CJK JP Subset','メイリオ',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:0px 0px;
    margin:2px 0;
    font-size:1.0em;
}
