<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">precautions/* Body */
body {
	background-color: #FFFFFF;
	margin: 0;
}

/* Container */
.container {
	max-width: 1060px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}



#warranty h2 {
    color: #2d2d2d;
    background-color:#FFCF03;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
}

#warranty p {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.scale {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;   /* ��罹洳�ｴ �ｨ�們揆 ��紛 �緋ｰ*/
}
.scale:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

hr {
	display:none;
}

#warranty dt {
    display: inline-block;
    font-weight:800;
    font-size: 14px;
    background-color: #e6e6e6;
    padding: 0 10px;
}


#warranty dd {
    font-size: 13px;
	margin-inline-start: 0;
	margin-bottom:15px;
}

#warranty caption {
	position: relative;
    margin-top:20px;
    background-color:#FFCF03;
    padding:2px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#warranty table{
	table{table-layout:fixed;}
	margin-top: 50px;
}
#warranty table, #warranty th, #warranty td {
	border-bottom: 1px dotted #fff;
	border-collapse: collapse;
}
#warranty th, #warranty td {
	font-size:12pt;
	padding: 10px;
	text-align: left;
}
#warranty th{
	width:1px;white-space:nowrap;
	background: #333;
	color: #fff;
}

#warranty tr:nth-child(odd) {
	background-color: #fff;
}
#warranty tr:nth-child(even) {
	background-color: #f7f4f0;
}</pre></body></html>