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

.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	}

.clearfix {
	zoom: 1;
	}

/*----------------comparison---------------*/

#subtitle{
	margin-top:10px;
	text-align:center;
	line-height:170%;
}
#subtitle span{
	padding:0 5px;
}
/*----------------------------*/
/*
div.comparison div#elementWrap{
	width:982px;
	padding:20px 0;
	overflow-x: scroll;
	/position:relative;
}
*/
table#element th,
table#element td{
	font-size:12px;
}
p#btReset{
	text-align:right;
}
table#element{
	margin-top:20px;
}
table#element thead th {
	width:165px;
	height:114px;
	text-align:center;
}
table#element td div p{
	position:absolute;
	top:3px;
	right:5px;
}
table#element td div a{
	display:block;
	width:171px;
	height:94px;
	padding:10px 0; 
	text-align:center;
	background:url(../img/thead_th_bg.gif) repeat-y;
}
table#element td a span{
	display:block;
	text-align:center;
}

table#element td div{
	position:relative;
	width:171px;
}

.tableCloseBtn{
	cursor:pointer;
}

/*-----------*/
div.comparison table#element tbody th{
	width:116px;
	padding:5px;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
}
div.comparison table#element tbody tr:nth-child(odd) th{
	background-color:#dce0e4;
}

div.comparison table#element tbody tr:nth-child(even) th{
	background-color:#d8e6f4;
}

div.comparison table#element tbody td{
	padding:5px;
	background:url(../img/tbody_td_bg.gif) no-repeat left bottom;
}

/*-------------class-------------*/
.attention{
	margin-top:15px;
}





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