@charset "utf-8"; #DepartmentDetailBox { /* [disabled]background-color: #9C3; */ } .Title { color: #333; font-size: 18px; font-weight: bold; text-align: center; } #DepartmentDetailBox table td { padding-left: 10px; } .SubTitle { text-align: center; color: #cfcfcf; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #CCC; } .DetailText { line-height: 25px; padding: 10px; color: #6c6c6c; } .DepartmentName { font-size: 18px; font-weight: normal; color: #00A4B4; margin-right: 10px; text-align: left; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #00A4B4; } .DetailText table table { border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #CCCCCC; border-left-color: #CCCCCC; } .DetailText table table tr td { border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #CCCCCC; border-bottom-color: #CCCCCC; } .DetailText table table tr td a { color: #009DAE; font-weight: normal; text-decoration: underline; } .DetailText li { float: left; list-style-type: decimal; /* [disabled]display: block; */ margin-right: 20px; margin-left: 10px; }