@import url(//fonts.googleapis.com/css?family=Marmelad&display=swap);
@import url(//fonts.googleapis.com/css?family=M+PLUS+1p&display=swap);
@import url(//fonts.googleapis.com/css?family=BIZ+UDGothic&display=swap);

/**************************************************/
/* 共通化設定                                     */
/**************************************************/
:root {

	/* タイトルの色 */
	--title_color:  #f5fffa;

	/* 検索項目タイトルの色 */
	--sch_title_color:  #000;

	/* テキスト枠の色 */
	--text_waku_color: #666;

	/* 情報を目立たせる場合 */
	--data_eye_catching: #0000cd;

	/* 詳細画面での大宇項目部 */
	--detail_category_title_bg_color: #AFDCFC;

	/* 詳細画面での大宇項目部 */
	--detail_title_bg_color: #D6EDFE;

	/* ラインの色 */
	--line_color: #666;

	/* メッセージボードの日付部 */
	--table_message_date_color: #0000cd;

	/* ノーアクティブ */
	--no_active: #696969;

	/* エラー表示（赤） */
	--attention: #f00;

	/* ダイヤログのタイトル背景 */
	--dlg_title_bg_color: #0B46C;

/**************************************************/
/* メインページ部                                 */
/**************************************************/
	/* メインページヘッダー部のトップボタン背景色 */
	--body_top_button_bg_color: #207EDA;

	/* メインページヘッダー部のトップボタン背景色（ホバー時） */
	--body_top_button_bg_hover_color: #0000cd;

	/* メインページヘッダー部のトップボタン背景色（アクティブ時） */
	--body_top_button_bg_active_color: #0000cd;

	/* メインページヘッダー部のトップボタン枠の色 */
	--body_top_button_waku_color: #207EDA;

	/* メインページの枠の色 */
	--body_main_waku_color: #999;

	/* メインページの枠の背景 */
	--body_main_waku_bg_color: #FFF;

	/* メインページタイトル背景色 */
	--body_main_title_bg_color: #AFDCFC;

	/* メインページタイトル文字色 */
	--body_main_title_color: #333;

/**************************************************/
/* /メインページ部                                */
/**************************************************/

/**************************************************/
/* メインヘッダー部                               */
/**************************************************/
	/* ヘッダー部背景 */
	--header_bg_color: #AFDCFC;

	/* ヘッダー部文字色 */
	--header_color: #000;

	/* ログオフボタン背景色 */
	--logoff_btn_bg_color: #FFF;

	/* ログオフボタン枠色 */
	--logoff_btn_waku_color: #B22121;

	/* ログオフボタン文字色 */
	--logoff_btn_color: #B22121;

	/* ログオフボタン背景色（ホバー時） */
	--logoff_btn_bg_hover_color: #B22121;

	/* ログオフボタン枠色（ホバー時） */
	--logoff_btn_waku_hover_color: #B22121;

	/* ログオフボタン文字色（ホバー時） */
	--logoff_btn_hover_color: #FFF;

/**************************************************/
/* /メインヘッダー部                              */
/**************************************************/

/**************************************************/
/* ログイン画面                                   */
/**************************************************/
	/* システムタイトル文字色 */
	--login_title_color: #0140CF;

	/* ログイン枠の色 */
	--login_waku_color: #0B46CC;

	/* ログイン枠の背景 */
	--login_waku_bg_color: #F5F5F5;

	/* ログインタイトル（メールアドレス）タイトルの背景と枠の色 */
	--login_mail_title_bg_color: #4485DC;

	/* ログインタイトル（パスワード）タイトルの背景と枠の色 */
	--login_pass_title_bg_color: #4485DC;

	/* ログイン入力項目（メールアドレス）タイトルの背景と枠の色 */
	--login_mail_input_waku_color: #666;

	/* ログイン入力項目（パスワード）タイトルの背景と枠の色 */
	--login_pass_input_waku_color: #666;

	/* ログインボタンの文字色 */
	--login_btn_color: #333;

	/* ログインボタンの文字色（ホバー時） */
	--login_btn_hover_color: #f5fffa;

	/* ログインボタン枠の色 */
	--login_btn_waku_color: #333;

	/* ログインボタン背景色 */
	--login_btn_bg_color: #FFF;

	/* ログインボタン背景色（ホバー時） */
	--login_btn_bg_hover_color: #1e90ff;

/**************************************************/
/* /ログイン画面                                  */
/**************************************************/

/**************************************************/
/* メニュー部                                     */
/**************************************************/
	/* メニューヘッダー背景色 */
	--menu_header_bg_color: #888;

	/* メニューボディー部枠の色 */
	--menu_body_waku_color: #999;

	/* メニューボディー背景色 */
	--menu_body_bg_color: #FFF;

	/* メニューカテゴリ文字色 */
	--menu_body_category_color: #002CDD;

	/* メニューカテゴリ文字色（ホバー時） */
	--menu_body_category_hover_color: #B22121;

	/* メニューリンク文字色 */
	--menu_body_link_color: #000;

	/* メニューリンク文字色 */
	--menu_body_link_hover_color: #B22121;

/**************************************************/
/* /メニュー部                                    */
/**************************************************/

/**************************************************/
/* テーブル（一覧）部                             */
/**************************************************/

	/* 一覧テーブル枠の色 */
	--table_list_waku_color: #999;

	/* 一覧テーブルTHの背景色 */
	--table_list_th_bg_color: #D6EDFE;

	/* 一覧テーブルTHの文字色 */
	--table_list_th_color: #000;

	/* 一覧テーブルTDの背景色 */
	--table_list_td_bg_color: #fff8dc;

	/* 一覧テーブルTDの文字色 */
	--table_list_td_color: #0000cd;

	/* 一覧テーブルTDの文字色（ホバー時） */
	--table_list_td_hover_color: #b22222;

	/* 注文商品一覧での選択時の背景 */
	--table_list_td_bg_active: #002CDD;


/**************************************************/
/* /テーブル（一覧）部                            */
/**************************************************/

/**************************************************/
/* ボタン                                         */
/**************************************************/

	/* ボタンの文字色 */
	--btn_color: #333;

	/* ボタンの文字色（ホバー時） */
	--btn_hover_color: #f5fffa;

	/* ボタン枠の色 */
	--btn_waku_color: #333;

	/* ボタン背景色 */
	--btn_bg_color: #AFDCFC;

	/* ボタン背景色（ホバー時） */
	--btn_bg_hover_color: #0B46CC;

	/* 削除ボタン背景色 */
	--btn_del_bg_color: #FFF;

	/* 削除ボタン枠色 */
	--btn_del_waku_color: #B22121;

	/* 削除ボタン文字色 */
	--btn_del_color: #B22121;

	/* 削除ボタン背景色（ホバー時） */
	--btn_del_bg_hover_color: #B22121;

	/* 削除ボタン枠色（ホバー時） */
	--btn_del_waku_hover_color: #B22121;

	/* 削除ボタン文字色（ホバー時） */
	--btn_del_hover_color: #FFF;

/**************************************************/
/* /ボタン                                        */
/**************************************************/

}
/**************************************************/
/* /共通化設定                                    */
/**************************************************/

/**************************************************/
/* htmlタグ                                       */
/**************************************************/
html {
	height: 100%;
	font-family: 'Marmelad', sans-serif;
	font-weight: 300;
	font-size: 13px;
}
/**************************************************/
/* /htmlタグ                                      */
/**************************************************/

/**************************************************/
/*  bodyタグ                                      */
/**************************************************/
body {
	height: 100%;
	background-color: #ffffff;
}
/**************************************************/
/*  /bodyタグ                                     */
/**************************************************/

/**************************************************/
/* JQueryダイヤログ関連                           */
/**************************************************/
/* ダイヤログ全体の設定 */
.jp_dialog {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #4485DC !important;
	z-index: 10000;
}

/* 右上の閉じるを非表示にする */
.jp_dialog .ui-dialog-titlebar-close {
	display: none;
}

/* コンテンツの色 */
.jp_dialog .ui-dialog-content {
	color: #000;
	border-color: #4485DC;
}

/* タイトルの色 */
.jp_dialog .ui-dialog-titlebar {
	color: #FFF;
	background: #4485DC;
}

/* ボタンの色 */
.jp_dialog .ui-button {
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #4485DC !important;
}

.jp_dialog .ui-button:hover {
	color: #000;
	background: var(--login_btn_bg_hover_color);
}

.ui-button:active {
	background: #4169e1;
}

.jp_dlg_ok {

}

.jp_dlg_cancel {

}

/**************************************************/
/* /JQueryダイヤログ関連                          */
/**************************************************/

/**************************************************/
/* JQueryデートピッカー関連                       */
/**************************************************/
.ui-datepicker {
	z-index: 1000 !important;
}

.ui-datepicker-trigger {
	margin-left: 0.2em;
	width: 25px;
}

img.ui-datepicker-trigger {
	float: right;
	cursor: pointer;
	height: 25px;
	width: 25px;
}
/**************************************************/
/* /JQueryデートピッカー関連                      */
/**************************************************/

/**************************************************/
/* ヘッダーエリア                                 */
/**************************************************/
.jp_header_system_name {
	font-weight: 300;
	font-size: 18px;
	color: var(--login_title_color);
	height: 20px;
	padding-top: 10px;
	text-align: left;
}

.jp_header_area {
	height: auto;
	background-color: var(--header_bg_color);
	padding: 0;
	margin: 0;
	font-size: 13px;
	border-radius: 5px 5px 0px 0px;
}

.jp_header_data {
	color: var(--title_color);
	font-size: 13px;
}

.jp_header_area_inner {
	padding: 5px;
}

.jp_header_area2 {
	position: relative;
	top: 5px;
}

.jp_header_area_name {
	margin-left: 10px;
	font-weight: 700;
	color: var(--title_color);
}

.jp_user_name_area {
	position: relative;
	margin-top: 1em;
	margin-left: 1em;
	color: var(--header_color);
}

.jp_hedder_login_info {
	margin-left: 1em;
}

.jp_header_now {
	float: right;
}

/* ログオフボタン */
.jp_btn_logoff {
	position: relative;
	float: right;
	width: 80px;
	height: 25px;
	background-color: var(--logoff_btn_bg_color);
	border: outset 2px var(--logoff_btn_waku_color);
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;
	color: var(--logoff_btn_color);
	border: 1px solid;
	outline: none;

	border-radius: 5px 5px 5px 5px;
}

.jp_btn_logoff:hover {
	color: #eeeeee;
	background-color: var(--logoff_btn_bg_hover_color);
	border: inset 2px var(--logoff_btn_waku_hover_color);
	margin: 0px;
	padding: 1px 0px 0px 1px;
	cursor: pointer;
	margin-right: 2px;
	color: var(--logoff_btn_hover_color);
}

.jp_btn_logoff:active {
	position: relative;
	background-color: #b22222;
	border: outset 2px #f5fffa;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
	color: var(--title_color);
}
/**************************************************/
/* /ヘッダーエリア                                */
/**************************************************/

/**************************************************/
/* メニューエリア                                 */
/**************************************************/
.jp_menu_area {
	float: left;
	font-size: 13px;
	padding: 1px 0 5px 0;
	margin: 0;
	height: auto;
	width: 220px;
}

.jp_menu_area_inner {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: var(--menu_body_bg_color);

	border: 1px solid var(--menu_body_waku_color);
	border-radius: 10px 10px 0 0;
}

.jp_menu_data_area {
	padding: 0 0 0 5px;
	height: auto;
	font-size: 13px;
}

.jp_menu_category {
	font-weight: 700;
	font-size: 14px;
	color: var(--menu_body_category_color);
}

.jp_menu_category:hover {
	cursor: pointer;
	color: var(--menu_body_category_hover_color);
}

.jp_menu_category img:hover {
	cursor: pointer;
	color: var(--menu_body_category_hover_color);
}


.jp_menu_name {
	margin-left: 5px;
}

.jp_menu {
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 14px;
}

.jp_menu a {
	color: var(--menu_body_link_color);
	font-size: 13px;
}

.jp_menu a:link {
	text-decoration: none;
	font-size: 13px;
}

.jp_menu a:hover {
	text-decoration: underline;
	font-weight: 700;
	color: var(--menu_body_link_hover_color);
}

.jp_menu li {
	margin: 5px 3px 5px 3px;
	list-style-type: none;
}

.jp_menu li ul li {
	margin: 5px 3px 3px -30px;
	list-style-type: none;
}

.jp_menu_2line {
	padding-left: 16px;
}

/* メニューバー */
.jp_menu_bar {
	border: 1px solid var(--menu_header_bg_color);
	background-color: var(--menu_header_bg_color);
	color: var(--title_color);
	line-height: 20px;
	text-align: center;
	padding: 3px;
	width: auto;

	border-radius: 5px 5px 0 0;
}

.jp_menu_footer_ver {
	position: relative;
	font-size: 13px;
	margin-left: 5px;
}

.jp_allow_icon {
	width: 11px;
	border: none;
}

/**************************************************/
/* /メニューエリア                                */
/**************************************************/

/**************************************************/
/* ボディヘッダーエリア                           */
/**************************************************/
.jp_body_header_area {
	margin-top: 5px;
	width: 100%;
}

.jp_body_title_area {
	display: inline-block;
	margin-left: 5px;
	margin-top: 1.5px;
	height: 32px;
	width: calc(100% - 227px);
	color: var(--body_main_title_color);
	background-color: var(--body_main_title_bg_color);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #207EDA;
}

.jp_body_title {
	margin-left: 5px;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}

.jp_btn_menu_top_area {
	float: left;
	height: 30px;
	width: 220px;
}

.jp_btn_menu_top a {
	color: #fff;
	text-decoration: none;
}

.jp_btn_menu_top {
	height: 35px;
	width: 220px;
	background-color: var(--body_top_button_bg_color);
	border: outset 2px var(--body_top_button_waku_color);
	text-align: center;
	color: var(--title_color);
	font-weight: 400;
	border-radius: 10px 10px 10px 10px;
	outline: none;
}

.jp_btn_menu_top:hover {
	height: 35px;
	width: 220px;
	color: var(--title_color);
	background-color: var(--body_top_button_bg_hover_color);
	border: inset 2px var(--body_top_button_waku_color);
	margin: 0px;
	padding: 1px 0px 0px 1px;
	cursor: pointer;
}

.jp_btn_menu_top:active {
	height: 35px;
	width: 220px;
	background-color: var(--body_top_button_bg_active_color);
	border: outset 2px var(--body_top_button_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--title_color);
}
/**************************************************/
/* /ボディヘッダーエリア                          */
/**************************************************/

/**************************************************/
/* ボディエリア                                   */
/**************************************************/
.jp_main_body_area {
	position: relative;
  width: 100%;
	height: auto;
	padding: 3px 0 0 0;
	margin-top: 2px;
}

.jp_body_area {
	display: inline-block;
	margin-left: 5px;
	width: calc(100% - 227px);
	height: 100%;
	margin-bottom: 10px;
}

.jp_body_area_simple {
	margin-left: 5px;
	height: 100%;
	margin-bottom: 10px;
}

.jp_body_area_inner {
	height: 100%;
	margin: 0;
	padding: 0;
}

.jp_body_data_area {
	padding: 2px 0 0 0;
	height: 100%;
	width: auto;
}

.jp_body_detail_waku {
	background-color: var(--body_main_waku_bg_color);
	border: 1px solid var(--body_main_waku_color);
	border-radius: 5px 5px 5px 5px;
	width: 100%;
}
/**************************************************/
/* /ボディエリア                                  */
/**************************************************/

/**************************************************/
/* ログイン画面                                   */
/**************************************************/
.jp_login_main_body_area {
  width: 100%;
	height: auto;
	padding: 3px 0 0 0;
}

.jp_login_body_area {
	width: auto;
}

.jp_login_body_area_inner {
	height: 100%;
	margin: 0;
	padding: 0;
}

.jp_login_body_data_area {
	padding: 2px 0 0 0;
	height: 100%;
	width: auto;
}

/* ログイン画面の画像 */
.jp_login_pic {
	position: relative;
	cursor: move;
	display: inline-block;
	z-index: 10000;
	top: 1em;
	left: 1em;
}

.jp_login_img {
	z-index: 10000;
	width: 200px;
}

/* ログイン画面の枠 */
.jp_login_waku_area {
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.jp_login_waku {
	margin-right: auto;
	margin-left: auto;
	width: 440px;
	height: auto;
	padding:  5px;
	background-color: var(--login_waku_bg_color);
	border: solid 3px var(--login_waku_color);
	border-radius: 10px 10px 10px 10px;
}

/* パスワードリセット期限切れ */
.jp_pass_reset_expired {
	padding-top: 2em;
	text-align: center;
}

/* ログインエラー表示エリア */
.jp_login_err_area {
	text-align: center;
}

/* ログインエリアタイトル */
.jp_login_area_title {
	font-weight: 400;
	font-size: 18px;
	color: var(--login_title_color);
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

/* ログイン入力エリア */
.jp_login_mail_area {
	position: relative;
	margin-top: 2em;
	margin-left: 2em;
	text-align: left;
}

/* ログイン入力項目タイトル */
.jp_form_login_mail_title {
	display: inline-block;
	border: solid 1px var(--login_mail_title_bg_color);
	background-color: var(--login_mail_title_bg_color);
	width: 120px;
	color: var(--title_color);
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;

	border-radius: 3px 0px 0px 3px;
}

/* ログインメールアドレス入力項目 */
.jp_form_login_mail_input {
	display: inline-block;
	text-align: left;
	width: auto;
}

.jp_login_text_box_required {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--login_mail_input_waku_color);
	border-radius: 0px 3px 3px 0px;
}

.jp_login_text_box_required:focus {
	background-color: #f0e68c;
	border: solid 1px var(--login_mail_input_waku_color);
}

.jp_login_text_box_required:active {
	background-color: #ffdead;
	border: solid 1px var(--login_mail_input_waku_color);
}

.jp_login_text_box_size {
	width: 220px;
}

/* パスワード入力項目 */
.jp_form_login_pass_title {
	display: inline-block;
	border: solid 1px var(--login_pass_title_bg_color);
	background-color: var(--login_pass_title_bg_color);
	width: 120px;
	color: var(--title_color);
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-radius: 3px 0px 0px 3px;
}

/* ログインパスワード入力エリア */
.jp_login_passwd_area {
	position: relative;
	margin-top: 1em;
	margin-left: 2em;
	text-align: left;
}

.jp_form_login_passwd_input {
	display: inline-block;
	text-align: left;
	width: auto;
}

.jp_login_passwd_text_box_required {
	width: 220px;
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--login_pass_input_waku_color);
	border-radius: 0px 3px 3px 0px;
}

.jp_login_passwd_text_box_required:focus {
	background-color: #f0e68c;
	border: solid 1px var(--login_pass_input_waku_color);
}

.jp_login_passwd_text_box_required:active {
	background-color: #ffdead;
	border: solid 1px var(--login_pass_input_waku_color);
}

/* パスワード表示アイコン */
.jp_pass_eye {
	display: inline-block;
	margin-left: 0.5em;
}

.jp_pass_eye:hover {
	cursor: pointer;
}

.fa-eye-slash {
	color: #000;
}

.fa-eye {
	color: #000;
}

/* ログインボタンエリア */
.jp_button_login_area {
	height: 30px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* ログインボタン */
.jp_button_login {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background-color: var(--login_btn_bg_color);
	border: outset 2px var(--login_btn_waku_color);
	color: var(--login_btn_color);
	font-weight: 700;
	outline: none;
	border-radius: 3px 3px 3px 3px;
	margin: 0 auto;
}

.jp_button_login:hover {
	color: var(--login_btn_hover_color);
	background-color: var(--login_btn_bg_hover_color);
	border: inset 2px #f5fffa;
	margin: 0px;
	padding: 1px 0px 0px 1px;
	cursor: pointer;
	margin: 0 auto;
}

.jp_button_login:active {
	background-color: var(--login_btn_bg_hover_color);
	border: outset 2px #f5fffa;
	text-align: center;
	text-decoration: none;
	color: var(--login_btn_hover_color);
	margin: 0 auto;
}

/* パスワード忘れ */
.jp_pass_forgot {
	margin-top: 1em;
	text-align: center;
}

.jp_pass_forgot a {
	color: #b22222;
	text-decoration: none;
}

.jp_pass_forgot a:hover {
	color: #b22222;
	text-decoration: underline;
}
/**************************************************/
/* /ログイン画面                                  */
/**************************************************/

/**************************************************/
/* ページ共通                                     */
/**************************************************/
input[type=text] {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--text_waku_color);
	border-radius: 3px 3px 3px 3px;
}

input[type=text]:focus {
	background-color: #f0e68c;
	border: solid 1px var(--text_waku_color);
}

input[type=text]:active {
	background-color: #ffdead;
	border: solid 1px var(--text_waku_color);
}

input[type=email] {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--text_waku_color);
	border-radius: 3px 3px 3px 3px;
}

input[type=email]:focus {
	background-color: #f0e68c;
	border: solid 1px var(--text_waku_color);
}

input[type=email]:active {
	background-color: #ffdead;
	border: solid 1px var(--text_waku_color);
}

input[type=tel] {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--text_waku_color);
	border-radius: 3px 3px 3px 3px;
}

input[type=tel]:focus {
	background-color: #f0e68c;
	border: solid 1px var(--text_waku_color);
}

input[type=tel]:active {
	background-color: #ffdead;
	border: solid 1px var(--text_waku_color);
}

input[type=password] {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--text_waku_color);
	border-radius: 0px 3px 3px 0px;
}

input[type=password]:focus {
	background-color: #f0e68c;
	border: solid 1px var(--text_waku_color);
}

input[type=password]:active {
	background-color: #ffdead;
	border: solid 1px var(--text_waku_color);
}

input[type=checkbox],
input[type=radio] {
 vertical-align: -0.1em;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
	cursor: pointer;
}

textarea {
	height: 18px;
	margin-left: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	border: none;
	background-color: #fff8dc;
	border: 1px solid var(--text_waku_color);
	border-radius: 3px 3px 3px 3px;
}

.jp_loding_hide {
	display: none;
}

/**************************************************/
/* ボタン関連                                     */
/**************************************************/
/* ボタン標準 */
.jp_btn {
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: var(--btn_bg_color);
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;

	user-select: none;
}

.jp_btn:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
	margin-right: 2px;
}

.jp_btn:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_hover_color);
}
/* /ボタン標準 */

/* 削除ボタン標準 */
.jp_btn_del {
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: var(--btn_del_bg_color);
	border: outset 1px var(--btn_del_waku_color);
	color: var(--btn_del_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_del:hover {
	cursor: pointer;
	background-color: var(--btn_del_bg_hover_color);
	border: inset 1px var(--btn_del_waku_color);
	color: var(--btn_del_hover_color);
	margin-right: 2px;
}

.jp_btn_del:active {
	position: relative;
	background-color: var(--btn_del_bg_hover_color);
	border: outset 1px var(--btn_del_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_del_hover_color);
}
/* /削除ボタン標準 */

/* ボタンコンプリート */
.jp_btn_complete {
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: #00bfff;
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_complete:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
	margin-right: 2px;
}

.jp_btn_complete:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_hover_color);
}
/* /ボタンコンプリート */

/* 検索ボタン */
.jp_btn_sch {
	position: relative;
	font-size: 14px;
	width: 60px;
	height: 27px;
	background-color: var(--btn_bg_color);
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;
	margin-top: -1px;
	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_sch:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
	margin-right: 2px;
	margin-top: -1px;;
	padding: 1px 0px 0px 1px;
}

.jp_btn_sch:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
	margin-top: -1px;
	color: var(--btn_hover_color);
}
/* /検索ボタン */

.jp_order_detail_header_btn_area {
	margin-top: 5px;
	margin-left: 0.5px;
}

.jp_message_header_area {
	display: flex;
	justify-content: space-between;
}

.jp_message_date {
	color: var(--table_message_date_color);
}

.jp_btn_message {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	margin-right: 12px;
}

.jp_btn_message_close {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	margin-right: 12px;
}

.jp_btn_pdf {
	display: inline-block;
}

.jp_label_item {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 4px;
}

.jp_btn_area {
	display: inline-block;
	margin-left: 10px;
}

.jp_btn_del_area {
	display: inline-block;
	margin-left: 5px;
}

.jp_btn_download_area {
	margin-top: 10px;
	text-align: center;
}

.jp_btn_submission_download_area {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.jp_btn_submission_download {
	margin-top: 5px;
	margin-right: 10px;
}

.jp_btn_file_none {
	display: none;
}

.jp_open_btn {
	width: 17px;
	margin-left: -6px;
	vertical-align: text-top;
}

.jp_open_btn:hover {
	cursor: default;
}

.jp_close_btn {
	width: 17px;
	margin-left: -6px;
	vertical-align: text-top;
}

.jp_close_btn:hover {
	cursor: default;
}

.jp_btn_reorder {
	margin-top: 5px;
	margin-right: 10px;
}

/* 削除ボタン（歯科医師・スタッフ） */
.jp_btn_del_staff_hide {
	display: none;
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: var(--btn_del_bg_color);
	border: outset 1px var(--btn_del_waku_color);
	color: var(--btn_del_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_del_staff_hide:hover {
	cursor: pointer;
	background-color: var(--btn_del_bg_hover_color);
	border: inset 1px var(--btn_del_waku_color);
	color: var(--btn_del_hover_color);
	margin-right: 2px;
}

.jp_btn_del_staff_hide:active {
	position: relative;
	background-color: var(--btn_del_bg_hover_color);
	border: outset 1px var(--btn_del_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_del_hover_color);
}

.jp_btn_del_staff_show {
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: var(--btn_del_bg_color);
	border: outset 1px var(--btn_del_waku_color);
	color: var(--btn_del_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_del_staff_show:hover {
	cursor: pointer;
	background-color: var(--btn_del_bg_hover_color);
	border: inset 1px var(--btn_del_waku_color);
	color: var(--btn_del_hover_color);
	margin-right: 2px;
}

.jp_btn_del_staff_show:active {
	position: relative;
	background-color: var(--btn_del_bg_hover_color);
	border: outset 1px var(--btn_del_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_del_hover_color);
}

/* /削除ボタン（歯科医師・スタッフ） */

/* メール送信時に共済会署名を追加するボタン */
.jp_btn_insert_area {
	display: inline-block;
	padding-left: 10px;
}

.jp_btn_insert {
	position: relative;
	font-size: 13px;
	width: auto;
	height: 27px;
	background-color: #00bfff;
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2px;

	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_insert:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
	margin-right: 2px;
}

.jp_btn_insert:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_hover_color);
}
/* /メール送信時に共済会署名を追加するボタン */
/**************************************************/
/* /ボタン関連                                    */
/**************************************************/
.jp_text_center {
	text-align : center;
}

.jp_text_left {
	text-align : left;
}

.jp_text_right {
	text-align : right;
}

.jp_right_area {
	float: right;
}

.jp_chkbox {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}

.jp_chkbox:hover {
	cursor: pointer;
}

.jp_chkbox_member_edit {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	margin-top: 8px;
	padding-left: -10px;
	overflow: hidden;
}

.jp_chkbox_member_edit:hover {
	cursor: pointer;
}

.jp_chkbox_edit_area {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 1em;
	overflow: hidden;
}

.jp_chkbox_edit_area:hover {
	cursor: pointer;
}

.jp_chkbox_del {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 1em;
	overflow: hidden;
}

.jp_chkbox_del:hover {
	cursor: pointer;
}

.jp_chkbox_del:checked {
	accent-color: #f00;
}

.jp_chkbox_all {
	text-align: center;
}

.jp_chkbox_list {
	text-align: center;
	margin-left: -3px;
}

.jp_radio {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}

.jp_radio:hover {
	cursor: pointer;
}

.jp_radio_edit_area {
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0;
	margin-top: 8px;
	margin-left: 1em;
	overflow: hidden;
}

.jp_radio_edit_area:hover {
	cursor: pointer;
}

.jp_select {
	text-align: right;
	margin-left: 0;
	background-color: #fff8dc;
	border: 1px solid #666;
	height: 26px;
	border-radius: 3px 3px 3px 3px;
}

.jp_select:focus {
	background-color: #f0e68c;
	outline: none;
}

.jp_select_std {
	margin-left: 0;
	background-color: #fff8dc;
	border: 1px solid #666;
	height: 27px;
	border-radius: 3px 3px 3px 3px;
}

.jp_select_std:focus {
	background-color: #f0e68c;
	outline: none;
}

.jp_text_ymd {
	width: 80px;
	text-align: center;
}

.jp_box_padding {
	padding-left: 0.3em;
}

.jp_box_date {
	width: 80px;
	text-align: center;
}

.jp_box_datetime {
	width: 150px;
	text-align: center;
}

.jp_box_post1 {
	width: 30px;
	text-align: center;
}

.jp_box_post2 {
	width: 40px;
	text-align: center;
}

.jp_box_post {
	width: 60px;
	text-align: center;
}

.jp_box_tel {
	width: 30px;
	text-align: center;
}

.jp_box_fax {
	width: 30px;
	text-align: center;
}

.jp_box_30 {
	width: 30px;
}

.jp_box_50 {
	width: 50px;
}

.jp_box_55 {
	width: 55px;
}
.jp_box_60 {
	width: 60px;
}

.jp_box_70 {
	width: 70px;
}

.jp_box_80 {
	width: 80px;
}

.jp_box_90 {
	width: 90px;
}

.jp_box_100 {
	width: 100px;
}

.jp_box_110 {
	width: 110px;
}

.jp_box_120 {
	width: 120px;
}

.jp_box_130 {
	width: 130px;
}

.jp_box_140 {
	width: 140px;
}

.jp_box_150 {
	width: 150px;
}

.jp_box_200 {
	width: 200px;
}

.jp_box_250 {
	width: 250px;
}

.jp_box_300 {
	width: 300px;
}

.jp_box_400 {
	width: 400px;
}

.jp_box_auto {
	width: auto;
}

.jp_box_100per_calc {
	width: calc(100% - 10px);
}

.jp_box_100per {
	width: 100%;
}

.jp_box_120per_calc {
	width: auto;
}

.jp_active {
	font-weight: 700;
	color: #dc143c;
}

.jp_page_main {
	position: relative;
	padding: 5px 0 5px 0;
	height: auto;
	width: 100%;
}

.jp_box_right {
	text-align: right;
}

.jp_box_left {
	text-align: left;
}

.jp_box_center {
	text-align: center;
}

.jp_br {
	display: none;
}

.jp_clear {
	clear : both;
}

.jp_main {
	height: 100%;
}

.jp_sp_disp {
	display: none;
}

.jp_hr_line {
	background-color: var(--line_color);
	width: auto;
}

/* テーブル関連 */
.jp_table_tr_left {
	text-align: left;
}

.jp_table_tr_right {
	text-align: right;
}

.jp_table_tr_center {
	text-align: center;
}

.jp_table_td_left {
	text-align: left;
}

.jp_table_td_left span {
	padding-left: 3px;
}

.jp_table_td_right {
	text-align: right;
}

.jp_table_td_right span {
	padding-right: 3px;
}

.jp_table_td_center {
	text-align: center;
}

/*
.jp_table_td_center span {
	padding-left: 5px;
	padding-right: 5px;
}
*/

.jp_table_list {
	width: 100%;
	height: 100%;
	font-size: 13px;
	border: solid 1px var(--table_list_waku_color);
	border-radius: 3px;
}

.jp_table_list th {
	background-color: var(--table_list_th_bg_color);
	color: var(--table_list_th_color);
	font-weight: 400;
}

.jp_table_list td {
	background-color: var(--table_list_td_bg_color);
	border: solid 1px var(--table_list_waku_color);
	padding: 3px 0 3px 3px;
}

.jp_th_top_left {
	border: solid 1px var(--table_list_waku_color);
	border-radius: 3px 0 0 0;
}

.jp_th_top_right {
	border: solid 1px var(--table_list_waku_color);
	border-radius: 0 3px 0 0;
}

.jp_th_bottom_left {
	border: solid 1px var(--table_list_waku_color);
	border-radius: 0 0 0 3px;
}

.jp_th_bottom_right {
	border: solid 1px var(--table_list_waku_color);
	border-radius: 0 0 3px 0;
}

.jp_td_span_top_page {
	color: var(--table_list_td_color);
	text-decoration: none;
}

.jp_td_span_top_page:hover {
	color: var(--table_list_td_hover_color);
	text-decoration: underline !important;
	cursor: pointer;
}

.jp_td_span_list {
	color: var(--table_list_td_color);
	text-decoration: none;
}

.jp_td_span_list:hover {
	color: var(--table_list_td_hover_color);
	text-decoration: underline !important;
	cursor: pointer;
}

.jp_td_span_list_no_hover {
	color: var(--table_list_td_color);
	text-decoration: none;
}

.jp_table_label_header:hover {
	cursor: pointer;
}

.jp_td_list {
	color: #ff0;
}

.jp_td_span {
	color: var(--table_list_td_hover_color);
	text-decoration: none !important;
}

.jp_td_span:hover {
	color: var(--table_list_td_color);;
	text-decoration: underline !important;
	cursor: pointer;
}

.jp_list_right {
	text-align: right;
	padding-right: 5px;
}

.jp_toppage_label_header {
	text-align: center;
	white-space: nowrap;
	border: solid 1px var(--table_list_waku_color);
}

/* 一覧選択時の色関連 */
.jp_table_list_td_bg {
	background-color: var(--table_list_td_bg_color);
	border: solid 1px var(--table_list_waku_color);
	padding: 3px 0 3px 3px;
}

.jp_table_list_td_data {
	color: var(--table_list_td_color);
	text-decoration: none;
}

.jp_table_list_td_bg_active {
	background-color: var(--table_list_td_bg_active) !important;
	border: solid 1px var(--table_list_waku_color);
	padding: 3px 0 3px 3px;
}

.jp_table_list_td_data_active {
	color: #f5fffa !important;
	text-decoration: none;
}

.jp_table_td:hover {
	color: var(--table_list_td_hover_color) !important;
	cursor: pointer;
}

/* /一覧選択時の色関連 */

/* /テーブル関連 */

.jp_data_area_flex_start {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.jp_data_area_flex_end {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5em;
}

.jp_shipping_view_area_flex {
	display: flex;
	justify-content: flex-start;
	margin-top: 3px;
	margin-bottom: 3px;
}

.jp_detail_area {
	width: 100%;
}

.jp_btn_area_right {
	display: inline-block;
	margin-right: 10px;
}

.jp_detail_title_area {
	width: 100%;
	background-color: var(--detail_category_title_bg_color);
	border-top: 1px solid var(--line_color);
	border-bottom: 1px solid var(--line_color);
}

.jp_order_detail_data_waku .jp_detail_title_area:first-child {
	border-top: none;
	border-bottom: 1px solid var(--line_color);
}

.jp_detail_title {
	color: var(--sch_title_color);
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
}

.jp_massage_input_area {
	margin-top: 2px;
	margin-left: 15px;
	margin-right: 25px;
	text-align: left;
}

.jp_massage_input_area:focus {
	outline: 1px solid #ff0000 !important;
}

.jp_massage_input {
	width: 99.8%;
	height: 300px;
	min-height: 30px;
	padding: 5px;
}

.jp_massage_viewe_area {
	height: 400px;
	width: auto;
	margin-top: 2px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid  var(--btn_waku_color);
	overflow: auto;
}

.jp_massage_viewe_area_left {
	display: flex;
	justify-content: flex-start;

	width: auto;

}

.jp_massage_viewe_area_right {
	display: flex;
	justify-content: flex-end;

	width: auto;
}

.jp_massage_viewe_left {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 48%;
	padding: 5px;
	border: 1px solid  var(--btn_waku_color);
	border-radius: 5px 5px 5px 5px;
}

.jp_massage_viewe_right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 48%;
	padding: 5px;
	border: 1px solid  var(--btn_waku_color);
	border-radius: 5px 5px 5px 5px;
}

.jp_message_cust_name {
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
}

.jp_order_message {
	margin-left: 1em;
	overflow-wrap: break-word;
}

.jp_message_post_name {
	display: inline-block;
	margin-left: 20px;
}

.jp_btn_massage_post_area {
	display: flex;
	justify-content: flex-end;
}

.jp_btn_massage_post {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.jp_order_message_naibu_memo_title_waku {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid  var(--btn_waku_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_memo_area {
	width: calc(100% - 10px);
	text-align: left;
	min-height: 200px;
}

.jp_order_message_naibu_memo_input {
	margin-top: 2px;
	width: 99.8%;
	height: 200px;
	min-height: 30px;
	padding: 5px;
}

.jp_btn_massage_naibu_memo_area {
	display: flex;
	justify-content: flex-end;
}

.jp_btn_massage_naibu_memo {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
}

.jp_order_message_board_waku {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid  var(--btn_waku_color);
	background-color: var(--detail_title_bg_color);
}

.jp_order_message_board_title {

}

.jp_order_message_input_waku {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid  var(--btn_waku_color);
	background-color: var(--detail_title_bg_color);
}

.jp_order_message_input_title {

}

.jp_resubmission_area {
	margin-top: 25%;
	color: #808080;
}

.jp_resubmission_area_img {
	margin-top: 0;
}

.jp_resubmission_area_img img {
	height: 130px;
	width: 200px;
	border: none;
	object-fit: contain;
}

.jp_no_image_msg {
	margin-top: 25%;
	color: #808080;
}

.jp_file_up_area {
	display: inline-block;
}

.jp_file_up_area_no_disp {
	display: none;
}

.jp_btn_file_up_select {
	position: relative;
	font-size: 13px;
	width: 90px;
	height: auto;
	background-color: var(--btn_bg_color);
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-left: 3px;
	outline: none;
	border-radius: 3px 3px 3px 3px;

	user-select: none;
	outline: none;

}

.jp_btn_file_up_select:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
}

.jp_btn_file_up_select:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_hover_color);
}

.jp_btn_file_up {
	position: relative;
	font-size: 13px;
	width: 120px;
	height: auto;
	background-color: var(--btn_bg_color);
	border: outset 1px var(--btn_waku_color);
	color: var(--btn_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-right: 5px;
	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_file_up:hover {
	cursor: pointer;
	background-color: var(--btn_bg_hover_color);
	border: inset 1px var(--btn_waku_color);
	color: var(--btn_hover_color);
}

.jp_btn_file_up:active {
	position: relative;
	background-color: var(--btn_bg_hover_color);
	border: outset 1px var(--btn_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_hover_color);
}

.jp_btn_file_up_cancel {
	position: relative;
	font-size: 13px;
	width: 120px;
	height: auto;
	background-color: var(--btn_del_bg_color);
	border: outset 1px var(--btn_del_waku_color);
	color: var(--btn_del_color);
	border: 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-right: 10px;
	outline: none;
	border-radius: 3px 3px 3px 3px;
}

.jp_btn_file_up_cancel:hover {
	cursor: pointer;
	background-color: var(--btn_del_bg_hover_color);
	border: inset 1px var(--btn_del_waku_color);
	color: var(--btn_del_hover_color);
}

.jp_btn_file_up_cancel:active {
	position: relative;
	background-color: var(--btn_del_bg_hover_color);
	border: outset 1px var(--btn_del_waku_color);
	text-align: center;
	text-decoration: none;
	color: var(--btn_del_hover_color);
}

.jp_btn_reorder_area {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}

img.jp_icon_100 {
	width: 100px;
}

.jp_title {
	color: var(--sch_title_color);
	margin-top: 4px;
}

.jp_view5 {
	font-size: 13px;
	margin-left: 5px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title1 {
	font-size: 13px;
	margin-left: 1em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title2 {
	margin-left: 2em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title3 {
	margin-left: 3em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title3_8 {
	margin-left: 3.8em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title4 {
	margin-left: 4em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title5 {
	margin-left: 5em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title6 {
	margin-left: 6em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_title7 {
	margin-left: 7em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_require_area {
	display: inline-block;
}

.jp_sch_area {
	height: auto;

}

.jp_date_area_flex_start {
	display: flex;
	justify-content: flex-start;
}

.jp_edit_area_flex_start {
	display: flex;
	justify-content: flex-start;
}

.jp_list_area_flex_start_title {
	display: inline-block;
	margin-top: 3px;
}

.jp_date_picker_area {
	display: inline-block;
	margin-left: 5px;
}

.jp_list_area_flex_start {
	display: flex;
	justify-content: flex-start;
}

.jp_sch_area_flex_start {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.5em;
	height: 25px;
}

.jp_sch_area_flex_start_select {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.5em;
	height: 28px;
}

.jp_sch_area_end_start {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5em;
	height: 25px;
}

.jp_sch_area_flex_end {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5em;
	height: 25px;
}

.jp_sch_title {
	color: var(--sch_title_color);
	margin-top: 4px;
}

.jp_sch_title1 {
	margin-left: 1em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title2 {
	margin-left: 2em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title3 {
	margin-left: 3em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title4 {
	margin-left: 4em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title5 {
	margin-left: 5em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title6 {
	margin-left: 6em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title7 {
	margin-left: 7em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title8 {
	margin-left: 8em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title9 {
	margin-left: 9em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title10 {
	margin-left: 10em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title11 {
	margin-left: 11em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title12 {
	margin-left: 12em;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title10p {
	margin-left: 10px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title20p {
	margin-left: 20px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title30p {
	margin-left: 30px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title37p {
	margin-left: 37px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title40p {
	margin-left: 40px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_sch_title50p {
	margin-left: 50px;
	margin-top: 4px;
	color: var(--sch_title_color);
}

.jp_br_multi_line_s {
	display: inline-block;
	padding: 0;
}

.jp_multi_line_s {
	padding: 0.3em 0 0 0;
}

.jp_multi_line_m {
	padding: 0.5em 0 0 0;
}

.jp_link_decoration_none {
	text-decoration: none;
}

.jp_order_status {
	margin-left: 3px;
	margin-top: 2px;
	color: var(--data_eye_catching);
	font-weight: 700;
	font-size: 16px;
}

.jp_order_status_title {
	margin-left: 3px;
	margin-top: 4px;
}

.jp_sch_box_150 {
	width: 150px;
	text-align: right;
	margin-top: 4px;
}

.jp_sch_box_200 {
	width: 200px;
	text-align: right;
	margin-top: 4px;
}

.jp_sch_box_203 {
	width: 203px;
	text-align: right;
	margin-top: 4px;
}

.jp_sch_box_205 {
	width: 205px;
	text-align: right;
	margin-top: 4px;
}

.jp_sch_box_210 {
	width: 210px;
	text-align: right;
	margin-top: 4px;
}

.jp_sch_box_250 {
	width: 250px;
	text-align: right;
	margin-top: 4px;
}

/* 一覧のソートアイコン */
.jp_sort_arrow {
	margin-left: 3px;
}

.jp_sort_arrow:hover {
	cursor: pointer;
}

/* ラベル関連 */
.jp_label {
	margin-left: 3px;
}

.jp_label:hover {
	cursor: pointer;
}

.jp_label_edit_area {
	margin-top: 5px;
	margin-left: 3px;
	color: #8b4513;
}

.jp_label_edit_area:hover {
	cursor: pointer;
}

.jp_label_thread_area {
	margin-top: 5px;
	margin-left: 3px;
	color: #0000ff;
	font-weight : 600;
}

.jp_label_thread_area:hover {
	cursor: pointer;
}

.jp_thread_select {
	margin-top: 5px;
	margin-left: 20px;
}
/* /ラベル関連 */

.jp_sch_title_lateral {
  position: relative;
	display: inline-block;
	top: -5px;
	margin-left: 5em;
	color: var(--sch_title_color);
	height: 30px;
}

.jp_sch_op_select {
  position: relative;
	display: inline-block;
	top: -5px;
	height: 30px;
}

/* 横並びのリスト用 */
ul.jp_list_lateral {
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	color: var(--sch_title_color);
}

.jp_list_lateral li {
	display: inline-block;
	padding-right: 1em;
}
/* /横並びのリスト用 */

/* ローディング画像 */
#id_jp_loading {
	width: 85px; /* gif画像の幅 */
	height: 85px; /* gif画像の高さ */
	margin: -68px 0 0 -10px; /* gif画像を画面中央に */
	padding: 10px; /* gif画像を大きく */
	background: #BABABA; /* gif画像の背景色 */
	opacity: 0.5; /* 透過させる */
	border-radius: 15px; /* 丸角 */
	position: fixed; /* gif画像をスクロールさせない */
	left: 50%; /* gif画像を画面横中央へ */
	top: 50%; /* gif画像を画面縦中央へ */
	z-index: 10000;
}
/* /ローディング画像 */

/* ノーアクティブ */
.jp_no_active {
	color: var(--no_active);
}
/* /ノーアクティブ */

/**************************************************/
/* /ページ共通                                    */
/**************************************************/

/**************************************************/
/* ツールチップ                                   */
/**************************************************/
.jp_tooltip {
  position: relative;
  cursor: pointer;
	z-index: 10000;
}

/* ツールチップ全体の設定 */
.jp_tooltip::before,
.jp_tooltip::after {
  position: absolute;


  opacity: 0;
}

/* 吹き出しのひげ部分 */
.jp_tooltip::before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #fff;
  top: 10px;
  left: 10px;

  opacity: 0;
  transition: all 0.3s;

}

/* 吹き出しの本体 */
.jp_tooltip::after {
  content: "";
  border: 1px solid #666;
  border-bottom-color: #666;

  top: 5px;
  left: 30px;
	z-index: 10000;

  opacity: 0;
  transition: all 0.3s;
}

/* マウスホバーしたときの設定 */
.jp_tooltip:hover::before {
  content: "";
  top: 10px;
  left: 10px;
	z-index: 10000;

  opacity: 1;
  transition: all 0.3s;
}

.jp_tooltip:hover::after {
  content: attr(jp_data_tooltip);
  display: block;
  padding: 5px 5px;
  background: #FFF;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  top: 30px;
  left: 5px;
	width: 100px;
  border-radius: 3px;
	z-index: -10000;

  opacity: 1;
  transition: all 0.3s;
}
/**************************************************/
/* /ツールチップ                                  */
/**************************************************/

/**************************************************/
/* トップページ                                   */
/**************************************************/
.jp_top_summary {
	width: 100%;
}

.jp_top_summary ul {
	list-style-type: none;
	margin-left: -2.5em;
}

.jp_top_summary ul li {
	width: 99.5%;
}

.jp_top_summary ul li ul li {

}

.jp_top_title {
	color: #0000cd;
	font-size: 13px;
	margin-left: 1em;
	font-weight: 700;
}

/**************************************************/
/* /トップページ                                  */
/**************************************************/

/**************************************************/
/* ページ上部へアイコン                           */
/**************************************************/
#id_pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 13px;
}
 
#id_pageTop a {
	display: block;
	z-index: 999;
	color: var(--title_color);
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

#id_pageTop img {
	width: 36px;
}

#id_pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/**************************************************/
/* /ページ上部へアイコン                          */
/**************************************************/

/**************************************************/
/* 文字色用                                       */
/**************************************************/
/* エラー、注意喚起（赤） */
.jp_attention {
  color: var(--attention) !important;
}

.jp_attention_padding {
  color: var(--attention) !important;
	padding-left: 0.5em;
}

.jp_attention_title {
  color: var(--attention) !important;
	margin-left: 15px;
	font-weight: 700;
}

.jp_attention_info {
  color: var(--data_eye_catching) !important;
	margin-left: 10px;
	font-weight: 700;
}

.jp_attention_error {
  color: var(--attention) !important;
	margin-left: 10px;
	font-weight: 700;
}

.jp_attention_caution {
  color: var(--attention) !important;
	margin-left: 10px;
	font-weight: 700;
}

.jp_attention_msgbox_caution {
  color: var(--attention) !important;
	font-weight: 700;
}

/* 該当データなし */
.jp_data_not_found {
  color: var(--attention) !important;
	font-weight: 700;
}

.jp_attention_blue {
  color: var(--data_eye_catching) !important;
}

.jp_attention_blue_padding {
  color: var(--data_eye_catching) !important;
	padding-left: 0.5em;
}

.jp_info_blue_padding {
  color: var(--data_eye_catching) !important;
	padding-left: 0.5em;
}

.jp_info_blue_padding2 {
  color: var(--data_eye_catching) !important;
	padding-left: 0.5em;
	padding-top: 0.2em;
}

/**************************************************/
/* /文字色用                                      */
/**************************************************/

/**************************************************/
/* データ移行画面用                               */
/**************************************************/
.jp_conv_area {
	display: flex;
	justify-content: center;
	margin-top: 1em;
	width:100%;
}

.jp_conv_title {
	width:40%;
	text-align: right;
}

.jp_conv_input_area {
	width: 60%;
}

.jp_conv_btn_area {
	display: flex;
	justify-content: flex-end;
}

.jp_conv_btn {
	margin-right: 10px;;
}

.jp_conv_btn:hover {
	cursor: pointer;
}
.jp_data_conv_result_area {
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
/**************************************************/
/* /データ移行画面用                              */
/**************************************************/

/**************************************************/
/* ページャー                                     */
/**************************************************/
.jp_pager_all_kensuu {
	margin-left: 1em;
}

.jp_pager {
	margin-left: -20px;
	margin-top: -10px;
}

.jp_pager ul {
	list-style-type: none;
}

.jp_pager li {
	font-size: 11px;
	display: inline;
}

.jp_pager li a {
	padding: 3px 5px;
	border: 1px solid #d3d3d3;
	color: #2f4f4f;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.jp_pager li.on a {
	background: #ffe4e1;
	border: 1px solid #708090;
	font-weight: 600;
	color: #0000ff;
}

.jp_pager li a:hover,
.jp_pager li.on a:hover {
	background: #eee8aa;
	border: 1px solid #696969;
}
/**************************************************/
/* /ページャー                                    */
/**************************************************/

/**************************************************/
/* エディタ共通                                   */
/**************************************************/
.jp_data_editor {
	display: inline-block;
	width: calc(100% - 10px);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jp_data_editor_view {
  max-width: calc(100% - 60px);
	overflow-x: auto;
}

.jp_data_editor_view img {
	width: 100%;
	height: auto;
}

.jp_data_editor_view, /* 親要素 */
.jp_data_editor_view * { /* 子要素 */
  max-height: 100%;   /* 子要素が親要素の高さに収まるように */
	max-width: calc(100% - 14px);
  overflow-y: auto;   /* 子要素にスクロールバーを表示 */
	white-space: wrap;
}

.jp_data_textarea_title {
	width: calc(100% - 14px);
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.jp_data_textarea {
	width: calc(100% - 14px);
	min-height: 100px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/**************************************************/
/* /エディタ共通                                  */
/**************************************************/

/**************************************************/
/* 新着情報管理                                   */
/**************************************************/
.jp_info_add_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_info_add_area_outer {
	position: relative;
	width: calc(100% - 10px);

}

.jp_info_add_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_info_add_input_area:first-child {
	border-left: none;
}

.jp_info_add_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_info_add_title:first-child {
	border-left: none;
}

.jp_info_add_title {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_info_add_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_info_data {
	display: inline-block;
	color: var(--sch_title_color);
	min-width: 120px;
	padding-left: 5px;
	padding-right: 20px;
}

.jp_info_add_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_info_add_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_info_data_editor {
	display: inline-block;
	width: calc(100% - 160px);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jp_info_add_btn_area {
	text-align: right;
	padding-right: 5px;
}

.jp_info_data_view {
	display: inline-block;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.jp_info_edit_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_info_edit_area_outer {
	position: relative;
	width: calc(100% - 10px);
}

.jp_info_edit_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_info_edit_input_area:first-child {
	border-left: none;
}

.jp_info_edit_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_info_edit_title:first-child {
	border-left: none;
}

.jp_info_edit_title {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_info_edit_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}



.jp_info_edit_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_info_edit_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}


.jp_info_edit_btn_area {
	text-align: right;
	padding-right: 5px;
}

/**************************************************/
/* /新着情報管理                                  */
/**************************************************/


/**************************************************/
/* 利用者権限管理                                 */
/**************************************************/
.jp_user_add_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_user_add_area_outer {
	position: relative;
	width: calc(100% - 10px);
}

.jp_user_add_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_user_add_input_area:first-child {
	border-left: none;
}

.jp_user_add_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_user_add_title:first-child {
	border-left: none;
}

.jp_user_add_title {
	position: relative;
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_user_add_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
  padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_user_data {
	display: inline-block;
	color: var(--sch_title_color);
	min-width: 120px;
	padding-left: 5px;
	padding-right: 20px;

}

.jp_user_add_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_user_add_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_user_data_editor {
	display: inline-block;
	width: calc(100% - 160px);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jp_user_add_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_user_data_view {
	display: inline-block;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.jp_user_edit_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_user_edit_area_outer {
	position: relative;
	width: calc(100% - 10px);
}

.jp_user_edit_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_user_edit_input_area:first-child {
	border-left: none;
}

.jp_user_edit_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_user_edit_title:first-child {
	border-left: none;
}

.jp_user_edit_title {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_user_edit_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_user_edit_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_user_edit_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}


.jp_user_edit_btn_area {
	text-align: right;
	padding-right: 5px;
}

.jp_user_add_confirm_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_user_edit_confirm_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_edit_confirm_btn_area_top {
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
}

.jp_edit_confirm_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_add_confirm_btn_area_top {
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
}

.jp_add_confirm_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_passchg_btn_area_flex {
	display: flex;
	justify-content: space-between;
}

.jp_passchg_comment {
	padding-left: 5px;
}

.jp_passchg_btn_area {
	display: inline-block;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_btn_area_float_left {
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: 700;
}

/**************************************************/
/* /利用者権限管理                                */
/**************************************************/

/**************************************************/
/*会員管理                                        */
/**************************************************/
.jp_member_add_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_member_add_area_outer {
	position: relative;
	width: calc(100% - 10px);
}

.jp_member_add_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_member_add_input_area:first-child {
	border-left: none;
}

.jp_member_add_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_member_add_title:first-child {
	border-left: none;
}

.jp_member_add_title {
	position: relative;
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_add_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
  padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_data {
	display: inline-block;
	color: var(--sch_title_color);
	min-width: 120px;
	padding-left: 5px;
	padding-right: 20px;
}

.jp_member_add_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_member_add_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_data_editor {
	display: inline-block;
	width: calc(100% - 160px);
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.jp_member_add_btn_area {
	text-align: right;
	padding-right: 5px;
}

.jp_member_data_view {
	display: inline-block;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.jp_member_edit_area {
	position: relative;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-right: 5px;
}

.jp_member_edit_area_outer {
	position: relative;
	width: calc(100% - 10px);
}

.jp_member_edit_area_inner {
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_member_edit_input_area:first-child {
	border-left: none;
}

.jp_member_edit_input_area {
	display: inline-block;
	border-left: 1px solid var(--line_color);
}

.jp_member_edit_title:first-child {
	border-left: none;
}

.jp_member_edit_title {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_edit_title_flex {
	display: inline-block;
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	width: 150px;
	text-align: center;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}

.jp_member_edit_area_inner_detail_flex {
	display: flex;
	justify-content: flex-start;
	position: relative;
	border: 1px solid var(--line_color);
	width: auto;
}

.jp_member_edit_title_detail {
	color: var(--sch_title_color);
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom: 3px;
	width: 150px;
	height: auto;
	text-align: center;
	border-bottom: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: var(--detail_title_bg_color);
}


.jp_member_edit_btn_area {
	text-align: right;
	padding-right: 5px;
}

.jp_member_add_confirm_btn_area {
	text-align: right;
	padding-right: 5px;
}

.jp_member_add_complete_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_member_edit_confirm_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_member_edit_complete_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.jp_member_list_ctl_area {
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
}

.jp_incident_btn_area {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

/**************************************************/
/* /会員管理                                      */
/**************************************************/

/**************************************************/
/* テーブル関連汎用                               */
/**************************************************/
.jp_vertical_top {
	vertical-align: top;
	padding-top: 0.5em !important;
}

.jp_table_detail {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_detail th {
	color: var(--sch_title_color);
	width: 200px;
	height: 36px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_detail_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_detail_view th {
	vertical-align: top;
	color: var(--sch_title_color);
	width: 200px;
	height: 36px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #b0c4de;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail_view td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_detail_template_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;

  table-layout: fixed;
  word-wrap: break-word;
  overflow-x: auto;
}

.jp_table_detail_template_view th {
	color: var(--sch_title_color);
	width: 200px;
	height: 36px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail_template_view td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

	max-width: calc(100% - 210px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;  /* テキストが長くても改行せずに一行で表示 */;
}
/**************************************************/
/* /テーブル関連汎用                              */
/**************************************************/

/**************************************************/
/* テーブル関連会員                               */
/**************************************************/
.jp_detail_title_member {
	color: #0000cd;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
}

.jp_detail_member_list {
	list-style-type: none;
	width: calc(100% - 6px);
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_detail_member_area {
	display: flex;
  flex-wrap: wrap;

	width: calc(100% - 2px);
	height: 43px;
	margin-left: -37px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.jp_detail_member_area:first-child {
	border: 1px solid #000;
}

.jp_detail_member_area:last-child {
	border-top: none;
}

.jp_detail_member_title_area {
	display: inline-block;
	color: var(--sch_title_color);
	width: 180px;
	height: 100%;
	font-weight: 300;
	text-align: left;
	border-right: 1px solid var(--line_color);
	background-color: #87cefa;
	top: -0.8em;
	padding: 0;
	padding-left: 1em;
}

.jp_detail_member_title {
	align-items: center; 
}

.jp_detail_member_title_area_yoko {
	display: inline-block;
	color: var(--sch_title_color);
	width: 180px;
	height: 100%;
	font-weight: 300;
	text-align: left;
	border-left: 1px solid var(--line_color);
	border-right: 1px solid var(--line_color);
	background-color: #87cefa;
	top: -0.8em;
	margin: 0;
	margin-left: 5em;
	padding: 0;
	padding-left: 1em;
}

.jp_detail_member_data_area {
	display: inline-block;
	padding: 0;
}

.jp_detail_member_data {
	display: inline-block;
	color: var(--sch_title_color);
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.jp_table_detail_member {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}

.jp_table_detail_member tr {
	border: 1px solid var(--line_color);
}

.jp_table_detail_member th {
	color: var(--sch_title_color);
	width: 200px;
	height: 20px;
	font-weight: 300;
	text-align: left;
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
	border-right: 1px solid var(--line_color);
}

.jp_table_detail_member_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}

.jp_table_detail_member_view tr {
	border: 1px solid var(--line_color);
}

.jp_table_detail_member_view th {
	color: var(--sch_title_color);
	width: 200px;
	height: 34px;
	font-weight: 300;
	text-align: left;
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
	border-right: 1px solid var(--line_color);
}

.jp_table_detail_member_view td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_detail_member_list {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}

.jp_table_detail_member_list tr {
	border: 1px solid var(--line_color);
}

.jp_table_detail_member_list th {
	color: var(--sch_title_color);
	width: 175px;
	height: 36px;
	font-weight: 300;
	text-align: left;
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
	border-right: 1px solid var(--line_color);
}

.jp_table_detail_member_list td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.jp_table_detail_member_list_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}

.jp_table_detail_member_list_view tr {
	border: 1px solid var(--line_color);
}

.jp_table_detail_member_list_view th {
	color: var(--sch_title_color);
	width: 175px;
	height: 36px;
	font-weight: 300;
	text-align: left;
	background-color: #87cefa;
	padding: 0;
	padding-left: 1em;
	border-right: 1px solid var(--line_color);
}

.jp_table_detail_member_list_view td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

.jp_table_detail_member_index {
	background-color: #87cefa;
	border-right: 1px solid var(--line_color);
	padding:0 !important;
	margin-left: 0.2em !important;
	text-align: center;
	width: 24px;
}

.jp_table_detail_member_moved_title {
	color: #dc143c !important;
	background-color: #87ceeb !important;
}

.jp_table_detail_member_edit_title {
	color: #0000cd !important;
	background-color: #b0e0e6 !important;
}

.jp_table_detail_member_add_title {
	color: #0000cd !important;
	background-color: #e0ffff !important;
}

.jp_table_detail_member_title_2 {
	border-left: 1px solid var(--line_color);
}

.jp_table_detail_member td {
	color: var(--sch_title_color);
	font-weight: 300;
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_title_lawyer_info {
	color: #0000cd;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
}

.jp_title_incident_info {
	color: #0000cd;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
}

.jp_incident_dl_error {
	color: #f00;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.jp_incident_dl_error_title {
	color: #00f;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	padding: 0.5em 0 0 0;
}

.jp_incident_dl_error_info {
	color: #00f;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.jp_detail_title_fa_info {
	color: #0000cd;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 14px;
}

.jp_table_detail_fa_info {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_detail_fa_info th {
	color: var(--sch_title_color);
	width: 200px;
	height: 34px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #b0c4de;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail_fa_info td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_detail_fa_info_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_detail_fa_info_view th {
	color: var(--sch_title_color);
	width: 200px;
	height: 34px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #b0c4de;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail_fa_info_view td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_memo {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_memo th {
	color: var(--sch_title_color);
	width: 200px;
	height: 20px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #6495ed;
	padding: 0;
	padding-left: 1em;
}

.jp_table_memo td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_list_birthday_data {
	width: 265px;
}

.jp_table_incident_info {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_incident_info th {
	color: var(--sch_title_color);
	width: 200px;
	height: 34px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #b0c4de;
	padding: 0;
	padding-left: 1em;
}

.jp_table_incident_info td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.jp_table_incident_info_view {
	width: calc(100% - 6px);
	margin-left: 3px;
	border-collapse: collapse;
	border-spacing: 0;
}

.jp_table_incident_info_view th {
	color: var(--sch_title_color);
	width: 200px;
	height: 34px;
	font-weight: 300;
	text-align: left;
	border: 1px solid var(--line_color);
	background-color: #b0c4de;
	padding: 0;
	padding-left: 1em;
}

.jp_table_detail_fa_info_view td {
	color: var(--sch_title_color);
	font-weight: 300;
	border: 1px solid var(--line_color);
	padding: 0;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**************************************************/
/* /テーブル関連会員                              */
/**************************************************/

/**************************************************/
/* 入力項目のスタイル                             */
/**************************************************/
.jp_require {
	padding-left: 1em;
}

.jp_require_blue {
  color: var(--data_eye_catching) !important;
}

.jp_require_blue_padding {
  color: var(--data_eye_catching) !important;
}

.jp_no_require {
	padding-left: 1em;
}

/**************************************************/
/* /入力項目のスタイル                            */
/**************************************************/
.jp_page_control_area_header_right {
	display: inline-block;
	margin-top: 5px;
}

.jp_page_control_area_ul_header {
	position: relative;
	text-align: right;
}

.jp_page_control_area_ul_footer {
	position: relative;
	text-align: right;
}

.jp_page_control_area_select {
	position: relative;
	display: inline-block;
}

.jp_upload_file_sel_area {
	display: flex;
	justify-content: flex-start;
	text-align: center;
}

.jp_file_name_area {
	display: none;
	padding-top: 10px;
}

.jp_file_name_area_active {
	padding-top: 10px;
}

.jp_file_upload_area {
	display: none;
	text-align: right;
}

.jp_file_upload_cancel_area {
	display: none;
	padding-left: 10px;
}

.jp_file_upload_cancel_area_active {
	padding-left: 10px;
}

/**************************************************/
/* デバッグ情報エリア                             */
/**************************************************/
.jp_debug_area {
	margin-top: 1em;
	padding-left: 1em;
	width: auto;
	height: 100%;
	z-index: -10000;
}

.jp_debug_area_simple {
	margin-top: 1em;
	padding-left: 1em;
	width: 100%;
	height: 100%;
	z-index: -10000;
}
/**************************************************/
/* /デバッグ情報エリア                            */
/**************************************************/
