@charset "utf-8";

/* productsフォルダ以下のファイル共有 */
/*------------------------------*/
#contents dl {
float:left;
width:500px;
margin-bottom: 0.5em;
}
#contents dt {
	color: #0B84DD;
	font-size: 16px;
	_font-size: 135%;
	font-weight: bold;
}
#contents dd {
	margin-bottom: 10px;
}
#contents .button img {
	margin-right: 4px;
	float: left;
}
.leftImage {
	float: left;
	margin-right: 20px;
}

