﻿.divAllSearchType {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}

.divAllSearchTypeCell {
    display: none;
}

#topInfoMsg > p {
display: inline;
  padding: 0.5em;/*文字周りの余白*/
  color: #333333;/*文字色*/
  background: #fefdf3;/*背景色*/
  border-left: solid 5px #006B3C;/*左線（実線 太さ 色）*/
font-size: 1.2rem;
}

#topInfoMsg {
padding: 10px 0 20px;
}

.btnAllSearch {
    margin: 0 5px;
}

.btn-all-select {
    background-color: #CCCCCC;
    border-color: #AAAAAA;
}

.link-input-clear {
    text-decoration: underline;
    cursor: pointer;
    color: #116091;
    position: absolute;
    right: 20px;
    top: 10px;
}

.link-input-clear :hover {
    color: #1887CC;
}

.divExhibitorItem {
    height: 20px;
    background-color: #ccc;
}

.divExhibitorItemTitle {
    height: 20px;
    color: #FFF;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .link-input-clear {
        font-size: 14px;
        padding-left: 10px;
    }
}

.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.divAbstract img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    border-top: 1px solid #ccc;
    margin: 3rem 0;
}

th,
td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

th {
    background-color: #f2f2f2;
    width: 20%;
    text-align: left;
    font-weight: bold;
}

td {
    width: 80%;
}