@charset "UTF-8";

/* 新着ニュース
---------------------------------*/
.fancybox-caption {    
    font-size: 20px!important;    
}

/*.thum_box {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px)  {
.thum_box {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
}	
	
}

.thum_box img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/