@charset "UTF-8";
#float_nav {
  display: none;
  position: fixed;
  /* 追従 */
  z-index: 99999;
  /* 他の要素の下に隠れないように */
  top: 50px;
  /* バナーの上下の位置 */
  left: 50%;
  width: 240px;
  background: url(../corporate/abroad_network/images/float_nav_base.png) no-repeat left bottom;
  margin-top: 30px;
  margin-left: 240px;
}
#float_nav dl {
  width: 240px;
  background: url(../corporate/abroad_network/images/float_nav_top.png) no-repeat left top;
  padding-bottom: 5px;
}
#float_nav dl dt {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 26px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
  background-color: #C6D7EF;
  line-height: 34px;
  text-align: left;
}
#float_nav dl dt.cate_top {
  height: 30px;
  background-color: transparent;
  padding-top: 5px;
  line-height: 30px;
}
#float_nav dl dd {
  margin-left: 41px;
  padding: 6px 0;
}
#float_nav dl dd ul {
  font-size: 13px;
  line-height: 22px;
}
#float_nav dl dd ul li {
  background: url(../corporate/abroad_network/images/float_nav_arrow.png) no-repeat left center;
  padding-left: 16px;
  color: #333;
  text-align: left;
}
#float_nav dl dd ul li a {
  display: block;
  padding: 5px 0;
  color: #333;
}
#float_nav dl dd ul li a:visited {
  color: #333;
}
@media only screen and (max-width: 959px) {
  #float_nav {
    display: none;
  }
}

/*
#sidebar {
	float: right;
	width: 240px;
	#l_nav {
		float: none;
	}
}
*/

/*# sourceMappingURL=network_floating.css.map */
