@charset "utf-8";
/* CSS Document */

/*----*/
.t1 {
	font-weight: bold;
	color: rgb(0,112,192);
}
.t2 {
	font-weight: bold;
	color: rgb(255,102,0);
}
.t3 {
	vertical-align:super;
	font-weight: bold;
	color: rgb(255,102,0);
}
.t4 {
	font-weight: bold;
	color: rgb(0,112,192);
}
.t5 {
	font-weight: bold;
	color: rgb(0,0,0);
}
.t6 {
	font-weight: bold;
	color: rgb(255,255,255);
}
.t7 {
	font-weight: bold;
	color: rgb(0,0,255);
}
.t8 {
	font-weight: bold;
	color: rgb(255,0,0);
}
.t9 {
    vertical-align:super;
    font-weight: bold;
    color: rgb(0,112,192);
}

.inputA{
	width:100%;
	padding:2px 5px;
}

.fs30 {font-size: 30pt;}
.fs28 {font-size: 28pt;}
.fs26 {font-size: 26pt;}
.fs24 {font-size: 24pt;}
.fs22 {font-size: 22pt;}
.fs20 {font-size: 20pt;}
.fs18 {font-size: 18pt;}
.fs16 {font-size: 16pt;}
.fs14 {font-size: 14pt;}
.fs12 {font-size: 12pt;}
.fs10 {font-size: 10pt;}

.btn {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-buttons {
	min-width: 110px;
    margin: 0 10px;
	font-size:16pt;
}
.btn-buttonA {
    color: rgb(255,255,255);
    background-color: rgb(51,102,255);
    border-color: rgb(51,102,255);
}
.btn-buttonB {
    color: rgb(255,255,255);
    background-color: rgb(255,0,0);
    border-color: rgb(255,0,0);
}
.btn-buttonC {
    color: rgb(0,0,0);
    background-color: rgb(51,102,255);
    border-color: rgb(51,102,255);
}