@charset "Shift_JIS";

.tsuraichi{
	width: 620px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.ttlleft{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-color: #F0F0F0; /* ←現在グレーの背景 */
}

.leftcomment{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #0033ff;
	text-align: center;
	font-weight: bold;
	background-color: #F0F0F0; /* ←現在グレーの背景 */
}
.rightcomment{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color: #99ff99; /* ←現在グリーンの背景 */
}

.ttlright{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background-color: #99ff99; /* ←現在グリーンの背景 */
}


.inputtxt {
	font-size: 16px;　/*←入力テキストボックスの文字の大きさ */
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-align: center;
	background-color: #ffff99;　/*←入力テキストボックスの黄色背景 */
}

.outtxt {
	font-size: 16px;　/*←右上テキストの文字の大きさ */
	width: 120px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color: #0033ff;　/* ←右上テキストの文字の色（現在　青） */
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;　/*←右上テキストの背景の色（現在　白） */
	border:2px solid #000000;　/*←右上テキストの枠の太さ・色（現在　2px 黒） */
}

.outtxtred {
	width: 120px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color: #ff0000; /*←右上テキストの文字の色（現在　赤） */
	font-weight: bold;
	text-align: center;
	background-color: #ffffff; /*←右上テキストの背景の色（現在　白） */
	border:2px solid #000000; /* ←右上テキストの枠の太さ・色（現在　2px 黒） */
}
.outtxtup {
	width: 150px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color: #ff0000; /*←右上テキストの文字の色（現在　赤） */
	font-weight: bold;
	text-align: center;
	background-color: #ffffff; /*←右上テキストの背景の色（現在　白） */
	border:2px solid #000000; /* ←右上テキストの枠の太さ・色（現在　2px 黒） */
}

p.attention{
	margin: 3px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;

}

h1{
	margin: 3px;
	padding: 0px;
	font-size: 16px;
	line-height: 14px;
	color: #ff0000;
	text-align: left;
	font-weight: bold;

}

.cal{
	font-size: 16px;　/*←計算するボタンのテキストの文字の大きさ */
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	color: #ffffff;　/*←計算するボタンのテキスト文字の色（現在　白） */
	font-weight: bold;　
	text-align: center;
	background-color: #0033ff;　/*←計算するボタンの背景の色（現在　青） */
	border:2px solid #000000;　/*←計算するボタンの枠の太さ・色（現在　2px 黒） */
}

