/*20141208*/
#sns_box {
	padding:0!important;
	margin-bottom: 5px;
}
#mov_ctrl {
	background: #f3f3f3;
	overflow: hidden;
}
#sns {
	float: left;
	margin-left: 9px;
	padding:7px 0;
	height: 23px;
}
.mov_btn {
	float: right;
	margin: 8px 2px 0;
}
.prev_btn {
	float: left;
}
.prev_btn a {
	display: block;
	width: 90px;
	height: 20px;
	background: url(../../images/pc/mov_prev.jpg) no-repeat;
	overflow: hidden;
	text-indent:30px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: -4px;
	color: #555;
}
.prev_btn_n {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	background: url(../../images/pc/mov_prev_n.jpg) no-repeat;
	overflow: hidden;
	text-indent:30px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: -4px;
	color: #ccc;
}
.prev_btn a:hover {
	background: url(../../images/pc/mov_prev_a.jpg) no-repeat;
	text-decoration:none;
	color: #2965c7;
}
.next_btn {
	float: right;
}
.next_btn a {
	display: block;
	width: 90px;
	height: 20px;
	background: url(../../images/pc/mov_next.jpg) no-repeat;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: -4px;
	color: #555;
	text-indent: 12px;
}
.next_btn_n{
	float: right;
	display: block;
	width: 90px;
	height: 20px;
	background: url(../../images/pc/mov_next_n.jpg) no-repeat;
	overflow: hidden;
	overflow: hidden;
	text-indent:12px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: -4px;
	color: #ccc;
}
.next_btn a:hover {
	background: url(../../images/pc/mov_next_a.jpg) no-repeat;
	text-decoration:none;
	color: #2965c7;
}


/*ここからは低画質高画質ボタン*/

.mov_qrty_btn{
  width: 163px;
  display: block;
  float:left;
  margin:5px 0 0 0;
  display:none;
}
.mov_qrty_btn p a{
  width: 80px;
  height: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 6px;
  box-shadow: 0px 1px #ccc;
  text-indent: 22px;
  color: #808080;
  font-size:12px;
}
.mov_h_qrty a{
  float: left;
  border:  1px solid #b3b3b3;
  border-radius: 3px 0 0 3px;
}
.mov_l_qrty a{
  float: right;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0 3px 3px 0;
}
.mov_qrty_btn p.active a{
  background-color:  #ffd500!important;
  background-image: -webkit-linear-gradient(top,#ffe666,#ffd300);
  box-shadow: inset 0 2px 1px rgba(0,0,0,.2),0 1px 1px rgba(21,16,23,.1);
  text-indent: 27px!important;
  color: #333;
  position: relative;
}
.mov_qrty_btn p.negative a:hover{
  background-color: #e6e6e6;
}
.mov_qrty_btn p.negative a:active{
  box-shadow: inset 0 2px 1px rgba(0,0,0,.2),0 1px 1px rgba(21,16,23,.1);
}
.mov_qrty_blt{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #cc6600;
  position: absolute;
  top: 7px;
  left: 13px;
}
