@charset "UTF-8";
body {
  background: black url(../img/bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

* html img.bg {
  display: none;
}

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}
div.container {
  position: relative;
}

#shareBar {
  background: black url(../img/sharebar_bg.jpg) repeat;
  overflow: hidden;
  _zoom: 1;
  border-bottom: 1px solid #555;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

#share {
  width: 970px;
  padding: 5px 0 0px;
  margin: 0 auto;
  overflow: hidden;
  _zoom: 1;
}
#share ul {
  float: right;
}
#share li {
  line-height: 0;
  float: left;
  margin-left: 10px;
}
#share .twitter {
  width: 90px;
}
#share .facebook {
  width: 100px;
}

#content {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
  _zoom: 1;
  text-align: left;
}

#header {
  margin: 0 auto 20px;
  width: 960px;
}
#header h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}
#header .gamerLogo {
  position: absolute;
  margin-top: -33px;
  background: url(../img/gamer_logo.png) no-repeat;
  float: left;
  width: 180px;
  height: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header .gamerLogo a {
  display: block;
  width: 185px;
  height: 70px;
}
#header .headerWrap {
  clear: both;
  overflow: hidden;
  padding-top: 250px;
}

/*グリッド*/
#grid {
  margin: 30px 0 30px -5px;
  overflow: hidden;
  /* ロゴ */
  /* ボックス幅 */
  /* お知らせ */
  /* スペック */
}
#grid a {
  display: block;
}
#grid a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85)";
}
#grid div {
  margin: 10px 0 0 10px;
  background: #fff;
  display: block;
}
#grid .logo {
  background: none;
}
#grid .logo a:hover {
  opacity: 1;
}
#grid .size610 {
  width: 610px;
}
#grid .size230 {
  width: 230px;
}
#grid .size370 {
  width: 370px;
}
#grid .size340 {
  width: 340px;
}
#grid .size165 {
  width: 165px;
}
#grid .information {
  display: block;
  width: 340px;
  height: 180px;
  background: url("../img/bg.png");
}
#grid .information h2 {
  margin-bottom: 13px;
  font-size: 113%;
  font-weight: bold;
  color: #f0c011;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
#grid .information dl {
  margin: 10px;
}
#grid .information dt {
  margin: 0 10px 3px 0;
  position: relative;
  font-size: 82%;
}
#grid .information img.new {
  position: absolute;
  top: 5px;
  left: 80px;
}
#grid .information dd {
  font-size: 88%;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
#grid .spec {
  display: block;
  width: 230px;
  height: 370px;
  background: url(../img/spec_bg.jpg) no-repeat center center;
}
#grid .spec h2 {
  margin: 85px 0 10px 5px;
}
#grid .spec ul {
  margin-left: 25px;
}
#grid .spec li {
  font-size: 82%;
  list-style: square;
}

#box {
  clear: both;
  width: 960px;
  margin: 0px auto 5px;
  text-shadow: 1px 1px 2px #000;
  overflow: hidden;
  _zoom: 1;
}

#main {
  float: left;
  overflow: hidden;
  _zoom: 1;
}

/* ニュース */
#news {
  width: 600px;
  margin: 0 0 30px;
}
#news h2 {
  font-size: 113%;
  font-weight: bold;
}
#news .newsBoxWrap {
  width: 600px;
  overflow: hidden;
  _zoom: 1;
  background: url(../img/bg.png);
}
#news .newsBox:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  border-bottom: 1px #232323 solid;
}
#news .newsBox {
  overflow: hidden;
  _zoom: 1;
  margin: 15px 10px;
  z-index: 10;
  position: relative;
  border-bottom: 1px #404040 solid;
  text-align: left;
  /*画像*/
  /*テキスト*/
}
#news .newsBox .imageBox {
  border: 1px solid #4d6c4e;
  float: left;
  text-align: center;
  width: 140px;
  background: #fff;
}
#news .newsBox .imageBox a {
  display: block;
  width: 140px;
  height: 100px;
}
#news .newsBox .imageBox a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
}
#news .newsBox .textBox {
  float: right;
  width: 425px;
}
#news .newsBox .textBox .title {
  font-size: 88%;
  font-weight: bold;
  line-height: 115%;
  margin-bottom: 5px;
}
#news .newsBox .textBox .description {
  color: #fff;
  font-size: 82%;
  line-height: 110%;
  margin-bottom: 3px;
}
#news .newsBox .textBox .info {
  clear: both;
  float: right;
  white-space: nowrap;
}
#news .newsBox .textBox .info span.date {
  color: #bcbcbc;
  font-size: 82%;
}
#news .more {
  float: right;
  width: 150px;
  height: 30px;
  margin: 5px 10px 20px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
#news .more a {
  display: block;
  width: 150px;
  height: 30px;
  background: url(../img/more_bg.jpg) center top no-repeat;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  padding-left: 5px;
}
#news .more a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85)";
}

/*-------------- サイドバー --------------*/
#sidebar {
  float: right;
  width: 340px;
}
#sidebar h2 {
  height: 35px;
  margin-bottom: 15px;
}
#sidebar li {
  position: relative;
}

/* アンチェーテッド */
#uncharted {
  margin-bottom: 20px;
}

#uncharted li{
  margin-bottom: 10px;
}

/* イメージギャラリー */
#gallery {
  margin-bottom: 20px;
}
#gallery ul {
  overflow: hidden;
  _zoom: 1;
}
#gallery li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  background: #fff;
}
#gallery li.clear {
  margin-right: 0;
}
#gallery li img {
  height: 80px;
}
#gallery li img.iconNew {
  height: 37px;
}
#gallery li a {
  display: block;
  width: 110px;
  height: 80px;
}
#gallery li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

/* 要チェックコンテンツ */
#check {
  margin-bottom: 20px;
}
#check li {
  display: block;
  width: 340px;
  height: 120px;
  margin-bottom: 10px;
  background: #fff;
}
#check li a {
  display: block;
  width: 340px;
  height: 120px;
}
#check li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

/* ボトムバナー */
#bottomBanner {
  clear: both;
  background: #fff;
  width: 960px;
  height: 100px;
  margin: 0 0 10px;
  border: 1px solid #303030;
}
#bottomBanner a {
  display: block;
  width: 918px;
  height: 94px;
}
#bottomBanner a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha( opacity=90 )";
}

p.caution {
  margin: 0 0 10px;
  font-size: 82%;
  line-height: 113%;
}

/* フッター */
#footer {
  text-align: center;
  height: 100px;
}
#footer p {
  width: 960px;
  margin: 30px auto;
  color: #fff;
  font-size: 82%;
  line-height: 140%;
  text-shadow: 1px 1px 1px #000;
}

/*共通のもの*/
.iconNew {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
