@charset "UTF-8";

/* **************************************************

Name: custom.css

Description: Common Settings for Footer and Breadcrumb Trail

Create: XXXX.XX.XX
Update: XXXX.XX.XX

Copyright XXXX Hitachi, Ltd. 

***************************************************** */

/* content===========================================

[-] for all
[-] for - 994px
[-] for - 767px

===================================================== */


/* --- Super Global Navigation --- */

.SuperGlobalNavi h2 {
  margin: 0 !important;
  padding: 0 0 10px;
  background: none transparent;
  font-size: 90%;
  border-bottom: none;
}

/* --- Breadcrumb Trail --- */

#TopicPath ul {
  width: 965px;
  margin: 0 auto;
  padding: 15px 0 10px;
  zoom: 1;
}

/* --- Footer --- */

.JS .FatMenuSet .FMTitleLinkStyle1,
.JS .FatMenuSet h3 {
  /* font-family: 'Frutiger W01',sans-serif !important; */
  font-weight: 700 !important;
  font-style: normal !important;
}
.JS .FMLinkListStyle {
  /* font-family: 'Neue Helvetica W01',sans-serif !important; */
  font-weight: 200 !important;
  font-style: normal !important;
}

.FMW1{
  background:#dcdcdc;
}
.FMW2{
  background:#c9c9c9;
  border-bottom:1px solid #FFF;
}
.FMW1 .FMGrid4 {
  margin-bottom:15px;
}
.FMW2 .FMGrid4{
  margin-bottom:0;
}
.FMW1 .FMTitleLinkStyle1,
.FMW2 .FMTitleLinkStyle1{
  float:none;
  border:none;
  margin:30px 0 25px;
  padding:0;
  font-size:125%;
  color: #474747;
}
.FMW1 .FMTitleLinkStyle1 a,
.FMW2 .FMTitleLinkStyle1 a{
  background-image:none !important;
  color: #474747;
}
.FMW1 .FatMenuLink.Separater{
  margin-bottom:30px;
  border-bottom:1px solid #c2c2c2;
}
.FMW1 .FatMenuLink h3,
.FMW2 .FatMenuLink h3{
  border:none;
  margin:0 0 20px;
  padding:0;
  font-size:100%;
}
.FMW2 .FatMenuLink h3{
  margin:0 0 15px;
}
.FMW1 ul.FMLinkListStyle,
.FMW2 ul.FMLinkListStyle{
  padding-top:0 !important;
  margin-bottom:15px;
  margin-left:0;
}
.FMW2 ul.FMLinkListStyle{
  margin-bottom:25px;
}
.FMW1 .FMLinkListStyle li,
.FMW2 .FMLinkListStyle li{
  float:left;
  font-size:87.5%;
  margin-left:0;
}
.FMW1 .FMLinkListStyle li{
  width:20%;
  min-width: 140px;
}
.FMW1 .FMLinkListStyle li a:link,
.FMW1 .FMLinkListStyle li a:visited{
  color:#474747;
  padding: 0 1em 0 0;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.FMW1 .FMLinkListStyle li a:hover{
  color:#e60027;
  padding: 0 1em 0 0;
  background-image: url(/image/icon/icon_arrow_red.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (min-width: 1px) {
.FMW1 .FMLinkListStyle li a:link,
.FMW1 .FMLinkListStyle li a:visited{
  color:#474747;
  text-align:left;
  padding: 0 1em 0 0;
  background-image: url(/image/icon/icon_arrow_hd.png);
  background-size: 6px 9px !important;
  -moz-background-size: 6px 9px !important;
  -webkit-background-size: 6px 9px !important;
  -o-background-size: 6px 9px !important;
  -ms-background-size: 6px 9px !important;
}
.FMW1 .FMLinkListStyle li a:hover{
  color:#e60027;
  padding: 0 1em 0 0;
  background-image: url(/image/icon/icon_arrow_red_hd.png);
  background-size: 6px 9px !important;
  -moz-background-size: 6px 9px !important;
  -webkit-background-size: 6px 9px !important;
  -o-background-size: 6px 9px !important;
  -ms-background-size: 6px 9px !important;
}
}

.FMW2 .FMLinkListStyle li{
  margin-right:30px;
}
.FMW2 .FMLinkListStyle li a{
  background-image:none !important;
  padding-right:0 !important;
  vertical-align:bottom;
}
.FMW2 .FMLinkListStyle li a:link,
.FMW2 .FMLinkListStyle li a:visited{
  color:#474747;
}
.FMW2 .FMLinkListStyle li a:hover{
  color:#e60027;
}

/* for - 994px
=========================================================================================== */
@media screen and (max-width: 994px) {

  /* ------ Breadcrumb Trail ------ */

  .JS #TopicPath ul {
    width: auto;
    max-width: 965px;
    padding: 20px 15px 15px;
    line-height: 100%;
  }

  /* ------ Footer ------ */

  .JS #Footer {
    min-width: 305px;
  }
  /*Update_1216*/
  .JS .FatMenu, .FatMenuWide {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /*/Update_1216*/
}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {

  /* ------ Footer ------ */

  .JS #Footer ul {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }

  /* ------ Fat Menu ------ */
  .JS .FatMenu, .JS .FatMenuWide {display: block !important;}
  #Footer {
    padding: 25px 0;
  }
  .FMW1 .FMGrid4, .FMW2 .FMGrid4 {
    margin-bottom: 10px;
  }
  .FMW1 .FMTitleLinkStyle1, .FMW2 .FMTitleLinkStyle1 {
    font-size: 140%;
    margin: 15px 0 10px;
  }
  .FMW1 .FatMenuLink h3, .FMW2 .FatMenuLink h3 {
    font-size: 106.25%;
    margin: 0 0 8px;
  }
  .FMW1 .FatMenuLink.Separater {
    margin-bottom: 20px;
    border-bottom: none;
  }
  .FMW1 ul.FMLinkListStyle {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .FMW1 .FMLinkListStyle li {
    display: table-cell;
    width: 50%;
    padding: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .FMW1 .FMLinkListStyle li a:link, 
  .FMW1 .FMLinkListStyle li a:visited {
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 114%;
    padding: 8px 16px 8px 10px;
    background-position: 96% center;
    background-size: 6px auto !important;
  }
  .FMW2 .FMLinkListStyle li {
    width: 100%;
    margin-bottom: 8px;
  }
  .FMW2 .FMLinkListStyle li:last-child {
    padding-bottom: 0;
  }
}