@charset "utf-8";
/*===========================================================
	mov.css
===========================================================*/

#cont_l {
	float: left;
	width: 100%;
/*	height: 100%;*/
	background: #fff;
}

#cont_l::-webkit-scrollbar{
	display: none;
}
#cont_l　img{
	display: block;
	margin: 0 auto;
	padding: 0;
	background-repeat: none;
}

#cont_l #movBox{
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#cont_l #movBox img.title{
	width: 100%;
	height: auto;
}

#cont_l #movBox video{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

#cont_l #movBox p.tx{
    color: #004d9b;
    background: url(img/common/dot.png) repeat-x repeat-y;
    font-size: 1rem;
    line-height: 1.6rem;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 10px 5px 0px 5px;
    font-weight: 600;
}

#cont_l #movBox img.family{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	height: auto;
}


#layer {
/*    display: none;  */
	/* 初期表示は非表示 */
    position: absolute; 
    left: 0px;
    top: 0px;
	height: 100%;
    background-color: black;
    opacity: 0.5;
	z-index: 999;
	width: 100%;
}

#cont_l #movBox p.tx {
	color: #004d9b;
	background: url(img/common/dot.png) repeat-x repeat-y;
	font-size: 14px;
	line-height: 1.2rem;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 10px 5px 0px 5px;
	font-weight: 600;
	}

#cont_l .left_inner {
    height: 100%;
    background: #fff;
    padding: 0px;
}
