/*
===============================================================================
/product/css/index.css
製品情報 - INDEX用スタイルシート
===============================================================================*/

/* CategoryIndex
===============================================================================*/
div#categoryIndex {
	background:#fff url("../images/index_bg.jpg") no-repeat top left;
	height:auto;
}


/* Contents > Products Table > Lead
===============================================================================*/
h3 {background-color:transparent ! important;}

.line {
	margin:0.25em 1em 1em 0em;
	}

table.product {
	margin:0.5em 1em 0.5em 3px;
	}
table.product tr td {
	border-top:1px dotted #999;
	vertical-align:top;
	padding-top:1em;
	padding-bottom:2em;
}

td .name {
	width:200px;
	}

td.info {
	padding-left:1em; 
	padding-right:1em; 
	}

.product-copy {
	color:#444444;
	font-size:100%;
	margin-bottom:0.2em;
	}

div.konna {
	padding:0 0 5px 0;
	border-bottom:1px dotted #77a8d3;
}

/* Pdf
===============================================================================*/
a.pdf {
	padding:0 10px 10px 0;
	display:block;
	width:89px;
	margin:0 0 0 auto;
}


.line {border-bottom:1px dotted #999; margin:6px 0px;}
