@charset "utf-8";

/* contents */
#contents{
	font-size:82%;
}

.warranty_copy{
	background	: #fff;
	padding:20px 0 0;
	border-top:0px solid #E4D1C5;
	margin-top:28px;
}

.warranty_copy h2{
	background	: #fff;
	margin:10px 0 20px 0;
	font-size:114%;
	padding:5px 15px;
	color:#c7000b;
	font-weight: 500;
}

.warranty_copy dl{
	border:0px solid #EEE6D7;
	width:200px;
	padding:10px;
	margin:10px 15px 10px 0;
	float:left;
}
.warranty_copy dl.none{
	margin-right:0;
}
.warranty_copy dt{
	background	: url(../images/line.gif) bottom repeat-x ;
	text-align:center;
	font-weight:bold;
	padding:0px 0 8px;
	font-size:107%;
}
.warranty_copy dd{
	padding:4px 0;
}

.warranty_copy li{
	background	: url(../../images/warranty_check.gif) left no-repeat ;
	padding-left:20px;
}




	  
	  
	  
	  
/*--------------------

	clearfix

--------------------*/

.warranty_copy
{
    overflow:hidden;
    zoom:1;
}

.warranty_copy:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

* html .warranty_copy
{
    height: 1em;
    overflow: visible;
}
