body {
  background-color: #ECE6F0;
  color: #47444B;
}
#container {
  background-image: url("bg_header.html");
  background-position: 50% 0;
  background-repeat: no-repeat;
}
header {
  height: 880px;
}
header h1 {
  top: 70px;
  background-image: url("logo_icarus.html");
}
.content .btn-event {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 441px;
  height: 130px;
  background: url("btn_newbie.html") no-repeat 50% 0;
  cursor: pointer;
}
.content .btn-event:hover {
  background-position: 50% 100%;
}
.content .btn-event a {
  overflow: hidden;
  display: block;
  height: 100%;
  text-indent: -1000px;
}
nav {
  top: 700px;
  height: 130px;
  background-image: url("bg_nav.html");
}
nav ul li:nth-child(1) {
  background-image: url("btn_menu1.html");
}
nav ul li:nth-child(2) {
  background-image: url("btn_menu2.html");
}
.content,
.process {
  padding: 50px;
  background-color: #FCFAFF;
}
.content h3 + h4 {
  margin-top: 0;
}
.content h4 {
  margin-top: 60px;
}
.content table {
  margin-bottom: 40px;
}
.content table tr th {
  background-color: #8972BA;
  color: #ffffff;
  border-bottom: 3px solid #FCFAFF;
}
.content table tr:nth-child(odd) td {
  background-color: #CDC1D5;
  border-bottom: 3px solid #FCFAFF;
}
.content table tr:nth-child(even) td {
  background-color: #DFDAE1;
  border-bottom: 3px solid #FCFAFF;
}
.content .btn-new,
.content .btn-comeback {
  height: 106px;
  background-repeat: no-repeat;
}
.content .btn-new {
  background-image: url("btn_new.html");
}
.content .btn-comeback {
  background-image: url("btn_comeback.html");
}
.process {
  margin: 60px auto;
}
.btn-top {
  top: 900px;
  width: 100px;
  height: 100px;
  background-image: url("btn_top.html");
}
.caution {
  margin-top: 100px;
  background-color: #C8BFD4;
  color: #6D6479;
  font-size: 12px;
}
footer {
  background-color: #AEA4BD;
  color: #827890;
}
comeback {
  background-image: url("btn_comeback.html");
}
.process {
  margin: 60px auto;
}
.btn-top {
  top: 900px;
  width: 100px;
  height: 100px;
  background-image: url("btn_top.html");
}
.caution {
  margin-top: 100px;
  background-color: #C8BFD4;
  color: #6D6479;
  font-size: 12px;
}
footer {
  background-color: #AEA4BD;
  color: #827890;
}
