@charset "utf-8";
/* --------------------------------------------------
	展示会情報
-------------------------------------------------- */
.l_scroll_wrapper{
	height:550px;
	overflow-y: scroll;
  /*縦方向はスクロール可*/
  overflow-x: hidden;
  /*横方向はスクロール不可*/
}
.unit_table_side{
	margin-top: -10px;
}

/* --------------------------------------------------
	技術情報
-------------------------------------------------- */
.contents_wrapper2 div {
    font-size: 18px;
}
.contents_wrapper2 a:first-of-type {
    background-image:url("../image/bar-code.gif");
}
.contents_wrapper2 a:nth-of-type(2) {
    background-image:url("../image/qr-code.gif");
}
.contents_wrapper2 a:nth-of-type(3) {
    background-image: url("../image/bar-code.qr-code.gif");
}
.contents_wrapper2 a:nth-of-type(4) {
    background-image: url("../image/rfid-kiso.gif");
}
.contents_wrapper2 a:nth-of-type(5) {
    background-image: url("../image/label-kamishitsu.gif");
}
.contents_wrapper2 a:nth-of-type(6) {
    background-image: url("../image/ink-ribon.gif");
}
.contents_wrapper2 div {
    background-color: rgba(0,91,171, 0.3);
    box-shadow: 0 8px 10px 0 rgba(0,91,171, 30%);
}
.contents_wrapper2 div div p {
    color: #fff;
    text-shadow: 1px 1px 5px darkgrey, 0 0 5px black, -1px -1px 5px black;
}
.contents_wrapper2 div div p span{
	line-height: 1.2em;
	display: inline;
}
.col_mark_circle li::after {
     margin-top: 0px; 
}
.l_more{
	text-align: center;
	margin-top: 20px;
}