.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#SubTitle h2 {
  background: none;
  background: url(images/subtitle_bg.png) no-repeat left top;
}

.clearfix, #Column ul {
  *zoom: 1;
}

.clearfix:after, #Column ul:after {
  content: "";
  display: table;
  clear: both;
}

#Column h3 a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .pagenavi {
    display: none;
  }
}
.pagenavi li.button {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  float: left;
  font-size: 14px;
  width: 405px;
  padding: 1em;
  margin: 2px;
  /* line-height: $font-size * 3; */
  border-radius: 3px;
}

.pagenavi li.button > a {
  display: block;
  color: #000;
}

.pagenavi li.button .arrow {
  position: relative;
  left: -0.3em;
  display: inline-block;
  transform: rotate(90deg);
}



#Column p {
  padding-bottom: 10px;
}

#Column ul {
  display: block;
  padding: 10px 0px 0 30px;
  list-style-type: none;
}

li.thumnail {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  li.thumnail {
    max-width: 405px;
    float: none;
    margin: 2% auto;
  }
}

#Column img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}

#Column li.thumnail p {
  display: block;
  padding: 5px 0 0 0;
}

.figure {
  border: 1px solid #ccc;
  background-color: #000;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 408px;
  height: 265px;
}

.figcaption {
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	opacity: 0;
	font-size: 14px;
	font-size: 1.6rem;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 38%;
	height: 205px;
}

a.figure:hover img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}

a.figure:hover .figcaption {
  opacity: 1;
}

table.nounyu {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

table.nounyu td {
  padding: 2px;
  width: 20%;
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  table.nounyu td {
    width: 100%;
    display: block;
    padding: 3px 3%;
  }
}
