@charset "utf-8";

/* common */
.ti1em {
	text-indent:1em;
}

.pd_15_20 {
	padding: 15px 20px;
}

.red {
	color: red;
}

a.handr:before {
	font-family: FontAwesome;
	content: '\f0a4';
}

#local_nav {
	background: url(../images/bg_local_nav.png) 0 bottom no-repeat;
	margin-bottom: 10px;
	padding: 0 5px 5px;
}

#local_nav h2 {
	background: #ffffff url(../images/bg_local_nav.png) 0 0 no-repeat;
	padding: 5px 5px 6px;
	margin: 0 -5px;
}

#local_nav li a {
	display: block;
	background: url(../images/bg_local_nav_li.png) 0 center no-repeat;
	padding: 10px 10px 10px 28px;
	border-top: 1px solid #d3d3d3;
	line-height: 1.2;
}

#local_nav li:first-child a {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border-top: none;
}
#local_nav li:last-child a {
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

#local_nav li ul {
	display: none;
	border-top: 1px solid #d3d3d3;
}

#local_nav li li a {
	background: #ffffff url(/images/parts.png) -934px -25px no-repeat;
	padding: 8px 10px 7px 40px;
}

#local_nav li li a:hover {
	background-color: #e3effc;
}

#local_nav li:first-child li a {
	border-top: 1px dotted #d3d3d3;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#local_nav li li:first-child a {
	border-top: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#local_nav li li:last-child a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#local_nav li li ul {
	display: none;
	border-top: 1px dotted #d3d3d3;
}

#local_nav li li ul li a {
	border: none;
	background: #ffffff url(/images/icon_navi01.png) 0 0 no-repeat;
	padding-left: 50px;
	font-weight: normal;
}
#local_nav li li ul li a:hover {
}

/* index */
table.kaisaigaiyo {
	margin-bottom: 1.2em;
	margin-top: 0.3rem;
}

table.kaisaigaiyo th.kaisaigaiyo_th {
	padding-left:10px;
	width: 150px;
	height: 42px;
	text-align: justify;
	text-align-last: justify;
}

table.kaisaigaiyo td.kaisaigaiyo_td {
	padding:10px;
	text-align: left;
}



/* howtoapply */
.btn_booth {
	color: #ffffff;
	background-color: #ffc000 !important;
	font-size: 2rem;
	font-weight: bold;
}

.btn_individual {
	color: #ffffff;
	background-color: #002060 !important;
	font-size: 2rem;
	font-weight: bold;
}

.btn_buyer {
	color: #ffffff;
	background-color: #ff0000 !important;
	font-size: 2rem;
	font-weight: bold;
}

.btn_visit {
	color: #ffffff;
	background-color: #7f7f7f !important;
	font-size: 2rem;
	font-weight: bold;
}

table.howtoapply {
	width: 100%;
	text-align: left;
}

table.howtoapply tr.howtoapply_tr {
	height: 32px;
}

table.howtoapply tr.howtoapply_tr th.howtoapply_th {
	padding-left: 20px;
}

/* howtoexhibition */
.exhibition_cont_div {
	width:100%;
}

.exhibition_h3 {
	color:white;
	background-color: #444;
	font-size: 1.4em;
	font-weight:bold;
	text-align: center;
	padding: 10px;
	margin: 1rem 0;
}

.exhibition_h3_end {
	color: white;
	background-color: #00b050;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin:4rem 0 1rem 0;
}

.exhibition_h4 {
	color: white;
	background-color: #00b050;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	margin:1rem 0;
}

.exhibition_h4_entry {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5rem 0;
}

.exhibition_wrap_div {
	display: grid;
	margin: 0;
	position: relative;
	z-index: 10;
	height: 100%;
}

.exhibition_allow_div {
	position: absolute;
	z-index: -10;
	display: inline-block;
	width: 150px;
	height: 120%;
	background: #00b050;
	clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.4;
}

/* howtomeeting */
.meeting_cont_div {
	width:100%;
}

.meeting_h3 {
	color:white;
	background-color: #444;
	font-size: 1.4em;
	font-weight:bold;
	text-align: center;
	padding: 10px;
	margin: 1rem 0;
}

.meeting_h3_end {
	color: white;
	background-color: #0070c0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin:6rem 0 1rem 0;
}

.meeting_h4 {
	color: white;
	background-color: #0070c0;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	margin:1rem 0;
}

.meeting_h4_entry {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5rem 0;
}

.meeting_wrap_div {
	display: grid;
	margin: 0;
	position: relative;
	z-index: 10;
	height: 100%;
}

.meeting_allow_div {
	position: absolute;
	z-index: -10;
	display: inline-block;
	width: 150px;
	height: 120%;
	background: #0070c0;
	clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.4;
}

/* event */

.event_cont {
	margin-top: 2rem;
}

.event_cont img {
	width: 100%;
	height: auto;
}

