<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/*ここから動画埋め込み */

.mv{
	z-index:7;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

.mv p{
	position:relative;
	 line-height:100%;
	 font-size:27px;
	-moz-text-shadow: 1px 1px 1px #999;
	-webkit-text-shadow: 1px 1px 1px #999;
	text-shadow: 1px 1px 1px #999;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	color:#fff;
	color: #fff\9;
	margin: 0px 1%;
	text-align:center;
	line-height:1.8em;
}




#myVideo{
		position: relative;  /* absolute がデフォルトだが、コントロールがセンター配置になる*/
		bottom: 0px;
		top:0px;
		right:0px;
		width: 80%;
		height: 80%;
        max-width: 640px;
        max-height: 480px;
		background-size: 70% 70%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /* cover video background */
   		z-index:3;
	}

#page-prev{
    position: absolute;
    left: 1px;
    color: #C0C0C0;
	-moz-text-shadow: 1px 1px 1px #F00;
	-webkit-text-shadow: 1px 1px 1px #F00;
	text-shadow: 1px 1px 1px #F00;
	font-size:16px;
  		background-position: left center;
		margin-top:64px;
    	top: 50%;
    	z-index: 100;
}

#page-next{
    position: absolute;
   	right: 1px;
    color: #C0C0C0;
	-moz-text-shadow: 1px 1px 1px #F00;
	-webkit-text-shadow: 1px 1px 1px #F00;
	text-shadow: 1px 1px 1px #F00;
	font-size:16px;
  		background-position: right center;
  		margin-top:64px;
    	top: 50%;
    	z-index: 100;
}

#page-hr hr {
	position: absolute;
	/* color:#F00; */
   		background-position: center center;
   		width:100%;
   	z-index: 101;
    	/* top:40px; */
    bottom: 1px;
  border-width: 3px 0 0 0; /* 太さ */
  border-style: solid; /* 種類 */
  border-color: #333; /* 色 */

  margin-top: 0px;
  margin-bottom: 0px;

  opacity: .5;


}

#page-now hr {
	position: absolute;
	/* color:#F00; */
   		background-position: center center;
   	z-index: 102;
    	/* top:40px; */
    bottom: 3px;
  border-width: 3px 0 0 0; /* 太さ */
  border-style: solid; /* 種類 */
  border-color: #ff0; /* 色 */

  margin-top: 0px;
  margin-bottom: 0px;

  opacity: .5;


}
