/*色
#C7DCF8
#92B8F2
#5887D9
#2E5AB3
#022881
#011E6E
#01165C
#000F4A
#000B3D
*/

* {
  margin:0;
  padding:0;
}
body {
color: #222222;
}
input,textarea,select,button{

}
a {
    text-decoration:none;
    color: black;
  }
a:visited {
    color: black;
}

#loading {
  height: 100%;
  width:100%;
  background-color: silver;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align:center;
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
.loading-img {
  height:200px;
  width:200px;
  padding-top:20%;
}
.loading-font {
  font-size:50px;
  font-weight: bold;
}