@charset "shift_jis";

/* ------------------------
	/jp/support/cs/compact/acce/index_com_acce.html
------------------------ */

/*----- List -----*/
div#list {
	height: 450px;
	margin: auto 4px 30px;
}

div#list:after {
	clear: both;
}

div#list div.item {
	width: 140px;
	height: 140px;
	margin: 2px;
	float: left;
	background: url(/jp/support/cs/dslr/acce/img/index_dslr_acce_btn.jpg) no-repeat;

}

div#list div.item02 {
	height: 159px;
	background: url(/jp/support/cs/dslr/acce/img/index_dslr_acce_btn02.jpg) no-repeat;
}

div#list div.item p {
	display: table-cell;
	height: 40px;
	width: 138px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

div#list div.item02 p {
	height: 60px;
}

div#list div.item a {
	color: #333;
}

div#list div.item a:hover {
	color: #999;
	text-decoration: none;
}

div#list div.item a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
} 

div#list div.item img {
	margin: 3px 1px 0;
}


