body{ font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }
input,textarea{ font-family: '-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; }

.BtnRich {

	color:#FFF;
	
	font-size: 1em;
	font-weight: bold;
	padding: 4px 12px;/* 縦方向に10px横方向に30pxの余白を指定 */
	color: #fff;
	
	border-style: none;
	
	/* ボタンの影の指定 * 影の横幅を2px * 縦長を2px * ぼかしを3px * 広がりを1px * 色を#666（グレー）に指定 */
	box-shadow: 1px 1px 0px 1px #B22222;
	
	/* テキストの影の指定 * 影の横幅を1px * 縦長を1px * ぼかしを2px * 色を#000（黒）に指定 */
	text-shadow: 1px 1px 2px #B22222;
	
	background: #DE0036;/*背景色*/
	border-bottom: solid 2px #B22222;/*少し濃い目の色に*/
	
	
	/* グラデーションの指定 */
	background: -moz-linear-gradient(bottom, #DE0036, #DE0036 50%, #DE0036);
	background: -webkit-gradient(linear, left bottom, left top, from(#DE0036), color-stop(0.5, #DE0036), to(#DE0036));
	
	/* 角丸の指定 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	a:link {text-decoration:none;}
	a:visited {text-decoration:none;}
	a:active {text-decoration:none;}
	a:hover {text-decoration:underline;}