<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		aibo support solution index.css
	================================================================================================
*/


#contents th, #contents td{
	border:none;
}

#contents div.section table{
	margin:10px;
	border-collapse: separate;
    border-spacing: 0;
}
#contents div.section tr th{
	padding: 10px 8px;
	border-top:1px solid #d2d2db;
	border-bottom:1px solid #d2d2db;
	background-color:#fbfbfc;
	font-weight:700;
	color:#000;
}


#contents div.section tr td{
	border-bottom:1px solid #d2d2db;
	padding: 14px 8px;
}


#contents div.section tr th:first-child,
#contents div.section tr td:first-child{
	border-left:1px solid #d2d2db;
	border-right:1px solid #d2d2db;
}

#contents div.section tr &gt;*:first-child+*{
	border-right:1px solid #d2d2db;
}

#contents div.section tr &gt;*:first-child+*+*{
	border-right:1px solid #d2d2db;
}

#contents dl{
	padding: 1em 0 0 0;
}


#contents dl dt,
#contents dl dd{
	margin-left:0;
	margin-bottom:0;
}


#contents div.section tr td &gt; ul{
	margin-bottom:0;
	padding:0.5em 0 0 0;
}

#contents div.section tr td &gt; p{
	margin:1em 0 0 0;
}

#contents div.section tr td ul.txtlink,
#contents div.section tr td ul.txtlink li{
	margin-left:0;
	margin-right:0;
}

@media (max-width: 640px) {
	
#contents div.section tr th:first-child{
	width:30%;
}

#contents div.section tr th:last-child{
	width:21%;
}
	

#contents div.section tr td &gt; ul{
	margin-left:10px;
}

#contents div.img_Area img{
	width:100%;
	height:auto;
}

}
</pre></body></html>