@charset "utf-8";

/* Layout Style
-------------------------------------------------------------------*/

body,
body.en-US {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

body:before {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100% !important;
	top: 0px;
	bottom: 0px;
	right: calc((50% + 575px));
	width: calc((100% - 1150px) /2) !important;
	background: #FFFFFF;
	background-position: right top 200px;
	background-repeat: no-repeat;
}

body:after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: calc(50% + 575px);
	width: calc((100% - 1150px) /2);
	background: #FFFFFF;
	background-position: left top 200px;
	background-repeat: no-repeat;
}

.sendBtn input {
	margin: 0 20px;
}

h3.cphi {
	font-size: 22px;
    font-weight: bold;
	color: rgb(214, 0, 120);
	padding: 5px;
	border-bottom: 2px solid #58595b;
	border-left: none;
}

.alC img {
	max-width: 100%;
}

#wrapper {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}

#wrapCont {
	position: relative;
	padding-top: 10px;
}

#mainCont {
	width: 865px;
}

#sideCont {
	width: 220px;
	margin-left: 890px;
}

#sideCont img {
	max-width: 220px;
}

#mainContSm {
	width: 100%;
}

#mainContSm .semselWp {
	position: relative;
}

#smWrap {
	min-height: 600px;
	float: right;
}

#contBox {
	position: relative;
}

#goTop {
	background: url(../images/gotop.png);
	bottom: 30px;
	display: block;
	height: 45px;
	overflow: hidden;
	position: fixed;
	right: 7%;
	width: 45px;
	z-index: 999;
}


/* Header
-------------------------------------------------------------------*/

/*#headTab {*/
	/*background: url(../images/headtab_bg.jpg) repeat-x;*/
	/*height: 50px;*/
	/*padding: 0 10px;*/
/*}*/

/*#header {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerEn {*/
	/*background: url(../images/header_info_en.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerCphi {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerIcse {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerPmec {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerBio {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#headerInno {*/
	/*background: url(../images/header_info.jpg) no-repeat 280px 0;*/
	/*position: relative;*/
/*}*/

/*#header,*/
/*#headerCphi,*/
/*#headerIcse,*/
/*#headerPmec,*/
/*#headerBio,*/
/*#headerInno {*/
	/*margin: 15px 0;*/
/*}*/

#header .tnavi,
#headerEn .tnavi,
#headerCphi .tnavi,
#headerIcse .tnavi,
#headerPmec .tnavi,
#headerBio .tnavi,
#headerInno .tnavi {
	position: absolute;
	text-align: right;
	top: 7px;
	right: 0;
	color: #AAA;
}

#header .torg,
#headerEn .torg {
	position: absolute;
	text-align: right;
	bottom: 10px;
	right: 0px;
}

#headerCphi .torg,
#headerIcse .torg,
#headerPmec .torg,
#headerBio .torg,
#headerInno .torg {
	position: absolute;
	text-align: right;
	top: 40px;
	right: 0px;
}

#headerEn .tnavi {
	width: 200px;
	top: 10px;
}

#header .tnavi a,
#headerCphi .tnavi a,
#headerIcse .tnavi a,
#headerPmec .tnavi a,
#headerBio .tnavi a,
#headerInno .tnavi a {
	color: #E63A8E;
	text-decoration: none;
	padding: 0 5px;
}

#headerEn .tnavi a,
#headerEn .tnavi span {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px;
}

.socialIco {
	display: none;
	width: 38px;
	padding: 12px 0 0 8px;
	float: left;
	position: fixed;
	top: 175px;
	margin-left: -66px;
}

.socialIco img {
	margin-top: 2px;
}


/* Gloval Navigation
-------------------------------------------------------------------*/
#topFlash {
	z-index: 0;
	margin-top: 10px;
}

.gNavibg {
	background-image: -moz-linear-gradient(50% -1% -90deg, rgb(88, 89, 91) 0%, rgb(88, 89, 91) 90%, rgb(53, 53, 55) 99%, rgb(49, 49, 50) 100%);
	background-image: -webkit-gradient(linear, 50% -1%, 50% 99%, color-stop(0, rgb(88, 89, 91)), color-stop(0.9, rgb(88, 89, 91)), color-stop(0.99, rgb(53, 53, 55)), color-stop(1, rgb(49, 49, 50)));
	background-image: -webkit-linear-gradient(-90deg, rgb(88, 89, 91) 0%, rgb(88, 89, 91) 90%, rgb(53, 53, 55) 99%, rgb(49, 49, 50) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(88, 89, 91) 0%, rgb(88, 89, 91) 90%, rgb(53, 53, 55) 99%, rgb(49, 49, 50) 100%);
	background-image: linear-gradient(180deg, rgb(88, 89, 91) 0%, rgb(88, 89, 91) 90%, rgb(53, 53, 55) 99%, rgb(49, 49, 50) 100%);
	height: 50px;
}

#gNavi {
	width: 1110px;
	margin: 0 auto;
	z-index: 9998;
	height: 50px;
}

#gNavi li {
	float: left;
	width: 140px;
	height: 50px;
	list-style: none;
	color: #CCC;
	text-indent: -9999px;
}

#gNavi li a {
	width: 140px;
	height: 50px;
	text-decoration: none;
	display: block;
}

#gNavi li#home,
#gNavi li#home a {
	width: 130px;
}

/* Japanese */
#gNavi li#home a {
	background: url(../images/gnavi_home.gif) no-repeat 0 0;
}

#gNavi li#exhibit a {
	background: url(../images/gnavi_exhibit.gif) no-repeat 0 0;
}

#gNavi li#visit a {
	background: url(../images/gnavi_visit.gif) no-repeat 0 0;
}

#gNavi li#complist a {
	background: url(../images/gnavi_complist.gif) no-repeat 0 0;
}

#gNavi li#seminar a {
	background: url(../images/gnavi_seminar.gif) no-repeat 0 0;
}

#gNavi li#press a {
	background: url(../images/gnavi_press.gif) no-repeat 0 0;
}

#gNavi li#relshow a {
	background: url(../images/gnavi_relshow.gif) no-repeat 0 0;
}

#gNavi li#show a {
	background: url(../images/gnavi_show.gif) no-repeat 0 0;
}

#gNavi li#complistOff a {
	background: url(../images/gnavi_complist.gif) no-repeat 0 -100px;
}

#gNavi li#seminarOff a {
	background: url(../images/gnavi_seminar.gif) no-repeat 0 -100px;
}

#gNavi li#pressOff a {
	background: url(../images/gnavi_press.gif) no-repeat 0 -100px;
}

/* English */
#gNavi li#homeEn a {
	background: url(../images/gnavi_home_en.gif) no-repeat 0 0;
}

#gNavi li#exhibitEn a {
	background: url(../images/gnavi_exhibit_en.gif) no-repeat 0 0;
}

#gNavi li#visitEn a {
	background: url(../images/gnavi_visit_en.gif) no-repeat 0 0;
}

#gNavi li#complistEn a {
	background: url(../images/gnavi_complist_en.gif) no-repeat 0 0;
}

#gNavi li#seminarEn a {
	background: url(../images/gnavi_seminar_en.gif) no-repeat 0 0;
}

#gNavi li#pressEn a {
	background: url(../images/gnavi_press_en.gif) no-repeat 0 0;
}

#gNavi li#contactEn a {
	background: url(../images/gnavi_contact_en.gif) no-repeat 0 0;
}

#gNavi li#showEn a {
	background: url(../images/gnavi_show_en.gif) no-repeat 0 0;
}

#gNavi li#complistEnOff a {
	background: url(../images/gnavi_complist_en.gif) no-repeat 0 -100px;
}

#gNavi li#seminarEnOff a {
	background: url(../images/gnavi_seminar_en.gif) no-repeat 0 -100px;
}

#gNavi li#pressEnOff a {
	background: url(../images/gnavi_press_en.gif) no-repeat 0 -100px;
}



#gNavi li#home a:hover,
#gNavi li#exhibit a:hover,
#gNavi li#complist a:hover,
#gNavi li#seminar a:hover,
#gNavi li#visit a:hover,
#gNavi li#press a:hover,
#gNavi li#relshow a:hover,
#gNavi li#show a:hover,
#gNavi li#home a.on,
#gNavi li#exhibit a.on,
#gNavi li#complist a.on,
#gNavi li#seminar a.on,
#gNavi li#visit a.on,
#gNavi li#press a.on,
#gNavi li#relshow a.on,
#gNavi li#show a.on,
#gNavi li#exhibitEn a:hover,
#gNavi li#complistEn a:hover,
#gNavi li#seminarEn a:hover,
#gNavi li#visitEn a:hover,
#gNavi li#pressEn a:hover,
#gNavi li#contactEn a:hover,
#gNavi li#showEn a:hover,
#gNavi li#exhibitEn a.on,
#gNavi li#complistEn a.on,
#gNavi li#seminarEn a.on,
#gNavi li#visitEn a.on,
#gNavi li#pressEn a.on,
#gNavi li#contactEn a.on,
#gNavi li#showEn a.on {
	background-position: 0 -50px;
}

#gNavi ul li {
	position: relative;
	display: inline;
	background: none;
}

#gNavi ul li a {
	background: none;
}

* html #gNavi ul li a {
	display: inline-block;
}

#gNavi ul li ul {
	position: absolute;
	width: 195px;
	display: none;
	font-size: 12px;
	border-top: 1px solid #E85997;
	z-index: 9999;
}

#gNavi ul li ul li {
	display: block;
	width: 195px;
	height: auto;
	background: #FFF;
}

#gNavi li#home ul li a,
#gNavi li#exhibit ul li a,
#gNavi li#visit ul li a,
#gNavi li#complist ul li a,
#gNavi li#seminar ul li a,
#gNavi li#press ul li a,
#gNavi li#relshow ul li a,
#gNavi li#show ul li a,
#gNavi li#exhibitEn ul li a,
#gNavi li#visitEn ul li a,
#gNavi li#complistEn ul li a,
#gNavi li#seminarEn ul li a,
#gNavi li#pressEn ul li a,
#gNavi li#contactEn ul li a,
#gNavi li#showEn ul li a {
	display: block;
	width: 195px;
	height: auto;
	padding: 7px 5px 7px 10px;
	background: none;
	background: url(../images/lt_arw_pink.png) no-repeat 0 9px;
	text-indent: 0;
	color: #333;
	border-left: 1px solid #E85997;
	border-right: 1px solid #E85997;
	border-bottom: 1px solid #E85997;
}

#gNavi li#home ul li a:hover,
#gNavi li#exhibit ul li a:hover,
#gNavi li#visit ul li a:hover,
#gNavi li#complist ul li a:hover,
#gNavi li#seminar ul li a:hover,
#gNavi li#press ul li a:hover,
#gNavi li#relshow ul li a:hover,
#gNavi li#show ul li a:hover,
#gNavi li#exhibitEn ul li a:hover,
#gNavi li#visitEn ul li a:hover,
#gNavi li#complistEn ul li a:hover,
#gNavi li#seminarEn ul li a:hover,
#gNavi li#pressEn ul li a:hover,
#gNavi li#contactEn ul li a:hover,
#gNavi li#showEn ul li a:hover {
	background: url(../images/lt_arw_pink.png) no-repeat 0 9px #FBE3ED;
	text-decoration: none;
}

* html #gNavi {
	height: 1%;
}


/* Side Contents
-------------------------------------------------------------------*/

#seminarMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
}

.bnrImg {
	margin: 0 0 10px;
	text-align: center;
}

.sideBox {
	border: 1px solid #D5D5D5;
	margin: 20px 0;
}

.sideTtl {
	margin: 0 0 10px;
	padding: 8px 0;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #D43982;
	border-bottom: 1px dotted #D5D5D5;
}

.sideBdr {
	height: 11px;
	background: url(../images/bdr_gray.gif) repeat-x left top;
}

.logoList {
	text-align: center;
	/*margin-bottom:10px;*/
}

.logoList img {
	margin: 5px 0 10px 5px;
}

#sdSemList {
	border: 2px solid #E7378C;
	padding: 1px;
	margin-bottom: 10px;
}

#sdSemList ul li {
	background: url(../images/arw_pink.gif) 4px 10px no-repeat #FFF;
	padding: 6px 0 6px 12px;
}

#sdSemList ul li:nth-child(even) {
	background: url(../images/arw_pink.gif) 4px 10px no-repeat #F0F0F0;
}

#sdSemList ol {
	margin-top: 5px;
}

#sdSemList ol li.sc {
	background: url(../images/sq_green.gif) 5px 11px no-repeat;
	padding: 5px 0 5px 13px;
}

#sdSemList .mstApply {
	font-size: 10px;
	color: #CA021C;
	margin-left: 5px;
}


/* Footer Navigation
-------------------------------------------------------------------*/
footer {
	background-color: #404040;
}

#fNavi {
	margin: 20px 0;
	padding-bottom: 10px;
}

#fNavi .ftMenu {
	width: 210px;
	margin-left: 10px;
	float: left;
}

#fNavi .ftMenu .contTtl {
	border-bottom: 1px dotted #AAA;
	color: #ea388e;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 15px 0 5px 0;
}

#fNavi .ftMenu li {
	font-size: 10px;
	margin-bottom: 5px;
}

#fNavi .ftMenu li.contact {
	padding: 5px;
	color: #FFF;
	margin-top: 10px;
	border: 1px solid #CCC;
}

#fNavi .ftMenu li a {
	color: #FFF;
	text-decoration: none;
}

#fNavi .ftMenu li a:hover {
	color: #CCC;
}

.ftIcon li {
	width: 20%;
	float: left;
	text-align: center;
}

.ftIcon li div {
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}

.ftShow {
	margin: 15px 0;
	text-align: center;
	color: #FFF;
}

.ftShow a {
	color: #FFF;
}

.copyright {
	padding: 10px 0;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}


/* Table Style
-------------------------------------------------------------------*/

.formTbl,
.formTblH,
.searchTbl,
.dfltTbl,
.feeTbl,
.presenTbl,
.spkrTbl {
	background-color: #C6C7C8;
	margin: 15px 0;
	width: 865px;
}

.searchTbl {
	margin: 0;
	border: 1px solid #C6C7C8;
	border-bottom: none;
}

.feeTbl {
	width: auto;
	margin: 0;
}

.pwTbl {
	background-color: #C6C7C8;
	width: 80%;
}

.wdFl {
	width: 98%;
	margin: 15px 0;
}

.formTbl th,
.formTbl td,
.pwTbl th,
.pwTbl td,
.formTblH th,
.formTblH td,
.searchTbl th,
.searchTbl td,
.dfltTbl th,
.dfltTbl td,
.feeTbl th,
.feeTbl td,
.presenTbl th,
.presenTbl td {
	background-color: #FFF;
	padding: 5px;
	line-height: 145%;
	vertical-align: middle;
}

.searchTbl th,
.searchTbl td {
	border-bottom: 1px solid #C6C7C8;
}

.tbltop {
	border-top: none;
}

.formTblH td {
	vertical-align: top;
}

.formTbl th,
.searchTbl th,
.pwTbl th {
	width: 26%;
	background-color: rgb(214, 0, 120);
	border-top: 1px solid #FFF;
	vertical-align: middle;
	text-align: left;
	color: #fff;
}

.formTblH th {
	background-color: rgb(0, 167, 60);
	border-top: 1px solid #FFF;
	text-align: left;
	color: #fff;
}

.formTblH ul li {
	width: 50%;
	float: left;
	vertical-align: top;
}

.formTblH td label {
	white-space: nowrap;
}

.dfltTbl th {
	width: 25%;
	font-weight: bold;
	background-color: #9CD3D8;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	vertical-align: middle;
	text-align: left;
}

.dfltTbl th.alC,
.dfltTbl td.alC {
	text-align: center;
}

.dfltTbl th.avT,
.dfltTbl td.avT {
	vertical-align: top;
}

.feeTbl th {
	font-weight: bold;
	background-color: #CCC;
	vertical-align: middle;
	text-align: left;
	width: 57px;
}

.dfltTbl thead th {
	width: 30%;
}

.dfltTbl thead th.wdF {
	width: auto
}

.dfltTbl td.itemTh {
	background-color: #F2F2F2;
	width: 10%;
	vertical-align: middle;
	text-align: center;
}

.formTblH td.lnGry,
.dfltTbl td.lnGry {
	background-color: #F2F2F2;
	padding: 10px 15px;
}

.pwTbl th.en {
	width: 15%;
}

.formTbl th.wdAll,
.searchTbl th.wdAll {
	width: 100%;
}

.pwTbl th.loginInfo {
	background-color: #D53982;
}

.formTbl th.chsnSem {
	background-color: #DFDFDF;
	color: #333
}

.spkrTbl {
	border-top: 1px solid #CCC;
}

.spkrTbl td {
	padding: 6px;
	width: 33%;
	line-height: 1.3;
	text-align: center;
	vertical-align: top;
	background-color: #FFF;
}

.spkrTbl td.alLft {
	text-align: left;
}

.spkrTbl td.bsrB {
	border-bottom: 1px solid #CCC;
}

.itemCat {
	background-color: #EFEFEF;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
}

#tblRow {
	width: 100%;
}

#tblRow th {
	background-color: #EFEFEF;
	border: none;
}

#tblRow td {
	padding: 2px 0;
	width: 50%;
	border: none;
}


.formTbl .fee {
	width: 12%;
	text-align: center;
	background-color: #FFC;
}

.formTbl .delbtn {
	width: 10%;
	text-align: center;
}

.formTbl .date {
	width: 21%;
}


/* 同時開催展ページの出展社プレゼン */

.cphiSemTtl {
	font-size: 20px;
	color: #02757C;
	font-weight: bold;
	border-top: 2px solid #02757C;
	border-bottom: 1px solid #02757C;
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #E8F5F5;
}

.icseSemTtl {
	font-size: 18px;
	color: #004A93;
	font-weight: bold;
	border-top: 2px solid #004A93;
	border-bottom: 1px solid #004A93;
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #D4E9F5;
}

.biophSemTtl {
	font-size: 20px;
	color: #4B7C23;
	font-weight: bold;
	border-top: 2px solid #579029;
	border-bottom: 1px solid #579029;
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #E9F1E2;
}

.pmecSemTtl {
	font-size: 20px;
	color: #D53883;
	font-weight: bold;
	border-top: 2px solid #D53883;
	border-bottom: 1px solid #D53883;
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #F7E6EF;
}

.innopackSemTtl {
	font-size: 20px;
	color: #942F59;
	font-weight: bold;
	border-top: 2px solid #942F59;
	border-bottom: 1px solid #942F59;
	margin: 15px 0;
	padding: 5px 10px;
	background-color: #F4EAED;
}

.presenTbl thead th {
	background-color: #02757C;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.presenTbl thead td {
	background-color: #9CD3D8;
	text-align: center;
}

.presenTbl thead td.time {
	width: 45px;
}

.presenTbl thead td.no {
	width: 40px;
}

.presenTbl thead td.company {
	width: 190px;
}

.presenTbl tbody th {
	background-color: #EFEFEF;
}

.attentionLt,
.attentionPk,
.attentionRPk {
	padding: 10px 10px 5px 10px;
	background-color: #EFEFEF;
	line-height: 150%;
}

.attentionLt ul {
	margin-left: 15px;
}

.attentionLt li {
	margin-bottom: 5px;
	line-height: 1.3em;
}

.attentionRPk ul {
	margin-left: 20px;
	list-style: disc;
}

.attentionRPk li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

.attentionPk {
	background-color: #FAE4EF;
}

.attentionRPk {
	background-color: #FAEFF0;
	border: 1px dotted #C00;
	margin-bottom: 20px;
}

.attentionRed,
.attentionRedSem {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFEAF1;
	border: 2px solid #C00;
	color: #C00;
	line-height: 150%;
	margin: 5px 0;
}

.attentionRedSem {
	text-align: left;
}

.attentionRedSem div {
	background-color: #C00;
	color: #FFF;
	padding: 2px 10px;
	margin-bottom: 5px;
}

.attentionRedSem ul {
	list-style: disc;
	margin-left: 20px;
}

.attentionBl {
	padding: 10px;
	background-color: #D3ECF3;
	line-height: 1.6;
	border: 1px solid #06C;
	margin-bottom: 20px;
}

.attentionYlw {
	padding: 10px;
	background-color: #FAF5CD;
	line-height: 150%;
}

.attentionYlw .ttl {
	background-color: #E3CF17;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

.attentionYlwC {
	margin: 20px 0;
	padding: 10px;
	border: 6px solid #FAF5CD;
	line-height: 150%;
}


/* Toppage
-------------------------------------------------------------------*/

/* TopPage Slider ----------------------------------------
---------------------------------------------------------- */

#mainSlider {
	position: relative;
	width: 980px;
	height: 250px;
	overflow: hidden;
	margin: 1px 0 0 0;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	margin: 0 auto 10px;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -20px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-pager {
	text-align: center;
	margin: 10px auto 20px auto;
}

.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
	outline: 0;
	width: 40px;
	height: 10px;
	display: block;
	margin: 0 5px;
	background: url(../images/slide_off.png) no-repeat;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	background: url(../images/slide_on.png) no-repeat;
}

.bx-pager a img {
	opacity: 0.5;
	/*filter: alpha(opacity=50);
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);*/
}

.bx-pager a:hover img,
.bx-pager a.active img {
	opacity: 1;
	/*filter: alpha(opacity=100);
	filter: none;
	filter: grayscale(0);
	-webkit-filter:grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);*/
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url(../images/controls.png) no-repeat 0 -75px;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url(../images/controls.png) no-repeat -40px -75px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -40px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 43%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 75px;
	text-indent: -9999px;
	/*z-index: 9999;*/
	display: block;
}

.showList {
	padding: 20px 0 10px;
	text-align: center;
	margin-bottom: 10px;
}

/* セミナースライドショー*/
#PhotoAlbum {
	margin: 10px 0 20px 0;
}

ul#tabs {
	display: none;
	list-style: none;
}

ul#output {
	width: 865px;
	height: 565px;
	position: relative;
	float: right;
}

ul#output li {
	position: absolute;
	text-align: center;
	width: 850px;
	height: 550px;
}

.showInfo {
	margin: 15px 10px 0 10px;
}

#topTarget {
	position: relative;
	margin-bottom: 15px;
	height: 140px;
}

#topTarget .forExhibitor,
#topTarget .forVisitor {
	width: 330px;
	position: absolute;
	top: 0;
}

/* 出展が左*/
#topTarget .forExhibitor {
	left: 0;
}

#topTarget .forVisitor {
	right: 0;
}

/* 来場が左
#topTarget .forExhibitor {
	background:url(../images/for_exhibitor_ttl.jpg) no-repeat;
	right:0;
}

#topTarget .forVisitor {
	background:url(../images/for_visitor_ttl.jpg) no-repeat;
	left:0;
}*/

.topInfo {
	border: 1px solid #CCC;
	padding: 15px 20px 5px 10px;
	border-radius: 4px;
	margin-bottom: 40px;
}

.topInfo dt {
	color: #E95499;
	font-weight: bold;
	line-height: 1.5;
	width: 80px;
	padding-left: 15px;
	float: left;
	font-size: 14px;
}

.topInfo dd {
	line-height: 1.5;
	width: 730px;
	float: right;
	font-size: 14px;
	margin-bottom: 10px;
}

.worldUBM {
	/*border:3px solid #EFEFEF;*/
	padding: 2px 0;
	border-top: 2px solid #ea388e;
	margin-top: 20px;
}

.worldUBM .mapTxt {
	/*background-color: #F4F4F4;*/
	padding: 5px 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

.mediaPartner {
	margin: 20px 0 10px 0;
	border: 1px solid #028A98;
}

.mediaPartner>ul {
	padding-left: 10px;
}

.mediaPartner>ul>li {
	float: left;
	width: 24%;
	margin: 10px 5px 10px 0;
	text-align: center;
}

.topCatchTxt {
	position: relative;
}

.topCatchTxt img {
	vertical-align: middle;
	margin: 15px 60px;
}

.topCatchTxt .contact {
	position: absolute;
	border: 1px solid #CCC;
	padding: 0 0 5px 0;
	text-align: center;
	width: 260px;
	top: 10px;
	right: 0;
}

.topCatchTxt .contact div {
	background-color: #EFEFEF;
	padding: 2px 0;
	margin-bottom: 5px;
}

#topNews,
#topPickup {
	margin-bottom: 15px;
}

#topNews .newsList {
	height: 150px;
	border: 1px solid #D53883;
	width: 865px;
	overflow: auto;
}

#topNews .newsList dl {
	margin: 10px;
}

#topNews .newsList dt {
	font-weight: bold;
	line-height: 150%;
	width: 140px;
	float: left;
	font-size: 13px;
}

#topNews .newsList dd {
	line-height: 150%;
	width: 700px;
	margin-left: 145px;
	font-size: 13px;
}

#topPickup .semList {
	background-color: #EFEFEF;
	border: 1px solid #D53883;
	height: 165px;
	overflow: hidden;
}

#topPickup .slide .ph {
	position: absolute;
	top: 2px;
	left: 2px;
}

#topPickup .semDtl {
	position: absolute;
	width: 500px;
	left: 110px;
	top: 2px;
}

#topPickup .semDtl>.semCat {
	background-color: #F9DBE9;
	padding: 5px;
	color: #D53982;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
}

#topPickup .semDtl>.semTtl {
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	line-height: 125%;
}

#topPickup .semDtl>.semSpkr {
	line-height: 125%;
	font-size: 12px;
	margin: 5px;
}

#topPickup .semDtl>.goDetail {
	position: absolute;
	right: 0;
	top: 105px;
	display: none;
}

.topshow {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.topshow dt {
	width: 140px;
	float: left;
}

.topshow dd {
	width: 540px;
	margin-left: 140px;
	font-size: 18px;
}

.topshow a {
	color: #333;
	text-decoration: none;
}

.topshow a:hover {
	color: #999;
}


/* Layer Contents
-------------------------------------------------------------------*/

#contBox .cont {
	position: relative;
	/*
	border-left:1px solid #C6C7C8;
	border-right:1px solid #C6C7C8;
	background-color:#FFF;
	padding:10px 10px 12px 10px; */
}

#contBox .cont p, #contBox .cont form {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin: 0;
}

#contBox .btm {
	/*background:url(../images/contbox_btm.jpg) no-repeat bottom;*/
	height: 3px;
	margin-bottom: 20px;
}

ul.dataLt,
ul.dfltLt {
	margin: 15px 10px;
}

ul.dfltLt li {
	background: url(../images/lt_arw_pink.png) no-repeat left 6px;
	line-height: 135%;
	padding-left: 10px;
	margin-bottom: 5px;
}

ul.dataLt li {
	background: url(../images/lt_arw_pink.png) no-repeat left 6px;
	line-height: 140%;
	padding-left: 10px;
	margin-bottom: 10px;
}

.prodBoxCPhI {
	border: 2px solid #008996;
	padding: 1px;
	margin: 20px 0;
	line-height: 150%;
}

.ttlCPhI {
	background-color: #008996;
	padding: 7px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}

.prodBoxICSE {
	border: 2px solid #1994CF;
	padding: 1px;
	margin: 20px 0;
	line-height: 150%;
}

.ttlICSE {
	background-color: #1994CF;
	padding: 7px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}

.prodBoxPmec {
	border: 2px solid #D53883;
	padding: 1px;
	margin: 20px 0;
	line-height: 150%;
}

.ttlPmec {
	background-color: #D53883;
	padding: 7px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}

.prodBoxBioPh {
	border: 2px solid #579029;
	padding: 1px;
	margin: 20px 0;
	line-height: 150%;
}

.ttlBioPh {
	background-color: #579029;
	padding: 7px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}

.prodBoxInnopack {
	border: 2px solid #942F59;
	padding: 1px;
	margin: 20px 0;
	line-height: 150%;
}

.ttlInnopack {
	background-color: #942F59;
	padding: 7px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #FFF;
}

.prodBoxCPhI p,
.prodBoxICSE p,
.prodBoxPmec p,
.prodBoxBioPh p,
.prodBoxInnopack p {
	margin: 5px 10px;
}

.coboxL {
	width: 50%;
	float: left;
	line-height: 1.8;
	margin-bottom: 20px;
}

.coboxR {
	width: 50%;
	margin-left: 50%;
	line-height: 1.8;
	margin-bottom: 20px;
}

.cornerPrice dl {
	margin-top: 10px;
	padding: 10px;
	border: 1px dotted #CCC;
	font-size: 14px;
	background-color: #FDFDCE;
}

.cornerPrice dt {
	width: 170px;
	font-weight: bold;
	float: left;
	line-height: 1.5;
}

.cornerPrice dd {
	margin-left: 170px;
	line-height: 1.5;
}

#mvList {
	width: 637px;
	margin: 20px 0 40px 0;
}

#mvList li {
	float: left;
	list-style: none;
	border: 1px solid #999;
	border-radius: 4px;
	margin-left: 5px;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.7);
}

#mvList li a {
	display: block;
	border-radius: 4px;
	width: 120px;
	padding: 10px 0px;
	color: #FFF;
	position: relative;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

#mvList li.cphi a {
	background-color: #008996;
}

#mvList li.icse a {
	background-color: #1994CF;
}

#mvList li.pmec a {
	background-color: #D43982;
}

#mvList li.bioph a {
	background-color: #579029;
}

#mvList li.innopack a {
	background-color: #933358;
}

.matchingInfo {
	background-color: #EFEFEF;
	padding: 5px 10px;
	margin-top: 5px;
}

.matchingInfo div {
	background-color: #DDD;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}


/* COMPLIST
-------------------------------------------------------------------*/

.complistserchBtn {
	top: 100px;
	left: 513px;
	margin-bottom:10px;
}

.complistserchBtnEn {
	position: absolute;
	top: 40px;
	left: 513px;
}

.complistBtn {
	float: right;
}

.complistBtn img {
	margin: 0 0 5px 0;
}

.sortCompany,
.sortCompanyE {
	background-color: #EFEFEF;
	padding: 10px;
	margin-top: 20px;
}

.sortCompany div {
	padding-left: 125px;
}

.sortCompanyE div {
	padding-left: 175px;
}

.exhibitor li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 135%;
}

.exhibitor li.odd {
	width: 310px;
	float: left;
}

.exhibitor li.even {
	width: 310px;
	margin-left: 325px;
}

.exhibitor li span {
	font-weight: bold;
	margin-right: 5px;
	/* width: 65px; */
	text-align: center;
	float: right;
}

.exhibitor li span.CPhI {
	color: #008996
}

.exhibitor li span.BioPh {
	color: #579029
}

.exhibitor li span.P-MEC {
	color: #003399
}

.exhibitor li span.ICSE {
	color: #D23981
}

.exhibitor li span.Pharmatec {
	color: #008ED3
}

.exhibitor li span.InnoPack {
	color: #94365A
}

.exhibitor li span.semCPhI,
.exhibitor li span.semBioPh,
.exhibitor li span.semP-MEC,
.exhibitor li span.semICSE,
.exhibitor li span.semPharmatec,
.exhibitor li span.catBio,
.exhibitor li span.catJen,
.exhibitor li span.catNm,
.exhibitor li span.semInnoPack {
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
	padding: 2px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.exhibitor li span.semCPhI {
	background-color: #008996
}

.exhibitor li span.semBioPh {
	background-color: #579029
}

.exhibitor li span.semP-MEC {
	background-color: #003399
}

.exhibitor li span.semICSE {
	background-color: #D23981
}

.exhibitor li span.semPharmatec {
	background-color: #008ED3
}

.exhibitor li span.semInnoPack {
	background-color: #883D5B
}

.exhibitor li span.catBio {
	background-color: #639
}

.exhibitor li span.catJen {
	background-color: #30A626
}

.exhibitor li span.catNm {
	background-color: #3378C5
}


/* SEMINAR
-------------------------------------------------------------------*/

table.semLink {
	width: 100%;
	margin: 15px 0;
	border-left: 1px solid #008796;
}

table.semLink td {
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #008796;
	padding: 0;
}

table.semLink a {
	padding: 10px 0;
	display: block;
	background-color: #EFEFEF;
	color: #008796;
	text-decoration: none;
}

table.semLink a:hover {
	background-color: #C0E6E9;
}

table.semLink a.now,
table.semLink a.now:hover {
	background-color: #FAD3E5;
	color: #E63891;
}


h3.semHd,
h3.semHdJ,
h3.semHdE {
	/*background:url(../../seminar/images/semcat_hd.jpg) no-repeat;*/
	border-bottom: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #b31461), color-stop(0.00, #ea388e));
	background: -webkit-linear-gradient(top, #ea388e 0%, #b31461 99%);
	background: -moz-linear-gradient(top, #ea388e 0%, #b31461 99%);
	background: -o-linear-gradient(top, #ea388e 0%, #b31461 99%);
	background: -ms-linear-gradient(top, #ea388e 0%, #b31461 99%);
	background: linear-gradient(to bottom, #ea388e 0%, #b31461 99%);
	border-radius: 5px 5px 0 0;
	padding: 15px;
	font-size: 24px;
	color: #FFF;
	margin: 40px 0 10px 0;
	font-weight: normal;
	border-left: none;
}

h3.semHdJ {
	margin-top: 35px;
}

h3.semHd .pInfo,
h3.semHdJ .pInfo,
h3.semHdE .pInfo {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 2px solid #D53883;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.3;
	padding: 1px 10px;
}

h3.semHdE {
	padding: 15px 15px 30px 17px;
}

h3.semHdE {
	padding: 15px 15px 30px 17px;
	font-size: 18px;
}

h3.semHdJ span {
	font-size: 14px;
	/*display:block;*/
}

.semIndex {
	margin: 20px 0;
}

.semIndex li {
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}

.pInfoSt {
	border: 2px solid #EFE96B;
	background-color: #FBF9D9;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px 10px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.pInfoSt .freeTxt {
	position: absolute;
	color: #D53849;
	top: 11px;
	right: 10px;
	font-size: 16px;
}

.pInfoT {
	border: 2px solid #D53883;
	background-color: #FFECFC;
	margin: 15px 0;
	font-size: 12px;
	line-height: 1.3;
	padding: 3px 10px;
}

#semday {
	margin: 0px 0 10px 0;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #008A97;
	color: #FFF;
}

/* セミナーをまとめて申込みページ */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input.chosenSeminar {
	width: 370px;
	margin: 10px 0 0 135px;
	background-color: #FFC;
	border: 2px solid #FC0;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.word_break {
	word-wrap: break-word;
}

.w860 {
	width: 860px;
}

ul.seminarBtn {
	border-bottom: 1px solid #CCC;
}

ul.seminarBtn li {
	border-left: 1px solid #CCC;
}

ul.seminarBtn li a,
ul.seminarBtn li input,
ul.seminarBtn li button {
	padding: 10px 4px 10px 5px;
	display: block;
	width: 100%;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1eeee), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f1eeee);
	background: -moz-linear-gradient(#fff, #f1eeee);
	background: -o-linear-gradient(#fff, #f1eeee);
	background: -ms-linear-gradient(#fff, #f1eeee);
	background: linear-gradient(#fff, #f1eeee);
	border: 1px solid #CCC;
	border-bottom: none;
	text-decoration: none;
	color: #404040;
	border-left: 4px solid #ea388e;
	line-height: 1.5;
	cursor: pointer;
	word-break: keep-all;
}

ul.seminarBtn li a:hover,
ul.seminarBtn li input:hover,
ul.seminarBtn li button:hover,
ul.seminarBtn li button.selected {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #DDD));
	background: -webkit-linear-gradient(#fff, #DDD);
	background: -moz-linear-gradient(#fff, #DDD);
	background: -o-linear-gradient(#fff, #DDD);
	background: -ms-linear-gradient(#fff, #DDD);
	background: linear-gradient(#fff, #DDD);
}

ul.seminarBtn li.semTimetbl a,
ul.seminarBtn li.semTimetbl input,
ul.seminarBtn li.semTimetbl button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0066CC), color-stop(0.00, #1A76D1));
	background: -webkit-linear-gradient(#1A76D1, #0066CC);
	background: -moz-linear-gradient(#1A76D1, #0066CC);
	background: -o-linear-gradient(#1A76D1, #0066CC);
	background: -ms-linear-gradient(#1A76D1, #0066CC);
	background: linear-gradient(#1A76D1, #0066CC);
	border-left: none;
	margin-bottom: 15px;
	padding-left: 9px;
	color: #FFF;
}

ul.seminarBtn li.semTimetbl a:hover,
ul.seminarBtn li.semTimetbl input:hover,
ul.seminarBtn li.semTimetbl button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #1A76D1), color-stop(1.00, #005CB9));
	background: -webkit-linear-gradient(#1A76D1, #005CB9);
	background: -moz-linear-gradient(#1A76D1, #005CB9);
	background: -o-linear-gradient(#1A76D1, #005CB9);
	background: -ms-linear-gradient(#1A76D1, #005CB9);
	background: linear-gradient(#1A76D1, #005CB9);
}

#seminarBox .table,
#seminarBox .tableLt {
	width: 100%;
	margin-bottom: 10px;
	background-color: #007579;
}

#seminarBox th {
	background-color: #e6ecec;
	text-align: center;
	width: 70px;
	vertical-align: middle;
}

#seminarBox td {
	background-color: #FFF;
	padding: 10px;
}

#seminarBox td.apply {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	width: 90px;
	/* background-color: #FBF9D9; */
	position: relative;
}

#seminarBox .id {
	background-color: #008A97;
	margin: 10px 5px;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
}

#seminarBox .interpretation {
	background-color: #1D69BD;
	margin: 5px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}

#seminarBox .price,
#seminarBox .priceE {
	background-color: #D53849;
	width: 70px;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;

}

#seminarBox .priceE {
	font-size: 11px;
}

#seminarBox .time {
	font-weight: bold;
	margin-bottom: 15px;
}

/* セミナー情報＋申込
#seminarBox .semDtl {
	width: 350px;
	line-height:130%;
}
*/
/*セミナー情報のみ*/
#seminarBox .semDtl,
#seminar02 .semDtl {
	/*width: 440px;*/
	line-height: 130%;
}

#seminarBox .semDtl-full {
	width: 100%;
	word-break: break-all;
}

#seminarBox .semDtlNP {
	width: 455px;
	line-height: 130%;
}

#seminarBox .title {
	margin-bottom: 10px;
	line-height: 150%;
}

#seminarBox .name {
	line-height: 150%;
}

#seminarBox .imgBox {
	width: 20%;
	min-width: 115px;
	float: right;
	text-align: end;
	word-break: break-all;
}

#seminarBox .imgBox-mobile {
	width: 100%;
	float: right;
	text-align: center;
	padding-top: 5px;
}

#seminarBox .imgBoxW {
	width: 110px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	vertical-align: top;
}

#seminarBox .dtlBox {
	word-break: break-all;
}

#seminarBox .capTxt {
	margin-top: 4px;
	font-size: 12px;
}

#seminarBox .text,
#seminar02 .text {
	margin-top: 10px;
	/*border-top: 1px dotted #CCC;*/
	padding-top: 5px;
	line-height: 150%;
}

#seminarBox .wSEntry {
	border-bottom: 1px solid #007579;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#seminarBox .iconBio {
	display: block;
	width: 120px;
	padding: 3px 0;
	margin: 5px 0 10px 0;
	text-align: center;
	background-color: #508A35;
	color: #FFF;
	font-weight: bold;
}


.sendBtn input[type="submit"].seminar-sel-jp, .alC input[type="submit"].seminar-sel-jp{
	background-color: rgb(214, 0, 120);
	width: 250px;
	height: 45px;
	border: 2px solid #EEEEEE;
	color: #fff;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}

.sendBtn input[type="submit"].seminar-sel-jp:hover,
.alC input[type="submit"].seminar-sel-jp:hover,
.sem-confBack input[type="button"].semConfBackBtn:hover,
.sem-ConfBtn input[type="button"].semConfBtn:hover,
.sem-visBtn a:hover {
	opacity: 0.6;
}

.sem-confBack input[type="button"].semConfBackBtn {
	background-color: rgb(82, 77, 76);
	width: 235px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
}
.sem-confBack::after {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 45px;
	color: #fff;
	font-size: 28px;
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: bold;
	pointer-events: none;
}
.sem-ConfBtn input[type="button"].semConfBtn {
	background-color: #D53982;
	width: 250px;
	height: 45px; 
    border: 2px solid #EEEEEE;
	color: #fff;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}
.sem-visBtn a{
	display: inline-block;
	background-color: #006CD1;
	width: 250px;
	height: 80px;
    border: 2px outset #EEEEEE;
	color: #fff !important;
	padding-top: 25px;
    padding-left: 5px;
	text-decoration: none;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
	margin-top: 15px;
}


.sendBtn div.back {
	display: inline-block;
}

.sendBtn div.back input[type="button"].semBack,
.sendBtn div.back-noSem input[type="button"].semBack {
	position: relative;
	background-color: rgb(82, 77, 76);
	width: 220px;
	height: 45px;
	margin-right: 20px;
    padding-left: 10px;
	border: 2px outset #EEEEEE;
	color: #fff;
	font-size: 16px;
}

.sendBtn div.back input[type="button"].semBack {
	margin: 0px 0px 10px -12px;
}

.sendBtn div.back::before {
	position: relative;
	left: 15px;
	top: 5px;
	width: 20px;
	height: 45px;
	color: #fff;
	font-size: 28px;
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: bold;
	pointer-events: none;
	z-index: 1;
}

.sendBtn div.back-noSem input[type="button"].semBack {
	width: 250px;
}

.sendBtn div.back-noSem::before {
	position: relative;
	top: 5px;
	left: 40px;
	width: 20px;
	height: 45px;
	color: #fff;
	font-size: 28px;
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	font-weight: bold;
	pointer-events: none;
	z-index: 1;
}

.sendBtn div.Conf {
	display: inline-block;
}

.sendBtn div.Conf input[type="button"].single_click_submit_button{
	position: relative;
	background-color: rgb(214, 0, 120);
	width: 220px;
	height: 45px;
	margin-right: 20px;
	border: 2px outset #EEEEEE;
	color: #fff;
	font-size: 16px;
}

.sendBtn div.Conf input[type="button"].single_click_submit_button::before {
	position: relative;
}

/* セミナー一覧用 */

#seminarBox .tableLt th {
	background-color: #e6ecec;
	text-align: center;
	vertical-align: middle;
}

#seminarBox .tableLt td {
	background-color: #FFF;
	padding: 5px;
	vertical-align: middle;
}

#seminarBox .tableLt td.hd {
	background-color: #008796;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

#seminarBox .tableLt .semCategory {
	font-size: 14px;
	padding: 10px 5px;
	font-weight: bold;
	color: #FFF;
	border-left: #FFF solid 1px;
	border-top: #FFF solid 1px;
	background-color: #E7378C
}

#seminarBox .tableLt .semCategory a {
	color: #FFF;
}

/*
#seminarBox .tableLt .cat01 { background-color:#DE679F; }
#seminarBox .tableLt .cat02 { background-color:#C76FBD; }
#seminarBox .tableLt .cat03 { background-color:#8BB36C; }
#seminarBox .tableLt .cat04 { background-color:#3DA9DE; }
#seminarBox .tableLt .cat05 { background-color:#8445B1; }
#seminarBox .tableLt .cat06 { background-color:#489A7F; }
#seminarBox .tableLt .cat07 { background-color:#2D912E; }
#seminarBox .tableLt .cat08 { background-color:#FD7E47; }
#seminarBox .tableLt .cat09 { background-color: #E7AE03; }
#seminarBox .tableLt .cat10 { background-color: #5280BE; }
#seminarBox .tableLt .cat11 { background-color:#FEEAAB; }
#seminarBox .tableLt .cat12 { background-color:#C1D2E8; }
*/
#seminarBox .tableLt .semSubCategory {
	background-color: #98CCD1;
	font-weight: bold;
}


/* 出展社プレゼンテーション用 */

#seminar02 .tableDay {
	width: 100%;
	margin-bottom: 20px;
}

#seminar02 .tableDay th {
	text-align: left;
	width: 120px;
	padding-left: 5px;
	font-size: 14px;
	vertical-align: middle;
	border-left: 4px solid #007579;
}

#seminar02 .tableDay td {
	background-color: #FFF;
	text-align: center;
}

#seminar02 .tableDay td a {
	display: block;
	text-decoration: none;
	padding: 7px 10px;
	color: #333;
}

#seminar02 .table {
	width: 100%;
	margin-bottom: 15px;
	background-color: #007579;
}

#seminar02 .table th {
	text-align: center;
	width: 80px;
	background-color: #e6ecec;
	vertical-align: middle;
}

#seminar02 .table td {
	background-color: #FFF;
	padding: 10px;
	line-height: 1.3;
}

#seminar02 .tableDay td.HallA a {
	background-color: #C6EECB;
}

#seminar02 .tableDay td.HallB a {
	background-color: #E4F1B8;
}

#seminar02 .tableDay td.HallC a {
	background-color: #C6EEDF;
}

#seminar02 .tableDay td.HallD a {
	background-color: #BBD8E8;
}

#seminar02 .tableDay td.HallE a {
	background-color: #C6EEEE;
}

#seminar02 .tableDay td.HallA a:hover,
#seminar02 .table th.HallA {
	background-color: #DEF5E1;
}

#seminar02 .tableDay td.HallB a:hover,
#seminar02 .table th.HallB {
	background-color: #F1F8DC;
}

#seminar02 .tableDay td.HallC a:hover,
#seminar02 .table th.HallC {
	background-color: #DEF5ED;
}

#seminar02 .tableDay td.HallD a:hover,
#seminar02 .table th.HallD {
	background-color: #DAE8EF;
}

#seminar02 .tableDay td.HallE a:hover,
#seminar02 .table th.HallE {
	background-color: #DEF5F5;
}

#seminar02 h5 {
	font-size: 18px;
	background-color: #FFF;
}

#seminar02 .id {
	margin: 5px 10px;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
	background-color: #357A9F;
}

#seminar02 th.HallA .id {
	background-color: #31A440;
}

#seminar02 th.HallB .id {
	background-color: #92B123;
}

#seminar02 th.HallC .id {
	background-color: #31A479;
}

#seminar02 th.HallD .id {
	background-color: #357A9F;
}

#seminar02 th.HallE .id {
	background-color: #31A4A4;
}

#seminar02 .interpretation {
	background-color: #0070b3;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
	margin: 10px;
}

#seminar02 .time {
	font-weight: bold;
	margin-bottom: 5px;
}

#seminar02 .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#seminar02 .name {
	line-height: 1.4em;
}

#seminar02 .text {
	margin-top: 10px;
	line-height: 1.4em;
}

img.presenPh {
	width: 150px;
	float: right;
}

.notRegisterBox,
.registeredBox {
	width: 48%;
	padding: 5px;
	margin: auto;
	min-height: 275px;
}

.notRegisterBox {
	float: left;
	border: 2px solid #008ED2;
}

.registeredBox {
    float: right;
	border: 2px solid #D53982;
}

.notRegisterBox .ttl,
.registeredBox .ttl {
	background-color: #008ED2;
	padding: 10px 0;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.registeredBox .ttl {
	background-color: #D53982;
}


/* PRESS RELEASE
-------------------------------------------------------------------*/

#pressLt {
	margin: 20px 0;
}

#pressLt dl {
	border-bottom: 1px dotted #CCC;
}

#pressLt dt {
	width: 120px;
	line-height: 150%;
	padding: 8px 10px;
	float: left;
	background: url(../images/lt_arw_pink.png) left center no-repeat;
}

#pressLt dd {
	width: 500px;
	margin-left: 130px;
	line-height: 150%;
	padding: 8px 10px;
}


/* INQUIRY (ENGLISH ONLY)
-------------------------------------------------------------------*/

#corpList li.sec {
	padding: 5px;
	margin: 0 0 5px 5px;
	border-bottom: 1px dotted #CCC;
	font-weight: bold;
	color: #E7378C;
}

#corpList ol {
	margin: 0px 0px 15px 10px;
	list-style-type: none;
}

#corpList ol li {
	color: #333333;
	line-height: 1.2em
}


#phalbum li {
	width: 202px;
	text-align: center;
	padding: 5px;
	line-height: 1.0;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
	box-shadow: #DDD 0 1px 4px;
	margin: 0 10px 15px 0;
	float: left;
	list-style: none;
}

#phalbum li a:hover {
	opacity: 0.8;
}

/* Seminar Schedule */

.semDateTtl {
	margin-top: 20px;
}

.semSearchForm label {
	font-size: 24px;
	font-weight: bold;
}

.semSearchForm input {
	font-size: 24px;
}

.semSearchForm input[type="button"] {
	width: 10%;
	font-weight: bold;
	background-color: #0088ff;
	border: solid 1px #0088ff;
	border-radius: 5px;
}

table.seminar {
	width: 100%;
	border: 1px solid #BBB;
	border-right: none;
    margin-top: 20px;
}

table.seminar thead th {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	font-weight: normal;
	vertical-align: middle;
	background-color: #CFCFCF;
}

table.seminar thead td {
	text-align: center;
	/* width: 150px; */
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 5px 0;
	font-size: 11px;
	letter-spacing: -1px;
	background-color: #CFCFCF;
	vertical-align: middle;
}

table.seminar thead .capacity {
	padding: 2px 0;
	background-color: #E9E9E9;
}

table.seminar thead .semcat {
	background-color: #424242;
	color: #FFF;
	padding: 5px 2px;
}

table.seminar tbody th,
table.seminar tbody td {
	padding: 0;
}

table.seminar tbody th {
	text-align: center;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #FFF;
	background-color: #CFCFCF;
	vertical-align: middle;
	min-height: 150px;
}

table.seminar tbody td {
	border-right: 1px solid #BBB;
	background-color: #F4F4F4;
}

table.seminar tbody th.timeC2 {
	background-color: #46C69A;
}

table.seminar tbody th.timeC3 {
	background-color: #46B2C6;
}

table.seminar tbody th.timeC4 {
	background-color: #4A71CA;
}

table.seminar tbody td.semBox {
	background-color: #FFF;
	position: relative;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	vertical-align: top;
	min-width: 115px;
}

.semBox .semID {
	background-color: #09C;
	color: #FFF;
	padding: 2px 5px 2px 5px;
	position: absolute;
	/* width: 35px; */
	text-align: center;
	top: 0;
	left: 0;
}

.semBox .semApply {
	position: absolute;
	background-color: #EFEFEF;
	right: 0px;
	top: 0;
	width: 60px;
	text-align: center;
	padding: 2px 0 1px 0;
}

.semBox .semApply span {
	font-size: 11px;
	padding: 0 5px;
}

.semBox .semIco01 {
	position: absolute;
	top: 35px;
	left: 3px;
}

.semBox .semIco02 {
	position: absolute;
	top: 35px;
	right: 3px;
}

.semBox .semTime {
	padding: 55px 3px 0 3px;
}

.semBox .semTtl {
	padding: 5px 3px;
}

td.semBox.semHiLi {
	border: 2px solid red !important;
}

table.semmap {
	width: 100%;
}

table.semmap td {
	background: transparent;
	border: none;
}

table.semmap td input[type="button"] {
	border: 1px solid #E6E6E9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #fafafa;
	font-weight: bold;
	cursor: pointer;
}

table.semmap td input[type="button"].active {
	height: 45px;
	background-color: #F5349E;
	color: #ffffff;
	font-size: 20px;
}

/* 2017-03-02 ビジネスマッチングプログラム説明ページ */
.flow_box {
	background: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.flow {
	border: 1px solid #CCC;
}

.flow .step {
	width: 100px;
	text-align: center;
	background-color: #EFEFEF;
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #E6368B;
}

.flow .flow_inner {
	padding: 14px 20px 0 20px;
	float: left;
	width: 575px;
}

.flow .flow_inner .stepTtl {
	font-size: 16px;
	color: #333;
	line-height: 100%;
}

.visitorNm {
	background-color: #E6378C;
	width: 50%;
	margin: 20px auto;
	padding: 5px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
}


/* 2017-01-09 セミナータイムスケジュール　prop */
.sendBtn input[type="image"]:disabled, input.searchBtn:disabled, .sendBtn.primary input:disabled {
	opacity: .7;
	cursor: not-allowed;
}

.privateOrg {
	font-size: 20px;
	font-weight: bold;
	border: 2px solid red;
}

.privateTit {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

/* 2017-11-09　セミナー登録アンケート */
.enq-toggle {
	display: block;
	cursor: pointer;
}

.enq-toggle-body {
	display: none;
}

.enq-toggle-body.open {
	display: block;
}

.attentionBox {
    border: 2px solid red;
    color: red;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seminar-h1 {
    font-size: 34px;
    border-bottom: solid 2px #e6378d;
    margin-bottom: 5px;
    width: 60%;
}

.seminar-h2 {
    font-size: 28px;
    margin-bottom: 5px;
    text-align: left;
}

.seminar-infomation {
	border: solid 2px red;
	border-radius: 5px;
	background-color: #ffeeee;
	color: #ee0000;
	padding: 10px;
	text-align: left;
	margin: 10px 0;
}

.seminar-infomation ul {
	list-style-type: disc;
	margin-left: 20px;
}

.seminar-box {
	font-size: 13px;
	padding: 10px;
	text-align: left;
}

.seminar-confirm h3{
	font-size: 22px;
	color: #112973;
	border-bottom: 2px solid #112973;
}

.seminar-list {
    text-align: right;
    font-size: 16px;
    padding-left: 20px;
}

.seminar-list ul li {
    list-style: none;
    position: relative
}

.seminar-list ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 10px;
  background-color: #e6378d;
  border-radius: 100%;
}

.float-seminar-box {
  position: fixed;
  top: 0px;
  left: auto;
  margin-left: 0;
  background-color: #ffffff;
  width: 720px;
  z-index: 9999;
}

.attention {
	font-size: 14px;
	color: #D53849;
	font-weight: bold;
}

h5.semApply {
	font-weight: bold;
    padding: 4px 10px;
    margin: 20px 0 10px 0;
    font-size: 14px;
    color: #FFF;
    background-color: rgb(214, 0, 120)!important;
}

.userinfo {
	height: 55px;
	display: flex;
	align-items: center;
	color: #888;
	font-size: 24px;
	cursor: default;
	z-index: 10;
	border-radius: 10px;
  }
  .userinfo ul {
	width: 150px;
	position: fixed;
	top: 30px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 12px;
	color: #888;
	z-index: 10;
	margin-top: 15px;
	color: #5d627b;
	background: #fff;
	border-top: solid 5px #E6378C;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  
  }
  
  .userinfo li {
	height: 40px;
	background: linear-gradient(#fff, #f1eeee);
	border-right: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
  }
  .userinfo button {
	border: none;
	background-color: transparent;
	position: relative;
	top: 8px;
  }
  .seminar-header-icon-group{
	text-align: center;
	display: contents;
	height: 55px;
	position: relative;
	width: 41%;
	float: right;
	top: 5px;
}
  @media screen and (max-width: 768px) and (max-width: 768px){
	.l-sidebar__block--accordion .l-sidebar__title:after{
	  font-size: 1.5rem;
	}
  }
  
  @media screen and (max-width: 360px){
	.u-show--xs{
	  display: block !important;
	}
  }
  
  @media print, screen and (min-width: 361px){
	.u-show--xs{
	  display: none !important;
	}
  }
  .semDelBtn{
	width: 55px;
	height: 22px;
	border: 0px;
	background: url('../../../../common/images/btn_delete.jpg') no-repeat center;
  }
  .semDelBtnEn{
	width: 55px;
	height: 22px;
	border: 0px;
	background: url('../../../../common/images/btn_delete_en.jpg') no-repeat center;
  }
  .semConfBackBtnEn{
   width: 310px;
   height: 35px;
   border: 0px;
   background: url('../../../../common/images/btn_back_chosensem_en.jpg') no-repeat center;
  }
  /*# sourceMappingURL=common.css.map */
  .seminar-header-icon-group a {
	position: relative;
	width: 34%;
	min-width: 78px;
	max-width: 180px;
}
.seminar-header-icon-group img {
	transform: scale(1);
	transition-duration: 0.2s;
	width: 30px
	;position: relative;
}
.seminar-header-icon-group img:hover {
	transform: scale(1.1);
}
.seminar-header-icon-text{
	font-size: 5px;
	position: relative;
	color: black;
}
.seminar-visitor-link{
	background-color: #E6378C;
    width: 350px;
    height: 50px;
    border: 1px solid #E6378C;
    color: #fff;
    font-size: 24px;
    margin: auto;
    cursor: pointer;
    border-radius: 10px;
	text-align: center;
	line-height: 50px;
}
.seminar-visitor-link:hover {
	opacity: 0.6;
  }
  .pagetop {
	width: 50px !important;
	height: 50px !important;;
	background-color: rgb(0, 102, 153);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	position: fixed;
    bottom: 60px;
    right: 80px;
}
.seminar-comp-title-border{
	width: 480px;
    border: 1px solid #008996;
    margin-bottom: 20px;
}
.seminar-date-link {
	float: left;
}
.seminar-date-link input[type="button"] {
	border: 1px solid #E6E6E9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #fafafa;
	font-weight: bold;
	cursor: pointer;
}

.seminar-date-link input[type="button"].active {
	height: 45px;
	background-color: #F5349E;
	color: #ffffff;
	font-size: 20px;
}

.semTtl a:link{
	color: #F5349E !important;
	text-decoration: underline !important;
}

.semTtl a:hover{
	text-decoration: none !important;
}

.semBox .category {
    padding: 3px 3px;
    border-radius: 4px;
    color: white;
    margin: 0px 2px;
    width: fit-content;
}

.descriptionList {
    display: flex;
    justify-content: center;
	margin-top: 10px;
}

.description {
    float: left;
    margin: 5px 5px 10px 0px;
}


.description .category {
    padding: 3px 3px;
    border-radius: 4px;
    color: white;
    margin: 0px 2px;
}

.semBox .category-0, .description .category-0  {
    background-color: rgb(232, 55, 67);
}

.semBox .category-1, .description .category-1  {
    background-color: rgb(59, 182, 151);
}
.semBox .category-2, .description .category-2  {

    background-color: rgb(243, 153, 69);
}
.semBox .category-3, .description .category-3  {
    background-color: rgb(248, 244, 0);
    color: rgb(0, 104, 184);
}
.semBox .category-4, .description .category-4  {
    background-color: rgb(169, 208, 95);
}

.tagList {
    display: flex;
}

.tag {
    float: left;
    margin: 5px 10px 10px 0px;
}

.tag .product, .tag .solution  {
    background-color: rgb(127, 127, 127);
}

.seminarSearchBtn {
    margin: 20px 0px 20px 20px;
	float: left;
	width: 65%;
}

.uncheckAll {
	margin: 20px 0px 0px 0px;
	float: left;
	width: 32.5%;
    text-align: right;
}

.unmatched.semBox .semApply {
	background-color: unset;
}

.seminarSearchBtn .searchBtn {
    right: 150px;
}

.searchArea .searchConditions .condition {
    display: flex;
    line-height: 30px;
}

.searchConditions {
    list-style-type: disc;
}

.condition {
    padding: 10px 5px 10px 5px;
    border-bottom: #DDD 1px solid;
}

.condition li {
    width: 130px;
}

.condition .choices {
    width: 100%;
    margin-left: 30px;
}

.condition .choices .outerchoices {
    display: flex;
    flex-wrap: wrap;
}

.outerchoices .solutions, .outerchoices .products {
    margin-right: 10px;
}

.condition input {
    margin-right: 3px;
}

.condition label.all {
    font-weight: bold;
}

.searchArea {
    margin: 0;
    background: #efefef;
    padding: 0 15px;
    border: 2px #ccc solid;
	display: flex;
}

.seminarSearchBtn span.resultText {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    left: 20px;
    top: -10px;
}

.seminarSearchBtn span.result {
    font-weight: 700;
    font-size: 18px;
    padding-right: 3px;
}

td.semBox.unmatched {
    background: lightgray !important;
}

.searchCategory {
    width: 79%;
    float: right;
	padding-left: 20px;
	margin-right: 10px !important;
}

.clearBtn.schedule {
    width: 35px;
    top: 460px;
    display: block;
    overflow: hidden;
    position: fixed;
    right: calc((100vw - 1110px)/2 - 55px);
}

.clearBtn.seminarlist {
    width: 35px;
    right: calc((100vw - 1110px)/2 - 40px);
    top: 405px;
}

.view_timer .verticalBtn {
    display: block;
    overflow: hidden;
    position: fixed;
    right: calc((100vw - 1110px)/2 - 55px);
    top: 285px;
    margin: 0px;
}

.seminarlist {
    top: 228px;
    display: block;
    overflow: hidden;
    position: fixed;
    right: calc((100vw - 1110px)/2 - 60px);
    margin: 0px;
}

.seminar-sel-jp.vertical_btn {
    width: 35px;
}

.seminarBtn button.disable, .seminarBtn button.disable:hover {
    background: rgb(214,212,212);
    cursor: auto;
}

.attentionPaidSeminar {
	padding: 10px;
	border: 2px solid #C00;
	margin: -7px 0 0 0;
}

.attentionPaidSeminar .inline-center {
    text-align: center;
    padding: 10px;
}

.single_click_submit_button.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.side-menu-schedule-txt {
    top: 5px;
    display:block;
    outline: none;
    text-align:center;
}

@media screen and (max-width: 1250px) {
    div.adjustContent {
        padding-right: 55px;
    }
    .seminarlist {
        right: calc((100vw - 1110px)/2 - 11px);
        
    }
    .clearBtn.seminarlist {
        right: calc((100vw - 1110px)/2 + 10px);
        top: 405px;
    }
    .verticalBtn.schedule {
        right: calc((100vw - 1110px)/2 + 5px);
    }
    .clearBtn.schedule {
        right: calc((100vw - 1110px)/2 + 5px);
        /* top: 530px; */
    }
    .uncheckAll {
        width: 31.5% !important;
    }
}

@media screen and (max-width: 1120px) {
    div.adjustContent {
        padding-right: 60px;
    }
    .verticalBtn.schedule {
        right: 20px;
    }
    .clearBtn.schedule {
        right: 20px;
    }
    .verticalBtn.seminarlist {
        right: -9.9%;
    }
    .clearBtn.seminarlist {
        right: 2%;
    }
    .seminar-sel-jp.vertical_btn {
        position: fixed;
        right: 0%;
    }
    #searchSeminarFreeword {
        width: 100%;
    }
    #footer .address, #footer .fmenu_rss_inner {
        width: 100% !important;
    }
    #footer ul.fmenu {
        width: 80% !important;
    }
    #footer ul.rss_block {
        width: 20% !important;
    }
    .side-menu-schedule {
        height: 100% !important;
    }
    .side-menu-schedule-txt {
        top: 0px !important;
        padding: 5px 2px !important;
    }
    .uncheckAll {
        width: 30% !important;
    }
}