table.shop {
  width: 100%;
  border-collapse: collapse;
  border: solid 4px #fff;
}
table.shop th {
  width: 23%;
  padding: 0;
  border: dashed 1px #fff;
}
table.shop td {
  color: #000;
  text-align: left;
  background: #fff;
  border: dashed 1px #fff;
}
table.shop img {
 width: 100%;
}
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
h5 {
  line-height: 120%;
  margin-bottom: 5px;
  font-size: 24px;
}
ck {
  font-family: 'Quando', serif;
  font-size: 20px;
}
.image_p{
 margin: 10px 0;
}

.box {
  margin         : auto; 
  margin-bottom  : 20px;
  box-sizing     : border-box; 
  background     : #fff; 
  width          : 100%;
  max-height     : 100%;
  text-align     : center;
  animation: boxAnime 10s linear infinite alternate;
  display        : flex;
  flex-wrap      : wrap; 
}
.box div {
  position: relative;
  box-sizing     : border-box; 
  width          : 32%; 
  margin         : 5px; 
  flex-grow      : 1; 
}

.box p {
  position: absolute;
  top: 84%;
  left: 50%;
  margin: 0; 
  color: white;
  background: #ee667f;
  font-family: 'Quando', serif;
  font-size: 15px;
  line-height: 1;
  padding: 5px 10px;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  }
#slider bx-wrapper bx-viewport {
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0 0 5px #fff;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.unstyled img {
  margin-bottom: 5px;
}