@charset "UTF-8";
/* CSS Document */

body {
  background: #000;
}

#wrap {
  font-size: 14px;
  line-height: 1.5em;
  color: #eee;
}

/* IE7
--------------------------------------------------------- */
*+html body {
  height: auto;
}

a {
  color: #eee;
  text-decoration: none;
}

a:hover {
  color: #efd58f;
  text-decoration: underline;
}

#mainVisual #mainBnr li a:hover img,
#ec #ecDigital li a:hover img,
#ec #ecSell li a:hover img,
#products .detail .boxEC .aff li a:hover img,
#links li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

.nolink img {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

.clear {
  clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

#pagetop {
  clear: both;
  float: right;
}


/* mainVisual
--------------------------------------------------------- */
#mainVisual {
  width: 100%;
  min-width: 980px;
  height: 580px;
  background: #a00;
}

#mainVisualInner {
  position: relative;
  width: 980px;
  height: 580px;
  margin: 0 auto;
  background: url(../img/bg_main_visual.jpg) no-repeat left top;
}

#mainVisual h1 {
  position: absolute;
  /*top: 60px;*/
  top: 90px;
  left: 480px;
}

#mainVisual #mainBnr {
  position: absolute;
  top: 410px;
  left: 470px;
  width: 510px;
}

#mainVisual #mainBnr li {
  float: right;
  width: 245px;
  height: 70px;
  margin: 0 0 10px 10px;
}

/* sns
--------------------------------------------------------- */

#social-container {
  position: absolute;
  display: block;
  width: 277px;
  top: 20px;
  right: 0;
}

#social-container div {
  float: left;
}

.social-btn {
  float: left;
  margin-right: 10px;
}

#twitter-btn {
  width: 70px;
}

#facebook-btn {
  width: 70px;
}

#google-btn {
  width: 32px;
  margin-right: 0;
}

#mixi-btn {
  width: 70px;
}


/* ec
--------------------------------------------------------- */
#ec {
  width: 100%;
  min-width: 980px;
  height: 330px;
  padding: 20px 0;
  background: url(../img/bg_ec.jpg) no-repeat center top;
}

#ecInner {
  width: 980px;
  height: 330px;
  margin: 0 auto;
}

#ec #ecDigital,
#ec #ecSell {
  position: relative;
  float: left;
  width: 440px;
  height: 290px;
  margin: 0;
  padding: 20px;
  background: url(../img/bg_ecbox.png) repeat left top;
}

#ec #ecDigital {
  margin-right: 20px;
}

#ec #ecDigital h2,
#ec #ecSell h2 {
  width: 440px;
  height: 34px;
  margin: 0 0 10px;
}

#ec #ecDigital h3 {
  width: 430px;
  height: 30px;
  margin: 0px 0px 10px;
}

#ec #ecDigital ul {
  width: 453px;
  margin: 0 0 0 -13px;
}

#ec #ecDigital li {
  float: left;
  width: 138px;
  margin: 0 0 11px 13px;
}

#ec #ecDigital .txtNotes {
  font-size: 11px;
  line-height: 1.3em;
  text-indent: -10px;
  margin: 0px 0px 8px 10px;
  overflow: visible;
  color: #333;
}

#ec #ecDigital #bnDHD {
  margin: 0;
}

#ec #ecSell h3 {
  width: 230px;
  height: 30px;
  margin: 0px 0px 5px;
}

#ec #ecSell ul {
  width: 240px;
  margin: 0 0 15px -10px;
}

#ec #ecSell li {
  float: left;
  width: 110px;
  height: 28px;
  margin: 0 0 5px 10px;
}

#ec #ecSell .jk {
  position: absolute;
  top: 60px;
  left: 270px;
  margin: 0;
}

#ec #ecSell .txtNotes {
  position: absolute;
  top: 218px;
  left: 270px;
  width: 190px;
  font-size: 11px;
  line-height: 1.3em;
  color: #333;
}

#ec #ecSell .btnProducts {
  position: absolute;
  top: 255px;
  left: 270px;
}


/* trailer
--------------------------------------------------------- */
#trailer {
  width: 100%;
  min-width: 980px;
  background: url(../img/bg_trailer.jpg) no-repeat center 90px;
}

#trailer h2 {
  width: 100%;
  min-width: 980px;
  height: 90px;
  margin: 0 0 20px;
  background: #efd58f;
  text-align: center;
}

#trailer .movie {
  width: 780px;
  height: 439px;
  margin: 0 auto 20px;
}

#trailer .btnTrailer {
  width: 780px;
  height: 90px;
  margin: 0 auto 40px;
}


/* products
--------------------------------------------------------- */

#products {
  width: 100%;
  min-width: 980px;
  background: url(../img/bg_products.jpg) no-repeat center 90px;
}

#products h2 {
  width: 100%;
  min-width: 980px;
  height: 90px;
  margin: 0 0 20px;
  background: #efd58f;
  text-align: center;
}

#products #bluray,
#products #dvd {
  width: 940px;
  margin: 0 auto 30px;
  padding: 0 0 20px;
  background: url(../img/line.png) repeat-x left bottom;
}

#products #dvd {
  background: none;
}

#products .jk {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}

#products .jk p {
  margin: 0 0 20px;
}

#products .detail {
  float: left;
  width: 700px;
}

#products .detail h3 {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.4em;
}

#products .detail p {
  margin: 0 0 10px;
}

#products .detail .icn {
  width: 178px;
  height: 22px;
  margin: 0 0 20px -5px;
}

#products .detail .icn li {
  float: left;
  width: 84px;
  height: 22px;
  margin: 0 0 0 5px;
}

#products .detail .boxTokuten {
  width: 670px;
  margin: 0 0 20px;
  padding: 15px;
  background: #a00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#products .detail .boxTokuten h4 {
  margin: 0 0 10px;
}

#products .detail .boxTokuten h5 {
  margin: 0 0 2px;
  font-weight: normal;
}

#products .detail .boxEC {
  width: 670px;
  margin: 0 0 20px;
  padding: 15px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#products .detail .boxEC h4 {
  margin: 0 0 10px;
}

#products .detail .boxEC .aff {
   width: 678px;
   height: 26px;
   margin: 0 0 0 -8px;
}

#products .detail .boxEC .aff li {
  float: left;
  width: 105px;
  height: 26px;
  margin: 0 0 0 8px;
}


/* links
--------------------------------------------------------- */

#links {
  width: 100%;
  min-width: 980px;
  height: 160px;
  padding: 20px 0;
  background: #600;
}

#linksInner {
  width: 940px;
  height: 160px;
  margin: 0 auto;
}

#links ul {
  width: 960px;
  height: 160px;
  margin: 0 0 0 -20px;
}

#links li {
  float: left;
  width: 220px;
  height: 160px;
  margin: 0 0 0 20px;
}


/* footer
--------------------------------------------------------- */

#footerUpper {
  width: 100%;
  min-width: 980px;
  padding: 20px 0;
  background: #222;
}

#footerUpperInner {
  width: 940px;
  margin: 0 auto;
  background: url(../img/logo_fox.png) no-repeat right bottom;
}

#footerUpperInner .txtFox {
  margin: 0 0 30px;
  font-size: 18px;
  text-align: center;
  color: #666;
  font-weight: bold;
}

#footerUpperInner ul {
  float: left;
  margin: 0 80px 0 0;
}

#footerUpperInner li {
  margin: 0 0 10px;
  color: #666;
}

#footerUpperInner li.txtTitle {
  color: #eee;
}

#footerLower {
  width: 100%;
  min-width: 980px;
  padding: 20px 0;
  background: #444;
}

#footerLowerInner {
  width: 940px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.4em;
  text-align: center;
}

