@charset "utf-8";
/* CSS Document */
html, body{
	height:auto;
	background-image:none;
	background-color:#FFF;
}
body{
	max-width:100%;
	height:auto; 
    min-height:auto; 
	display:block;
}

main,
#contents,
.sitemain{
	display:block;
}

#contents{
	border-spacing: 0;
}

#qmEditorClosed,
#qmEditor{
	display:none;
}

header{
	display:none;
}

.BCouter{
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #999;	
}

.navi{
	display:none;
}
.sitemain{
	margin-left:0;
	padding:10px;
}

/*contents 内*/
#ProductsBox,
#SupportBox,
#NewsBox,
.about,
.company,
.event{
}

.pageNavi{
	display:none;
}

footer{
	display:none;
}

/*--------------------------------------*/
/*製品*/
/*--------------------------------------*/
.Products{
	padding:15px;
}
.products_tags{
	display:none;
}
/*製品詳細　main写真*/
/*写真エリア*/
.ProductsPhotos{
	width:60% !important;
	float:left !important;
}
/*メイン写真*/
.ProductsPhotos div.mainphoto{
	border:1px solid #CCC;
	margin:0;
	padding:0;
	width:auto !important;
	height:auto !important;
}
@media(max-width:960px){
	.ProductsPhotos{
		width:60% !important;
		float:left !important;
	}
}

/*--------------------------------------*/
/*製品スペックエリア*/
/*--------------------------------------*/
.ProductsSpec{
	margin:0 0 10px 520px;
	padding:0;
	width:auto;
	font-size:90%;
}
@media(max-width:1200px){
	.ProductsSpec{
		margin:0 0 10px 62% !important;
	}
}
@media(max-width:960px){
	.ProductsSpec{
		clear:none !important;
		margin:0 0 10px 62% !important;
	}
}