﻿.tm{
  float:left;
  width:100%;
}
.tm figure{
  position:relative;
  margin:0 0 15px 0;
}
.tm figure img{
  display:block;
  -webkit-filter:saturate(140%);
  filter:saturate(140%);
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding:10px;
  border:1px solid #80a71d;
}
.tm .centered-out{
  background:rgba(53,39,28,0.9); /*#35271c;*/
  z-index:1;
  opacity:0;
  -moz-transition: 500ms ease-in;
  -o-transition: 500ms ease-in;
  -webkit-transition: 500ms ease-in;
  -ms-transition: 500ms ease-in;
  transition: 500ms ease-in;
}
.tm figure:hover .centered-out{
  opacity:1;
}
.g-caption{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:15px solid transparent;
  text-align:center;
}
.tm .sp{
  display:table;
  margin:0 auto;
}
.tm .sp a{
  display:inline-block;
  float:left;
  width:40px;
  margin:0 4px;
}
.tm .sp a img{
  padding:0;
  border:none;
}
.tm .pc-title{
  text-align:center;
}