← Back
Editing: contact_style.css
@charset "utf-8"; /* 各種テーブル -------------------------------------------------------------------*/ table { border-collapse: collapse; } table td { border-collapse: collapse; } #content table.table_info { width: 600px; margin-top: 10px; margin-right: auto; margin-bottom: 30px; margin-left: auto; } #content table td { padding: 2px; border: 1px solid #EAE8DF; font-size: 13px; } #content form table th { width: 127px; } #content table td.td_head { background-color: #F0FBFD; background-color: #87CEFA; text-align: right; padding: 8px; white-space: nowrap; color: #333333; border-top-width: 1px; border-right-width: 4px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #D5D5D5; border-right-color: #D53E62;/*右縦ライン*/ border-bottom-color: #D5D5D5; border-left-color: #D5D5D5; font-size: 13px; background-image: url(../img/td_head.gif); background-repeat: repeat-x; } #content table td.td_odd { background-color: #FFFFFF; text-align: left; padding: 8px; border: 1px solid #D5D5D5; font-size: 12px; background-image: url(../img/td_odd.gif); background-repeat: repeat-x; line-height: 20px; } .td_head .eng { margin: 0px; padding: 0px; font-size: 9px; color: #AD9B78; } #content table.table_menu th { border-right-width: 4px; border-right-style: solid; border-right-color: #BDB7A1; text-align: right; padding-top: 15px; padding-right: 10px; padding-bottom: 15px; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #DDDDDD; white-space: nowrap; background-color: #FCFBF8; border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #DDDDDD; border-left-color: #DDDDDD; padding-left: 20px; } #content table.table_menu th span { font-size: 10px; color: #1D9ACF; } #content table.table_menu td { padding-left: 15px; border-bottom-color: #E5E5E5; padding-top: 10px; padding-bottom: 10px; line-height: 22px; background-color: #FFFFFF; border-top-color: #E5E5E5; border-right-color: #E5E5E5; border-left-color: #E5E5E5; padding-right: 15px; } .table_info th a { color: #312D24; } #content .table_info .td_odd p { margin: 0px; }
Save File
Cancel