
.booth_table {
width:100%;
margin: 15px auto 15px auto;
border:solid 1px #cccccc;
background-color: #FFFFFF;
border-spacing: 0px;
}
.booth_table td {
font-size: 100%;
border:solid 1px #cccccc;
padding: 0 10px 0 10px;
}
.booth_tr1{
background-color: #dddddd;
}
.booth_tr1 td {
line-height: 30px;
font-weight: bold;
}
.booth_tr2 td {
padding:5px;
line-height: 20px;
}
.boothWindow{
display:block;
overflow:hidden;
line-height:150%;
}
.booth_table tr{
height:30px;
}
#btn_link {
height: 50px;
width: 90%;
background-color: #890412;
//background-color: #666666;
border-radius: 10px;
padding: 0 5px 0 5px;
margin: 30px 5% 20px 5%;
}
#btn_link p, #btn_link_middle p, #btn_link_large p {
color: #FFFFFF;
font-weight: bold;
font-size:20px;
line-height:50px;
text-align: center;
}
#btn_link p a{
color:#FFFFFF;
text-decoration:none;
display:block;
}
.notice2{
width: 90%;
margin: 10px 5% 10px 5%;
padding: 0 5px;
}
.notice2 p{
color: #ff0000;
font-weight: bold;
margin: 0px 0 16px 0;
}
.notice2 dl{
font-size: 105%;
line-height: 160%;
margin-bottom: 10px;
padding: 20px;
border: #890412 1px solid;
}
.notice2 dl dt{
padding:0 0 8px 0;
font-weight: bold;
}


/* 2017年より追加 */

#col-left {
    width: 200px;
    float: left;
    position: fixed;
    left: -200px;
    transition-duration: 0.5s;
    z-index: 10;
}

#col-left .sidebtn{
    position: fixed;
    left: 0;
    width: 64px;
    height: 64px;
    background: #890412;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    line-height: 64px;
    font-size: 110%;
    transition-duration: 0.5s;
}

#col-left .sidebtn:hover{
  opacity:0.5;
}

#col-left .side_fb, #col-left .side_bnnr_wrap{
  display:none;
}

.sideNavi {
    box-shadow: #cccccc 0px 0px 5px 3px;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    width: 180px;
    padding: 12px 10px 12px 10px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}
.side01 {
    margin: 10px 0 1px 0;
    background-color: #eeeeee;
}
.side01_box {
    padding: 5px 10px 8px 10px;
}
.side02_box {
    padding: 5px 10px 8px 10px;
}

#col-main {
    width: 100%;
    float: none;
}
.second_bnnr {
    width: 98%;
    height: 66px;
    margin-bottom: 20px;
    padding: 12px;
    box-shadow: #cccccc 0px 0px 8px 4px;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    background-color: #FFFFFF;
}
.bread {
    width: 100%;
    height: 23px;
    margin: 25px 0 20px 0;
    display: table;
}
.evtext:hover {
    cursor:pointer;
    font-weight:bold;
    opacity: 0.7;
}
#main {
    margin: 0 auto;
    padding: 0;
    width: 1020px;
    text-align: left;
    overflow: visible;
    color: #333;
}
.second p {
    margin: 0 8px 0 8px;
}