@charset "utf-8";

/*============================================================
	リセット
*/
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
}
ul {
	list-style: none;
}
img {
	vertical-align: top;
}
a {
	outline: 0;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	background-image: none;
}
#contentsArea {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}
#footerArea {
	display: none;
}

/*============================================================
	全体
*/
#modal {
	overflow: hidden;
	margin: 0 auto;
	width: 840px;
	background: #ffffff url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/bg.jpg) 0 0 repeat-y;
}
#modal .bgTop {
	width: 100%; height: 100%;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/bg_top.png) 100% 0 no-repeat;
}
#modal .bgBottom {
	width: 100%; height: 100%;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/bg_bottom.png) 0 100% no-repeat;
}

/*============================================================
	動画
*/
#modal #youtubeMovie {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 800px;
}
#modal #youtubeMovie div {
	width: 600px; height: 338px;
	background: #000000;
}

/*============================================================
	情報
*/
#modal .info {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 800px; height: 160px;
}
#modal .info h1 {
	padding: 0 0 0 22px;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/index/arrow.png) 0 4px no-repeat;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	color: #cc0000;
}
#modal .info h1 span {
	padding: 0 0 0 10px;
	font-size: 16px;
}
#modal .info .copy {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.5em;
}
#modal .info .wrap {
	position: relative;
	width: 100%;
}
#modal .info ul {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 1.5em;
}
#modal .info .btn {
	position: absolute;
	top: 0; right: 0;
	width: 214px; height: 50px;
}
#modal .info .btn a {
	display: block;
	overflow: hidden;
	padding-top: 50px;
	width: 214px; height: 0;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/btn_info.png) 0 0 no-repeat;
}
#modal .info .btn a:hover {
	background-position: 0 -50px;
}

/*============================================================
	ギャラリー
*/
#modal #gallery {
	position: relative;
	margin: 0 auto;
	width: 800px; height: 550px;
}
#modal #gallery .slider {
	position: absolute;
	top: 0; left: 20px;
	width: 760px; height: 450px;
	background: #000000;
}
#modal #gallery .slider ul {
	overflow: hidden;
	position: relative;
	width: 760px; height: 450px;
}
#modal #gallery .slider ul li {
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	width: 760px; height: 450px;
	text-align: center;
	display: none;
}
#modal #gallery .thumb {
	position: absolute;
	top: 450px; left: 20px;
	width: 760px; height: 100px;
	background: #000000;
}
#modal #gallery .thumb .list {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 700px; height: 100px;
}
#modal #gallery .thumb .list ul {
	position: absolute;
	top: 20px; left: 0;
	width: 2000px;
}
#modal #gallery .thumb .list ul li {
	position: relative;
	float: left;
	width: 140px;
	text-align: center;
}
#modal #gallery .thumb .list ul li a img {
	border: 1px solid #666666;
}
#modal #gallery .thumb .list ul li a:hover img {
	border-color: #999999;
}
#modal #gallery .thumb .list ul li span {
	position: absolute;
	top: 0; left: 5px;
	display: block;
	width: 130px; height: 60px;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/thum_current.gif) 0 0 no-repeat;
	display: none;
}
#modal #gallery .thumb .btnThumbPrev,
#modal #gallery .thumb .btnThumbNext {
	position: absolute;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	width: 16px; height: 0;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/slider_thumb_btn.gif) 0 0 no-repeat;
	display: none;
}
#modal #gallery .thumb .btnThumbPrev {
	top: 20px; left: 14px;
	background-position: 0 0;
}
#modal #gallery .thumb .btnThumbNext {
	top: 20px; right: 14px;
	background-position: -16px 0;
}

#modal #gallery .btnPrev,
#modal #gallery .btnNext {
	position: absolute;
	display: block;
	overflow: hidden;
	padding-top: 42px;
	width: 42px; height: 0;
	background: transparent url(http://image.pia.jp/images2/static/pia/feature/f/performance/modal/slider_btn.png) 0 0 no-repeat;
}
#modal #gallery .btnPrev {
	top: 204px; left: 0;
	background-position: 0 0;
}
#modal #gallery .btnNext {
	top: 204px; right: 0;
	background-position: -42px 0;
}
#modal #gallery .btnPrev:hover {
	background-position: 0 -42px;
}
#modal #gallery .btnNext:hover {
	background-position: -42px -42px;
}