/* マウスガード
------------------------------------------------ */
#kinds{
	border:1px #009999 solid;
	padding:10px;
	margin-bottom:30px;
}
#kinds dt{
	font-size:18px;
	margin-bottom:5px;
	font-weight:bold;
	color:#339966;
}
#kinds dd{
	padding-left:10px;
	margin-bottom:20px;
}

#kinds2{
	width:640px;
	margin:0 auto 40px;
}
#kinds2 li{
	float:left;
	text-align:center;
}
#kinds2 li .img{
	border:1px #CCC solid;
}
#kinds2 .sidem img{
	margin:0 5px;
}

.price{
	width:640px;
	margin:0 auto;
}
.price .l{
	width:300px;
	float:left;
}
.price .l .img{
	padding:4px;
	border:1px #999 solid;
	margin-bottom:10px;
}
.price .r{
	width:330px;
	margin-top:10px;
	float:right;
}
.price .r dt{
	margin-bottom:5px;
	font-weight:bold;
}
.price .r dd{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #999 dotted;
	text-align:right;
	color:#CC0000;
}

table.object{
	width:640px;
	margin:0 auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #00996;
}

table.object th,
table.object td{
	border:solid 1px #009966;
	padding:6px;
}

table.object th{
	background:#009966;
	text-align:left;
	white-space:nowrap;
	color:#fff;
}
table.object td{
	line-height:140%;
	color:#333333;
}
