<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(common.css);

/* CSS for Shining Adversing Car */

/**********************************/
/* Description */
div#spev_description{
	margin-bottom:5px !important;
	margin-top:5px !important;
}
div#spev_description .left{
	width: 350px;
}
div#spev_description .right{
	width: 337px;
}

/**********************************/
/* Detail */
div#spev_detail .left{
	width:290px;
}
div#spev_detail .right{
	width: 393px;
}
div#spev_detail .left dl,
div#spev_detail .left dl dt,
div#spev_detail .left dl dd{
	margin:0;
	padding:0;
}
div#spev_detail .left dl dt{
	line-height:1em;
	border-left:solid 1em #1e1212;
	padding-left: 3px;
	margin-bottom: 7px;
}
div#spev_detail .left dl dd{
	margin-bottom: 20px;
	line-height:1.5em;
}

/**********************************/
/* Variation */
div #spev_variation table{
	border:solid 2px #1e1212;
	width:100%;
}
div #spev_variation table th,
div #spev_variation table td{
	border:solid 1px #1e1212;
	padding:5px;
	vertical-align: top;
}
div #spev_variation table th{
	background: #eeeeee;
	font-weight:bold;
}
div #spev_variation table td.spev_var_price{
	width: 105px;
	text-align: center;
}
div #spev_variation ul li{
	margin-bottom:10px;
}

/**********************************/
/* Procedure */
div#spev_procedure h4{
	line-height: 1em;
	border-left: solid 1em #1e1212;
	padding-left: 3px;
}
div#spev_procedure ol{
	list-style-type: decimal;
	margin-left: 35px;
	line-height:1.7em;
}

/**********************************/
/* Clearfix */
clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
clearfix{
	zoom: 1;
}
</pre></body></html>