@import url(https://fonts.googleapis.com/css?family=Roboto:400);

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}

body {
margin:0;
padding:0;
font-family: Roboto;
}

#bg {
  background-image: url("resource/bg.png");
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

#guide {
  background-image: url("resource/guide.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}

#start {
  background-image: url("resource/start.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 298px;
  height: 166px;
  position: relative;
  left:50%;
  margin-left: -149px;
}

#start:active {
  background-image: url("resource/start_press.png");
}

.green {
background-color:#86F782;
}

#content_bg{
  background-image: url("resource/upload_bg.png");
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;  
  overflow-y:scroll;
}

#total_content {
  width: 100%;
  min-height: 100%;
}

.top_div {
  background-image: url("resource/upload_header_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  padding-top: 7px;
  width: calc(100% - 20px);
  height: 67px;
  text-align:center;
}

.top {
float:left;
padding:0px;
margin:0 auto;
}

.top li {
text-align:center;
display: inline;
margin: 5px;
}

.top img {
width:10%;
}

.image_div {
background-color: #FFFFFF;
position: relative;
margin: 0 auto;
}

.select_color_div {
height:10px;
text-align:center;
}

.select_color {
width:40%;
height:25px;
border:2px solid #86F782;
border-radius:5px;
text-align:center;
padding-left:15px;
background-color:#E3F4D7;
}

.input {
  background: none;
  border: none;
  margin-right: 3%;
  margin-top: 8px;
  font-size: 20px;
  padding-left: 10px;
  width: 67%;
  outline: none;
  color: #000;
}

.input_info {
width:48%;
text-align:center;
display:inline-block;
font-size:11px;
margin-top:3px;
}

.bottom {
width:48%;
margin-top:2px;
height:30px;
line-height:30px;
background-color:#86F782;
text-align:center;
display:inline-block;
border-radius:5px;
border:1px solid #FFF;
color:#FFF;
}
