@charset "UTF-8";
/*==============================================
video
==============================================*/
#video h2 {
	text-align: center;
}

#video h2 img {
	width:30%;
	height: auto;
	}
	
#videoTitle {
	margin-bottom: 20px;
	position: relative;
}
	
#videoTitleR {
	position: absolute;
	right:0;
	top:-5px;
	z-index: 3;
}

#videoTitleR a:hover {
	opacity: 0.7;
}


#videoIdxInner{
	background: #002f34;
	color:#fff;
	padding: 25px 25px 0;
}

.videoBox {
	width:462px;
	margin-right: 25px;
	float: left;
	margin-bottom: 10px;
}

.videoBox:nth-child(even) {
	margin-right: 0;
}
