@charset "utf-8";


/* **************************************************

auto shanghai 2021

***************************************************** */

.Section.SectionSms2021{
	max-width: 965px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

.Section.SectionSms2021 h2{
	margin-bottom: 30px;
}

.TableSms2021 td{
	width: 50%;
	font-size: 100%;
	text-align: center;
	vertical-align: top;
	padding: 25px 25px 10px;
}
.TableSms2021 td p strong{
	color: #fe0000;
}
.btn_back a{
	width:200px;
	display:block;
	margin:50px auto 0;
	text-align:center;
	color:#333;
	padding:10px 0;
	text-decoration:none;
	transition: 0.2s ease-in-out;
	border:1px solid #A6A6A6;
	background: url("/jp/corporate/exhibitions/img/btn_back.png") right center no-repeat;
	background-color:#F2F2F2;
}
.btn_back a:hover{
	opacity:0.8;
}

@media (max-width: 767px) {

.btn_back a{
	margin-top: 20px;
	margin-bottom: 30px;
}

}