
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.bgall {
background: #00ACC5;
}

.bk_sls { background: #0000FF; }

.bkn_sls { background-color: #0000FF; }

.bk_sls_b { background-color: #0000FF; }
.color_sls_b { color: #0000FF; }

.bk_sls_y { background-color: #FFFF00; }
.color_sls_y { color: #FFFF00; }

.color_sls_p { color: #8F4DD9; }
.bkn_sls_p { background-color:  #8F4DD9; }



.bk_sls { background: #FFEB00D; }

.bkn_sls { background-color: #0000CD; }

.bk_sls_b { background-color: #0000CD; }
.color_sls_b { color: #0000CD; }

.bk_sls_y { background-color: #FFEB00; }
.color_sls_y { color: #FFEB00; }



.ml_0 { margin-left: -8px;}

.fuchidori {

	text-shadow:2px 2px 0 #FFF6E9, -2px -2px 0 #FFF6E9,-2px 2px 0 #FFF6E9, 2px -2px 0 #FFF6E9,0px 2px 0 #FFF6E9,  0 -2px 0 #FFF6E9,-2px 0 0 #FFF6E9, 2px 0 0 #FFF6E9;
	text-shadow:2px 2px 0 #B2F3EF, -2px -2px 0 #B2F3EF,-2px 2px 0 #B2F3EF, 2px -2px 0 #B2F3EF,0px 2px 0 #B2F3EF,  0 -2px 0 #B2F3EF,-2px 0 0 #B2F3EF, 2px 0 0 #B2F3EF;
}


.emp1 {
    background-color: #0000CD;
	color: #FFFF00;
	padding: 12px 0px 12px; 0px;
	font-weight: bold;
	text-align: center;
	font-size: 13pt;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.emp2 {
    background-color: #FFEB00;
	color: #1D29ED;
	font-weight: bold;
	text-align: center;
	font-size: 20pt;
	letter-spacing: 1px;
	padding: 10px 0px 12px 0px;;
	line-height: 1.25em;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.artpic {
    background-color: #FFEB00;
	color: #1D29ED;
}


.border_sls {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFF;
  position: relative;
}
.border_sls::before{
  content: "";
  display: block;
  border-bottom: 2px solid #FFF600;
  width: 120px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.border_sls::after{
  content: "";
  display: block;
  border-bottom: 2px solid #0000FF;
  width: 120px;
  position: absolute;
  right: 0;
}



button#submit_button {
    display: inline-block;
	border-radius: 50px;
    text-decoration: none;
    color: #1D29ED;
    background-color: #FFF600;
	border: 3px solid #1D29ED;
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 60px;
}

#submit_button:hover {
    background-color: #FFE100;
}

@media screen and (min-width:480px) { 

	.emp2 {
		font-size: 20pt;
	letter-spacing: 0px;
	}
}

@media screen and (min-width:576px) and ( max-width:991px) {

	.emp2 {
		font-size: 20pt;
	}

}

@media screen and (min-width:992px) {

	.emp2 {
		font-size: 22pt;
	}
}