@charset "utf-8";

/**
 * レイアウト
 */

.product #container{
	margin-bottom: 0px;
}

/**
 * 活用方法
 */

#productUse{
	margin-bottom: 20px;
}
#productUse h3{
	margin-bottom: 16px;
	background-image: url(../img/ttb_use.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 44px;
	width: 624px;
}
#productUse h4{
	margin-bottom: 10px;
}

#productUse{
}

/**
 * 活用サンプル
 */

.useSample{
	margin-bottom: 20px;
	width: 620px;
	background-image: url(../img/fm_use_top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}
.useSampleBottom{
	background-image: url(../img/fm_use_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 620px;
	display: block;
	clear: both;
}
.useSample h4{
	background-image: url(../img/ttl_use_sample.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	width: 590px;
	margin-bottom: 10px;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
}
.useSampleInner{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 9px;
	padding-left: 9px;
	width: 600px;
}
.useSampleComment{
	float: left;
	width: 380px;
}
.useSampleComment ul{
	margin-left: 20px;
}
.useSampleComment li{
	font-weight: bold;
}
.useSamplePicup{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.useSampleForm{
	float: right;
	width: 200px;
}
.useSampleBody{
	width: 590px;
	overflow: hidden;
}