<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 */


.infobox{width:100%; padding:10px; background:#efefef;}

.itenTitle{border-bottom:2px solid #404040; font-size:15px; line-height:30px; height:30px; width:100%; text-indent:10px; font-weight:bold; margin-bottom:20px; clear:both;}
.category{font-weight:bold; font-size:13px; padding:8px; background-color:#E7E7E7; border-radius: 8px; cursor: pointer;}
.category:hover{opacity: 0.7;}
.itemName{font-weight:bold; font-size:13px; padding:6px;}
 
/*-----------------------------------取説表*/
.manual{width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; margin-bottom:30px;}
.manual th{background:#eee; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; vertical-align:middle; line-height:20px; width:24%;}
.manual td{background:#fff; vertical-align:middle; border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; line-height:20px; width:38%;}


/*-----------------------------------取説表 カテゴリ無しバージョン*/
.manual2{width:700px; padding-bottom:30px;}
.manual2 li{width:340px; border-bottom:1px solid #ccc; list-style:none; padding:5px 0px; float:left;}
.manual2 li:nth-child(odd){margin-right:20px;}/* 奇数のみ右20pxあけ */
.manual2 li.listall{width:700px;}

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