@charset "UTF-8";
@import "reset.css";

p {
	font-size: 90%;
}
li {
	font-size: 90%;
}
.explain {
	font-size: 80%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	line-height: 1.3em;
	margin-top: 5px;
}
.subscript {
	font-size: 60%;
	color: #666;
	margin-top: 10px;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.tablelayout {
	font-size: 70%;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.tablelayout td {
	padding: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.tabletitle {
	font-size: 70%;
	color: #555å;
	margin-top: 10px;
}
.carname {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 5px;
	margin-top: 5px;
}
.carspec {
	font-size: 85%;
}
.carspec dt {
	width: 5em;
	float: left;
}
.carspec dd {
	margin-left: 5.5em;
}
.racecardetail {
	height: 500px;
	width: 400px;
	margin-bottom: 20px;
}
.productdetail {
	height: 550px;
	width: 400px;
	margin-bottom: 20px;
}
.racecardetaillink {
	font-size: 70%;
	color: #FF0;
	width: 400px;
}
.racecardetaillink a {
	color: #FF0;
}
.gotomagazinepage a {
	color: #FF0;
}
.cautionred {
	font-size: 70%;
	line-height: 1.1em;
	margin-top: 3px;
	margin-bottom: 8px;
	color: #C90003;
}
.smalltext {
	font-size: 70%;
}