@charset "utf-8";
@import url(../common.css);

/* トップタイトル */
h1#caremblem1 {
	position: absolute; top: 50px; right: 50px;
	display: block; width: 240px; height: 32px;
	text-indent: -9999px;
	background: url(logo-brz.png) no-repeat;
	z-index: 99;
}
p.carpict { position: absolute; top: 0px; left: 40px; }
p.carspec { position: absolute; bottom: 10px; right: 30px; text-align: right; }

h1#caremblem2 {
	position: absolute; top: 18px; right: 50px;
	display: block; width: 240px; height: 32px;
	text-indent: -9999px;
	background: url(logo-86.png) no-repeat;
	z-index: 99;
}

/* 製品サムネイル */
.pr-thumbnail ul li { margin-right: 6px; }
.pr-thumbnail ul li img { margin-bottom: 8px; }

/* グラフ */
.graphsquare { height:540px; width:600px; }
