/**サブメニュー********/

#Sub .box02 ul{
	display: none;
}
#Sub .box03 ul{
	display: none;
}
#Sub .box04 ul{
	display: none;
}

#Sub .box02 div.bt{
	display: none;
}
#Sub .box03 div.bt{
	display: none;
}
#Sub .box04 div.bt{
	display: none;
}

/**沿革*********/
body.index div.aisatsu{
	text-align: center;
}
body.index div.aisatsu p{
	text-align: left;
}
body.index div.aisatsu p.r{
	text-align: right;
	font-size: 80%;
}
body.index div.aisatsu img.max{
	width: 100%;
	height: auto;
}
body.index dt{
	margin: 5px 0 0;
	font-weight: bold;
}
/**概要*********/
body.outline dt{
	margin: 10px 0 0;
	font-weight: bold;
	background: #eee;
	padding: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
body.outline dt br{
	display: none;
}
body.outline dd div.photo{
	width: 100%;
	text-align: center;
}
body.outline dd div.photo img{
	width: 60%;
	height: auto;
	margin: 10px auto;
}

/**製品*********/
body.product div.product div.photobox{
	text-align: center;
}
body.product div.product div.photobox img{
	width: 90%;
	max-width: 345px;
	height: auto;
	margin: 0 0 10px;
}

/**設備*********/
body.equipment table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #ccc solid;
	margin: 10px 0 20px;
}
body.equipment table th{
	padding: 2px;
	font-size: 75%;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eee;
}
body.equipment table td{
	padding: 2px;
	font-size: 75%;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
}
body.equipment table td br{
	display: none;
}
body.equipment div.photobox{
	line-height: 100%;
	text-align: center;
	font-size: 80%;
}

body.iso #Main h6{
	font-size: 100%;
	color: #c00;
}
body.iso span.red{
	color: #c00;
}