@charset "UTF-8";

/* ========================================
	#映像
======================================== */

#current_bar{
	width: 10px;
	height: 4px;
}
#ttl{
	background: url(../../img/cntbar_bg.png) 0 0 repeat-x;
	width: 100%;
	min-width: 980px;
	max-width: 1600px;
	height: 76px;
	margin: 0 auto;
	text-align: center;
}
#sec1{
	width: 100%;
	min-width: 980px;
	max-width: 1600px;
	margin: 0 auto;
	background-color: #fff;
}
#sec1_inner{
	width: 980px;
	margin: 0 auto;
	padding: 70px 0 30px 0;
	position: relative;
}

#movie_frame{
	margin: 0 auto;
	width: 804px;
	height: 462px;
	background: url(../img/movie_img.jpg) 10px 10px no-repeat #cdcdcd;
	position: relative;
}
#movie{
	padding: 10px;
}
#moviebt{
	margin: 0 auto;
	padding: 40px 0 40px 0;
	position: relative;
	width: 780px;
}
#btn_pv11{
	background: url(../img/btn_pv11_on.jpg) 0 0 no-repeat;
}
#btn_pv10{
	background: url(../img/btn_pv10_on.jpg) 0 0 no-repeat;
}
#btn_pv9{
	background: url(../img/btn_pv9_on.jpg) 0 0 no-repeat;
}
#btn_pv8{
	background: url(../img/btn_pv8_on.jpg) 0 0 no-repeat;
}
#btn_pv7{
	background: url(../img/btn_pv7_on.jpg) 0 0 no-repeat;
}
#btn_pv6{
	background: url(../img/btn_pv6_on.jpg) 0 0 no-repeat;
}
#btn_pv5{
	background: url(../img/btn_pv5_on.jpg) 0 0 no-repeat;
}
#btn_pv4{
	background: url(../img/btn_pv4_on.jpg) 0 0 no-repeat;
}
#btn_pv3{
	background: url(../img/btn_pv3_on.jpg) 0 0 no-repeat;
}
#btn_pv2{
	background: url(../img/btn_pv2_on.jpg) 0 0 no-repeat;
}
#btn_pv1{
	background: url(../img/btn_pv1_on.jpg) 0 0 no-repeat;
}
.thumb{/* 3つ並びのとき */
	float: left;
	width: 220px;
	height: 180px;
	margin: 0 20px 20px 20px;
	position: relative;
}
.thumb2{/* 2つ並びのときの左側 */
	float: left;
	width: 220px;
	height: 180px;
	margin: 0 0 20px 150px;
	position: relative;
}
.thumb3{/* 2つ並びのときの右側 */
	float: right;
	width: 220px;
	height: 180px;
	margin: 0 150px 20px 0;
	position: relative;
}
.active a{
	cursor: default;
}

.new_mark{
	position: absolute;
	top: -22px;
	left: 0;
}
