/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  comment_box2 (Additional Stylesheets)
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

.video-table {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.video-table table {
	width:95%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
}
.video-table td.icon-cell {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  padding: 0;
  box-sizing: border-box;
	vertical-align: top;
  background-repeat: no-repeat;
	background-position: center 10px; 
  background-size: 20px 20px;
  image-rendering: pixelated;
  transform: translateZ(0);
}
.video-table td.free-cell {
  padding:5px 5px 5px 10px;
  vertical-align: top;
	font-size: 20px;
}
.video-table .bg-cat {
	background-image: url('../layout_image/nyanta_shima6.gif');	
}
.video-table .bg-you {
  background-image: url('../layout_image/you-icon.gif');
}
.video-table .bg-arrow {
  background-image: url('../layout_image/arrow-blue.gif');
}
@media (max-width: 480px) {
.video-table td.icon-cell {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}
}

