/*
* Copyright(c) NEC Corporation 1994-2014. All rights reserved.
*/

/*
	nf.css  NonFrame用CSSファイル 2012-11-21 NEC
*/

/* --- left_menu --- */
#menu {
float: left;
width: 230px;

padding:10px 10px;
border-right:solid 1px #e3e3e3;
margin-right:-4px;	/* 2012-12-12 NEC */
 
}

#menu h1 {font-weight:bold;margin:0 20px 10px 0;color:#fff;border:1px solid #e3e3e3;-ms-border-radius:6px;-o-border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;line-height:1.5em;padding:5px;font-size:100%;background:url('../img/heading_h1.png') 0 -22px repeat-x #0075bf;}

/* --- contents --- */
/* modify. 2018-11-07 NEC
#contents {
*/
#contents, #search-contents {
/* modify. end */

/* del. 2012-11-14 NEC
float: left;
width: 67%;
*/
/* add. 2012-11-14 NEC -> rev. 2012-12-12 NEC */
margin-left: 250px;

/* add. end */

padding:10px 10px 50px;
border-left:solid 1px #e3e3e3;
}

/* add. 2012-11-14 NEC */
#nf_depth { display: none; }
/* add. end */


/*--- footer ---*/
.NFG-footer{clear:both;width:100%;margin:10px 0;padding:10px 0;border-top:solid 1px #e3e3e3;}

.NFG-footer .NFG-ftCopy{line-height:15px;margin:0 20px;color:#6f6f6f;font-size:90%;}
.NFG-footer .NFG-SubNav{line-height:15px;margin:0 20px;}
*+html .NFG-footer .NFG-ftCopy{line-height:15px;margin:10px 20px;color:#6f6f6f;font-size:90%;}
*+html .NFG-footer .NFG-SubNav{line-height:15px;margin:10px 20px;}

/*--- top ---*/
p.TopInfo{margin-left:auto;margin-right:auto;padding:20px;font-size:x-large;text-align:center;font-weight:bold;margin-top:50px;line-height:normal;}
p.TopInfo2{margin-left:auto;margin-right:auto;padding:20px;font-size:medium;text-align:center;margin-top:150px;}

/* add. 2012-11-30 NEC -> rev. 2012-12-12 NEC */
/* 旧IE CSS hasLayout バグ対策 */
* div.body { zoom:1; }
pre { word-wrap: break-word;white-space: pre-wrap; }
* html #contents { width:100%;overflow:hidden;margin-left:0; }
* html td.entry {font-size: 80%;}
* html th.entry {font-size: 80%;}
* html span.tablecap {font-size: 80%;}
/* add. end */

/* add. 2013-02-20 NEC */
.nf_logo { text-align: right; }
.nf_resize { width: 24%; height: 24%; }
.nf_permissions { text-align: right; margin:0 20px; }
#permissions_view { font-size:x-large; border: 1px solid; }

/* NEC [OVERWRITED] START 2014/02/19 */
/* #permissionextra { line-height:15px; } */
#permissionextra { margin-top: 0px; margin-right: 20px; text-align: right; line-height:15px; }
/* NEC [OVERWRITED] END 2014/02/19 */

/* add. end */

/* add. 2018-09-25 NEC*/
/* 検索用テキストボックス、ボタン用 */
.search-textbox {
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
  border-radius: 2px;
}
/* 
.search-textbox:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
*/

.search-button {
  border-radius:3px;
}
/* add. end */

