/* denka.css
-------------------------------------------------------------------------------------------------*/
img{
	vertical-align:bottom;
}

.denka_subtl{
	padding:25px 0;
	color:#333;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	border-top: 5px solid #0082c8;
}

.denka_box{
	padding:20px;
	border:1px solid #CCC;
}

.txt_denka{
	font-weight:bold;
	color:#0082C8;
}


.index_point{
	margin-bottom:20px;
	padding-bottom:20px;
	}
	.index_point dt{
		clear:both;
		margin-top:50px;
		padding-top:25px;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 180%;
		border-top:5px solid #0082C8;
	}
	.index_point dd{
		line-height: 180%;
	}
	.index_point dt img{
		margin-top: -12px;
	}
.index_point.index_leace dt{
	margin-top: 10px;
	border-top:5px solid #FBDF00;
}
.index_point.index_leace dt span{
	font-size: 15px;
}


/* denka/index.html */
.index_tl{
	color:#6DBA44;
}


/* denka/products.html */
.products_table{
	border-bottom:3px solid #CCC;
}
.products_table thead th{
	padding:5px 10px;
	color:#FFF;
	border-top:3px solid #CCC;
	border-bottom:2px solid #CCC;
	border-left:3px solid #CCC;
	background-color:#004fa8;
}
.products_table thead th:first-child{
	border-left:none;
}
.products_table tbody td{
	padding:5px 10px;
	border-top:1px solid #CCC;
	border-left:3px solid #CCC;
}
.products_table tbody td:first-child{
	border-left:none;
}

.products_list{
	margin:40px 0;
}
.products_list li{
	float:left;
	width:240px;
	margin:0 10px 5px 0;
	font-weight:bold;
	text-align:center;
}
.products_list li:nth-child(3n){
	margin-right:0;
}
.products_list li a{
	display:block;
	padding:3px 0;
	color:#004fa8 !important;
	text-decoration:none !important;
	border:1px solid #0081c7;
}
.products_list li a:hover{
	color:#004fa8 !important;
	text-decoration:underline;
	background-color:#cce6f4;
}


/* denka/products/nabe.html */
.products_table tbody th{
	padding:5px 10px;
	color:#FFF;
	border-top:1px solid #CCC;
}
.products_table th.rajiento{ background-color:#B3B3B3; }
.products_table th.ih{ background-color:#0081C7; }
.products_table th.metal{ background-color:#E2001D; }

.nabe_point01,
.nabe_point02,
.nabe_point03{
	padding-left: 110px;
}
.nabe_point01{background:url(../images/denka/nabe_point01.gif) 0 50% no-repeat;}
.nabe_point02{background:url(../images/denka/nabe_point02.gif) 0 50% no-repeat;}
.nabe_point03{background:url(../images/denka/nabe_point03.gif) 0 50% no-repeat;}


/* denka/products/anshin.html */
.products_table strong{
	color:#EA6172;
	font-size:19px;
	font-weight:bold;
}

.anshin_point li{
	float:left;
	padding:14px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.anshin_point li:nth-child(2n){
	border-right:none;
}
