@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%);
}*/
/* リスト画像の上にテキスト
---------------------------------*/
.photo li{		
	position: relative;
	text-align: center;
}
.list_name{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40%;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 2px 3px #000000;
    font-size: 13px;
}