@charset "utf-8"; @import "default.less"; @import "common.less"; @import "global.less"; /* nav ///////////////////////*/ nav{ width:200px; margin:0 40px 0 0; .pa; ul{ border-top:1px @glay solid; } li{ border-bottom:1px @glay solid; } a{ display:block; padding:10px 0 10px 15px; background:url(../image/point1.svg) no-repeat 0 50%; font-size:10pt; } a:hover{ background:url(../image/point1.svg) no-repeat 5px 50%; } } /* .outline ///////////////////////*/ .outline{ table td{ padding:5px 10px; } } /* .message ///////////////////////*/ .message{ p{ line-height:230%; } } /* .history ///////////////////////*/ .history{ li{ padding:0 0 0 80px; } p{ margin-left:-80px; .left; } } /* .access ///////////////////////*/ .access{ p{ padding:10px; } }