﻿@charset "UTF-8";


/* 資材リストスタイル ------------------------ */
div#contents-area .columnLayoutA01 dl {
	margin:0 10px 20px 10px;
	display:inline-block;
}

div#contents-area .columnLayoutA01 dl:after {
	clear:both;
	height: 0;
	visibility: hidden;
	display: block;
	content: " ";
}

/* start commented backslash hack \*/ 
* html div#contents-area .columnLayoutA01 dl { height: 1%; } 
div#contents-area .columnLayoutA01 dl{ display: block; } 
/* close commented backslash hack */


div#contents-area .columnLayoutA01 dl dt {
	float:left;
}

div#contents-area .columnLayoutA01 dl dt img {
	border: 1px solid #CCCCCC;
}

div#contents-area .columnLayoutA01 dl dd {
	margin:0 0 0 120px;
}

div#contents-area .columnLayoutA01 dl dd h3,
div#contents-area .columnLayoutA01 dl dd div {
	margin:0 0 5px 0;
}

div#contents-area .columnLayoutA01 dl dd h3 {
	font-size:100%;
	line-height:130%;
}



div#contents-area .columnLayoutA01 dl dd p {
	margin:0 0 10px 0;
}

div#contents-area .columnLayoutA01 dl dd p a.product-pdf {
	background: url(../../shared/img/icon_pdf01.gif) no-repeat 0 0;
	padding:0 0 0 19px;
}

div#contents-area .columnLayoutA01 dl dd p a.newwindow {
	background:url(../../shared/img/icon_newWindow01.gif) no-repeat 0 0;
	padding:0 0 0 19px;
}

