body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin:0;
	background:#000;
}

#allWrapper{
  position:relative;
}

#allFrame{
  position:relative;
  width:960px;
  margin:0 auto;
}


a img{
  border:none;

  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}

a img:hover{
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

#magicLogo{
  
}

#bpdLogo{
  position:absolute;
  top:0;
  right:0;
}

.swipebox img{
  width:960px;
}


@media screen and (max-width:640px){

body{
  margin:5px 0 0 0;
}

#allWrapper{
  width:100%;
}

#allFrame{
  width:100%;
  overflow:hidden;
}

.swipebox img{
  width:100%;
}




}