 @charset "UTF-8";
.youtube{
	position: relative;
	top: 3px;
	right:70px;
               color:#2a4f83;
     text-align : right;
}


.youtube img{
     padding:0px;
	 margin:0px;
     border : none ;
box-shadow : 0;
}
.video-wrapper{
	width: 800px;
	max-width: 100%;
	color: yellow;
background-color: transparent; /*背景色・透明*/
padding: 10px; /*枠線の太さ*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#777));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #777);	/*同上*/
	background-image: linear-gradient(#FFF, #777);			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	margin-bottom: 10px;
		     margin-left: auto;
     margin-right: auto;
}




.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
}

.douga{
		color: red;
}

