﻿@charset "utf-8";


.bgWrap{
  background: url(../img/jumpshot/bg_01.jpg) 50% 0 no-repeat;
  background-attachment: fixed;
  background-size:cover;
}

.leadSec01{
  position: relative;
  height: 271px;
}
.leadSec01 .titSec01{
  background-color: rgba(0,0,0,0.6);
  text-align: center;
  padding: 36px 0 32px;
}
.leadSec01 .titSec01 > img {
  padding-left: 90px;
}
.leadSec01 .leadTxt01{
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -561px;
}

.conSec01{
  background-color: rgba(0,0,0,0.6);
  width: 902px;
  margin: 0 auto 35px;
  text-align: center;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec01 .movieTxt{
  padding: 27px 0 27px;
}
.conSec01 .movieBox{
  width: 900px;
  height: 506px;
  border: #fff solid 1px;
}

.conSec02{
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 260px;
}
.conSec02 img{
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.conSec02 .box01{
  position: absolute;
  top:0;
  left: 0;
}
.conSec02 .box02{
  position: absolute;
  top:0;
  right: 0;
  margin-top: 20px;
  z-index: 999;
  width: 333px;
  height: 218px;
  border: #fff solid 1px;
}

.pageTop a:hover{
  -webkit-opacity: 0.8;
  opacity: 0.8;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.conSec03 .box02 ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.conSec03 .box02 ul {
	*zoom: 1;
}