@charset "utf-8";

#exhibition table {
    border-collapse: collapse;
    border-spacing: 0;
    border-style: none;
    border-color: #ccc;
}
#exhibition .exhibition_list_icon li {
    display: inline-block;
    margin: 0 5px 0 0;
}
#exhibition td {
    padding: 5px;
}
#exhibition {
    background: url(/images/front/pc/top/exhibition/bg_exhibition.jpg) 0% no-repeat;
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
#exhibition #exhibition_ttl_block{
    background: url(/images/front/pc/top/exhibition/img_exhibition_1.png), url(/images/front/pc/top/exhibition/img_exhibition_2.png);
    background-position: bottom left , bottom right;
    background-repeat: no-repeat , no-repeat;
    display: inline-block;
    width: 100%;
    height: 200px;
    text-align: center;
}
#exhibition_ttl_block h2 {
    margin-top: 60px;
}
#exhibition_list_block {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
}
#exhibition_list_block td, #exhibition_list_block th {
    border-left-style: none;
    border-right-style: none;
    vertical-align: top;
}
#exhibition_list_block th {
    border-top-style: none;
}
#exhibition_list_block th span:before {
    border-left: solid 3px #0098ce;
    position: relative;
    content: "";
    margin-right: 5px;
    /* height: 30px; */
}
#exhibition_list_block th span {
    padding: 5px;
    line-height: 3em;
    height: 30px;
    display: block;
    font-size: 14px;
    float: left;
}
