/*exhibition_news.css*/

p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
}


/*---------------------------------------------
  展示会（国内・海外）2022.09追加
  ---------------------------------------------*/
.exhibition_top02 {
    background-image: url(/assets/exhibition/exhibition_bg_bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 23px 30px 17px 30px;
}

.exhibition_top02 h1 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
}

.semi_bt_area {
     width: 1120px;
     margin: 0 auto;
     padding-top: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.opr_btn_ex {
    float: left;
    margin: 0 auto;
}
.opr_btn_ex a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight:bold;
    text-align: center;
    border: 1px solid #0072C1;
    color: #0072C1;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    margin: 5px 0;
    padding-top: 16px;
}

.opr_btn_ex a:before {
    position: absolute;
    top: 42%;
    right: 30px;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
}

.opr_btn_ex a:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

.semi_bt_area_year {
     width: 1120px;
     margin: 0 auto;
     padding-top: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.opr_btn_year a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    border: 1px solid #0072C1;
    color: #0072C1;
/*    width: 250px;*/
    width: 224px;
    height: 50px;
    margin: 0 auto;
    margin: 5px 0;
    padding-top: 16px;
}
.opr_btn_year a:before {
    position: absolute;
    top: 30%;
    right: 30px;
    width: 12px;
    height: 12px;
    margin-top: 6px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #0072C1;
    border-right: solid 2px #0072C1;
}

.opr_btn_year a:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
    cursor:pointer;
}

.opr_ex {
    font-size: 24px;
    font-weight: bold;
    padding-top: 50px;
}

.ex_table_tx  {
    text-align: start!important;
}

.schedule_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #66cdaa;
    padding: 4px 10px;
    width: 70px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.start_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #f81111;
    padding: 4px 10px;
    width: 70px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.end_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #000000;
    padding: 4px 10px;
    width: 70px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.schedule_en_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #66cdaa;
    padding: 4px 6px;
    width: 80px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
}

.start_en_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #f81111;
    padding: 4px 6px;
    width: 80px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.end_en_ic {
    float: right;
    color: #fff;
    font-size: 12px;
    background-color: #000000;
    padding: 4px 6px;
    width: 80px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.inter_info_area {
     width: 980px;
     margin: 0 auto;
     padding-top: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.d_event_list{
     width: 980px;
}

.one_column_cont h3 {
    color:  initial;
    padding: initial;
    margin-bottom: 10px;
}

.d_event_list h3{
   font-size: 18px;
   margin-bottom:5px;
   line-height: normal;
   color: #08c;
   font-weight: 600;
   border-bottom: solid 2px #0072C1;
}

.d_event_list a{
	color:#0074BF;
}

.d_event_list .txt{
  width:100%;
  float:none;
  vertical-align:top;
}

.d_event_list .txt table{width:980px;font-size: 14px;font-weight: 500;}
.d_event_list .txt table th{width:100px; padding:10px 10px;border-bottom:1px dotted #ccc;}
.d_event_list .txt table td{padding:5px 10px;border-bottom:1px dotted #ccc;}
td a{color:#0074BF;}
td a:hover{text-decoration:underline; color:#0074BF;}
.d_event_list .txt table td ul{margin:0;padding:0;}
.d_event_list .txt table td ul li{display:inline-block;margin:5px 5px 0 0;padding:0;list-style:none;line-height:0;}



