@charset "UTF-8";
/* ------------------------------------------- */
/* ヘッダ */
.header{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: white;
}

.header:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.header h1#siteName,
.header h1#siteName a,
.header h1#siteName a img{
	display: block;
	width: 353px;
	height: 22px;
}

.header h1#siteName{
	position: absolute;
	left: 20px;
	top: 20px;
	padding-bottom: 17px;
}

.header ul.utilities{
	padding: 43px 0 5px 0;
	min-height: 12px;
	text-align: right;
}

.header ul.utilities li{
	display: inline;
	padding-left: 20px;
}

.header ul.utilities li a{
	padding-left: 12px;
	font-size: 1em;
	background: url("/common_wr/images/pt_triangleBox_gray.gif") no-repeat 0 center;
}

.header ul.utilities li a:visited{
	color: #2020C9;
}

.header ul.utilities li a:hover,
.header ul.utilities li a:active{
	color: #6699FF;
	background-image: url("/common_wr/images/pt_triangleBox_blue.gif");
}

/* グローバルナビ */
ul.nav.globalNav{
	clear: both;
	overflow: hidden;
	border-top: solid 3px #2020C9;
	width: 800px;
	height: 33px;
	background: url("/common_wr/images/gNav_bg.gif") no-repeat 0 0;
}

ul.nav.globalNav:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

ul.nav.globalNav li{
	float: left;
}

ul.nav.globalNav li,
ul.nav.globalNav li a,
ul.nav.globalNav li em,
ul.nav.globalNav li a img,
ul.nav.globalNav li em img{
	display: block;
	width: 160px;
	height: 33px;
}

/* トピックパス */
ul.topicPath{
	clear: both;
	position: relative;
	padding: .8em 0 1em 10px;
}

.footer ul.topicPath{
	padding-top: 1.1em;
	border-top: solid 1px #CCCCCC;
}

ul.topicPath li,
ul.topicPath li ul{
	display: inline;
}

ul.topicPath li ul li{
	padding-left: 18px;
	background: url("/common_wr/images/tPath_delimiter.gif") no-repeat 5px center;
}

/* ------------------------------------------- */
/* フッタ */
.footer{
	clear: both;
	position: relative;
	overflow: hidden;
	padding-top: 3em;
	background-color: white;
}

.footer:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html .footer{
	overflow: visible;
	height: 1px;
}

.footer ul.utilities,
.footer address.copyright{
	position: relative;
	z-index: 1000;
}

.footer ul.utilities{
	overflow: hidden;
	padding: 14px 8px 8px;
	border-top: solid 1px #CCCCCC;
	list-style-type: none;
}

.footer ul.utilities:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}

* html .footer ul.utilities{
	overflow: visible;
	height: 1px;
}

.footer ul.utilities li{
	float: left;
	padding: 0 10px 0 7px;
	line-height: 1.2;
	background: url("/common_wr/images/pt_triangle_blue.gif") no-repeat left center;
}

.footer address.copyright{
	padding: 0 8px 7px;
	height: 12px;
}

div.include .header h1#siteName,
div.include .header h1#siteName a,
div.include .header h1#siteName a img{
	display: block;
	width: 167px;
	height: 26px;
}

div.include .header h1#siteName{
	position: absolute;
	left: 20px;
	top: 30px;
	padding-bottom: 13px;
}

div.include .header ul.utilities{
	padding: 62px 0 5px 0;
	min-height: 12px;
	text-align: right;
}


/* 201602リニューアル時追加　includeヘッダーNECロゴ */

div.include .header p.corpLogo {
	padding-bottom: 10px;
	position: absolute;
	right: 0;
	top: 23px;
	z-index: 99;
}
div.include .header p.corpLogo, .header p.corpLogo a, .header p.corpLogo a img {
	display: block;
	height: 22px;
	width: 81px;
}

.page{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	width: 800px;
	background: white;
}
/*  トップナビ  */
.globalNav2 {
	border-top: 3px solid #2020c9;
	display: flex;
	width: 100%;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	margin-bottom: 2px;
	list-style-type: none;
}
.globalNav2 li {
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
	background: linear-gradient(#ffffff, #f8f8f8);
}
.globalNav2 li:first-child {
	border-left: none;
}
.globalNav2 li a:link,
.globalNav2 li a:hover,
.globalNav2 li a:active,
.globalNav2 li a:visited {
	display: block;
	font-size: 0.7rem;
	line-height: 3;
	color: #000000;
	text-decoration: none;
	font-weight: bold !important;
}
.globalNav2 li a:hover {
	color: #2020c9;
	background: linear-gradient(#ffffff, #e4ebf9);
}
