/* ----------------------------------------------------------------
    clearfix
----------------------------------------------------------------- */
/* line 5, structure.scss */
.nav-global-m:after {
  display: block;
  clear: both;
  content: "";
}

/* ----------------------------------------------------------------
    nav
----------------------------------------------------------------- */
/* line 14, structure.scss */
button.btn-log-01 {
  border: 1px solid #d8dadc;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 57px;
  background-color: #fff;
  color: #006699;
  font-size: 85.7%;
  text-decoration: none;
  padding: 3px 12px;
  display: inline-block;
}

/* line 28, structure.scss */
.nav-global-container {
  background: linear-gradient(to bottom, #ffffff, #f4f5f6) repeat scroll 0 0 white;
  border-top: 1px solid #d8dadc;
  margin: 18px 0 0;
  position: relative;
  z-index: 1;
}

/* line 35, structure.scss */
.nav-global-m {
  margin: 0 auto;
  width: 950px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-weight: bold;
  font-size: 85.71%;
}
/* line 43, structure.scss */
.nav-global-m li {
  margin: 0;
  float: left;
  position: relative;
  z-index: 3;
}
/* line 49, structure.scss */
.nav-global-m a {
  display: block;
  text-decoration: none;
  width: 132px;
  height: 38px;
  background: url(/mysoftbank/set/common/p/img/btn-nav-global.png) 0 0 no-repeat;
  overflow: hidden;
}
/* line 56, structure.scss */
.nav-global-m a span {
  position: relative;
  z-index: -1;
}

/* line 64, structure.scss */
.nav-top-01 a {
  width: 136px;
  background-position: 0 0;
}

/* line 68, structure.scss */
.nav-top-01 a:hover, .nav-top-01 a:active, .nav-top-01 a.active {
  background-position: 0 -38px;
}

/* line 72, structure.scss */
.nav-top-02 a {
  width: 135px;
  background-position: -136px 0;
}

/* line 76, structure.scss */
.nav-top-02 a:hover, .nav-top-02 a:active, .nav-top-02 a.active {
  background-position: -136px -38px;
}

/* line 80, structure.scss */
.nav-top-03 a {
  width: 136px;
  background-position: -271px 0;
}

/* line 84, structure.scss */
.nav-top-03 a:hover, .nav-top-03 a:active, .nav-top-03 a.active {
  background-position: -271px -38px;
}

/* line 88, structure.scss */
.nav-top-04 a {
  width: 135px;
  background-position: -407px 0;
}

/* line 92, structure.scss */
.nav-top-04 a:hover, .nav-top-04 a:active, .nav-top-04 a.active {
  background-position: -407px -38px;
}

/* line 96, structure.scss */
.nav-top-05 a {
  width: 136px;
  background-position: -542px 0;
}

/* line 100, structure.scss */
.nav-top-05 a:hover, .nav-top-05 a:active, .nav-top-05 a.active {
  background-position: -542px -38px;
}

/* line 104, structure.scss */
.nav-top-06 a {
  width: 135px;
  background-position: -678px 0;
}

/* line 108, structure.scss */
.nav-top-06 a:hover, .nav-top-06 a:active, .nav-top-06 a.active {
  background-position: -678px -38px;
}

/* line 112, structure.scss */
.nav-top-07 a {
  width: 137px;
  background-position: -813px 0;
}

/* line 116, structure.scss */
.nav-top-07 a:hover, .nav-top-07 a:active, .nav-top-07 a.active {
  background-position: -813px -38px;
}

/* structure.scss */
.nav-top-08 a {
  width: 135px;
  background-position: -950px 0;
}

/* structure.scss */
.nav-top-08 a:hover, .nav-top-08 a:active, .nav-top-08 a.active {
  background-position: -950px -38px;
}

/* ----------------------------------------------------------------
    item-decoration
----------------------------------------------------------------- */
td.js-active,
.tbl-04 .js-active td,
.tbl .js-active td {
	background-color: #d7e3f5;
}

/* ----------------------------------------------------------------
    form-list
----------------------------------------------------------------- */
.form-list li {
	margin:2px 0px;
}

/* ----------------------------------------------------------------
    submit-btn-m
----------------------------------------------------------------- */

.uni-btn-02.disable{
	cursor: default;
	background-color: #ffffff;
	background-image:none;
	color: #e3e4e5;
	box-shadow: none;
	border: 1px solid #d8dadc;
	text-shadow:none;
}

.uni-btn-02.disable:hover, .uni-btn-02.disable:active, .uni-btn-02.disable:focus{
	text-decoration: none;
}

