@charset "UTF-8";
.bhihu-nav li a {
  text-decoration: none;
}

/*
.bhihu-nav a {
display: block;
position: relative;
//padding: 10px 10px 10px 10px;
//border-bottom: 1px solid #D9D9D6;
background: #fcf9f0;
color: #000000;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}


.bhihu-nav a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #ff9933;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}*/
/*clearfix*/
.bhihu-nav:after {
  content: "";
  clear: both;
  display: block;
}

.bhihu-nav li {
  float: left;
  width: 50%;
  max-width: 720px;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ac9826;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*奇数のli要素に適応*/
.bhihu-nav li:nth-child(odd) {
  border-left: 1px solid  #ac9826;
}

.bhihu-nav a {
  display: block;
  line-height: 25px;
  color: #000;
  text-decoration: none;
}

.bhihu-nav a:hover {
  color: #000;
  background: #e6e6e6;
}

/*横幅1280px以上に適応*/
@media screen and (min-width: 1200px) {
  .bhihu-nav li:nth-child(odd) {
    border-left: none;
  }

  .bhihu-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #3399CC;
  }

  .bhihu-nav li {
    float: left;
    display: table-cell;
    width: 25%;
    border-bottom: 1px solid #3399CC;
  }
}

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