@charset "UTF-8";


/*---------------------------------------------------------------------------------------------------------------------
		sample/index.html 
---------------------------------------------------------------------------------------------------------------------*/
.sample table#mainContents td#mainBox {
	padding: 0 0 30px 0;
}
table.sampleBox {
	margin-left: 9px;
	margin-right: 9px;
	padding-bottom: 30px;
}
table.sampleBox td p.image img {
	border: solid 1px #CCCCCC;
}
table.sampleBox td p.image {
	margin-right: 24px;
}
table.sampleBox td div.sampleTitle {
	border-left: solid 5px #FFBF00;
	padding-left: 10px;
}
table.sampleBox td div.sampleTitle p.itemName {
	font-size: 82%;
	font-weight: bold;
	color: #F96611;
	padding-bottom: 3px;
}
table.sampleBox td div.sampleTitle p.subText {
	font-size: 82%;
	font-weight: bold;
	color: #005184;
	margin-bottom: 5px;
}
table.sampleBox td p.explanation {
	background: url("../img_common/dotted_line01.gif") repeat-x 0 0;
	font-size: 82%;
	padding-top: 7px;
	line-height: 1.2;
}

.sample table#mainContents td#mainBox div.SampleButton {
	width: 540px;
	text-align: center;
	margin-bottom: 10px;
}
