@charset "utf-8";

/* ============================================
	/product/index.html
============================================ */

body#products.index #mainContents {
	padding: 0 20px 0 19px;
	width: 659px;
}
	body#products.index .h2Section {
		width: 659px;
		height: 50px;
		position: relative;
	}
		body#products.index .h2Section h2 {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 1;
		}
		.productH2Btn {
			position: absolute;
			z-index: 2;
			top: 10px;
			right: 9px;
		}
		.productH2BtnSun {
			position: absolute;
			z-index: 2;
			top: 10px;
			right: 133px;
		}

		.productH2Btn001 {
			position: absolute;
			z-index: 2;
			top: 10px;
			right: 9px;
		}
		.productH2Btn002 {
			position: absolute;
			z-index: 2;
			top: 10px;
			right: 142px;
		}
		
	.productListTB {
		margin-top: 17px;
		width: 659px;
		overflow: hidden;
	}
		.productListTB li {
			width: 300px;
		}
		.productListTB li.fltL {
			padding-right: 29px;
			border-right: 1px solid #ebebeb;
		}
		.productListTB li.fltR {
			padding-left: 29px;
		}
			.productListTB h3 {
				margin-bottom: 9px;
			}
			.productListTB .explanation {
				margin-top: 5px;
				line-height: 1.3;
			}
			.productListTB dl {
				margin-top: 5px;
				font-size: 85%;
				line-height: 1.3;
			}
				.productListTB dt {
					color: #999966;
				}
				.productListTB dd {
					color: #999999;
				}
			.productListTB .productLink {
				background: url(../images/index/contents_ico_arrowL.gif) no-repeat left top;
				margin-top: 8px;
				padding-left: 20px;
				line-height: 15px;
			}
				.productListTB .productLink a {
					color: #cc6666;
					text-decoration: underline;
				}
				.productListTB .productLink a:hover {
					text-decoration: none;
				}

	.productListRLB {
		margin-top: 15px;
		border-top: 1px solid #edede4;
		padding-top: 15px;
		width: 659px;
		overflow: hidden;
	}
	.productListRL {
		margin-top: 20px;
		width: 659px;
		overflow: hidden;
	}
		.productListRLB .productImg,
		.productListRL .productImg {
			float: left;
		}
		.productListRLB div,
		.productListRL div {
			float: right;
			width: 430px;
		}
			.productListRLB h3,
			.productListRL h3 {
				margin-bottom: 10px;
			}
			
			.productListRLB p,
			.productListRL p {
			line-height: 1.3;
			}
			
			.productListRLB dl,
			.productListRL dl {
				font-size: 85%;
				line-height: 1.3;
			}
				.productListRLB dt,
				.productListRL dt {
					color: #999966;
				}
				.productListRLB dd,
				.productListRL dd {
					color: #999999;
				}
			.productListRLB .productLink,
			.productListRL .productLink {
				background: url(../images/index/contents_ico_arrowS.gif) no-repeat left center;
				margin-top: 5px;
				padding-left: 20px;
			}
				.productListRLB .productLink a,
				.productListRL .productLink a {
					color: #cc6666;
					text-decoration: underline;
				}
				.productListRLB .productLink a:hover,
				.productListRL .productLink a:hover {
					text-decoration: none;
				}
