@charset "utf-8";
/* CSS Document */
/*====================
reset
====================*/
figure{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
ol{
margin: 0;
padding: 0;
}
div:after, dl:after, ul:after{
content: none;
}
*:focus{
outline: none;
}

/*====================
basic
====================*/
body{
background: #ffffff;
position: relative;
}

/*====================
コンテンツ
====================*/
div#wrap{
  padding-bottom: 64px;
}
#content-header{
  height: 123px;
}
#top_visual img{
  width: 99%;
  margin: 0 0.5%;
}

#link_box{
  margin: -304px 42px 60px 41px;
}
#link_box .pdf{
  display: inline-block;
  margin-right: 30px;
}
#link_box .pdf:last-of-type{
  margin-right: 0;
}
#toppage_back{
  height: 59px;
}
#content-footer{
  background: url(/sweets/choco-vege/10th-anniversary/images/footer_bg.png) left top no-repeat;
}