@charset "utf-8";

/* 各ページコンテンツ
(00)table   テーブルレイアウト基本情報
　(00-01)テーブル各種パーツ
(01)button   ボタン
(02)serchbox    検索ボックス
(03)form    フォームパーツ
(04)pagenav ページャー
(05)topbox,bottombox
(06)thankyou　完了画面
(07)contact
(08)wbox
(09)scroll
(10)comment
(11)login

 */

/* (00)table
--------------------------------------*/

table{
    margin: 0 0 20px 0;
	border:solid 1px #80919A;
	font-size:1.4rem;
	width:100%;
	background:#FFFFFF;
}

table th{
	background:#80919A;
	padding:10px 10px;
	border-right: dashed 1px #CCCCCC;
	text-align:center;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
}

table td{
	padding:10px 10px 5px 10px;
	border-right: dashed 1px #80919A;
	border-top:solid 1px #80919A;
	vertical-align:top;
}

table td form{
	display: inline;
}

table a:link    {color:#143A46; text-decoration:underline; font-weight:bold;}

table a:visited{color:#143A46; text-decoration:underline;}

table a:hover {color:#143A46; text-decoration:none;}

/**/

table.table2{
	border:solid 1px #82949D;
}

table.table2 tr{
	border-bottom: dashed 1px #80919A;
}

table.table2 th{
	background: var(--admin-box-color-1);
	padding:15px 10px 15px 20px;
	text-align:left;
	color:#224347;
	font-weight:bold;
	font-size:14px;
	border-right:none;
	width:250px;
	vertical-align:top;
}

table.table2 td{
	padding:10px 10px 5px 20px;
	border-right: none;
	border-top:none;
	vertical-align:top;
}

table.table2.confirm td{
	padding:15px 10px 15px 20px;
}

table.table2 td.confirm{
	padding:15px 10px 15px 20px;
}

table.table2 th span.hissu{
	float:right;
}

table.table2 a:link    {color:#143A46; text-decoration:underline; font-weight:bold;}

table.table2 a:visited{color:#143A46; text-decoration:underline;}

table.table2 a:hover {color:#143A46; text-decoration:none;}

/**/

table.table3{
    margin: 0 0 10px 0;
	border:solid 1px #80919A;
	font-size:1.4rem;
	width:100%;
	background:#FFFFFF;
}

table.table3 th{
	border-right: none;
	border-bottom:dashed 1px #FFFFFF;
	font-size:14px;
	width:80px;
	padding:10px;
}

table.table3 td{
	padding:10px;
	border-right: none;
	border-top:solid 1px #80919A;
	vertical-align:top;
}

table.TblWorkingCondition th{
	width:200px;
}

table td dl.check{
	opacity: 0.5;
}

/*(00-01)　テーブルパーツ----------*/

table .title{
	font-size:14px;
	font-weight:bold;
	color:#3992B2;
	padding:0 0 0 25px;
}

table .mark1{
	background:url(/images/icn_category01.png?9c1f18a6c990a8b5435b3f09093ef29a) no-repeat left top;
	background-size:18px;
}

table .mark2{
	background:url(/images/icn_category02.png?8a0a637b9e0e9d172fe937ad024ae5f7) no-repeat left top;
	background-size:18px;
}

table .title + p{
	font-size:12px;
}

.listKana{
	font-size: 12px;
}

.sortTitle{
	color: #ffffff!important;
    font-weight: inherit!important;
}

/* (01)button
--------------------------------------*/

div.btn{
	font-size:16px;
	text-align:center;
	margin:30px 0 20px 0;
}

/* 青1 */

a.btn_blue01,
input.btn_blue01,
button.btn_blue01{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	padding:10px 0;
	display: inline-block;
	text-align:center;
	border:solid 1px #3096B2;
	background:#3096B2;
	color:#FFFFFF!important;
	transition:background 0.5s ease 0s;
	width:100%;
	text-decoration: none!important;
}

a.btn_blue01:hover,
input.btn_blue01:hover,
button.btn_blue01:hover{
	background:#25788E;
	color:#FFFFFF;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

/* 青みグレー1 */

a.btn_bgray01,
input.btn_bgray01,
button.btn_bgray01{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:bold;
	padding:10px 0;
	display: inline-block;
	text-align:center;
	border:solid 1px #7D9EAE;
	background:#7D9EAE;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:100%;
}

a.btn_bgray01:hover,
input.btn_bgray01:hover,
button.btn_bgray01:hover{
	background:#647F8A;
	color:#FFFFFF;
	border:solid 1px #647F8A;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_bgray01{
	padding:11px 0 9px;
	margin-top:-1px;
}

a.btn_bgray01:link,
a.btn_bgray01:visited{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

a.btn_bgray01:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

/* 青・白背景1 */

a.btn_bwhi01,
input.btn_bwhi01{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:bold;
	padding:10px 0;
	display: inline-block;
	text-align:center;
	border:solid 1px #25788E;
	background:#FFFFFF;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:100%;
}

a.btn_bwhi01:hover,
input.btn_bwhi01:hover{
	background:#25788E;
	color:#FFFFFF;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_bwhi01{
	padding:11px 0 9px;
	margin-top:-1px;
}

a.btn_bwhi01:link,
a.btn_bwhi01:visited{
	color:#25788E!important;
	text-decoration:none!important;
}

a.btn_bwhi01:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

a.btn_blue01.gray_out,
input.btn_blue01.gray_out,
button.btn_blue01.gray_out {
	pointer-events: none;
	opacity: 0.5;
	filter: grayscale(100%);
}

/* -------------- */

/* 青ミニボタン共通 */

a.btn_blue02,input.btn_blue02,  button.btn_blue02,
a.btn_dl,input.btn_dl,
a.btn_up,input.btn_up,
a.btn_comment01,input.btn_comment01,button.btn_comment01,
a.btn_mail01,input.btn_mail01,button.btn_mail01,
a.btn_plus01,input.btn_plus01,
a.btn_edit01,input.btn_edit01,
a.btn_det01,input.btn_det01,button.btn_det01,
a.btn_det02,input.btn_det02,button.btn_det02,
a.btn_delete01,input.btn_delete01,button.btn_delete01,
a.btn_delete03,input.btn_delete03,button.btn_delete03,
a.btn_confirm01,input.btn_confirm01,button.btn_confirm01,
a.btn_qr,input.btn_qr,button.btn_qr,
a.btn_print01,input.btn_print01,button.btn_print01,
a.btn_copy01,input.btn_copy01,button.btn_copy01{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 0 5px 10px;
	display: inline-block;
	text-align:center;
	border:solid 1px #3096B2;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:110px;
	font-size:13px;
	background: #3096B2;
}

a.btn_movie01,input.btn_movie01,button.btn_movie01{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 0 5px 10px;
	display: inline-block;
	text-align:center;
	border:none;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:110px;
	font-size:13px;
	background: #3096B2;
}

/* アイコンなし */

a.btn_blue02,input.btn_blue02{
	padding:7px 5px 5px 5px;
}

a.btn_blue02:hover,input.btn_blue02:hover,
a.btn_dl:hover,input.btn_dl:hover,
a.btn_up:hover,input.btn_up:hover,
a.btn_comment01:hover,input.btn_comment01:hover,button.btn_comment01:hover,
a.btn_mail01:hover,input.btn_mail01:hover,button.btn_mail01,
a.btn_plus01:hover,input.btn_plus01:hover,
a.btn_edit01:hover,input.btn_edit01:hover,button.btn_edit01:hover,
a.btn_det01:hover,input.btn_det01:hover,
a.btn_det02:hover,input.btn_det02:hover,
a.btn_delete01:hover,input.btn_delete01:hover,button.btn_delete01:hover,
a.btn_delete03:hover,input.btn_delete03:hover,button.btn_delete03:hover,
a.btn_confirm01:hover,input.btn_confirm01:hover,button.btn_confirm01:hover,
a.btn_qr:hover,input.btn_qr:hover,
a.btn_print01:hover,input.btn_print01:hover,button.btn_print01:hover,
a.btn_copy01:hover,input.btn_copy01:hover,button.btn_copy01:hover{
	color:#FFFFFF;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_blue02{
	padding:7px 10px 5px 10px;
}

a.btn_dl,
a.btn_up,
a.btn_comment01,
a.btn_mail01,
a.btn_plus01,
a.btn_edit01,
a.btn_det01,
a.btn_det02,
a.btn_delete01,
a.btn_delete03,
a.btn_confirm01,
a.btn_qr,
a.btn_print01,
a.btn_copy01{
	padding:7px 0 5px 20px;
}

a.btn_blue02:link,a.btn_blue02:visited,
a.btn_dl:link,a.btn_dl:visited,
a.btn_up:link,a.btn_up:visited,
a.btn_comment01:link,a.btn_comment01:visited,
a.btn_mail01:link,a.btn_mail01:visited,
a.btn_plus01:link,a.btn_plus01:visited,
a.btn_edit01:link,a.btn_edit01:visited,
a.btn_det01:link,a.btn_det01:visited,
a.btn_det02:link,a.btn_det02:visited,
a.btn_delete01:link,a.btn_delete01:visited,
a.btn_delete03:link,a.btn_delete03:visited,
a.btn_confirm01:link,a.btn_confirm01:visited,
a.btn_qr:link,a.btn_qr:visited,
a.btn_print01:link,a.btn_print01:visited,
a.btn_copy01:link,a.btn_copy01:visited{
	color:#FFFFFF!important;
	text-decoration:none!important;
	font-weight:normal!important;
}

a.btn_blue02:hover,
a.btn_dl:hover,
a.btn_up:hover,
a.btn_comment01:hover,
a.btn_mail01:hover,
a.btn_plus01:hover,
a.btn_edit01:hover,
a.btn_det01:hover,
a.btn_det02:hover,
a.btn_delete01:hover,
a.btn_delete03:hover,
a.btn_confirm01:hover,
a.btn_qr:hover,
a.btn_print01:hover,
a.btn_copy01:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

/* -------------- */

/* 濃青ミニボタン共通 */

a.btn_mail03,input.btn_mail03,
a.btn_dl02,input.btn_dl02,
a.btn_up02,input.btn_up02,
a.btn_plus02,input.btn_plus02,button.btn_plus02,
a.btn_delete02,input.btn_delete02{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 0 5px 10px;
	display: inline-block;
	text-align:center;
	border:solid 1px #20677A;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:110px;
	font-size:13px;
}

a.btn_mail03:hover,input.btn_mail03:hover,
a.btn_dl02:hover,input.btn_dl02:hover,
a.btn_up02:hover,input.btn_up02:hover,
a.btn_plus02:hover,input.btn_plus02:hover,button.btn_plus02:hover,
a.btn_delete02:hover,input.btn_delete02:hover{
	color:#FFFFFF;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_mail03,
a.btn_dl02,
a.btn_up02,
a.btn_plus02,
a.btn_delete02{
	padding:7px 0 5px 20px;
}

a.btn_mail03:link,a.btn_mail03:visited,
a.btn_dl02:link,a.btn_dl02:visited,
a.btn_up02:link,a.btn_up02:visited,
a.btn_plus02:link,a.btn_plus02:visited,
a.btn_delete02:link,a.btn_delete02:visited{
	color:#FFFFFF!important;
	text-decoration:none!important;
	font-weight:normal!important;
}

a.btn_mail03:hover,
a.btn_dl02:hover,
a.btn_up02:hover,
a.btn_plus02:hover,
a.btn_delete02:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

/* 白ミニボタン共通 */

a.btn_arrow01,input.btn_arrow01,
a.btn_mail02,input.btn_mail02,button.btn_mail02,
a.btn_pic01,input.btn_pic01,button.btn_pic01{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 0 5px 10px;
	display: inline-block;
	text-align:center;
	border:solid 1px #3096B2;
	color:#3096B2;
	transition:background 0.5s ease 0s;
	width:110px;
	font-size:13px;
}

a.btn_arrow01:hover,input.btn_arrow01:hover,
a.btn_mail02:hover,input.btn_mail02:hover,button.btn_mail02:hover,
a.btn_pic01:hover,input.btn_pic01:hover,button.btn_pic01:hover{
	color:#3096B2;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_arrow01,
a.btn_mail02,
a.btn_pic01{
	padding:7px 0 5px 20px;
}

a.btn_arrow01:link,a.btn_arrow01:visited,
a.btn_mail02:link,.btn_mail02:visited,input.btn_mail02:visited,button.btn_mail02:visited,
a.btn_pic01:link,a.btn_pic01:visited,input.btn_pic01:visited,button.btn_pic01:visited{
	color:#3096B2!important;
	text-decoration:none!important;
	font-weight:normal!important;
}

a.btn_arrow01:hover,
a.btn_mail02:hover,input.btn_mail02:hover,button.btn_mail02:hover,
a.btn_pic01:hover,input.btn_pic01:hover,button.btn_pic01:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

/* ダウンロードアイコン */

a.btn_dl,
input.btn_dl{
	background: url(/images/icn_dl01.png?5cdc986b9090d49f2259bd1454e88b03) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_dl:hover,
input.btn_dl:hover{
	background: url(/images/icn_dl01.png?5cdc986b9090d49f2259bd1454e88b03) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* ダウンロードアイコン濃青 */

a.btn_dl02,
input.btn_dl02{
	background: url(/images/icn_dl01.png?5cdc986b9090d49f2259bd1454e88b03) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_dl02:hover,
input.btn_dl02:hover{
	background: url(/images/icn_dl01.png?5cdc986b9090d49f2259bd1454e88b03) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* アップロードアイコン */

a.btn_up,
input.btn_up{
	background: url(/images/icn_up01.png?e0190ff14345f8113eb62da07e108f66) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_up:hover,
input.btn_up:hover{
	background: url(/images/icn_up01.png?e0190ff14345f8113eb62da07e108f66) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* アップロードアイコン濃青 */

a.btn_up02,
input.btn_up02{
	background: url(/images/icn_up01.png?e0190ff14345f8113eb62da07e108f66) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_up02:hover,
input.btn_up02:hover{
	background: url(/images/icn_up01.png?e0190ff14345f8113eb62da07e108f66) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* コメント入力ボタン */

a.btn_comment01,
input.btn_comment01{
	background: url(/images/icn_comment01.png?81de1201790537f98d6381584fa81107) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_comment01:hover,
input.btn_comment01:hover{
	background: url(/images/icn_comment01.png?81de1201790537f98d6381584fa81107) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 印刷ボタン */

a.btn_print01,
input.btn_print01{
	background: url(/images/icn_print01.png?28e7f3b26644a834366ac6818dd87aeb) no-repeat center left 9px #3096B2;
	background-size:20px;
}

a.btn_print01:hover,
input.btn_print01:hover{
	background: url(/images/icn_print01.png?28e7f3b26644a834366ac6818dd87aeb) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 労働条件通知書コピーボタン */

a.btn_copy01,
input.btn_copy01{
	background: url(/images/icn_copy01.png?c4ec1286d84a106d1691da4a770e6d80) no-repeat center left 9px #3096B2;
	background-size:20px;
}

a.btn_copy01:hover,
input.btn_copy01:hover{
	background: url(/images/icn_copy01.png?c4ec1286d84a106d1691da4a770e6d80) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* メールボタン青 */

a.btn_mail01,
input.btn_mail01,
button.btn_mail01{
	background: url(/images/icn_mail01.png?362f6054cc40dcc80a70b32c2d8a3ecf) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_mail01:hover,
input.btn_mail01:hover,
button.btn_mail01:hover{
	background: url(/images/icn_mail01.png?362f6054cc40dcc80a70b32c2d8a3ecf) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* メールボタン白 */

a.btn_mail02,
input.btn_mail02,
button.btn_mail02{
	background: url(/images/icn_mail02.png?dfed7d720639c9a82041af8cdf079e86) no-repeat center left 10px #FFFFFF;
	background-size:20px;
}

a.btn_mail02:hover,
input.btn_mail02:hover,
button.btn_mail02:hover{
	background: url(/images/icn_mail01.png?362f6054cc40dcc80a70b32c2d8a3ecf) no-repeat center left 10px #3096B2;
	background-size:20px;
}

/* メールボタン濃青 */

a.btn_mail03,
input.btn_mail03,
button.btn_mail03{
	background: url(/images/icn_mail01.png?362f6054cc40dcc80a70b32c2d8a3ecf) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_mail03:hover,
input.btn_mail03:hover,
button.btn_mail03:hover{
	background: url(/images/icn_mail01.png?362f6054cc40dcc80a70b32c2d8a3ecf) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* 追加ボタン */

a.btn_plus01,
input.btn_plus01{
	background: url(/images/icn_plus01.png?7f1fac2ca42a7eec2136bf86c38e4e50) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_plus01:hover,
input.btn_plus01:hover{
	background: url(/images/icn_plus01.png?7f1fac2ca42a7eec2136bf86c38e4e50) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 追加ボタン濃青 */

a.btn_plus02,
input.btn_plus02,
button.btn_plus02{
	background: url(/images/icn_plus01.png?7f1fac2ca42a7eec2136bf86c38e4e50) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_plus02:hover,
input.btn_plus02:hover,
button.btn_plus02:hover{
	background: url(/images/icn_plus01.png?7f1fac2ca42a7eec2136bf86c38e4e50) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* 変更ボタン */

a.btn_edit01,
input.btn_edit01{
	background: url(/images/icn_edit01.png?f210bc0dd2c00da1a8a938c8d46bdf1d) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_edit01:hover,
input.btn_edit01:hover{
	background: url(/images/icn_edit01.png?f210bc0dd2c00da1a8a938c8d46bdf1d) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 白背景左矢印ボタン */

a.btn_arrow01,
input.btn_arrow01{
	background: url(/images/arrow01.png?7326a5663500d4254948d87a3ba52937) no-repeat center left 10px #FFFFFF;
	background-size:6px;
}

a.btn_arrow01:hover,
input.btn_arrow01:hover{
	background: url(/images/arrow02.png?05aba668374d7693c02a56b5649d3d19) no-repeat center left 10px #3096B2;
	background-size:6px;
}

/* 詳細ボタン */

a.btn_det01,
input.btn_det01,
button.btn_det01{
	background: url(/images/icn_det01.png?f35bf6a3db4dd07af761081674b9526b) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_det01:hover,
input.btn_det01:hover,
button.btn_det01:hover{
	background: url(/images/icn_det01.png?f35bf6a3db4dd07af761081674b9526b) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 詳細ボタン */

a.btn_det02,
input.btn_det02,
button.btn_det02{
	background: url(/images/icn_det02.png?e678cf93c29f5aae15c36cffa5c3f6f2) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_det02:hover,
input.btn_det02:hover,
button.btn_det02:hover{
	background: url(/images/icn_det02.png?e678cf93c29f5aae15c36cffa5c3f6f2) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* QRボタン */

a.btn_qr,
input.btn_qr,
button.btn_qr{
	padding:7px 0 5px 15px;
	background: url(/images/icn_menu02w.png?646a40b65d8fb11c898ea7aa7c0b28ee) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_qr:hover,
input.btn_qr:hover,
button.btn_qr:hover{
	background: url(/images/icn_menu02w.png?646a40b65d8fb11c898ea7aa7c0b28ee) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 動画別窓ボタン */

a.btn_movie01,
input.btn_movie01,
button.btn_movie01{
	background: url(/images/icn_movie01.png?9ff83332298f9cb96718f2d4253dd6b2) no-repeat center left 10px;
	background-size:35px;
}

a.btn_movie01:hover,
input.btn_movie01:hover,
button.btn_movie01:hover{
	background: url(/images/icn_movie01.png?9ff83332298f9cb96718f2d4253dd6b2) no-repeat center left 10px;
	background-size:35px;
}

/* 編集ボタン */

button.btn_comment01{
	background: url(/images/icn_comment01.png?81de1201790537f98d6381584fa81107) no-repeat center left 10px #3096B2;
	background-size:20px;
}

button.btn_comment01:hover{
	background: url(/images/icn_comment01.png?81de1201790537f98d6381584fa81107) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 印刷ボタン */

button.btn_print01{
	background: url(/images/icn_print01.png?28e7f3b26644a834366ac6818dd87aeb) no-repeat center left 9px #3096B2;
	background-size:20px;
}

button.btn_print01:hover{
	background: url(/images/icn_print01.png?28e7f3b26644a834366ac6818dd87aeb) no-repeat center left 9px #25788E;
	background-size:20px;
}

/* 労働条件通知書コピーボタン */

button.btn_copy01{
	background: url(/images/icn_copy01.png?c4ec1286d84a106d1691da4a770e6d80) no-repeat center left 9px #3096B2;
	background-size:20px;
}

button.btn_copy01:hover{
	background: url(/images/icn_copy01.png?c4ec1286d84a106d1691da4a770e6d80) no-repeat center left 9px #25788E;
	background-size:20px;
}

/* 確認ボタン */

a.btn_confirm01,
input.btn_confirm01,
button.btn_confirm01{
	background: url(/images/icn_confirm01.png?20b1cb20a3af7441b1b10c3a25b532f8) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_confirm01:hover,
input.btn_confirm01:hover,
button.btn_confirm01:hover{
	background: url(/images/icn_confirm01.png?20b1cb20a3af7441b1b10c3a25b532f8) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 削除ボタン */

a.btn_delete01,
input.btn_delete01,
button.btn_delete01{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #3096B2;
	background-size:20px;
}

a.btn_delete01:hover,
input.btn_delete01:hover,
button.btn_delete01:hover{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #25788E;
	background-size:20px;
}

/* 削除ボタン濃青 */

a.btn_delete02,
input.btn_delete02,
button.btn_delete02{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_delete02:hover,
input.btn_delete02:hover,
button.btn_delete02:hover{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* 削除ボタン濃青角丸 */

a.btn_delete03,
input.btn_delete03,
button.btn_delete03{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_delete03:hover,
input.btn_delete03:hover,
button.btn_delete03:hover{
	background: url(/images/icn_delete01.png?036a83a46b156381f61500d0f231c1e6) no-repeat center left 10px #184F5E;
	background-size:20px;
}

/* 画像ボタン */

a.btn_pic01,
input.btn_pic01{
	background: url(/images/icn_pic02.png?fd103f48b53eca2ae51e51af624e7aef) no-repeat center left 10px #FFFFFF;
	background-size:20px;
}

a.btn_pic01:hover,
input.btn_pic01:hover{
	background: url(/images/icn_pic01.png?06a3da7ae9843ea59eab8de71aee411f) no-repeat center left 10px #3096B2;
	background-size:20px;
}

button.btn_iconOnly{
	padding: 20px 0 10px 0;
}

a.btn_notPhoto,input.btn_notPhoto,button.btn_notPhoto{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 0 5px 10px;
	display: inline-block;
	text-align:center;
	border:solid 1px #20677A;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:110px;
	font-size:13px;
}

a.btn_notPhoto:hover,input.btn_notPhoto:hover,button.btn_notPhoto:hover{
	color:#FFFFFF;
	border:solid 1px #25788E;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

a.btn_notPhoto{
	padding:7px 0 5px 20px;
}

a.btn_notPhoto:link,a.btn_notPhoto:visited{
	color:#FFFFFF!important;
	text-decoration:none!important;
	font-weight:normal!important;
}

a.btn_notPhoto:hover{
	color:#FFFFFF!important;
	text-decoration:none!important;
}

a.btn_notPhoto,
input.btn_notPhoto,
button.btn_notPhoto{
	background: no-repeat center left 10px #20677A;
	background-size:20px;
}

a.btn_notPhoto:hover,
input.btn_notPhoto:hover,
button.btn_notPhoto:hover{
	background: no-repeat center left 10px #184F5E;
	background-size:20px;
}

.ta_left{
	text-align: left!important;
}

.pl30{
	padding-left: 30px!important;
}

.pl40{
	padding-left: 40px!important;
}

.btn_row{
	display: table!important;
    border-collapse: separate!important;
    border-spacing: 5px 0!important;
}

.btn_cell{
	display: table-cell!important;
    vertical-align: middle!important;
}

/* (02)serchbox
--------------------------------------*/

.explanationbox{
	background: var(--admin-box-color-1);
    margin: -30px 0 40px 0;
    padding: 0 20px 30px 20px;
    height: 95px
}

.explanationIcon{
	vertical-align: text-bottom;
	margin-right: 5px;
	height: 30px;
}

.explanationTitle{
	font-size: 24px;
	color: #4c6c9f;
}

.explanation{
	font-size: 14px;
}

.searchbox{
	background: var(--admin-box-color-1);
	margin:0 0 40px 0;
	padding:30px 20px 30px 20px;
	font-size:0px;
}

/* 横1列 */

.searchbox div{
	display:inline-block;
	width:100%;
	vertical-align:top;
}

.searchbox dt{
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	font-weight:bold;
	color:#113946;
	display:inline-block;
	width:100px;
	vertical-align:top;
	font-size:14px;
}

.searchbox dd{
	display:inline-block;
	width:calc(100% - 100px);
	margin:0 0 10px 0;
	vertical-align:top;
	font-size:14px;
}

.searchbox dd li{
	display:inline-block;
	/*width:45%;*/
	min-width:150px;
	max-width:200px;
	margin:0 0 5px 0;
	vertical-align:top;
}

.searchbox dd input[type="text"]{
	/*width:calc(100% - 50px);*/
	width:240px;
}

.searchbox dd.type img{
	margin:0 5px 0 0;
	vertical-align:middle;
	width:18px;
}

/* 横2列 */

.searchbox .inbox{
	display:inline-block;
	width:50%;
	vertical-align:top;
}

.searchbox .btn{
	margin:20px 0 0 0;
}

.searchbox .ui-datepicker-trigger,
.ui-datepicker-trigger{
	width:22px;
	vertical-align:middle;
}

/* serchbox内部でinboxを分割して表示する際のプロパティ */

.searchbox .inboxinfo{
	margin: 1%;
}

#csv_background .searchbox {
    margin-bottom: 20px !important;
}

/* inboxinfo内でタイトル表示する際のプロパティ */

.inboxinfo .inboxtitle{
	font-size: 14px;
	font-weight: bold;
}

/* inboxinfo内でタイトル毎にボックス分けしたい場合のプロパティ */

.inbox .inbox{
	margin: 2% 0 2% 8%!important;
}

/* inbox内のチェック項目用プロパティ */

.inbox ul li label{
	cursor: pointer;
}

/* inboxinfo内の左寄せ用プロパティ */

.inboxinfo .leftbox{
	float: left;
	padding-left: 1.5%;
	width: 48.5%;
}

/* inboxinfo内の左寄せ用プロパティ内部のinbox */

.inboxinfo .leftbox .inbox{
	width:100%;
}

/* inboxinfo内の右寄せ用プロパティ */

.inboxinfo .rightbox{
	float: right;
	padding-left: 5%;
	width: 45%;
}

/* inboxinfo内の右寄せ用プロパティ内部のinbox */

.inboxinfo .rightbox .inbox{
	width:100%;
}

/* (03)form
--------------------------------------*/

/* テキスト */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"]{
	border:solid 1px #CCC9BF;
	border-radius:6px;
	padding:5px;
	width:calc(100% - 20px);
	font-size:14px;
	-webkit-appearance: none;
    -moz-appearance: none;
}

input[type="text"].w70{
	max-width:70px;
	margin:0 5px 0 0;
}

input[type="text"].w100{
	max-width:100px;
	margin:0 5px 0 0;
}

input[type="text"].w120{
	max-width:120px;
	margin:0 5px 0 0;
}

input[type="text"].w150{
	max-width:150px;
	margin:0 5px 0 0;
}

input[type="text"].w200{
	max-width:200px;
	margin:0 5px 0 0;
}

input[type="text"].w300{
	max-width:300px;
	margin:0 5px 0 0;
}

input[type="text"].w400{
	max-width:400px;
	margin:0 5px 0 0;
}

input[type="text"].w500{
	max-width:500px;
	margin:0 5px 0 0;
}

td.name input{
	margin:0px 5px 5px 0!important;
}

td.add input{
	margin:10px 5px 0 0;
}

/* セレクト */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url(/images/arrow_select.png?1d8b2f60abb89943b3b42b54fd8c7c1b) center right 10px no-repeat #FFFFFF;
	background-size:11px;
    border:1px solid #CCC9BF;
	border-radius:5px;
	padding:6px 35px 6px 7px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	margin:0 5px 0 0;
}

@-moz-document url-prefix() { /* for firefox */
    select {
        background:none;
        background:url(/images/arrow_select.png?1d8b2f60abb89943b3b42b54fd8c7c1b) center right 10px no-repeat #FFFFFF;
		background-size:11px;
    }
}

select::-ms-expand {
	display: none;
}

td.add select{
	margin:10px 5px 0 0!important;
}

/* 企業検索のselectに追加するスタイル設定 */

.chosen-add-style{
	background : none !important;
	background-color : #ffffff !important;
	height : 33px !important;
	font-size : 14px !important;
	padding-top : 5px !important;
	color : #000000 !important;
	min-width: 160px !important;
}

.chosen-drop {
	min-width: 160px !important;
}

.chosen-drop ul>li {
	text-indent:0 !important;
	margin-left:0 !important;
}

.chosen-container .chosen-results li.active-result {
	max-width: initial;
}

@media only screen and (max-width: 600px) {
	select {
		/*font-size:16px;*/
	}
}

/* テキストエリア */

textarea{
	border:solid 1px #CCC9BF;
	border-radius:5px;
	padding:5px;
	width:calc(100% - 12px);
	-webkit-appearance: none;
    -moz-appearance: none;
}

/* ラジオボタン */

label.radio {
	cursor:pointer;
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin:5px 20px 0 0;
	padding:0 0 3px 25px;
}

label.radio:before {
	position:absolute;
	width:18px;
	height:18px;
	border:1px solid #CCC9BF;
	border-radius:50%;
	left:0px;
	content:'';
	z-index:3;
}

label.radio:after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	border-radius:100%;
	left:0;
	top:0;
	background-color:#7DB7CF;
	z-index:1;
	border:solid 4px #FFFFFF;
}

label.radio input[type="radio"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	position:absolute;
	z-index:2;
	width:18px;
	height:18px;
	left:-25px;
	top:0px;
	margin:0px;
	box-shadow:26px 2px #FFFFFF;
	border-radius:10px;
}

label.radio input[type="radio"]:checked {
	box-shadow:none;
}

label.radio input[type="radio"]:focus {
	opacity:0.2;
	box-shadow:26px 2px #FFF;
}

/* チェックボックス */

input[type=checkbox]{
	display: none;
	margin: 0;
}

input[type=checkbox] + label{
	/*margin: 0 20px 0 0;*/
	padding: 0 0 0 20px;
	position:relative;
}

input[type=checkbox] + label::before{
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-top: -7px;
	background: #FFF;
	border: 1px solid #CCC9BF;
	border-radius:2px;
}

input[type=checkbox]:checked + label::after{
	content: "";
	position: absolute;
	top: 10px;
	box-sizing: border-box;
	display: block;
	left: 2px;
	width: 12px;
	height: 8px;
	margin-top: -6px;
	border-left: 2px solid #3A94B4;
	border-bottom: 2px solid #3A94B4;
	transform: rotate(-45deg);
}

/* ダミー */

input[name="dummypass"]{
	visibility:hidden;
	position:absolute;
}

/* グレーアウト */

input[readonly],
input[readonly]+label{
	opacity: 0.5;
}

/* (04)pagenav
--------------------------------------*/

.pagenav{
	text-align:center;
	margin:0 0 0 0;
	vertical-align:middle;
	display:inline-block;
	float:right;
}

.pagenav ul{
	font-size:0;
	vertical-align:middle;
}

.pagenav ul li{
	font-size:14px;
	display:inline-block;
	width:auto;
	margin:0 10px 0 0;
	border:solid 1px #7E9CAE;
	vertical-align:middle;
	background:#FFFFFF;
}

.pagenav ul li.next{
	margin:0;
}

.pagenav ul li.prev,
.pagenav ul li.next{
	width:30px;
	height:30px;
	border:none;
	background:none;
}

.pagenav ul li.prev:hover,
.pagenav ul li.next:hover{
	background:none;
	opacity:0.5;
}

.pagenav ul li a,
.pagenav ul li span{
	display:block;
	vertical-align:middle;
	padding:5px 10px 4px;
}

.pagenav ul li span,
.pagenav ul li:hover{
	background:#7E9CAE;
	color:#FFFFFF;
}

.pagenav ul li a:link   { color:#143A46; text-decoration:none;}

.pagenav ul li a:visited{ color:#143A46; text-decoration:none;}

.pagenav ul li a:hover  { color:#143A46; text-decoration:none;}

/* (05)topbox,bottombox
--------------------------------------*/

.updatebutton-box{
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
    justify-content: flex-end;
}

.topbox{
	margin:0 0 20px 0;
	overflow:hidden;
}

.topbox .btn{
	display:inline-block;
	vertical-align:middle;
	margin:0;
}

.topbox .pagenav{
	vertical-align:middle;
}

.bottombox{
	margin:0;
	overflow:hidden;
}

/* (06)thankyou
--------------------------------------*/

#contents #main .thankyou{
	text-align:center;
	margin:80px auto;
}

#contents #main .thankyou h2{
	color:#3096B2;
	font-size:26px;
}

#contents #main .thankyou p{
	font-size:16px;
}

/* (07)contact
--------------------------------------*/

#contact{
	font-size:14px;
}

#contact .contact_box{
	background:#F3F2EB;
	margin:0 0 40px 0;
	padding:30px 20px 30px 20px;
}

#contact .contact_box dt{
	display:inline-block;
	font-weight:bold;
	width:200px;
	margin:0 10px 10px 0;
	vertical-align:top;
}

#contact .contact_box dd{
	display:inline-block;
	margin:0 0 10px 0;
	vertical-align:top;
}

#contact .text dt{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#contact .text dd textarea{
	font-weight:normal;
	height:180px;
}

#contact .text dd.confirm{
	padding:20px;
	background:#F3F2EB;
}

/* (08)wbox
--------------------------------------*/

.wbox{
	background:#FFFFFF;
	border:solid 1px #CCC9BF;
	text-align:center;
	margin:50px 0 0 0;
	padding:20px;
}

.wbox .btn{
	margin:10px 0 0 0;
}

.wbox p{
	margin:0;
}

/* (09)scroll
--------------------------------------*/

.scroll{
	overflow:auto;
	/* overflow-x:auto; overflow-y:hidden;横方向の処理（横スクロールバーを消す）*/
	/* overflow-y:auto; overflow-x:hidden;縦方向の処理（縦スクロールバーを消す）*/
	height:140px;
	padding: 20px 10px 20px 20px;
	background:#FFFFFF;
	border:solid 1px #82949D;
	font-size:14px;
}

/* (10)comment
--------------------------------------*/

.comment_box {
	background:#F2F1E8;
	margin:0 0 40px 0;
	padding:20px;
	font-size:0;
}

#contents #main .comment_box h2{
	color:#0F4150;
	font-size:20px;
	font-weight:bold;
	margin:0 0 20px 0;
}

.comment_box .det{
	display:inline-block;
	font-size:14px;
	width:300px;
	margin:0 50px 0 0;
	vertical-align:top;
}

.comment_box .det .title{
	background:#B7BFBF;
	text-align:center;
	width:81px;
	padding:5px 10px;
	color:#FFFFFF;
	border-radius:10px 10px 0 0;
}

.comment_box .balloon{
	display:inline-block;
	font-size:14px;
	width:calc(100% - 390px);
	vertical-align:top;
	background:#FFFFFF;
	border-radius:5px;
	padding:20px;
	position: relative;
	z-index: 0;
}

.comment_box .balloon:before {
	content: "";
	position: absolute;
	top: 50px;
	left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #FFFFFF transparent transparent;
	z-index: 0;
}

.comment_box .balloon h3{
	color:#34A3C3;
	font-size:16px;
	font-weight:bold;
	border-bottom:solid 1px #444444;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
}

.comment_box .balloon .text{
	margin:0 0 20px 0;
}

.comment_box .balloon  .photo ul{
	font-size:0;
}

.comment_box .balloon  .photo li{
	display:inline-block;
	margin:0 10px 0 0;
	max-width:150px;
	width:calc((100% - 30px) / 3);
}

.comment_box .balloon .photo li img{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

.comment_entry h3{
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#113946;
}

.comment_entry h3 span{
	font-size:13px;
	font-weight:normal;
	margin:0 0 0 20px;
	color:#444444;
}

.comment_entry h3+div{
	margin:0 0 30px 0;
}

.comment_entry select+input{
	padding:6px 0;
}

.comment_entry textarea{
	font-size:14px;
}

.comment_entry .photo{
	font-size:0;
}

.comment_entry .photo li{
	font-size:14px;
	display:inline-block;
	width:180px;
	margin:0 10px 0 0;
}

.comment_entry .photo li img{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:113px;
	margin:10px 0 0 0;
}

/* (11)login
--------------------------------------*/

#contents.column1.login_bg{
	_background:url(/images/bg_login.png?4cd7fff453250942ffe83dcb66e358ee) no-repeat center top 50px;
}

#contents.column1 #main.login{
	max-width:540px;
	margin:50px auto 100px;
	padding:30px;
	min-height:auto;
	text-align:center;
}

#contents.column1 #main.login  h2{
	/*margin:0 0 40px 0;*/
}

#contents .login .loginbox{
	background: var(--admin-box-color-1);
	margin:0 0 40px 0;
	padding:40px;
	font-size:16px;
}

#contents .login .loginbox dl{
	margin:0 0 20px 0;
}

#contents .login .loginbox dt{
	display:inline-block;
	width:120px;
	color:#214346;
	font-weight:bold;
	vertical-align:top;
	padding:5px 0 0 0;
	text-align: left;
}

#contents .login .loginbox dd{
	display:inline-block;
	width:calc(100% - 130px);
	vertical-align:top;
}

#contents .login  p a{
	font-size:14px;
}

#contents .login  p a:link,
#contents .login  p a:visited{
	color:#3096B2;
	text-decoration:underline;
}

#contents .login  p a:hover{
	color:#3096B2;
	text-decoration:none;
}

#contents .login .entry{
	font-size:14px;
	margin:0 0 50px 0;
	padding:0;
}

#contents .login .entry h3{
	font-weight:normal;
	margin:0 0 10px 0;
}

/* (12)guide
--------------------------------------*/

#guide{
	font-size:14px;
}

#guide a:link{ color:#3096B2; text-decoration:underline; font-weight:normal;}

#guide a:visited{ color:#3096B2; text-decoration:underline;}

#guide a:hover{ color:#3096B2; text-decoration:none;}

#guide p{
	margin:0 0 30px 0;
}

#guide table th,
#guide table td{
	padding:20px;
}

#guide .map{
	margin:50px 0 0 0;
}

#guide .map iframe{
	width:100%;
	height:400px;
}

#guide h3{
	font-size:18px;
	font-weight:bold;
	margin:30px 0 10px 0;
}

#guide ol{
	margin:0 0 0 20px;
}

#guide ol>li{
	list-style: decimal;
}

#guide ul{
	margin:10px 0 10px 0;
}

#guide ul>li{
	text-indent:-3.8rem;
	margin-left:4rem;
}

#guide ul.child li{
	list-style:outside lower-roman;
	text-indent:0rem;
	margin-left:2rem;
}

@media only screen and (max-width: 600px) {
	#guide{
		font-size:13px;
	}
	#guide h3{
		font-size:16px;
	}
}

/* (13)tab
--------------------------------------*/

.tab_box .hide {
	display: none;
}

.tab_box .tab_contents {
	margin: 30px 0 30px 0;
	padding: 20px;
	border: solid #80919A 2px;
	position: relative;
	background: #FAF9F7;
}

.tab_box .tab_contents > ul {
	position: absolute;
	top: -47px;
	left: -2px;
	width: 100%;
	font-size: 0;
}

.tab_box .tab_contents > ul > li {
	display: inline-block;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: solid 2px #80919A;
	border-left: solid 2px #80919A;
	border-right: solid 2px #80919A;
	margin: 0 5px 0 0;
	cursor: pointer;
	/* 一列内で1つタブを増やしたい場合、 (calc((100% - 90px) / 10)) から (calc((100% - 100px) / 11)) のように変更する */
	width: calc((100% - 100px) / 11);
	max-width: 200px;
	text-align: center;
	font-size: 1.2rem;
	background: #80919A;
	color: #FFF;
	height: 43px;
	line-height: 100%;
	vertical-align: middle;
}

.tab_box .tab_contents > ul.dl_csv > li {
	min-width: 100px;
}

.tab_box .tab_contents > ul > li a,
.tab_box .tab_contents > ul > li span{
	display: block;
	padding: 15px 0 15px 0;
}

.tab_box .tab_contents > ul > li a:hover{
	text-decoration: none;
}

.tab_box .tab_contents > ul > li.select {
	border-bottom: #FAF9F7 solid 2px;
	background: #FAF9F7;
	color: #113B46;
}

.tab_box .tab_contents > ul > li.error {
	background: rgba(255, 238, 238, 1);
	color: #f66;
	font-weight: bold;
}

.tab_box .tab_contents > ul > li a:link,
.tab_box .tab_contents > ul > li a:visited,
.tab_box .tab_contents > ul > li a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

.tab_box .tab_contents > ul > li.select a:link,
.tab_box .tab_contents > ul > li.select a:visited,
.tab_box .tab_contents > ul > li.select a:hover{
	color:#113B46;
}

/* (14)nav_box
--------------------------------------*/

.nav_box a{ text-decoration:none;}

.nav_box a:link{ text-decoration:none;}

.nav_box a:hover{ text-decoration: none;}

.nav_box ul{
	font-size: 0;
}

.nav_box li{
	font-size: 13px;
	display: inline-block;
	margin: 20px 20px 0 0;
	border:solid 1px #80919A;
	border-radius: 2px;
	width: calc((100% - 68px) / 4);
	vertical-align: top;
	background: #FFFFFF;
	max-width: 223px;
	height: 116px;
}

.nav_box li:nth-child(4n){
	margin-right:0;
}

.nav_box li:nth-child(1),
.nav_box li:nth-child(2),
.nav_box li:nth-child(3),
.nav_box li:nth-child(4){
	margin-top:0;
}

.nav_box li a{
	display: block;
	padding: 15px 15px;
	height: calc(100% - 30px);
}

.nav_box li a:hover{
	opacity: 0.5;
}

.nav_box li p.name{
	padding: 0 0 0 0;
	font-size: 15px;
	font-weight: bold;
}

.nav_box li a:link p.name,
.nav_box li a:visited p.name,
.nav_box li a:hover p.name{
	color:#25788E;
	text-decoration: none;
}

.nav_box li a:link p,
.nav_box li a:visited p,
.nav_box li a:hover p{
	text-decoration: none;
	color: #333333;
}

.nav_box li p.sub_text{
	font-size: 11px;
}

/* 赤1 */

a.btn_red01,
input.btn_red01{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight:bold;
	padding:10px 0;
	display: inline-block;
	text-align:center;
	border:solid 1px #BF596D;
	background:#BF596D;
	color:#FFFFFF;
	transition:background 0.5s ease 0s;
	width:100%;
}

a.btn_red01:hover,
input.btn_red01:hover{
	background:#BF3F5C;
	color:#FFFFFF;
	border:solid 1px #BF3F5C;
	transition:background 0.2s ease 0s,color 0.2s ease 0s ;
}

/* 一覧画面 */

table.ListTbl{
	table-layout: fixed;
}

table.ListTbl td {
	word-break : break-all;
}

.btnListMail{
	padding-left: 30px!important;
}

/* QR */

#output-qr {
	display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#qr-area {
		display: none;
	}
	.btn-qr{
		padding : 5px 0!important;;
	    font-weight: initial!important;;
	}
	/* FireFox */
	@-moz-document url-prefix() {
		#qr-area {
			display: block;
		}
	}
	/* Edge */
	@supports (-ms-ime-align: auto) {
		#qr-area {
			display: block;
		}
	}
}

/* 写真 */

.photo_area {
	width: 128px;
	height: 128px;
	margin: 30px 0 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	text-align: center;
    justify-content: center;
	position: relative;
}

.face_list_img {
	width: 50%;
	height: 50%;
}

.face_photo_text{
	position: absolute;
	display: none;
}

.face_photo_text div{
	text-align: center;
}

.photo_area a:hover .face_photo_text {
	display: block;
	width: 128px;
	height: 128px;
	top: 0;
	left: 0;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.6);
	color: #3c3c3c;
}

.face_photo_img {
/*	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;*/
}

/* モーダル表示 */

/*.content{
    margin: 0 auto;
    padding: 40px;
}*/

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 16px;
}

.modal__bg{
    background: rgba(30,30,30,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: -40px;
}

.modal__content{
    background: #fff;
    left: 41%;
    padding: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30%;
}

.modal input[type=checkbox] {
	display: inline-block;
}

.modal-body {
	text-align:center;
}

.modal-body > .form-group {
	font-size: 14px;
	margin:30px;
	text-align:center;
}

#dispPdfBtn {
	margin: 0 auto;
	text-align:center;
}

.inactive{
	color: #999;
}

/* 各ページ内選択件数表示箇所用 */

.selected_num_info_box {
	padding: 0.8em 3em;
	background-color: #3096b238;
	border-radius: 0.5em;
}

.selected_num_info_box .selected_number_box {
	color: #e90000;
}

/* 労働条件通知書の独自アラート */

.loading_wc {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center calc(50% + 50px) ;
    background-size: 100px 100px;
    position:absolute;
    top:calc(50% - 150px);
    left: calc(50% - 250px);
    background-color:#ffffff;
    width:400px;
    height: 50px;
    opacity: 1;
    margin: auto;
    z-index:200;
    font-size: 24px;
    padding: 50px;
    border: 1px solid #666666;
    border-radius: 10px;
}

/* トグルメニュー */

.nav-open {
    cursor: pointer;
}

/* トグルメニュー 保険料控除タブ用 */

.insurance-deductions-tab-nav {
    padding: 0.5em;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

/* トグルメニュー 保険料控除タブ用 前 */

.insurance-deductions-tab-nav::before {
    content: "\f107";
    padding-right: 0.5em;
}

/* トグルメニュー 保険料控除タブ用 後 */

.insurance-deductions-tab-nav.active::before {
    content: "\f105";
    padding-right: 0.5em;
}

/* トグルメニュー 保険料控除タブ用 サブタイトル */

.insurance-deductions-tab-nav-subtitle {
    font-size: 1.7em;
    font-weight: bold;
    margin: 0.5em;
}

/* トグルメニュー 申請管理画面検索ボックス用 */

.application-search-nav {
	padding: 2% 0 1% 0;
}

/* トグルメニュー 申請管理画面検索ボックス用 前 */

.application-search-nav::before {
    content: "\025bc";
    padding-right: 0.5em;
}

/* トグルメニュー 申請管理画面検索ボックス用 後 */

.application-search-nav.active::before {
    content: "\025b6";
    padding-right: 0.5em;
}

/* トグルメニュー 年末調整管理画面検索ボックス用 */

.adjustment-search-nav {
	padding: 2% 0 1% 0;
}

/* トグルメニュー 年末調整管理画面検索ボックス用 前 */

.adjustment-search-nav::before {
    content: "\025bc";
    padding-right: 0.5em;
}

/* トグルメニュー 年末調整管理画面検索ボックス用 後 */

.adjustment-search-nav.active::before {
    content: "\025b6";
    padding-right: 0.5em;
}

/* トグルメニュー 所得見積額計算ボックス用 */

.estimate-price-calc-nav {
	padding: 2% 0 1% 0;
}

/* トグルメニュー 所得見積額計算ボックス用 前 */

.estimate-price-calc-nav::before {
    content: "\025bc";
    padding-right: 0.5em;
}

/* トグルメニュー 所得見積額計算ボックス用 後 */

.estimate-price-calc-nav.active::before {
    content: "\025b6";
    padding-right: 0.5em;
}

/* トグルメニュー 入社申請フォームURL用 */

.registerurl-entry-nav {
	padding: 2% 0 1% 0;
	cursor: pointer;
}

/* トグルメニュー 入社申請フォームURL用 前 */

.registerurl-entry-nav::before {
    content: "\025bc";
    padding-right: 0.5em;
}

/* トグルメニュー 入社申請フォームURL用 後 */

.registerurl-entry-nav.active::before {
    content: "\025b6";
    padding-right: 0.5em;
}

/* トグル 入社申請フォームURL用 */

.administrator-function-nav {
	cursor: pointer;
}

/* トグルメニュー 入社申請フォームURL用 前 */

.administrator-function-nav::before {
    content: "\025bc";
    padding-right: 0.1em;
}

/* トグルメニュー 入社申請フォームURL用 後 */

.administrator-function-nav.active::before {
    content: "\025b6";
    padding-right: 0.1em;
}

/* cursor 入社申請 表示フォーム */

.employment-statuses-expansions-function {
    cursor: pointer;
}

/* 所得見積額自動計算欄 */

.estimate-price-calc-info {
	padding: 1em 0 1em 2em;
	width: 75%;
}

.estimate-price-calc-info .input-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.estimate-price-calc-info .btn-row {
	display: flex;
	justify-content: flex-end;
}

/* 申請管理＞詳細画面ヘッダー */

.application-show-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* カスタムcsvプリセットinformation */

.preset-info {
    text-align:left;
}

.preset-info ul {
    margin-left:16px;
}

.preset-info li {
    list-style-type: none;
}

.preset-info .note {
	color: #e90000;
}

.preset-info .colomn-name {
	font-weight: bold;
}

.preset-info a:link {
	color:#06c;
	text-decoration:underline;
	font-weight:normal;
}

.preset-info a:visited{
	color:#06c;
	text-decoration:underline;
}

.preset-info a:hover{
	color:#06c;
	text-decoration:none;
}

.aspit-preset-alert li {
    list-style-type: disc;
    margin-left:16px;
}

/* 画像保存設定注記 */

.savefile-note {
	padding-left:2.5em;
	text-indent:-2.5em;
}

.bg-white {
	background: #ffffff !important;
}

.font-normal {
	font-weight: normal !important;
}

.show-history {
	color: #0000FF !important;
	font-weight: normal !important;
	text-align: left;
}

.application-before-change {
	background: var(--admin-box-color-1) !important;
}

.header-application-history {
	border-bottom: 1px solid #80919A !important;
}

.application-after-change span {
	float:right;
}

.application-after-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.application-hidden-column {
    background: repeating-linear-gradient(
        -45deg,
        #CCE,
        #ccc 1px,
        #fff 0,
        #fff 4px
        );
}

/* 権限設定画面簡易ツールチップ */

.tooltip {
    position: relative;
    cursor: pointer;
}

.description {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
    border-radius: 5px;
    width: 260px;
	z-index: 1000;
	background-color: rgba(226, 226, 226, 0.7);
}

.tooltip:hover .description{
    display: inline-block;
    top: 0px;
}

.tooltip-workflow {
    position: relative;
    cursor: pointer;
}

.description-workflow {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #000;
    border-radius: 5px;
    min-width: 260px;
    z-index: 1000;
    background-color: rgba(226, 226, 226, 0.7);
    text-align: left;
    white-space: nowrap;
}

.tooltip-workflow:hover .description-workflow{
    display: inline-block;
    top: 0px;
}

.adjustyear-tooltip {
	display: inline-block;
}

.adjustyear-tooltip .description {
	left: 15em;
}

/* 画像注記 */

.file-info-nav {
    padding: 3px 0 0 0;
	text-decoration: underline;
}

.file-info-nav .info-icon{
    width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

.file-info-nav-detail {
    margin:0 0 10px 20px;
	width: calc(100% - 20px);
}

/* アラート設定ラジオボタン */

label.radio-alert-setting {
	cursor:pointer;
	position:relative;
	overflow:hidden;
	display:inline-block;
	margin:5px 20px 0 0;
	padding:0 0 3px 25px;
    top:5px;
}

label.radio-alert-setting:before {
	position:absolute;
	width:18px;
	height:18px;
	border:1px solid #CCC9BF;
	border-radius:50%;
	left:0px;
	content:'';
	z-index:3;
    top:5px;
}

label.radio-alert-setting:after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	border-radius:100%;
	left:0;
	background-color:#7DB7CF;
	z-index:1;
	border:solid 4px #FFFFFF;
    top:5px;
}

label.radio-alert-setting input[type="radio"] {
	-moz-appearance:none;
	-webkit-appearance:none;
	position:absolute;
	z-index:2;
	width:18px;
	height:18px;
	left:-25px;
	margin:0px;
	box-shadow:26px 2px #FFFFFF;
	border-radius:10px;
    top:5px;
}

label.radio-alert-setting input[type="radio"]:checked {
	box-shadow:none;
}

label.radio-alert-setting input[type="radio"]:focus {
	opacity:0.2;
	box-shadow:26px 2px #FFF;
}

.inline-label {
	display: flex;
	align-items: center;
}

.administrator-functions-list li {
    width: -moz-fit-content;
    width: fit-content;
}

/*
注意書き
*/

.Notes{
	color: #ff0000;
}

.approve-user-list li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0;
}

.view-user-list li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0;
}

.rule-type-list li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
}

.step-list li {
    list-style: none;
    margin: 0 0 5px 0;
}

.step-list li select {
    width: 30%;
}

.step-list .arrow {
    width: 90%;
    text-align: center;
}

.workflow-explanationIcon{
    margin-right: 5px;
    width: 10px;
    height: 10px;
}

/*
承認ルート設定（申請区分別）
*/

.application-type-workflows-organizations div {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* 縦型タブメニューのスタイル */

.vertical_tab_container {
	display: flex;
	min-height: 500px;
}

.vertical_tab {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vertical_tab li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.vertical_tab li span {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	background: #80919A;
	font-size: 1.3em;
	color: #fff;
}

.vertical_tab li.select span {
	background: #FAF9F7;
	border-right: 1px solid #FAF9F7;
	margin-right: -1px;
	font-size: 1.4em;
	color: #000000;
}

.vertical_tab li span.multiline {
	line-height: 1.2;
	padding: 5px 15px;
}

.vertical_content {
	flex: 1;
	padding: 20px;
	background: #FAF9F7;
}

/* タブコンテンツのスタイル */

.vertical_tab tab_page {
	display: none;
}

.vertical_tab tab_page.active {
	display: block;
}

/* 銀行設定プレースホルダ */

#transfer_select_option_div {
    position: relative;
}

#transfer_select_option {
    opacity: .7;
}

#transfer_select_option_div #transfer_select_option_placeholder {
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 14px;
}

#transfer_select_option_div #transfer_select_option_placeholder.none {
    display: none;
}

