@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:242px; height:33px; position:relative; top:20px; left:50%; margin-left:-121px; z-index:999; } .top-title h1 { visibility:hidden; } img.contact-btn { margin-left:275px; } img.contact-btn:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } article { .column(6); margin-left:0; } article h3 { font:"Meiryo UI"; font-size:16px; letter-spacing:1px; text-align:center; color:white; padding:2px; margin-bottom:5px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:#DE4870 } article th img { margin-right:10px; } /*UL1*/ ul.ul1{ margin: 1em 0.5em;} ul.ul1 li{ list-style: none; font-size: 16px; margin-bottom: 0.75em; cursor: pointer; background: url(http://www.climer.jp/abitstest/css/../faq/img/a.png) no-repeat; padding-left: 28px; background-position: 0 3px; } ul.ul1 li a{ color: #111;text-decoration: none;} ul.ul1 li:hover a{ font-weight: bold; color: #de4870;} .guide{ margin: 0 0 80px 0; } .guide .row{ } .guide section{ margin: 0 0 80px 0; } .guide section dl{ margin: 0 0 20px 0; } .guide section dl dt{ color: #de4870; margin: 0 0 10px 0; font-weight: bold; } .guide section dl dd{ }