@charset "UTF-8";
*{font-family: "Hiragino Maru Gothic Pro","HGMaruGothicMPRO","sans-serif";}
body{
	background-color: black;
	color: white;
	line-height:2;
	margin: 0 auto;
	padding: 10px;
	max-width: 1024px;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
a{text-decoration:none;}
a:link{color:white;}
a:visited {color:white;}
a:hover {color:white;}
a:active {color:white;}
img {border: 0;}
embed {border: 0;}
p{
	clear: both;
	margin: 10px 0px 15px 10px;
}
header{
	height: 38px;
	margin: 0px 0px 0px 8px ;
}
footer{
	clear: both;
	margin: 20px 0px 5px 0px ;
}
nav{
	margin: 5px 0px 15px 10px ;
}
h1{
	font-size:20px;
	font-weight: normal;
	margin: 10px 0px 10px 10px ;
}
h2,h3,h4,h5,h6{
	font-size:18px;
	font-weight: normal;
	margin: 10px 0px 0px 10px ;
}
aside{
	width: 100%;
	margin: 0px;
}
aside ul{
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
aside li{
	margin: 10px;
	padding: 0px;
	height: 20px;
}
.form
	{
	clear: both;
	/* font-size:10px; */
	margin: 10px 0px 10px 0px;
	}
.clearfix
	{
	display: block;
	}
.clearfix:before
	{
	content: "";
	display: block;
	clear: both;
	}
.clearfix:after
	{
	content: "";
	display: block;
	clear: both;
	}
.price
	{
	margin: 0px 0px 0px 10px;
	}
.img-logo
    {
	border: none;		
	float: left;
	margin: 0px 0px 0px 0px;
	}
.img-resd
    {
	clear:both;
	height: auto;
	margin: 0px 10px 0px 10px;	
	max-width: 100%;
    }
.img-left
    {
	border: none;		
	clear:both;
	float: left;
	margin: 0px 10px 10px 10px;
	}
.img-vmid
    {
	border: none;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	}
.video-container
	{
	clear: both;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
    }
.video-container iframe
    {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
    }
.iframe-content
    {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
    }
.iframe-content iframe
    {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
    }
.video-box 
	{
	background-color: black;
	border: none;
	clear: both;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
	}
.video-box video 
	{
	border: none;
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.pagetop
	{
	align-items: center;
	background: #666;
	border: solid 2px #000;
	border-radius: 50%;
	bottom: 30px;
	cursor: pointer;
	display: none;
	height: 50px;
	justify-content: center;
	right: 30px;
	position: fixed;
	width: 50px;
	z-index: 2;
	}
.pagetop__arrow
	{
	border-right: 3px solid #000;
	border-top: 3px solid #000;
	display: block;
	height: 10px;
	transform: translateY(20%) rotate(-45deg);
	width: 10px;
	}
