@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.ListTbl a:link {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

table.ListTbl a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

table.ListTbl a:hover {
    color: #FFFFFF;
    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;
}


/*(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) no-repeat left top;
	background-size:18px;
}
table .mark2{
	background:url(../images/icn_category02.png) 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;
	transition:background 0.5s ease 0s;
	width:100%;
}
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 ;
    text-decoration: none;
}
/* 青みグレー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_blue02,input.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_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_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_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_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_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) no-repeat center left 10px #3096B2;
	background-size:20px;
}
a.btn_dl:hover,
input.btn_dl:hover{
	background: url(../images/icn_dl01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* ダウンロードアイコン濃青 */
a.btn_dl02,
input.btn_dl02{
	background: url(../images/icn_dl01.png) no-repeat center left 10px #20677A;
	background-size:20px;
}
a.btn_dl02:hover,
input.btn_dl02:hover{
	background: url(../images/icn_dl01.png) no-repeat center left 10px #184F5E;
	background-size:20px;
}
/* アップロードアイコン */
a.btn_up,
input.btn_up{
	background: url(../images/icn_up01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
a.btn_up:hover,
input.btn_up:hover{
	background: url(../images/icn_up01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* アップロードアイコン濃青 */
a.btn_up02,
input.btn_up02{
	background: url(../images/icn_up01.png) no-repeat center left 10px #20677A;
	background-size:20px;
}
a.btn_up02:hover,
input.btn_up02:hover{
	background: url(../images/icn_up01.png) no-repeat center left 10px #184F5E;
	background-size:20px;
}
/* コメント入力ボタン */
a.btn_comment01,
input.btn_comment01{
	background: url(../images/icn_comment01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
a.btn_comment01:hover,
input.btn_comment01:hover{
	background: url(../images/icn_comment01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 印刷ボタン */
a.btn_print01,
input.btn_print01{
	background: url(../images/icn_print01.png) no-repeat center left 9px #3096B2;
	background-size:20px;
}
a.btn_print01:hover,
input.btn_print01:hover{
	background: url(../images/icn_print01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 労働条件通知書コピーボタン */
a.btn_copy01,
input.btn_copy01{
	background: url(../images/icn_copy01.png) no-repeat center left 9px #3096B2;
	background-size:20px;
}
a.btn_copy01:hover,
input.btn_copy01:hover{
	background: url(../images/icn_copy01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* メールボタン青 */
a.btn_mail01,
input.btn_mail01,
button.btn_mail01{
	background: url(../images/icn_mail01.png) 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) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* メールボタン白 */
a.btn_mail02,
input.btn_mail02,
button.btn_mail02{
	background: url(../images/icn_mail02.png) 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) no-repeat center left 10px #3096B2;
	background-size:20px;
}
/* メールボタン濃青 */
a.btn_mail03,
input.btn_mail03,
button.btn_mail03{
	background: url(../images/icn_mail01.png) 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) no-repeat center left 10px #184F5E;
	background-size:20px;
}
/* 追加ボタン */
a.btn_plus01,
input.btn_plus01{
	background: url(../images/icn_plus01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
a.btn_plus01:hover,
input.btn_plus01:hover{
	background: url(../images/icn_plus01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 追加ボタン濃青 */
a.btn_plus02,
input.btn_plus02,
button.btn_plus02{
	background: url(../images/icn_plus01.png) 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) no-repeat center left 10px #184F5E;
	background-size:20px;
}
/* 変更ボタン */
a.btn_edit01,
input.btn_edit01{
	background: url(../images/icn_edit01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
a.btn_edit01:hover,
input.btn_edit01:hover{
	background: url(../images/icn_edit01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 白背景左矢印ボタン */
a.btn_arrow01,
input.btn_arrow01{
	background: url(../images/arrow01.png) no-repeat center left 10px #FFFFFF;
	background-size:6px;
}
a.btn_arrow01:hover,
input.btn_arrow01:hover{
	background: url(../images/arrow02.png) no-repeat center left 10px #3096B2;
	background-size:6px;
}
/* 詳細ボタン */
a.btn_det01,
input.btn_det01,
button.btn_det01{
	background: url(../images/icn_det01.png) 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) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 詳細ボタン */
a.btn_det02,
input.btn_det02,
button.btn_det02{
	background: url(../images/icn_det02.png) 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) 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) 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) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 動画別窓ボタン */
a.btn_movie01,
input.btn_movie01,
button.btn_movie01{
	background: url(../images/icn_movie01.png) 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) no-repeat center left 10px;
	background-size:35px;
}
/* 編集ボタン */
button.btn_comment01{
	background: url(../images/icn_comment01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
button.btn_comment01:hover{
	background: url(../images/icn_comment01.png) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 印刷ボタン */
button.btn_print01{
	background: url(../images/icn_print01.png) no-repeat center left 9px #3096B2;
	background-size:20px;
}
button.btn_print01:hover{
	background: url(../images/icn_print01.png) no-repeat center left 9px #25788E;
	background-size:20px;
}
/* 労働条件通知書コピーボタン */
button.btn_copy01{
	background: url(../images/icn_copy01.png) no-repeat center left 9px #3096B2;
	background-size:20px;
}
button.btn_copy01:hover{
	background: url(../images/icn_copy01.png) no-repeat center left 9px #25788E;
	background-size:20px;
}
/* 確認ボタン */
a.btn_confirm01,
input.btn_confirm01,
button.btn_confirm01{
	background: url(../images/icn_confirm01.png) 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) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 削除ボタン */
a.btn_delete01,
input.btn_delete01,
button.btn_delete01{
	background: url(../images/icn_delete01.png) 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) no-repeat center left 10px #25788E;
	background-size:20px;
}
/* 削除ボタン濃青 */
a.btn_delete02,
input.btn_delete02,
button.btn_delete02{
	background: url(../images/icn_delete01.png) 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) no-repeat center left 10px #184F5E;
	background-size:20px;
}
/* 画像ボタン */
a.btn_pic01,
input.btn_pic01{
	background: url(../images/icn_pic02.png) no-repeat center left 10px #FFFFFF;
	background-size:20px;
}
a.btn_pic01:hover,
input.btn_pic01:hover{
	background: url(../images/icn_pic01.png) no-repeat center left 10px #3096B2;
	background-size:20px;
}
button.btn_iconOnly{
	padding: 20px 0 10px 0;
}

a.btn_notPhoto,input.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{
	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{
	background: no-repeat center left 10px #20677A;
	background-size:20px;
}
a.btn_notPhoto:hover,
input.btn_notPhoto:hover{
	background: no-repeat center left 10px #184F5E;
	background-size:20px;
}

.ta_left{
	text-align: left!important;
}
.ta_right{
    text-align: right!important;
}
.ta_center{
    text-align: center!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;
}
.explanationIcon2{
    margin: 10px 5px 0 0;
	font-size: 30px;
	color: #4c6c9f;
}
.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:0;
}
/* 横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;
}


/* (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:0 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) 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) 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;
}

.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:0;
	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:0;
	margin:0;
	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;
	-moz-box-sizing: border-box;
	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;
	-moz-box-sizing: border-box;
	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;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	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
--------------------------------------*/
.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: 0;
	height: 0;
	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) 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:0;
	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;
	width: calc((100% - 90px) / 10);
	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;
}

/*テンプレート項目情報の一番下固定値枠用*/
[id*=DetailNum9999] {
    background: #c8fac8;
    padding: 10px 10px;
    font-weight: normal;
}

.new-contract {
    margin:70px auto 0 auto!important;
    float:none!important;
}

.campaign-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.campaign-label {
    width: 180px;
    font-weight: bold;
    margin-right: 10px;
}
.campaign-value {
    text-align: left;
}
