/* ************************************* GENERAL */
body#HOME {
	background:url(../images/bg.jpg) #f0f0f0 left top fixed;
}
body#DETAIL {
	background:url(../images/detailbg.jpg) #f0f0f0 left top;
}
#HOME_AREA #WRAPPER {
	position:relative;
}
#DETAIL #WRAPPER {
	position:relative;
	padding:25px;
}
#HOME_AREA {
	position:absolute;
	top:443px;
	left:76px;
	width:724px;
}
#BTN_EXHIBITORS{
	position:absolute;
	top:550px;
	left:880px;
}
#ARROWS_AREA {
	position:absolute;
	top:406px;
	left:800px;
}
#BACK_AREA {
	position:absolute;
	top:405px;
	left:4873px;
}
#EXHIBITORS_AREA {
	position:absolute;
	top:462px;
	left:4970px;
}
#EXHIBITORS_AREA_INNER {
	width:900px;
}



#ACTIVE_TITLE1 {
	position:absolute;
	top:0px;
	left:76px;
}
#ACTIVE_TITLE2 {
	position: absolute;
	top: 0px;
	left: 5020px;
}


/* Padding
===================================================================*/
.Pd_b14 {
	padding-bottom: 14px;
}
.Pd_b23 {
	padding-bottom: 23px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.Pd_b14 {
	padding-bottom: 1.1em; /* IE10（\9を消せばIE11にも適用） */
}
.Pd_b23 {
	padding-bottom: 22px;
}
}