.sorttext01{
  color:#FF0000;
}

.item-area-title {
  margin-bottom: 15px;
}

.item-list-area {
  letter-spacing: -0.35em;
  margin-left: -16px;
}

.item-list-detail {
  display: inline-block;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
  width: 231px;
  border: 3px solid #f0f0f0;
  margin-left: 17px;
  margin-bottom: 16px;
}

.item-list-detail img.img-a {
  width: 231px;
}

.list-page-title {
  margin-bottom: 20px;
  color: #ffff00;
  font-size: 42px;
  text-align: center;
  font-family: Helvetica, Arial;
}

.num-area {
  float: left;
}

.num-area span {
  font-weight: bold;
}

.page-link-area {
  float: right;
}




/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic

	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
/* ここのwidth heightの値を表示要素の大きさに合わせる */
.mosaic-block {
  position:relative;
  overflow:hidden;
  width: 231px;
  height: 153px;
  background:#111 url('https://www.elephant-life.com/images/mosaic/progress.gif') no-repeat center center;
}

.mosaic-backdrop {
  display:none;
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  background:#111;
}

.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 201px;
  height: 88px;
  background: #111;
  padding: 50px 15px 15px 15px;
  text-align: center;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
  background:url('https://www.elephant-life.com/images/mosaic/hover-magnify.png') no-repeat center center;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter:alpha(opacity=00);
  display:none;
}

.fade .mosaic-overlay {
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter:alpha(opacity=00);
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
  left: 0;
}

.bar .mosaic-overlay {
  bottom:-153px; /* 表示する高さ */
  left: 0;
  height:153px; /* 表示する高さ */
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
  /* background-color: #fffb00; */
}

.bar2 .mosaic-overlay {
  bottom:-50px;
  height:100px;
  opacity:0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter:alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
  top:-100px;
  height:100px;
  background:url('https://www.elephant-life.com/images/mosaic/bg-black.png');
}
/*** End Animation Styles ***/

a.mosaic-overlay,
a.mosaic-overlay:hover {
  color: #fff;
}

.mosaic-overlay .overlay-text {
  width: 211px;
  height: 133px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}