/* ---
	文字サイズ「中」のCSS （サイズ小の1.5倍）
		変更履歴: 1.0.0<18/11/27>[UI0007]新規作成 （ウェブアクセシビリティ対応）
                  1.0.2<21/01/16>[UI0027] UI刷新対応（既存ファイルの移動）
                                                                                                                ・旧CSSをoldCssフォルダに移動 
                                                                                                                ・全項目に「.oldDesign」を追加。 ※ 修正量が多いため、修正コメントを省略
                                                                                                                ・remだとhtmlのfont-sizeにあわせてしまうため、1rem=125%(150/120)として設定しなおし ※ 修正量が多いため、修正コメントを省略
                  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 { 
	font-size: 150%; /*100%*/

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

/* --- common_色.cssからサイズ設定を抽出 --- */
.oldDesign .nav .nl li a {
	font-size: 1.6875rem; /*90%(0.9rem)*/
}
.oldDesign .nav .nl li span {
	font-size: 1.6875rem; /*90%(0.9rem)*/
}
.oldDesign .foot{
	font-size: 1.05rem; /*x-small(0.6rem)*/
}
.oldDesign .nav_h {
	font-size: 1.875rem; /*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.5rem; /*0.8rem*/
	max-width: 500px;
}
/* --- ボタン --- */
.oldDesign button, 
.oldDesign input[type="button"], 
.oldDesign input[type="submit"] {
	-webkit-appearance: button;
	font-size: 1.5rem; /*0.8rem*/
}
/* --- 添付 --- */
.oldDesign input[type="file"]::-webkit-file-upload-button {
	-webkit-appearance: button;
	/*font-size: 1.2rem;*/
}
/* --- ラジオボタン/チェックボックスの選択部品 --- */
.oldDesign input[type="radio"],
.oldDesign input[type="checkbox"] {
	width: 1.0em;
	height: 1.0em;
	-moz-transform-origin: 50% 50%;
	-moz-transform: scale( 1.5 , 1.5 );
}
/* --- 画面デザインは設定を打ち消す --- */
.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% / 120%) * 0.8remで計算
	font-size: 1rem;
*/
	font-size: 0.6667rem;
/*  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.6667rem;
}
/*  Add End   2021/01/16 [UI0027] UI刷新対応 */

/* --- brタグを消す--- */
.oldDesign .nav .nl br {
	display:none;
}
/* --- 手続き一覧検索結果テーブル --- */
.oldDesign .t_table th.offerListTemplateName {
	width: 54%;
}
.oldDesign .t_table th.offerListReceiptTime {
	width: 23%;
}
/* --- 申込内容一覧検索結果テーブル --- */
.oldDesign .t_table th.inquiryListOfferNumber {
	width: 25%;
}
.oldDesign .t_table th.inquiryListTemplateName {
	width: 25%;
}
.oldDesign .t_table th.inquiryListContact {
	width: 20%;
}
.oldDesign .t_table th.inquiryListReceiptTime {
	width: 15%;
}
.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_agreement {
	max-width: 750px !important;
}
/* --- 利用者ID/PW --- */
.oldDesign .textbox_login {
	max-width: 460px !important;
}
/* --- 利用者ログイン画面 --- */
.oldDesign .userLoginFont {
	font-size: 2.25rem;
}
/* --- 利用者登録せずに申し込む方はこちら --- */
.oldDesign .offerWithoutUserRegistration {
	height: 50px;
	font-size: 2.25rem !important;
}
/* --- 改行させないクラス --- */
.oldDesign .noLineBreak {
	white-space: nowrap;
}
/* --- 申込内容照会の検索キーワード --- */
.oldDesign .inquirySearchOfferNumber {
	max-width: 230px !important;
}
.oldDesign .inquirySearchTemplateName {
	max-width: 330px !important;
}
/* --- 申込詳細の履歴ボタン --- */
.oldDesign .offerHistoryButton input[type="submit"] {
	width: 210px;
}
/* --- 利用者情報の氏名 --- */
.oldDesign .userInfoName {
	max-width: 220px !important;
}
/* --- 利用可能団体選択 --- */
.oldDesign .municipality_initial_list label{
    width: 225px !important; /*150px*/
}
/* --- 申込完了画面のポータル案内 --- */
.oldDesign .goToPortal {
	font-size: 2.5rem;
}
/* --- 操作時間や文字サイズ変更の文言 --- */
.oldDesign .head_accessibility_item1 {
	font-size: 1.4rem;
}
.oldDesign .head_accessibility_item2 {
	font-size: 1.4rem;
}

/* --- 以下、項目タイプ別の調整 --- */
/* --- 項目タイプ「申請者」のテキストボックス --- */
.oldDesign .offetItem_applicant_fullName {
	max-width: 210px !important;
}
/* --- 項目タイプ「申請者」の法人名 --- */
.oldDesign .offetItem_corporateName {
	max-width: 450px !important;
}
/* --- 項目タイプ「代表者名」「代表者名フリガナ」「氏名」「氏名フリガナ」のテキストボックス --- */
.oldDesign .offetItem_fullName {
	max-width: 230px !important;
}
/* --- 項目タイプ「タイトル」のサイズ「小」 --- */
.oldDesign .offerItemTitleSize_2 {
	font-size: 1.05rem !important; /*x-small(0.6rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「中」 --- */
.oldDesign .offerItemTitleSize_3 {
	font-size: 1.4rem !important; /*small(0.8rem)*/
}
/* --- 項目タイプ「タイトル」のサイズ「大」 --- */
.oldDesign .offerItemTitleSize_6 {
	font-size: 2.625rem !important; /*x-large(1.5rem)*/
}
.oldDesign .ul_mes{
	font-size: 1.4rem;
}
.oldDesign ul.consignTableLayout {
	font-size: 1.4rem;
}

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

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

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

.oldDesign .tablelayout li.table_cell {
	font-size: 1.4rem;
}
.oldDesign .municipality_initial_list div legend.listkey {
	font-size: 1.4rem;
}
.oldDesign .municipality_initial_list div div.listValue {
	font-size: 1.4rem;
}
/* Add Start 2019/04/18 [UI0069] 汎用予約機能追加対応 */
/* --- 予約申込に関する事項 --- */
.oldDesign .reserveCautionContents {
    font-size: 2rem !important;
}
.oldDesign .a_switch_elec, .oldDesign .a_switch_reserve {
    font-size: 2rem;
    padding-left: 40px;
}
/* Add Start 2019/08/02[UI0069] 汎用予約機能追加対応(GC0004指摘対応) */
.oldDesign .calendar_mark_size {
    width: 18px;
    height:18px;
}
/* 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;
	overflow-y: visible;
	width: 100%;
}

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