
/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.Section:after,
.ClearFix:after
{  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.Section,
.ClearFix
{  
	display: inline-block;  
	zoom: 100%;  
}

/*===========================
■2. 共通要素
============================*/

DIV.Contents{
	clear:both;
	float:none;
	width:750px;
}
DIV.Contents .Section{
	width:760px;
	margin-bottom:30px;
}
div.Logo{
	float:center;
	width:760px;
	margin:0 20px;
}
DIV.Contents .Section .LBox{
	float:left;
}
DIV.Contents .Section .RBox{
	float:right;
}
DIV.Contents .Section P{
	font-family:'メイリオ' , Meiryo, Osaka, 'ＭＳ Ｐゴシック' , MS PGothic, sans-serif;
	font-size: 85%;
	color:#565151;
}
DIV.Contents .Section IMG.m10{
	margin: 10px;
}
DIV.Contents h2.subt{
	margin: 20px 0 10px 0;
}
DIV.Contents  h3.chache{
	font-family:'メイリオ' , Meiryo, Osaka, 'ＭＳ Ｐゴシック' , MS PGothic, sans-serif;
	font-size: 100%;
	color:#2c2929;
}
a img {
	border: 0;
}

/* 製品情報枠　800px */

DIV.mega_flame {
	width: 800px;
	padding: 20px 0;
	background:#F6F6F6;
}

/* 本文の余白　左右20px */
DIV#MainImage {
	margin: 0px 20px 20px 20px;
}

/* 本文の余白　左右20px */
DIV.Contents {
	margin: 0px 20px;
}

/*--------------------------
□動作環境
--------------------------*/
/* SpecTable*/
table.SpecTable {
	width: 700px;
	margin: 0 0 10px;
	padding: 0;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	line-height: 140%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.SpecTable th {
	width: 150px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
	margin: 0;
	font-size: 75%;
	background-color: #DDDDDD;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.SpecTable th.verth {
	width: auto;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	margin: 0;
	font-size: 75%;
	background-color: #DDDDDD;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.SpecTable td {
	text-align: left;
	padding: 6px;
	margin: 0;
	font-size: 75%;
	background-color: #FFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

table.SpecTable td p {
	font-size: 100%;
	margin: 0 0 0.7em;
}

table.SpecTable ul {
	font-size: 100%;
	margin-left: 0;
}

table.SpecTable ul li {
	font-size: 100%;
}

ul{
	list-style:none;
	padding:10px 0 0 0;
}
ul li{
	float:left;
	padding-left:12px;
	font-family:'メイリオ' , Meiryo, Osaka, 'ＭＳ Ｐゴシック' , MS PGothic, sans-serif;
	color:#565151;
	font-size:80%;
}
.right{
	float:right;
	width:310px;
}
.left{
	float:left;
}




