@charset "UTF-8";
/* Footer Index */
span.footerIndexExpand {
	cursor: pointer;
	margin-left: 2px;
	padding: 1px 7px 1px 5px;
	text-align: center;
}
#FooterIndexList {
	display: none;
	float: left;
	margin-top: 10px;
	padding: 10px 0 20px;
	width: 100%;
}
#FooterIndexList a, #FooterIndexList img {
    border: medium none;
}
#FooterIndexList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#FooterIndexList ul.topCategory {
  float: left;
  margin-top: 15px;
  width: 20%;
}
#FooterIndexList li {
  padding-left: 12px;
  padding-top: 10px;
  text-align: left;
}
#FooterIndexList ul.topCategory > li {
	padding-left: 0;
}
#FooterIndexList a {
  color: #6e6e6e;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  outline: medium none;
  text-decoration: none;
}
#FooterIndexList ul.topCategory > li > a{
	font-weight: bold;
}
#FooterIndexList a:hover {
	text-decoration: underline;
}
#FooterIndexList li.expandable > span.arrow, #FooterIndexList li.expanded > span.arrow {
	background: url("img/sidebarSprite.png") no-repeat scroll 0 0 transparent;
}
#FooterIndexList li.expanded > span.arrow {
	background-position: 0 -43px;
}
#FooterIndexList li.expandable > span.arrow {
	background-position: 0 -23px;
}
#FooterIndexList li > span.arrow {
  cursor: pointer;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  z-index: 5;
}
#FooterIndexList .sub2Category > li {
}
#FooterIndexList ul.subCategory {
  display: none;
}
#FooterIndexList ul.sub2Category {
  display: none;
}
#FooterIndexList ul.sub3Category {
  display: none;
}
#FooterIndexList .clearB {
  clear: both;
}
#FooterIndexList .clearR {
  clear: right;
}
#FooterIndexList .clearL {
  clear: left;
}
@media only screen and (max-width: 767px) {
	#FooterIndexList ul.topCategory {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  width: 49%;
	}
	#FooterIndexList .clearB {
	  display: none;
	}
}