/* お試し */
#checklist {
	margin: 8px 0 8px 2em;
	margin-left: 2em;
	line-height: 160%;
	list-style-position: inside;
}
#checklist li {
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(../parts/checkbox.png);
}

#reason {
	margin-left: 2em;
}
#reason dl {
	margin: 1em;
	font-size: larger;
	border-top: 2px dotted #684B2F;
	border-bottom: 2px dotted #684B2F;
}
#reason dl dt {
	margin-top: 8px;
	font-weight: bold;
}
#reason dl dd {
	margin-top: 8px;
	margin-left: 2em;
}
#reason ul {
	color: #F44;
}
#reason ul li {
	font-weight: bold;
}

#sampleimg {
	float: left;
	width: 220px;
}
#samplecp {
	float: left;
	width: 260px;
	line-height: 160%;
}
#samplecp h4 {
	padding: 3px 4px;
	background-color: #684B2F;
	color: #FFF;
}
#samplecp h5 {
	font-size: small;
	text-decoration: underline;
}

#sampledz {
	clear: both;
	text-align: center;
	font-size: larger;
}

#caution {
	color: #684B2F;
	background-color: #FCC;
}
#caution h3 {
	display: block;
	width: 4em;
	float: left;
	color: #684B2F;
}
#caution ul {
	float: left;
	margin-left: 1em;
	
}
#caution ul li {
	list-style-type: none;
	line-height: 160%;
}
#caution p {
	clear: both;
	margin-left: 4em;
}

#sampleitem {
	line-height: 160%;
}
#sampleitem h4 {
	padding: 3px 1em;
	background-color: #684B2F;
	color: #FFF;
}
#sampleitem h4 + div {
	font-size: larger;
	margin-left: 2em;
}

#orderform table {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#orderform th, #orderform td {
	border: 1px solid #666;
	padding: 2px 4px;
	line-height: 200%;
}
#orderform th {
	text-align: left;
}
#orderform th strong {
	color: #D66;
}

#orderform div.center {
	margin-top: 8px;
	line-height: 160%;
	text-align: center;
}
