/* MEMO
Do not use 2byte Charactor.
[z-index range] = 0 - 99
[cache control] = ?ver=YYYYMMDD
[colors]
basic border color = #d2d6db
.home    = #dc1c26    rgb(220, 28, 38)
.kabu    = #528fcc    rgb(82, 143, 204)
.invest  = #3d6b99    rgb(61, 107, 153)
.fuop    = #e65d8b    rgb(230, 93, 139)
.fxneo   = #e6a82e    rgb(230, 168, 46)
.fxop    = #db9a16    rgb(219, 154, 22)
.c365    = #cc8800    rgb(204, 136, 0)
.cfd     = #1f1f99    rgb(31, 31, 153)
.fbond   = #52a3cc    rgb(82, 163, 204)
.maneo   = #328e37    rgb(50,142,55)
.mypage  = #53b324    rgb(83, 179, 36)
[comment]
Webkit focus off
Webkit Mobile Safari
IE9, IE10, IE11
++++++++++++++++++++++++++++++++++++++++ */


body,
.header-top *,
.footer-bottom * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  background: #f1f4f7;
}

/* header-top
++++++++++++++++++++++++++++++++++++++++ */
.header-top {
  width: 100%;
  height: 96px;
  background: url(../images/header-bg.svg?ver=YYYYMMDD) repeat-x;
  min-width: 1080px; /* FIX Background */
}
.header-top,
.header-top input {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.header-top nav,
.header-top .box { /* Case of HTML4.01 */
  position: relative;
  margin: 0 auto;
  width: 1080px;
  height: 100%;
}

/* ++++++++++++++++++++ */
.header-top .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 44px;
  background: url(../images/header-logo.svg?ver=YYYYMMDD) no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .logo a {
  display: block;
  height: 100%;
}

/* ++++++++++++++++++++ */
.header-top .status {
  position: absolute;
  top: 46px;
  height: 12px;
  width: 1080px;
  text-align: right;
  font-size: 10px;
  line-height: 1em;
  color: #81818a;
  overflow: hidden;
}
.header-top .status span {
  margin-left: 20px;
}

/* ++++++++++++++++++++ */
.header-top .login,
.header-top .logout {
  position: absolute;
  top: 12px;
  right: 0;
  width: 68px;
  height: 22px;
  background: url(../images/header-loginout.svg?ver=YYYYMMDD) 0 0 no-repeat;
}
.header-top .login a,
.header-top .logout a {
  display: block;
  line-height: 22px;
  border-radius: 2px;
  /* Text Away fix Chrome */ /* case non-link */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .login {
  background-position: 0 0;
}
.header-top .login:hover {
  background-position: 0 -22px;
}
.header-top .logout {
  background-position: -68px 0;
}
.header-top .logout:hover {
  background-position: -68px -22px;
}

/* ++++++++++++++++++++ */
.header-top .btn-demo-account,
.header-top .btn-demo-account-fxneo {
  display: inline-block;
  position: absolute;
  top: 12px;
}
.header-top .btn-demo-account a,
.header-top .btn-demo-account-fxneo a {
  display: block;
  padding: 0 8px;
  height: 22px;
  border: 1px solid #d2d6db;
  background: #e0e8f1;
  text-decoration: none;
  line-height: 22px;
  color: #315499;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
}
.header-top .btn-demo-account a:hover,
.header-top .btn-demo-account-fxneo a:hover {
  background: #ebf0f5;
}
.header-top .btn-demo-account {
  right: 96px;
}
.header-top .btn-demo-account-fxneo {
  right: 96px;
}

/* ++++++++++++++++++++ */
.header-top .btn-open-shortest {
  position: absolute;
  top: 60px;
  right: 0;
}
.header-top .btn-open-shortest a {
  display: block;
  width: 320px;
  height: 18px;
  background: url(../images/header-start.svg?ver=YYYYMMDD) 0 -162px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

/* ++++++++++++++++++++ */
.header-top .btn-open {
  position: absolute;
  top: 60px;
  right: 0;
}
.header-top .btn-open a {
  display: block;
  width: 192px;
  height: 18px;
  /* Preload */
  background: url(../images/header-start.svg?ver=YYYYMMDD) 0 480px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .btn-open.account a {
  background-position: 0 -126px;
}

/* ++++++++++++++++++++ */
.header-top .btn-start {
  position: absolute;
  top: 58px;
  right: 0;
}
.header-top .btn-start a {
  display: block;
  width: 192px;
  height: 18px;
  /* Preload */
  background: url(../images/header-start.svg?ver=YYYYMMDD) 0 480px no-repeat;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-top .btn-start.kabu a {
  background-position: 0 0;
}
.header-top .btn-start.fuop a {
  background-position: 0 -18px;
}
.header-top .btn-start.fxneo a {
  background-position: 0 -36px;
}
.header-top .btn-start.fxop a {
  background-position: 0 -54px;
}
.header-top .btn-start.c365 a {
  background-position: 0 -72px;
}
.header-top .btn-start.cfd a {
  background-position: 0 -90px;
}
.header-top .btn-start.fbond a {
  background-position: 0 -108px;
}
.header-top .btn-start.maneo a {
  background-position: 0 -144px;
}

/* ++++++++++++++++++++ */
.header-top a:active,
.header-top input[type="submit"]:active {
  background-color: rgba(0,0,0,0.1) !important;
}
.header-top .logo a:active {
  background-color: rgba(0,0,0,0) !important;
}

/* ++++++++++++++++++++ */
.header-top .dropdown {
  position: relative;
  top: -52px;
  left: 0;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}
.header-top .dropdown ul {
  position: absolute;
  z-index: 80;
  padding: 12px;
  width: 238px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.4);
}
.header-top .dropdown ul li {
  list-style: none;
  border-top: 1px solid #d8e4f0;
  letter-spacing: 1px;
}
.header-top .dropdown ul li:first-child {
  border-top: none;
}
.header-top .dropdown ul li a {
  display: block;
  padding: 6px 4px 6px 16px;
  background: url(../images/header-arrow.svg) 0 9px no-repeat;
  line-height: 1em; /* IE9, IE10, IE11 */
  text-decoration: none;
  color: #005bb0;
  font-size: 12px;
}
.header-top .dropdown ul li a:hover {
  background-position: -4px -11px;
  background-color: #005bb0;
  text-decoration: none;
  color: #fff;
}
.header-top .dropdown ul li a:active {
  background-color: #dfebf7;
  color: #005bb0;
}
.header-top .dropdown ul.kabu {
  left: 280px;
}
.header-top .dropdown ul.invest {
  left: 352px;
}
.header-top .dropdown ul.fuop {
  left: 424px;
}
.header-top .dropdown ul.fxneo {
  left: 496px;
}
.header-top .dropdown ul.fxop {
  left: 568px;
}
.header-top .dropdown ul.c365 {
  left: 640px;
}
.header-top .dropdown ul.cfd {
  left: 712px;
}
.header-top .dropdown ul.fbond {
  left: 784px;
}
.header-top .dropdown ul.maneo {
  left: 841px;
}
.header-top .dropdown ul.mypage {
  left: 841px;
}

/* header-tab :hover, on, disabled
++++++++++++++++++++++++++++++++++++++++ */
.header-tab {
  overflow: hidden;
  padding: 0 0 0 208px;
  height: 44px;
}
.header-tab > li {
  float: left;
  width: 72px;
  height: 44px;
  /* Preload */
  background: url(../images/header-tab.svg?ver=YYYYMMDD) 480px 0 no-repeat;
  /* Text Away fix Chrome , Case of non A tag */
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}
.header-tab > li > a {
  display: block;
  height: 44px;
  /* Text Away fix Chrome */
  white-space: nowrap;
  text-indent: -180%;
}

/* ++++++++++++++++++++ */
.header-tab .disabled {
  opacity: 0.25;
}

/* ++++++++++++++++++++ */
.header-tab .home {
  background-position: 0 0;
}
.header-tab .kabu {
  background-position: -72px 0;
}
.header-tab .invest {
  background-position: -144px 0;
}
.header-tab .fuop {
  background-position: -216px 0;
}
.header-tab .fxneo {
  background-position: -288px 0;
}
.header-tab .fxop {
  background-position: -360px 0;
}
.header-tab .c365 {
  background-position: -432px 0;
}
.header-tab .cfd {
  background-position: -504px 0;
}
.header-tab .fbond {
  background-position: -576px 0;
}
.header-tab .maneo {
  background-position: -648px 0;
}
.header-tab .mypage {
  background-position: -720px 0;
}

/* ++++++++++++++++++++ */ /* (.hv is JS dropdown menu) */
.header-tab .home:hover,
.header-tab .home.hv {
  background-position: 0 -54px;
}
.header-tab .kabu:hover,
.header-tab .kabu.hv {
  background-position: -72px -54px;
}
.header-tab .invest:hover,
.header-tab .invest.hv {
  background-position: -144px -54px;
}
.header-tab .fuop:hover,
.header-tab .fuop.hv {
  background-position: -216px -54px;
}
.header-tab .fxneo:hover,
.header-tab .fxneo.hv {
  background-position: -288px -54px;
}
.header-tab .fxop:hover,
.header-tab .fxop.hv {
  background-position: -360px -54px;
}
.header-tab .c365:hover,
.header-tab .c365.hv {
  background-position: -432px -54px;
}
.header-tab .cfd:hover,
.header-tab .cfd.hv {
  background-position: -504px -54px;
}
.header-tab .fbond:hover,
.header-tab .fbond.hv {
  background-position: -576px -54px;
}
.header-tab .maneo:hover,
.header-tab .maneo.hv {
  background-position: -648px -54px;
}
.header-tab .mypage:hover,
.header-tab .mypage.hv {
  background-position: -720px -54px;
}




/* ++++++++++++++++++++ */
.header-tab .on {
  height: 44px;
}
.header-tab .home.on {
  background-position: 0 -108px;
}
.header-tab .kabu.on {
  background-position: -72px -108px;
}
.header-tab .invest.on {
  background-position: -144px -108px;
}
.header-tab .fuop.on {
  background-position: -216px -108px;
}
.header-tab .fxneo.on {
  background-position: -288px -108px;
}
.header-tab .fxop.on {
  background-position: -360px -108px;
}
.header-tab .c365.on {
  background-position: -432px -108px;
}
.header-tab .cfd.on {
  background-position: -504px -108px;
}
.header-tab .fbond.on {
  background-position: -576px -108px;
}
.header-tab .maneo.on {
  background-position: -648px -108px;
}
.header-tab .mypage.on {
  background-position: -720px -108px;
}

/* header-navi navi, :hover, disabled, on
++++++++++++++++++++++++++++++++++++++++ */
.header-navi {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  height: 26px;
  font-size: 13px;
}
.header-navi li {
  float: left; /* Case of navi only */
  width: auto;
  list-style-type: none; /* Case of navi only */
  text-indent: 0;
  height: 24px;
    text-decoration: none;
}
.header-navi li a {
  display: block; /* Case of navi only */
  width: auto;
  margin: 0 16px 0 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
    text-decoration: none;
}
.header-navi li a:link,
.header-navi li a:visited {
  text-decoration: none;
  color: #10367e;
  text-decoration: none;
}
.header-navi li a:hover {
  color: #528fcc;
    text-decoration: none;
}
.header-navi .disabled {
  line-height: 24px;
  opacity: 0.25;
  margin: 0 16px 0 0;
}

/* ++++++++++++++++++++ */
.header-navi .recommend {
  border: 1px solid rgba(16, 54, 126, 0.5);
  padding: 0 10px 0 16px;
  letter-spacing: 0.4em;
  height: 22px;
}

/* ++++++++++++++++++++ */
.header-navi .btn-tool,
.header-navi .btn-platinumchart {
  margin-left: 0;
}
.header-navi .btn-tool a,
.header-navi .btn-platinumchart a {
  padding: 0 8px;
  border-radius: 2px;
  vertical-align: middle;
  height: 22px;
  background: #53b324;
}
.header-navi .btn-tool a {
  background: #53b324;
}
.header-navi .btn-tool a:hover {
  background: #86ca65;
}
.header-navi .btn-platinumchart a {
  background: #4c89af;
}
.header-navi .btn-platinumchart a:hover {
  background: #81acc7;
}

/* ++++++++++++++++++++ */
.header-navi .btn-tool a:link,
.header-navi .btn-tool a:visited,
.header-navi .btn-platinumchart a:link,
.header-navi .btn-platinumchart a:visited {
  color: #fff !important;
}
.header-navi .btn-tool a:active,
.header-navi .btn-platinumchart a:active {
  color: #528fcc !important;
}

/* ++++++++++++++++++++ */
.header-navi .empty {
  color: #808080;
}
.header-navi .site-search {
  padding-left: 132px;
  margin-top: 2px;
}
.header-navi .site-search input[type="text"] {
  margin: 0;
  padding: 0 0 0 24px;
  width: 196px;
  height: 22px;
  border: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 23px;
  background: url(../images/header-loupe.svg) 0 0 no-repeat rgba(255,255,255,1);
  border-radius: 0;
  -webkit-appearance: none; /* Webkit Mobile Safari */
}
.header-navi .site-search input[type="submit"] {
  margin: 0 0 0 -7px;
  padding: 0;
  width: 48px;
  height: 22px;
  border: 0; /* #d2d6db; */
  background: #fff;
  vertical-align: middle;
  color: #10367e;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; /* Webkit Mobile Safari */
}
.header-navi .site-search input[type="text"]:focus,
.header-navi .site-search input[type="submit"]:focus {
  outline: 0; /* Webkit focus off */
}

/* header-navi on
++++++++++++++++++++++++++++++++++++++++ */
.header-tab .home .header-navi .on a {
  border-bottom: 2px solid #dc1c26;
  color: #dc1c26;
}
.header-tab .kabu .header-navi .on a {
  border-bottom: 2px solid #528fcc;
  color: #528fcc;
}
.header-tab .invest .header-navi .on a {
  border-bottom: 2px solid #3d6b99;
  color: #3d6b99;
}
.header-tab .fuop .header-navi .on a {
  border-bottom: 2px solid #e65d8b;
  color: #e65d8b;
}
.header-tab .fxneo .header-navi .on a {
  border-bottom: 2px solid #e6a82e;
  color: #e6a82e;
}
.header-tab .fxop .header-navi .on a {
  border-bottom: 2px solid #db9a16;
  color: #db9a16;
}
.header-tab .c365 .header-navi .on a {
  border-bottom: 2px solid #cc8800;
  color: #cc8800;
}
.header-tab .cfd .header-navi .on a {
  border-bottom: 2px solid #1f1f99;
  color: #1f1f99;
}
.header-tab .fbond .header-navi .on a {
  border-bottom: 2px solid #52a3cc;
  color: #52a3cc;
}
.header-tab .maneo .header-navi .on a {
  border-bottom: 2px solid #328e37;
  color: #328e37;
}
.header-tab .mypage .header-navi .on a {
  border-bottom: 2px solid #53b324;
  color: #53b324;
}
.header-tab .demo-fxneo .header-navi .on a {
  border-bottom: 2px solid #e6a82e;
  color: #e6a82e;
}
.header-tab .demo-fxop .header-navi .on a {
  border-bottom: 2px solid #e6a82e;
  color: #e6a82e;
}
.header-tab .demo-cfd .header-navi .on a {
  border-bottom: 2px solid #1f1f99;
  color: #1f1f99;
}

/* header-navi-general
++++++++++++++++++++++++++++++++++++++++ */
.header-navi-general {
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  height: 26px;
  font-size: 13px;
}
.header-navi-general li {
  float: left;
  width: auto;
  list-style-type: none;
  text-indent: 0;
  height: 24px;
}
.header-navi-general li a {
  display: block;
  width: auto;
  margin: 0 16px 0 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.header-navi-general li a:link,
.header-navi-general li a:visited {
  color: #10367e;
  text-decoration: none;
}
.header-navi-general li a:hover {
  color: #528fcc;
}
.header-navi-general .on a {
  border-bottom: 2px solid #10367e;
  color: #10367e;
}

/* footer-bottom
++++++++++++++++++++++++++++++++++++++++ */
.footer-bottom {
  clear: both;
  margin-top: 40px;
  height: 160px;
  font-size: 11px;
  line-height: 1.8em;
  color: #9999a3;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
.footer-bottom nav,
.footer-bottom .box { /* Case of HTML4.01 */
  margin: 0 auto;
  width: 1080px;
}
.footer-bottom ul {
  height: 20px;
}
.footer-bottom ul li {
  float: left;
  margin-right: 12px;
  list-style-type: none;
}
.footer-bottom ul li a {
  display: block;
  text-decoration: none;
  color: #666670;
}
.footer-bottom ul li a:link, .footer ul li a:visited {
  text-decoration: none;
}
.footer-bottom ul li a:hover {
  text-decoration: underline;
}
.footer-bottom ul li a:active {
 /* same */
}
.footer-bottom .copyright {
  margin-top: 20px;
}
