@charset "UTF-8"; /********/ /* less */ /********/ @white: #ffffff; @black: #000000; /********/ h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { font-weight: normal; } h1, h1 a { font-size: 48px; line-height: 48px; color: @white; letter-spacing: -2px; } h2, h2 a { float: right; font-size: 48px; line-height: 80px; color: @white; } h3, h3 a { font-size: 16px; line-height: 19px; text-transform: uppercase; color: @white; } textarea, input[type=text], input[type=button] { text-transform: uppercase; } textarea, input[type=text] { color: #545454; padding: 1px 5px; } input[type=button] { color: #e26400; font-size: 18px; cursor: pointer; } /********/ /* main */ /********/ div#contents { div#top { div#txt { text-align: right; } h2 { letter-spacing: 40px; margin-right: -40px; } } div#form { h1 { float: left; margin: 40px 0 0 30px; } } }