@charset "euc-jp";

/* ==================================================

NKI:システムベース（2021年11月作成）

【カラー：モノクロ】
ベース幅1200px：内包幅1000px程度を想定
レスポンシブ設定なし

================================================== */


/* --------------------　ベース　-------------------- */

body {
	min-width: 1200px;
	*font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic",Meiryo, "sans-serif";'MS PGothic', sans-serif;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,"Yu Gothic", "游ゴシック", "メイリオ", "Meryo", "ＭＳ Ｐゴシック" ,sans-serif;
	font-size: 14px;
	color: #000000;
	background:#eee;
	margin: 0 0 120px;
	-webkit-text-size-adjust: none;	
}


/* リンク設定　-------------------- */

a:link {
	text-decoration: none;
	color: #0038d9; /*カラー：文字*/	
}

a:visited {
	text-decoration: none;
	color: #386bff;
}

a:hover {
	text-decoration: none;
	color: #b80000;
}

a:active {
	text-decoration: none;
	color: #b80000;
}



.waAdminGlobalNav a:link,
.waAdminBtArea a:link {
	text-decoration: none;
	color: #000000; /*カラー：文字*/	
}

.waAdminGlobalNav a:visited,
.waAdminBtArea a:visited {
	text-decoration: none;
	color: #000000;
}

.waAdminGlobalNav a:hover,
.waAdminBtArea a:hover {
	text-decoration: none;
	color: #000000;
}

.waAdminGlobalNav a:active,
.waAdminBtArea a:active {
	text-decoration: none;
	color: #000000;
}


/*  その他　------------------  */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { zoom: 1; }


/*  ヘッダー設定　------------------  */

h1 {
	font-size: 24px;
	font-weight: 700px;
	line-height: 1;
	margin: 3px 0;
}

.waAdminGlobalNav td {
	line-height: 1;
}
.waAdminGlobalNav a {
	display: inline-block;
	width: 140px;
	font-size: 14px;
	text-align: center;
	margin: 0 1px 0 0;
	padding: 13px 5px 11px;
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(205,205,205) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(205,205,205) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(205,205,205) 100%); 
}
.waAdminGlobalNav a:hover {
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(138,192,234) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(138,192,234) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(138,192,234) 100%); 
}



.waAdminBreadcrumb { margin: 7px 0 12px; }
.waAdminBreadcrumb td {
	font-size: 12px;
	color: #000;
}



/*  メインコンテンツ設定　------------------  */


.waAdminBtArea {
	width: 1200px;
	text-align: right;
	margin: 0 auto 5px;
}

.waAdminBtArea a {
	display: inline-block;
	width: 120px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin: 0 1px 0 0;
	padding: 10px 5px 8px;
	border: 1px solid #000;
	border-radius: 8px;
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(205,205,205) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(205,205,205) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(205,205,205) 100%); 
}
.waAdminBtArea a:hover {
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(138,192,234) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(138,192,234) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(138,192,234) 100%); 
}



.waAdminBaseFrame {
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 0px 1px 2px 2px #D5D5D5;
}

.waAdminMainContents {
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	padding: 40px 30px;
}


/* 品質評価者　編集　更新完了時メッセージ */
.waAdminMainContents .editEnd {
	font-size: 16px;
	text-align: center;
	margin: 100px 0 40px;
}



/* 大見出し（黒帯：背景色はテーブル指定）--- */
h2.waAdminTtl {
	position: relative;
	font-size:21px;
	font-weight: 600;
	color:#ffffff;
	text-align: left;
	margin: 0;
	padding: 0 30px;
}

/* 小見出し（下線）--- */
h3.waAdminSttl {
	text-align: left;
	line-height: 1.8;
	font-size:23px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333; 
}

h3.resultTtl {
	font-size:18px;
	font-weight: normal;
	margin: 0;
}




/*  フォーム設定　------------------  */

input[type='text'].waAdminFtagTxt,
input[type='password'].waAdminFtagTxt {
	box-sizing: border-box;
	padding: 0.3em;
	letter-spacing: 1px;
	border: 1px solid #666666;
	border-radius: 3px;
}

input[type='submit'].waAdminFtagSmt,
input[type='button'].waAdminFtagSmt,
input[type='reset'].waAdminFtagSmt,
input[type='button'].waAdminFtagBtn,
a.waAdminBtReset,
a.waAdminBtPdfPrint,
a.waAdminBtClear {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" ,"Yu Gothic", "游ゴシック", "メイリオ", "Meryo", "ＭＳ Ｐゴシック" ,sans-serif;
	font-size: 14px;
	font-weight: bold;
	*font-weight: 600;
	line-height: 1;
	margin: 0 0 0 3px;
	padding: 0.65em 0.8em 0.55em;
	background: linear-gradient(#ffffff, #dedede);
	border-radius: 5px;
	border: 1px solid #333333;
	cursor: pointer;
}

input[type='submit']:hover.waAdminFtagSmt,
input[type='button']:hover.waAdminFtagSmt,
input[type='reset']:hover.waAdminFtagSmt,
input[type='button']:hover.waAdminFtagBtn,
a:hover.waAdminBtReset,
a:hover.waAdminBtPdfPrint,
a:hover.waAdminBtClear {
	background: linear-gradient(#dedede, #bcbcbc);
}
a.waAdminBtReset,
a.waAdminBtClear,
a.waAdminBtPdfPrint {
	color: #000;
	padding: 0.47em 0.8em 0.46em;
}





input[type='file'] {
	width:260px;
	font-size: 18px;
	margin: 2rem 0;
}

select.waAdminFtagSlct {
	font-size: 13px;
	outline: none;
	padding: 0.3em;
	border: 1px solid #666666;
	border-radius: 3px;
	letter-spacing: 1px;
	box-sizing: border-box;
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	background-color: #ffffff;
}

textarea.waAdminFtagTxArea {
	box-sizing: border-box;
	outline: none;
	padding: 0.3em;
	letter-spacing: 1px;
	border: 1px solid #666666;
	border-radius: 3px;
	font-family : inherit;
	font-size: 14px;
	max-width: 500px;
}







.waAdminFooter {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	background-color: #000000;
}





/* --------------------　ログイン　-------------------- */

.waAdminLoginBl h1.waAdminTtl {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 1px 1px 2px #185018;
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	margin: 3px 0 0;
}
	
.waAdminLoginBl h1.waAdminTtl span{
	display: block;
	font-size: 14px;
	color: #ffffff;
	margin: 0 0 7px;
}
	
.waAdminLoginBl h2.waAdminSttl {
	margin: 5px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-align: center;
}

.waAdminLoginBl .waAdminStatus {
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	text-align: center;
}

/* ログイン内フォーム設定 */

.waAdminLoginBl form { text-align: center; }

.waAdminLoginBl form input[type='text'] {
	width: 50%;
	margin-bottom: 15px;
}

.waAdminLoginBl form input[type='checkbox'] {
	margin-right: 1em;
	border: 1px solid #666666;
}

.waAdminLoginBl form input[type='submit'].waAdminFtagSmt {
	width: 40%;
	font-size:16px;
	font-weight: 700;
	text-align: center;
	padding:0.4em 0.8em;
	background: linear-gradient(#ffffff, #dedede);
	border-radius: 6px;
	border: 1px solid #333333;
	cursor: pointer;
}

.waAdminLoginBl form input[type='submit']:hover.waAdminFtagSmt {
	font-weight: 700;
	text-align: center;
	padding:0.4em 0.8em;
	background: linear-gradient(#dedede, #bcbcbc);
	border-radius: 6px;
	border: 1px solid #333333;
}



.waAdminLoginLog {
	color:#A0A0A0; /*カラー：文字*/
	font-size: 12px;
	line-height: 1.8;
	margin: 0 auto;
}






/* --------------------　管理設定　-------------------- */

.waAdminConfigSttl {
	font-weight: 600;
	color: #ffffff;
	padding-left: 28px;
	background-image: url("/img/base/w_icon_help.png");
	background-repeat: no-repeat;
	opacity: 0.9;
}

.waAdminConfigImgR {
	margin: 5px 0px 5px 15px;
	float: right;
}





/*  検索結果　------------------  */

.waSRnavArea {
	width: 100%;
	margin: 0 0 15px;
}
.waSRnavArea td:nth-child(n+2) {
	width: 10px;
	white-space: nowrap;
}
.waSRnavArea td p {
	max-width: 24em;
	text-align: center;
	padding: 3px 10px 1px;
	border: 1px solid #999;
	background: #f1f1f1;
}

.waPageNav {
	font-size:14px;
	margin: 0 0 10px;
}
.waPageNav .btFirstpage,
.waPageNav .btBackpage,
.waPageNav .btNextpage,
.waPageNav .btEndpage,
.waPageNav .nowPage,
.waPageNav a {
	display: inline-block;
	min-width: 1.4em;
	color: #fff;
	font-size:14px;
	text-align: center;
	line-height: 1;
	margin: 0 1px;
	padding: 4px 3px 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.waPageNav a {
	color: #000;
	background: #f1f1f1;
}
.waPageNav .nowPage { background: #0000c8; }
.waPageNav a:hover {
	color: #fff;
	background: #0000ff;
}
.waPageNav .btFirstpage {
	padding: 4px 3px 2px 18px;
	background: #c80000 url(/img/top/dArrow_l.svg) 3px 50% no-repeat;
}
.waPageNav .btFirstpage:hover { background: #0000c8 url(/img/top/dArrow_l.svg) 3px 50% no-repeat; }

.waPageNav .btBackpage {
	padding: 4px 3px 2px 12px;
	background: #c80000 url(/img/top/arrow_l.svg) 3px 50% no-repeat;
}
.waPageNav .btBackpage:hover { background: #0000c8 url(/img/top/arrow_l.svg) 3px 50% no-repeat; }

.waPageNav .btNextpage {
	padding: 4px 12px 2px 3px;
	background: #c80000 url(/img/top/arrow_r.svg) right 3px top 50% no-repeat;
}
.waPageNav .btNextpage:hover { background: #0000c8 url(/img/top/arrow_r.svg) right 3px top 50% no-repeat; }

.waPageNav .btEndpage {
	padding: 4px 18px 2px 3px;
	background: #c80000 url(/img/top/dArrow_r.svg) right 3px top 50% no-repeat;
}
.waPageNav .btEndpage:hover { background: #0000c8 url(/img/top/dArrow_r.svg) right 3px top 50% no-repeat; }

.searchResultInner {
	width: 100%;
	max-width: 1140px;
	height: 300px;
	overflow: auto;
}



.searchResultInner table tr:nth-child(odd) { background: #fffcf2; }
.searchResultInner table tr:nth-child(1) { background: #f1f1f1; }
.searchResultInner table th,
.searchResultInner table td {
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	border: 1px solid #ccc;
}
.searchResultInner table td:first-child { padding: 0; }
.searchResultInner table td a {
	display: block;
	color: #fff;
	padding: 2px 0 2px 3px;
	background: #ff0000;
}



