.box-pub-inner .product-info {
  height:78px;
}

.box-pub-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: block;
  right: 0;
  bottom: 0;
}

.box-pub .box-pub-table {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding: 2px;
}
.box-pub.horizontal {
	width: 100% !important;	
}
.box-pub.horizontal .box-pub-cell {
	background-color: #f7f49c;
}
.box-pub.horizontal .box-pub-cell small{
	font-size:50%;
}

.box-pub.lumierebleue .box-pub-table {
	background-color:none;
}


.box-pub.fullwidth .box-pub-table {
  border:0;
}

.box-pub .box-pub-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color:#333;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border: solid 1px #fff;
  margin: 3px;
}
.box-pub .box-pub-cell,.box-pub .box-pub-cell p,.box-pub .box-pub-cell span,.box-pub .box-pub-cell div {
  font-size:24px;
  font-family: 'avalonbook';
}

@media (max-width: 480px) {
  .box-pub .box-pub-cell,.box-pub .box-pub-cell p,.box-pub .box-pub-cell span,.box-pub .box-pub-cell div {
    font-size:20px;
  }
}