.linkBox {
/*width: 704px;*/
}
.linkBox .linkBoxInner {
  /*width: 704px;*/
}
.linkBox .linkBoxInner div {
  width: 208px;
  height: 268px;
  float: left;
  border: solid 1px #cccccc;
  padding: 9px;
  margin-right: 9px;
  margin-bottom: 10px;
}
.linkBox .linkBoxInner div .image {
  width: 208px;
  height: 92px;
  margin-bottom: 8px;
}
.linkBox .linkBoxInner div h3 {
  width: 208px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.linkBox .linkBoxInner div .comment {
  font-size: 11px;
}
.linkBox .linkBoxInner div .date {
  font-weight: bold;
  margin-bottom: 10px;
}
.linkBox .linkBoxInner div .date span {
  background: #e7e7e7;
}

//追加分
.linkBox2 {
/*width: 704px;*/
}
.linkBox2 .linkBoxInner {
  /*width: 704px;*/
}

.linkBox2 .linkBoxInner div {
　　width: 360px;
    height: 670px;
    float: left;
    border: solid 1px #cccccc;
    padding: 9px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.linkBox2 .linkBoxInner div .image {
    margin-bottom: 20px;
    text-align: center;
    //width: 620px;
    //margin-left: 35px;
}
.linkBox2 .linkBoxInner div h3 {
    height: auto;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}
.linkBox2 .linkBoxInner div .comment {
  font-size: 11px;
}
.linkBox2 .linkBoxInner div .date {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.linkBox2 .linkBoxInner div .date span {
  background: #e7e7e7;
}
.box {
    width: 430px;
    margin-right: 16px;
    height: 570px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #FFFFFF;
}

.nav-tabs {
  *zoom: 1;
}

.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after {
  clear: both;
}

.nav-tabs {
  border-bottom: 2px solid #ead7c3;
  margin: 20px 10px;
}

.nav > li {
  position: relative;
  display: block;
  margin-right: 1px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -2px;
}

.nav > li > a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #3b3b3b!important;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align:center;
  width: 72px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
  border: 1px solid #ddd4c5;
  background-color: #ddd4c5;
}

.nav-tabs > li > a:hover {
  border-top-width: medium;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ddc999;
  border-right-color: #ddc999;
  border-left-color: #ddc999;
}
.nav-tabs > li > a:active {
  border-top-width: medium;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ddc999;
  border-right-color: #ddc999;
  border-left-color: #ddc999;
  background-color: #FFF;
  border-bottom-color: #FFF;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  border-top-width: medium;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ddc999;
  border-right-color: #ddc999;
  border-left-color: #ddc999;
  background-color: #FFF;
  border-bottom-color: #FFF;
}