/* --------------------------------------------------------- ニュースリリース表示調整用のCSS --------------------------------------------------------- */ .two#main .content-title .sub-title{ margin-bottom:0; } .content-title .sub-title{ float: left; } .content-title .content-utility { float: right; } .right-adjust { clear:both; text-align: right; } #main table { clear: both; width: 100%; border-top: solid 1px #bbbbbb; border-left: solid 1px #bbbbbb; line-height: 1.4; } #main table th { border-right: solid 1px #bbbbbb; border-bottom: solid 1px #bbbbbb; background-color: #dfdfdf; padding: 4px; vertical-align: top; } #main table td { border-right: solid 1px #bbbbbb; border-bottom: solid 1px #bbbbbb; padding: 4px; vertical-align: top; } #main table .th-top th { background-color: #f1f1f1; } #main table.no-border { border-top: none; border-left: none; } #main table.no-border th { border-right: none; border-bottom: none; background-color: #ffffff; } #main table.no-border td { border-right: none; border-bottom: none; } /* --------------------------------------------------------- 文字間隔調整 --------------------------------------------------------- */ #main p { margin: 0.72em 0 0; }