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

#content .main .right {
	float: left;
	width: auto;
	margin-left: 40px;
}

#content .main .left {
	width: auto;
}

#content .main .content {
	padding: 15px;
}

#content .main .content label {
	margin: 4px 18px;
}

#content .main .content p.color img {
	height: 55px;
	width: 55px;
}

#content .main .content h3 {
	font-size: 12px;
	padding: 10px 0 5px;
}

#content .main .content p.size img {
	height: auto;
	width: auto;
}

#content .main .left p.image span {
	display: block;
	padding-bottom: 15px;
}

#content .main .right {
	color: #555;
}

p.color img {
	-moz-box-shadow   : 0 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
	box-shadow        : 0 1px 3px rgba(0, 0, 0, 0.75);

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#999999');
}

p.color span {
	padding-bottom: 5px;
}

/*--- special ---*/
#content .special dl {
	padding: 20px 20px 0 20px;
}

#content .special dt {
	font-weight: bold;
	padding-bottom: 5px;
}

#content .special dd {
	color: #555;
	font-size: 13px;
	padding-bottom: 20px;
}

/*--- installations ---*/
#content .installations {
	padding-bottom: 20px;
}

#content .installation {
	margin-top: 20px;
	padding: 0 20px;
}
#content .installation p.text {
	color: #555;
	font-size: 13px;
	margin-left: 5px;
	width: 500px;
}

/*--- standard ---*/
/*--- note ---*/
#content .standard ul,
#content .note ul {
	padding: 20px 20px 10px 40px;
}

#content .standard li,
#content .note li {
	color: #555;
	font-size: 13px;
	padding-bottom: 10px;
}

/*--- postage ---*/
#content .postage p {
	color: #555;
	font-size: 13px;
	padding: 20px;
}

/*--- summary ---*/
#summary-image {
	height: 109px;
}


h4 {
	margin-left: 20px;
}

div.tekigo table {
	width: 720px;
	border-collapse: collapse;
	font-size: 10px;
	/*
	margin: 8px 0 20px 0;
	*/
	margin: 20px;
}
div.tekigo th.t_top {
	border-top: #e3e3e3 1px solid;
}
div.tekigo th.even {
  background: #fafafa;
}
div.tekigo th {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 4px 15px;
	font-weight: bold;
}
div.tekigo td.t_top {
	font-weight: bold;
	border-top: #e3e3e3 1px solid;
}
div.tekigo td.even {
  background: #fafafa;
}
div.tekigo td {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 4px 15px;
}
div.tekigo h5 {
	margin-top: 15px;
}
div.info ul {
  list-style: disc;
  font-size: 10px;
  padding-left: 20px;
}

div.tekigo h5 {
	margin-left: 20px;
}
