
	.big-btn {
		width: 300px;
		height:200px;
		font-size: 18px;
	}
	
	.sbig-btn {
		padding-top: 0.6em;
  		padding-bottom: 0.6em;
  		width: 3em;
		font-size: 24px;
	}
	
	.v-btn {
  		padding-top: 1.25em;
  		padding-bottom: 1.05em;
  		width: 8.0em;
		font-size: 14px;
		background-color: #009933;
	}

	body, td, th {
		font-family: "Times New Roman", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "BIZ UDPMincho", serif;
		font-size: 20px;
	}

	.style1 {
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", 游ゴシック, "Segoe UI", sans-serif;
	}

	.style3 {
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", 游ゴシック, "Segoe UI", sans-serif;
		color: #FF0000;
	}

	.style4 {
		color: #FF0000;
	}

/* すべてのテーブルセルの高さを広げる */
	table td, table th {
	    	height: 40px;           /* 好みの高さに調整してください */
	    	vertical-align: middle; /* 文字を上下の中央に配置 */
	    	padding: 10px 10px;     /* 内側の余白（上下20px、左右10px） */
	}

/* 文字の色つけ　*/
	.red-text {
		color: #ff0000; 
	}
	.green-text {
		color: #1AC903; 
	}

/* 太文字の色つけ　*/
	.Bred-text {
		color: #ff0000; 
		font-weight: bold;      /* 太字 */
	}
	.Bgreen-text {
		color: #1AC903; 
		font-weight: bold;      /* 太字 */
	}

