/* ---
	スマホ共通CSS
		変更履歴: 1.0.0<18/11/27>[UI0007]新規作成 （ウェブアクセシビリティ対応）
                  1.0.1<21/01/16>[UI0027] UI刷新対応（既存ファイルの移動）
                                                                                                                     ・旧CSSをoldCssフォルダに移動 
                                                                                                                     ・全項目に「.oldDesign」を追加。 ※ 修正量が多いため、修正コメントを省略

--- */

/* --- 手続き一覧検索結果テーブル --- */
.oldDesign .t_table th.offerListTemplateName {
	width: 54%;
}
.oldDesign .t_table th.offerListReceiptTime {
	width: 23%;
}
/* --- 利用者ログイン画面 --- */
.oldDesign .userLoginFont {
	font-size: 1.2rem;
}
/* --- 利用者登録せずに申し込む方はこちら --- */
.oldDesign .offerWithoutUserRegistration {
	width: 300px;
	height: 50px;
/* Update Start 2019/01/18UZ0029 ウェブアクセシビリティ対応
	font-size: 1.2rem;
*/
	font-size: 1.0rem;
/* Update End 2019/01/18UZ0029 ウェブアクセシビリティ対応 */
}
.oldDesign .head_accessibility {
	background-color: #ffffff;
	padding: 10px 0 10px 0;
	display: table;
	width: 350px;
}
.oldDesign .head_accessibility_item2 {
	min-height: 26px;
    vertical-align: top;
    float: right;
    text-align: right;
	padding: 0 0 0 10px;
}
/* Add Start 2019/07/23 [UZ0006] 利用者名、前回ログイン日時表示対応 */
.oldDesign .nav .nl li.item5 {
    display: block;
    width: calc(100% - 2px - .3rem);
    text-align: left;
    font-size: .9rem;
    padding: .2rem 0 calc(.2rem - 1px) .3rem;
    margin-bottom: .2rem;
    background-image: url(../image/menu_back.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    border: 1px solid #CCCCCC;
    border-left-color: #E4E4E4;
    border-top: none;
}
.oldDesign .item5-text {
    display: block;
}
/* Add End   2019/07/23 [UZ0006] 利用者名、前回ログイン日時表示対応 */
