.tt {
}
.tt dt {
  text-transform: uppercase;
  font-size: 16px;
  background-image: url(../img/party/ttl_icon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 4rem; /*line-height: 30px;height:30px;*/
  border-bottom: 1px solid #e5e5e5;
}
.tt dt i {
  font-size: 12px;
  font-style: normal;
  padding-left: 0.5em;
}
.tt dt i:before {
  content: "/ ";
}
.tt dt .more {
  float: right;
}

/*
.form-search input,.form-search button{border:1px solid #C00;}
.form-search button{background-color: #C00;border:none;}


.sub-nav{font-size: 18px;background-color: #C00;text-align: center;overflow: hidden;margin-top: 20px;}
.sub-nav a{color:white;display:inline-block;padding-top:.5em;padding-bottom:.5em;width: 20%;}
.sub-nav .active,.sub-nav a:hover{color: #FC0;font-weight: bold;}
*/
.sub-nav {
  width: 100%;
  font-size: 16px;
  background-color: #eee;
}
.sub-nav a {
  display: inline-block;
  background-image: url(../img/share/sub_nav_line.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 2px solid #eee;
  padding: 0.5em 1.5em;
  text-align: center;
}
.sub-nav .active {
  color: #1150a3;
  font-weight: bold;
  border-color: #1150a3;
}
.adv {
  width: 100%;
  text-align: center;
}
.adv img {
  max-width: 100%;
}

.side-nav {
  line-height: 35px;
}
.side-nav dt {
  background-image: url(../img/tmp/party/side_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
/*  height: 50px;*/
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
/*  line-height: 50px;*/
  padding:20px;
  color: white;
}
.side-nav a {
  position: relative;
  margin-bottom: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 10px 20px;
  background-color: #eee;
/*  height: 35px;*/
  line-height: 1;
}
.side-nav .active:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(../img/share/slide_img_arrow_b.png);
  -webkit-background-size: auto 70%;
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.breadcrumb .active,
.breadcrumb .active a {
  color: #c00;
}
/*.list-about li:hover{background-color: #EEE;}
.list-about li:hover .date{margin-right: 1em;}*/
.list-about li.active .id {
  background-color: #c00;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #c00;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  border-color: #c00;
}

@media (max-width: 1100px) {
  .adv img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /*
  .sub-nav{font-size: 18px;}
  */
}

@media (max-width: 420px) {
  /*
  .sub-nav{width:100%;margin-top:0;margin-left: 0;margin-right: 0;font-size: 14px;line-height: 30px;text-align: center;}
  .sub-nav a{display:inline-block;width: 25%;}
  */
  .sub-nav {
    font-size: 14px;
  }
  .sub-nav a {
    padding: 0.5em;
    width: 30%;
  }
  .adv {
    display: none;
  }
  .side-nav a {
    line-height: 30px;
    height: 30px;
  }
  .side-nav dt {
    display: none;
  }
  .side-nav .active {
    background-color: #c00;
    color: white;
  }
  .side-nav .active:after {
    display: none;
  }
  .side-nav a:nth-of-type(1),
  .side-nav a:nth-of-type(2),
  .side-nav a:nth-of-type(3),
  .side-nav a:nth-of-type(4) {
    width: 33.3333%;
    float: left;
    background-image: none;
    margin-bottom: 0;
    padding: 0 1em;
    text-align: center;
  }
}
