@charset "utf-8";
/* CSS Document */

.title {
	font-weight: bold;
	color: #FF0000;
	width: 304px;
	margin-top: 8px;
	margin-bottom: 6px;
	padding-left: 10px;
}
.copy1 {
	width: 304px;
	padding-left: 10px;
}
.pict {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 8px;
}
.spec {
	width: 276px;
	padding: 6px 12px 6px 12px;
	margin-left: 10px;
	margin-bottom: 10px;
-webkit-border-radius: 7px; /* Chrome,Safari */
-moz-border-radius: 7px;    /* Firefox */
border-radius: 7px;         /* CSS3 */
/* ▼Chrome,Safari */
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
/* ▼CSS3 */
background: linear-gradient(top, #fff, #ffd700);
/* ▼Firefox */
background: -moz-linear-gradient(top, #fff, #ffd700);
/* ▼Opera */
background: -o-linear-gradient(top, #fff, #ffd700);
/* ▼IE */
}