@charset "utf-8";

img {
	max-width: 100%;
}
/* ------------------------------
コンテンツ
------------------------------ */


.border {
	width:570px;
	height:auto;
	margin:10px 180px;
	padding:15px;
	border: #8BC53F dashed 2px;
	font-size:14px;
	color:#000000;
	}
	
.h2_title{
	display:block;
	width:880px;
	margin:25px 0;
	font-size:14px;
	padding:10px;
	color:#000000;
	border-bottom:#999999 2px solid;
	}


/* --- 型番 --- */

.table_style{
	width:400px;
	height:auto;
	margin:30px 278px 20px;
	}

.table_style table{
	width:400px;
	border:#999999 solid 1px;
	border-collapse:collapse;
text-align:center;
	}
	
.table_style th{
	background:#999999;
	color:#FFFFFF;
	border:#CCCCCC solid 1px;
	padding:3px;
	
	}

.table_style td{
	text-align:center;
	border:#999999 solid 1px;
	}

/* --- 特長以下 --- */

.product_block{
	width:900px;
	height:auto;
	margin:0px auto;
	}
	
	
/* 特長 */


.h3_title{
	display:block;
	margin:5px 0;
	padding:0px;
	font-size:14px;
	
	}

.product_block dl{
	display:block;
	width:900px;
	height:auto;
	margin:0 0 30px 0;
	}
	
.product_block dt{
	display:block;
	width:120px;
	height:auto;
	margin:0px;
	padding:0px;
	text-align:center;
	float:left;
	}
	
.product_block dd{
	display:block;
	width:750px;
	height:auto;
	border:#EEEEEE 5px solid;
	margin:0;
	padding:10px;
	float:left;
	
	}
	
/*注意*/
.notice{
	font-size:12px;
	margin:0px;	
	}
