body{
	font-size: 14px;
	line-height: 1.5;
}
/*--hdr-----------------------------------------*/
#hdr{
	background: url(../img/main.png) no-repeat center top;
	height: 569px;
}
#hdr img{
	display: none;
}

#product{
	width: 640px;
	margin: 0 auto;
}
	
/*--Youtube-----------------------------------------*/	
#youtube{
	background: #00a232;
	padding: 15px 0;
}
.youtube{
	width: 560px;
	margin: 0 auto;
}
.wrapper-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.wrapper-youtube iframe,  
.wrapper-youtube object,  
.wrapper-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
.netabare{
	background: #00a232;
	color: #FFF;
	padding: 2%;
	margin-top: 15px;
	text-align: center;
}	

/*--share-----------------------------------------*/
#share ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content: center;
	margin: 0 auto;
}
#share ul li{
	width: 48px;
	margin-right: 15px;
}
#share ul li:last-child{
	margin-right: 0;
}

/*--ftr-----------------------------------------*/
#ftr {
	margin-top:15px;
	color: #000;
	text-align: center;
	padding: 30px 0;
}
#ftr .copyright{

}
#ftr .logo{
	width:200px;
	margin: 0 auto;

}