@charset "utf-8";

/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
#contents {
  color: #4a4a4a;
  background: 0 0 / auto repeat url(../images/birthday/bg/base.png);
}

#contents a{
  color: #ff7800;
  text-decoration: underline;
}
#contents a:hover{
  text-decoration: none;
}

.text-white{
  color: #fff !important;
}

/* header
------------------------------------------*/
#contents .header h2{
  font-size: 0;
}


/* section
------------------------------------------*/
#contents .section{
  width: 715px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
  border-radius: 20px;
  background: center 0 / auto no-repeat url(../images/birthday/bg/baloon.png) #fff;
}

#contents .section .box{
  margin-top: 40px;
  padding: 20px 55px;
  color: #796036;
  background: #fff6c8;
  border-radius: 0;
}

#contents .copyright{
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

