@charset "utf-8";
/* CSS Document */
html, body{
	height:auto;
	background-image:none;
	background-color:#FFF;
}
body{
}

#container{
	position: relative;
	height:auto !important; /*IE6対策*/
	height: auto; /*IE6対策*/
	min-height: auto;
}



#HeadBox{
	display:none;
}

.BCouter{
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #999;	
}

.navi{
	display:none;
}
.sitemain{
	margin-left:0;
}

/*contents 内*/
#ProductsBox,
#SupportBox,
#NewsBox,
.about,
.company,
.event{
}

.pageNavi{
	display:none;
}

#footer{
	display:none;
}

/*--------------------------------------*/
/*製品*/
/*--------------------------------------*/
.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:1023px){
	.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:1023px){
	.ProductsSpec{
		clear:none !important;
		margin:0 0 10px 62% !important;
	}
}