/* ---
	文字サイズ「大」のCSS （サイズ小の2倍）
		変更履歴: 1.0.0<18/11/27>[UI0007]新規作成 （ウェブアクセシビリティ対応）
                  1.0.2<21/01/16>[UI0027] UI刷新対応（既存ファイルの移動）
                                                                                                                ・旧CSSをoldCssフォルダに移動 
                                                                                                                ・全項目に「.oldDesign」を追加。 ※ 修正量が多いため、修正コメントを省略
                                                                                                                ・remだとhtmlのfont-sizeにあわせてしまうため、1rem=85%(170/200)として設定しなおし ※ 修正量が多いため、修正コメントを省略
                  1.0.3<24/07/15>[U-ND0046] A-0021-ND
                                          
※font-sizeについて
	xx-small:55%
	x-small :63%
	small   :83%
	medium  :100%
	large   :113%
	x-large :150%
	xx-large:200%
--- */

/* --- main_色.cssからサイズ設定を抽出 --- */
/* --- ボディー全体にかかるスタイル --- */
/*  Update Start 2021/01/16 [UI0027] UI刷新対応 */
/* body {
	f1ont-size: 200%; /*100%*/

div.oldDesignB {
	f1ont-size: 0.85rem; /*100%*/
/*  Update End   2021/01/16 [UI0027] UI刷新対応 */
}
.oldDesign th {
	font-size: 1.36rem; /*small(0.8rem)*/
}
.oldDesign td {
	font-size: 1.36rem; /*small(0.8rem)*/
}
.oldDesign h2 , .oldDesign .h2_style {
	font-size: 2.04rem; /*120%(1.2rem)*/
}
.oldDesign h3 , .oldDesign .h3_style {
	font-size: 1.36rem; /*80%(0.8rem)*/
}
.oldDesign .little_mes{
	font-size: 1.36rem; /*0.8rem*/
}
.oldDesign .h3_style{
	margin-left : 0 ;
}
.oldDesign h4 {
	font-size: 1.36rem; /*small(0.8rem)*/
}
.oldDesign .h2_name {
	font-size: 76.5%; /*90%(利用者側では未使用)*/
}
.oldDesign .a_table td {
	font-size: 1.36rem; /*small(0.8rem)*/
}
.oldDesign .serch_t {
	font-size: 1.36rem; /*80%(0.8rem)*/
}

/* --- common_色.cssからサイズ設定を抽出 --- */
.oldDesign .nav .nl li a {
	font-size: 1.53rem; /*90%(0.9rem)*/
}
.oldDesign .nav .nl li span {
	font-size: 1.53rem; /*90%(0.9rem)*/
}
.oldDesign .foot{
	font-size: 1.02rem; /*x-small(0.6rem)*/
}
.oldDesign .nav_h {
	font-size: 1.7rem; /*100%(1rem)*/
}

/* --- 以下、アクセシビリティ対応で追加 --- */

/* --- 入力フィールド --- */
.oldDesign input[type="password"], 
.oldDesign input[type="text"], 
.oldDesign input[type="radio"], 
.oldDesign input[type="checkbox"], 
.oldDesign select, 
.oldDesign textarea {
	font-size: 1.36rem; /*0.8rem*/
	max-width: 500px;
}
/* --- ボタン --- */
.oldDesign button, 
.oldDesign input[type="button"], 
.oldDesign input[type="submit"] {
	-webkit-appearance: button;
	font-size: 1.36rem; /*0.8rem*/
}
/* --- 添付 --- */
.oldDesign input[type="file"]::-webkit-file-upload-button {
	-webkit-appearance: button;
	/*font-size: 1.6rem;*/
}
/* --- ラジオボタン/チェックボックスの選択部品 --- */
.oldDesign input[type="radio"],
.oldDesign input[type="checkbox"] {
	width: 1.0em;
	height: 1.0em;
	-moz-transform-origin: 50% 50%;
	-moz-transform: scale( 2 , 2 );
}
/* --- 画面デザインは設定を打ち消す --- */
.oldDesign .design_table input,
.oldDesign .design_table select,
.oldDesign .design_table textarea,
.oldDesign .design_table button,
.oldDesign .design_table th,
.oldDesign .design_table td {
/*  Update Start 2021/01/16 [UI0027] UI刷新対応 */
/*  (100% / 170%) * 0.8remで計算
	font-size: 0.8rem;
 */
	font-size: 0.47059rem;
/*  Update End   2021/01/16 [UI0027] UI刷新対応 */
	max-width: 5000px;
}
/*  Add Start 2021/01/16 [UI0027] UI刷新対応 */
.oldDesign .design_table input[type="button"].button
, .oldDesign .design_table .ui-datepicker-trigger
, .oldDesign .design_table input[type="text"]
, .oldDesign .design_table input[type="tel"]
, .oldDesign .design_table input[type="password"]
, .oldDesign .design_table input[type="email"]
, .oldDesign .design_table input[type="radio"]
, .oldDesign .design_table input[type="checkbox"] {
    font-size: 0.47059rem;
}
/*  Add End   2021/01/16 [UI0027] UI刷新対応 */

/* --- 手続き一覧検索結果テーブル --- */
.oldDesign .t_table th.offerListTremplateName {
	width: 42%;
}
.oldDesign .t_table th.offerListReceiptTime {
	width: 29%;
}
/* --- 申込内容一覧検索結果テーブル --- */
.oldDesign .t_table th.inquiryListOfferNumber {
	width: 15%;
}
.oldDesign .t_table th.inquiryListTremplateName {
	width: 25%;
}
.oldDesign .t_table th.inquiryListContact {
	width: 20%;
}
.oldDesign .t_table th.inquiryListReceiptTime {
	width: 20%;
}
.oldDesign .t_table th.inquiryListProcessing {
	width: 10%;
}
.oldDesign .t_table th.inquiryListOperation {
	width: 10%;
}
/* --- 委任状一覧検索結果テーブル --- */
.oldDesign .t_table th.consignListNumber {
	width: 20%;
}
.oldDesign .t_table th.consignListContent {
	width: 40%;
}
.oldDesign .t_table th.consignListReceiptTime {
	width: 20%;
}
.oldDesign .t_table th.consignListProcessing {
	width: 10%;
}
/* --- a_tableクラスのtdタグで改行させない --- */
.oldDesign .a_table td {
	white-space: nowrap;
}
/* --- 規約テキストエリア --- */
.oldDesign .textbox_agrerement {
	max-width: 750px !important;
}
/* --- 利用者ID/PW --- */
.oldDesign .textbox_login {
	max-width: 450px !important;
}
/* --- 利用者ログイン画面 --- */
.oldDesign .userLoginFont {
	font-size: 2.04rem;
}
/* --- 利用者登録せずに申し込む方はこちら --- */
.oldDesign .offerWithoutUserRegistration {
	height: 50px;
	font-size: 2.04rem !important;
}
/* --- 改行させないクラス --- */
.oldDesign .noLineBreak {
	white-space: nowrap;
}
/* --- 申込内容照会の検索キーワード --- */
.oldDesign .inquirySearchOfferNumber {
	max-width: 200px !important;
}
.oldDesign .inquirySearchTremplateName {
	max-width: 300px !important;
}
.oldDesign .inquirySearchDate {
	max-width: 130px !important;
}
/* --- 申込詳細の履歴ボタン --- */
.oldDesign .offerHistoryButton input[type="submit"] {
	width: 240px; /* --- 2行表示する為、280pxでない --- */
}
/* --- 利用者情報の氏名 --- */
.oldDesign .userInfoName {
	max-width: 200px !important;
}
/* --- 利用可能団体選択 --- */
.oldDesign .municipality_initial_list label{
    width: 300px !important; /*150px*/
}
/* --- 照会番号/PW --- */
.oldDesign .textbox_inquiryLogin {
	max-width: 460px !important;
}
/* --- 申込データの一時保存 --- */
.oldDesign .offerDataSaveButton {
	font-size: 0.935rem !important;
}
/* --- 一時保存した申込データの読込み --- */
.oldDesign .offerSaveDateReadButton {
	font-size: 0.935rem !important;
}
/* --- 申込完了画面のポータル案内 --- */
.oldDesign .goToPortal {
	font-size: 2.4rem;
}
/* --- 操作時間や文字サイズ変更の文言 --- */
.oldDesign .head_accessibility_itrem1 {
	font-size: 1.36rem;
}
.oldDesign .head_accessibility_itrem2 {
	font-size: 1.36rem;
}

/* --- 以下、項目タイプ別の調整 --- */
/* --- 項目タイプ「申請者」のテキストボックス --- */
.oldDesign .offetItrem_applicant_fullName {
	max-width: 190px !important;
}
/* --- 項目タイプ「申請者」の法人名 --- */
.oldDesign .offetItrem_corporateName {
	max-width: 410px !important;
}
/* --- 項目タイプ「代表者名」「代表者名フリガナ」「氏名」「氏名フリガナ」のテキストボックス --- */
.oldDesign .offetItrem_fullName {
	max-width: 210px !important;
}
/* --- 項目タイプ「西暦和暦日付ボックス」の月日時分 --- */
.oldDesign .offetItrem_monthDayTime {
	max-width: 55px !important;
}
/* --- 項目タイプ「タイトル」のサイズ「小」 --- */
.oldDesign .offerItremTitleSize_2 {
	font-size: 1.02rem !important; /*x-small(0.6rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「中」 --- */
.oldDesign .offerItremTitleSize_3 {
	font-size: 1.36rem !important; /*small(0.8rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「大」 --- */
.oldDesign .offerItremTitleSize_6 {
	font-size: 2.55rem !important; /*x-large(1.5rem)*/
}
.oldDesign .ul_mes{
	font-size: 1.36rem;
}
.oldDesign ul.consignTableLayout {
	font-size: 1.36rem;
}

.oldDesign .scr_mes_box{
	font-size: 1.36rem;
}

.oldDesign .municipality_initial_list ul.tablelayout {
	font-size: 1.36rem;
}

.oldDesign .tablelayout h5.table_cell {
	font-size: 1.7rem;
}

.oldDesign .tablelayout li.table_cell {
	font-size: 1.36rem;
}
.oldDesign .municipality_initial_list div legend.listkey {
	font-size: 1.36rem;
}
.oldDesign .municipality_initial_list div div.listValue {
	font-size: 1.36rem;
}
/* Add Start 2019/04/18 [UI0069] 汎用予約機能追加対応 */
/* --- 予約申込に関する事項 --- */
.oldDesign .reserveCautionContents {
    font-size: 1.785rem !important;
}
.oldDesign .a_switch_elec,.a_switch_reserve {
    font-size: 1.7rem;
    padding-left: 48px;
}
/* Add Start 2019/08/02[UI0069] 汎用予約機能追加対応(GC0004指摘対応) */
.oldDesign .calendar_mark_size {
    width: 24px;
    height:24px;
}
/* Add End   2019/08/02[UI0069] 汎用予約機能追加対応(GC0004指摘対応) */
/* Add End   2019/04/18 [UI0069] 汎用予約機能追加対応 */
/* Add Start 2019/04/24 [UI0094] 汎用予約機能追加対応 */
.oldDesign .facilitySelect_calender {
	overflow-x: scroll;
	width: 100%;
}

.oldDesign tr.date th,
.oldDesign tr.t_calender_right_header1 th {
    font-size: 1.275rem;
}
/* Add End 2019/04/24 [UI0094] 汎用予約機能追加対応 */
