@charset "UTF-8";
/*=======================================================
 エレメントのカスタム設定(element.cssを上書き変更するためのもの)
 base.cssからimportされる
=======================================================*/

/*
	入力フォームのフォントを等倍フォントとするとき設定
*/
/*
input[type=text], input[type=password] {
	font-family : "ＭＳ ゴシック", "MS Gothic", monospace, "Osaka－等幅", Osaka-mono;
	font-size   : 15px;
	padding     : 2px;
}
textarea {
	font-family : "ＭＳ ゴシック", "MS Gothic", monospace, "Osaka－等幅", Osaka-mono;
	font-size   : 15px;
}
select {
	font-family : "ＭＳ ゴシック", "MS Gothic", monospace, "Osaka－等幅", Osaka-mono;
	font-size   : 15px;
}
*/