@charset "utf-8"; @import 'grid.less'; @column-width: 60; @gutter-width: 20; @columns: 12; .top-title { width:100%; height:120px; background:url(../img/page-title-bg.png)repeat-x; position:absolute; z-index:99; top:390px; } #page-top-title { width:614px; height:33px; position:relative; top:20px; left:50%; margin-left:-307px; z-index:999; } .top-title h1 { visibility:hidden; } table.tokusho { width:960px; border-collapse:collapse; text-align:left; margin: 0 0 80px 0; } .tokusho tr { border-bottom:1px dotted #ccc; } .tokusho tr.last { border:none; } .tokusho tr p{ padding:10px; } .tokusho tr ul { margin:10px 10px 10px 25px; } .tokusho th { width:200px; } .tokusho th p { font-weight:100; }