@charset "utf-8"; /*********************** * * 表組み * ***********************/ .table-pattern1{ $border-style:dotted 1px #bbb; border-collapse:collapse; width:100%; border-top:$border-style; tr{ border-bottom:$border-style; padding:1px 0; } th,td{ padding:20px; text-align:left; } th{ width:30%; text-align:center; background:#EFEFF0; } }