@charset "UTF-8"; /*============================= PPでのカスタマイズ (ボタンを中央揃えにする) =============================*/ .ta-r-center { margin: 0; text-align: center; } /*============================= PPでのカスタマイズ (単項目チェック時のエラーアイコン表示) =============================*/ div.message-error.input-error::before { content: url(../../image/common/icn_error.png); margin: 4px; position: relative; top: 4px; } /*============================= PPでのカスタマイズ (全体メッセージ領域のエラーアイコン表示) =============================*/ /* t:messagesPanalのエラーアイコン(相関チェックエラー、業務エラー) */ div.alert.message-error> ul> li::before { content: url(../../image/common/icn_error.png); margin: 4px; position: relative; top: 4px; } div.alert.message-error.input-error-list { display: none; } /* form:errorsのエラーアイコン(t:messagesPanelタグの下 */ div.alert.message-error.input-error-list> div::before { content: url(../../image/common/icn_error.png); margin: 4px; position: relative; top: 4px; } /* t:messagesPanelのインフォメーションアイコン */ div.alert.message-info> ul> li::before { content: url(../../image/common/icn_info.png); margin: 4px; position: relative; top: 4px; } .official-side div.alert.message-info> ul> li::before { content: url(../../image/common/icn_info_k.png); } /* t:messagesPanelのワーニングアイコン */ div.alert.message-warn> ul> li::before { content: url(../../image/common/icn_info.png); margin: 4px; position: relative; top: 4px; } .official-side div.alert.message-warn> ul> li::before { content: url(../../image/common/icn_info_k.png); } /*============================= PPでのカスタマイズ 官側で一部表示不備の補足設定 =============================*/ .official-side .sub-title { border-left: 4px solid #317d36; background-color: #d8e8d7; } .official-side table.main-table-pattern1 tr th { background-color: #d8e8d7; } .official-side .main-table-pattern2 tbody tr:first-of-type th { background-color:#c6ddc5; } .official-side .main-table-pattern2 tbody tr th:first-of-type { background-color:#d8e8d7; } .official-side .change-details.main-table-pattern3 tbody tr:nth-child(2n+1) td { background-color:#f5faf5; } /*============================= 入力の全角半角定義 =============================*/ .table-name input[type=text].hankaku-zenkaku { ime-mode: active; } .table-name input[type=text].only-hankaku, .table-name input[type=number].only-hankaku, .table-name input[type=tel].only-hankaku, .table-name input[type=email].only-hankaku, .table-name input[type=url].only-hankaku { ime-mode: disabled; } .table-name input[type=text].only-zenkaku { /* CSSとして実現不可能 */ }

AltStyle によって変換されたページ (->オリジナル) /