@charset "utf-8";
/* CSS Document */

#player{
	position:absolute;
	width:1325px;
	height:636px;
	display:none;
}

.video{
	background:url(../img/M_G04_U03_L01_03_01_PLAYANIMA.png) no-repeat;
	background-size:100%;
	width: 150px;
  height: 133px;
  border-bottom: solid #195056 5px;
  border-radius: 5px;
  position: absolute;
  top: 422px;
  left: 726px;
	cursor:pointer;
}

.video:active{
	border-bottom:none;
	top:424px;
}

