/* ===== LAYOUT ===== */
body{
  background:#000;
  margin:0;
  padding:0;
  text-align:center;
  color:#E8E8E8;
  font-family:
    "Lucida Grande",
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    Geneva, Arial, Verdana, sans-serif;
  font-size:100%;
}

#wrapper{
  width:1400px;
  height:1000px;
  margin:0 auto;
  position:relative;
  background:url(background.jpg) no-repeat;
}

/* ===== MAIN IMAGES ===== */
#artwork_img{
  width:400px;
  height:400px;
  position:absolute;
  top:210px;
  left:500px;
  transform: rotate(-8deg);
  z-index:1;
}

#title_img{
  width:750px;
  height:250px;
  position:absolute;
  top:50px;
  left:0;
  z-index:2;
}

/* ===== SNS ===== */
#sns{
  width:300px;
  height:60px;
  position:absolute;
  top:55px;
  right:0;
  z-index:3;
}

.sns_img{
  width:60px;
  height:60px;
  float:left;
  margin-right:15px;
}

/* ===== SHOP ROWS (共通) ===== */
#shop,
#country_us,
#country_cn,
#country_wd,
#country_eu,
#country_gb,
#country_de,
#country_fr,
#country_it,
#country_es{
  width:auto;
  height:51px;
  position:absolute;
  z-index:4;
}

/* 位置指定（元のまま） */
#shop{       right:445px; bottom:230px; }
#country_us{ right:235px; bottom:230px; }
#country_cn{ right:110px; bottom:230px; }
#country_wd{ right:975px; bottom:230px; }
#country_eu{ right:710px; bottom:170px; }
#country_gb{ right:1015px; bottom:185px; }
#country_de{ right:795px; bottom:185px; }
#country_fr{ right:575px; bottom:185px; }
#country_it{ right:355px; bottom:185px; }
#country_es{ right:135px; bottom:185px; }

.shop_img,
.shop_img2{
  width:80px;
  height:51px;
  float:left;
}

.shop_img2{
  margin-right:10px;
  opacity:.25;
}

/* flags */
.flag_img{
  width:32px;
  height:32px;
  float:left;
  margin-top:12px;
}

/* ===== ONLINE SHOP ===== */
#onlineshop{
  width:200px;
  position:absolute;
  top:425px;
  left:220px;
  z-index:5;
  font-size:16px;
  text-align:center;
}

/* ===== CREDIT / TRAILER / ETC ===== */
#credit{
  width:1080px;
  height:120px;
  position:absolute;
  top:590px;
  left:180px;
  z-index:5;
}

#trailer{
  width:280px;
  height:158px;
  position:absolute;
  top:410px;
  left:960px;
  z-index:5;
  border:2px solid #fff;
}

#devils{
  width:100px;
  height:25px;
  position:absolute;
  top:10px;
  right:145px;
  z-index:5;
}

#mail{
  width:400px;
  position:absolute;
  top:830px;
  left:500px;
  z-index:5;
  font-size:13px;
  text-decoration:none;
}

/* ===== LINKS (重複整理) ===== */
#onlineshop a,
#mail a{
  color:#fff;
  text-decoration:none;
}

#onlineshop a:hover,
#mail a:hover{
  color:#aaa;
  text-decoration:none;
}

/* ===== OTHER PAGES ===== */
#contact{
  width:800px;
  height:120px;
  position:absolute;
  top:300px;
  left:285px;
  z-index:5;
  text-align:center;
}

#thanks{
  width:800px;
  height:120px;
  position:absolute;
  top:400px;
  left:300px;
  z-index:5;
  text-align:center;
  font-size:20px;
}