@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
html { width:100%; text-align: center;}
body { 
	font-size: 14px;
	color: #333;
	font-family: 'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:150%;
	margin: 0px;
	text-align:center;
	background-color:#036;
}
img { border: 0; }
a  { color: #FFF; text-decoration: none }
a:hover  { color: #F93; text-decoration: underline }
.product-sub-area{
	margin:50px 0 0 30px;
	padding:0 0 20px ;
}
.product-sub-area img{
	float:left;
	margin:0 0 0 0;
}
.product-sub-left{
	float:left;
	width:360px;
	margin:0 0px 0 0;
}
.product-sub-left img{
	margin:0 0 10px 0;
}
.product-sub-right{
	float:right;
	width:470px;
	margin:0 30px 0 0;
}
.product-subtitle{
	font-size:16px;
	width:460px;
	height:24px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0px 6px 10px;
	border-bottom:2px dotted #FFF;
	margin:0px 0 0 0px;
	vertical-align:top;
	text-align:left;
}
.product-sub-com{
	line-height: 140%;
	color: #FFF;
	font-size:14px;
	margin:20px 0 0 10px;
	text-align:left;
}
.youtube{
	width:460px;
}
@media screen and (max-width:767px){
.product-sub-area{
	width:100%;
	height: 100vh;
	margin:0 0 0 0;
	padding:0 0 0px ;
	overflow:scroll;
}
.product-sub-area img{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0;
}
.product-sub-left{
	float:left;
	width:100%;
	margin:0 0px 0 0;
}
.product-sub-left img{
	width:100%;
	height:auto;
	margin:0 0 0 0;
}
.product-sub-right{
	float:left;
	width:100%;
	margin:0 0 0 0;
}
.product-subtitle{
	width:94%;
	height:auto;
	padding:10px 0px 0 0;
	border-bottom:2px dotted #FFF;
	margin:0px 0 0 3%;
}
.product-sub-com{
	float:left;
	width:94%;
	margin:0px 0 10px 3%;
}
.youtube{
	width:100%;
	margin:0 0 0 0;
}
}