body         {	margin: 0px;
				scrollbar-3d-light-color:    #4682b4;
				scrollbar-arrow-color:       #ffffff;
				scrollbar-base-color:        #ffffff;
				scrollbar-dark-shadow-color: #ffffff;
				scrollbar-face-color:        #4682b4;
				scrollbar-highlight-color:   #ffffff;
				scrollbar-shadow-color:      #000000;	}
input        {	border: 1px #b6b6b6 solid;
				font-size: 14px;	}
input.b      {	border: 1px #b6b6b6 solid;
				font-size: 18px;	}
td           {	text-align: left	}
td.c         {	text-align: center	}
td.r         {	text-align: right	}
a:link       {	color: #451aff	}
a:visited    {	color: #451aff	}
a:active     {	color: #ff2b2b	}
a:hover      {	color: #ff2b2b	}
font         {	font-size: 10px;
				font-height: 14px;
				letter-spacing: 1px	}
font.b10     {	font-size: 10px;
				font-height: 14px;
				letter-spacing: 1px;
				color: #6b49ff	}
font.a12     {	font-size: 12px;
				font-height: 15px;
				letter-spacing: 1px	}
font.a14     {	font-size: 14px;
				font-height: 17px;
				letter-spacing: 1px	}
font.c14     {	font-size: 14px;
				font-height: 17px;
				letter-spacing: 1px;
				color: #ff2b2b	}
font.a16     {	font-size: 16px;
				font-height: 20px;
				letter-spacing: 1px	}
font.a18     {	font-size: 18px;
				font-height: 22px;
				letter-spacing: 1px	}

.flexBox {
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

/*緑*/
.square_btn3 {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #26d416;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #307f29;/*線色*/
}

.square_btn3:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*ブルー*/
.square_btn2_m {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #3a82f7;/*色*/
    border-radius: 40px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 100%;
    line-height: 150%;
    font-weight: bold;
    width: 60px;
    height: 40px;
    border: solid 2px #15748e;/*線色*/
}

.square_btn2_m:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*ブルー*/
.square_btn3_m {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #c0c0c0;/*色*/
    border-radius: 40px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 100%;
    line-height: 150%;
    font-weight: bold;
    width: 60px;
    height: 40px;
    border: solid 2px #808080;/*線色*/
}

.square_btn2_m:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #3755df;
    border: solid 2px #3755df;
    border-radius: 3px;
    transition: .4s;
    background: #ffffff;
}

.square_btn:hover {
    background: #3755df;
    color: white;
}
