@charset "utf-8";

#contents #main #products .category {
	margin-top: 20px;
}

#contents #main #products ul {
	overflow: hidden;
	zoom: 1;
}

#contents #main #products li:nth-child(3n+1) {
	float: left;
	margin-top: 20px;
	padding: 0 9px;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

#contents #main #products li:nth-child(3n+2) {
	float: left;
	margin-top: 20px;
	padding: 0 9px;
	border-right: 1px solid #D9D9D9;
}

#contents #main #products li:nth-child(3n+3) {
	float: right;
	margin-top: 20px;
	padding: 0 10px 0 9px;
	border-right: 1px solid #D9D9D9;
}

#contents #main #products li a {
	display: block;
}

#contents #main #products li a img {
	margin-top: -20px;
	vertical-align: bottom;
}


#contents #main #return-to-list {
	height: 20px;
}

#contents #main #return-to-list a {
	font-size: 93%;
	line-height: 1;
}

#contents #main #introduction {
	overflow: hidden;
	zoom: 1;
}

#contents #main #introduction .description {
	float: right;
	width: 320px;
	padding: 5px;
	font-size: 93%;
	line-height: 1.5;
}

#contents #main #introduction
.title {
	float: right;
	width: 320px;
	font-size: 93%;
	line-height: 1.5;
	font:bold;
}

#contents #main #introduction
.context {
	float: right;
	width: 295px;
	margin-top: 5px;
	padding: 10px;
	font-size: 93%;
	line-height: 1.5;
}

#contents #main #introduction .figure {
	float: left;
	width: 190px;
	padding: 2px;
	border: 1px solid #D4D4D4;
}

#contents #main #introduction .figure img {
	vertical-align: top;
}

#contents #main #solution {
	margin-top: 20px;
	overflow: hidden;
	zoom: 1;
}

#contents #main #solution .description {
	float: left;
	width: 290px;
	margin-top: 20px;
	font-size: 93%;
	line-height: 1.5;
}

#contents #main #solution .figure {
	float: right;
	width: 234px;
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #D4D4D4;
}

#contents #main #specification {
	margin-top: 20px;
}

#contents #main #specification table {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#contents #main #specification th,
#contents #main #specification td {
	padding: 10px;
}

#contents #main #specification tr + tr th,
#contents #main #specification tr + tr td {
	border-top: 1px solid #D9D9D9;
}

#contents #main #specification th {
	border-right: 1px solid #D9D9D9;
}

#contents #main #specification td {
	border-left: 1px solid #D9D9D9;
}

#contents #main #download {
	margin-top: 20px;
}

#contents #main #download .description {
	margin-top: 20px;
	font-size: 93%;
	line-height: 1.5;
}

#contents #main #download ul {
	margin-top: 20px;
	border-bottom: 1px solid #D9D9D9;
}

#contents #main #download li {
	padding: 10px 10px 10px 14px;
	background: url(../img/list-bullet.png) no-repeat left center;
	border-top: 1px solid #D9D9D9;
	font-size: 93%;
	line-height: 1;
}

#contents #main #faq {
	margin-top: 20px;
}

#contents #main #faq ul {
	margin-top: 20px;
	border-bottom: 1px solid #D9D9D9;
}

#contents #main #faq li {
	padding: 10px 10px 10px 14px;
	background: url(../img/list-bullet.png) no-repeat left center;
	border-top: 1px solid #D9D9D9;
	font-size: 93%;
	line-height: 1;
}

#contents #main .page-top {
	margin-top: 20px;
	text-align: right;
}

#contents #side #local-nav h3 {
	height: 70px;
	margin: -1px -1px 0;
	background: url(../img/h3-local-nav.png) no-repeat;
	text-indent: -9999em;
}

#contents #side #local-nav li {
	padding: 10px 10px 10px 23px;
	background: url(../../common/img/local-nav-bullet.png) no-repeat 9px center;
	border-top: 1px solid white;
	border-bottom: 1px solid #CFCFCF;
	font-size: 93%;
	line-height: 1;
}
