@charset "utf-8";
/*----------------------
  SessionError画面
------------------------*/

.style1 {
  font-size: 18px;
  color: #000066;
  font-weight: bold;
}
.style2 {
  color: #666666;
  font-size: 16px;
}

.headerLogoT {
  width : 100%;
  border-collapse : collapse;
  padding : 0px;
}

.headLogoBG {
  height : 13px;
  background-color : #2e4b9b;
}

.headLogoImg {
  width : 142px;
  height : 39px;
}

.spaceStructT {
  width : 100%;
  border-collapse : collapse;
  padding : 0px;
}

.spaceImgTd {
  height : 13px;
}

.margin1p {
  width : 646px;
  margin-left : auto;
  margin-right : auto;
  border-collapse : collapse;
  padding : 0px;
}

.margin1p tr td {
  text-align : center;
}

.fontm {
  width : 646px;;
}

.closeImg {
  width : 83px;
  height : 25px;
}

.footerStructT {
  width : 100%;
  border-collapse : collapse;
  padding : 0px;
}

.footerImgTr {
  vertical-align : top;
}

.footerSpaceImg {
  width : 1px;
  height : 1px;
}

.footerBGImg {
  height : 45px;
  position : relative;
}

.footerCopyRightImg {
  position : absolute;
  left : 0px;
  top : 0px;
}

.footerCopyRightImg {
  width : 230px;
  height : 35px;
}


/*----------------------
  SystemError画面
------------------------*/

.sysErrorBody {
  background-color : #ffffff;
}

.sysErrorMainD {
  text-align : center;
}

.mainStructT {
  width : 100%
}

.sysErrorMes {
  color : #ff0000;
  font-size : 25px;
}

.borderHR {
  width : 420px;
}

.footerLogoImg {
  width : 250px;
  height : 25px;
}