@charset "utf-8";

.header {
	position: relative;
}
.headerLine {
	position: fixed;
	top: -105px;
	width: 100%;
	z-index: 9999;
	transition: .3s !important;
}
.headerLine.scroll {
	top: 0;
}
.headerLine.fixd {
	top: 0;
}
.headerLine a,
.headerLine span {
	font-size: 12px;
	color: #fff;
}
.headsnsLink {
	float: left;
}
.headerLine .headsnsLink li {
	margin-right: 15px;
}
.headerLine .headsnsLink li a,
.headerLine .headsnsLink li span {
	display: block;
	background: url(http://www.f2ff.jp/cmt/2017/img/common/head_arrow.png) 0 50% no-repeat;
	padding: 0 0 0 20px;
}
.headerLine .headsnsLink li span {
	filter:alpha(opacity=30);
	opacity: 0.3;
}
.headerLine .headsnsLink li.tw,
.headerLine .headsnsLink li.fb {
	margin-right: 0;
	padding: 0;
	background-color: #fff;
}
.headerLine .headsnsLink li.tw a,
.headerLine .headsnsLink li.fb a {
	background: none;
	padding: 0;
}
.headerLine .headConfLink { float: right;}
.headerLine .headConfLink a {
	display: inline-block;
	line-height: 15px;
	vertical-align: text-bottom;
	font-size: 11px;
	border: 1px solid #fff;
	padding: 2px 40px 2px 25px;
	background: url(http://www.f2ff.jp/cmt/2017/img/common/ico_link01.png) 195px 50% no-repeat;
	background-size: 10px;
}
.headerLine .headConfLink .ipv6 {
	margin: 10px 20px 0 0;
}
.hIPv6 {
	position: absolute;
	top: 10px;
	left: 280px;
}
/*logoArea*/
.headLogoArea {
	height: 60px;
	width: 100%;
	/*padding: 9px 0;*/
	background-color: rgba(0,159,185,0.85);
	border-bottom: 1px solid #6ecbce;
	/*position: fixed;*/
	z-index: 9999;
	top: 0;
}
@media only screen and (min-width: 769px) {
/*  .headLogoArea {
    padding:8px 0 0; 
  }*/
}
.lowerPage .headLogoArea {
	border-bottom: 1px solid #6ecbce;
}
.headLogoArea .logo {
	display: inline-block;
	width: auto;
}
.headLogoArea .logo {
	line-height: 60px;
}
.headLogoArea .logo img {
	width: 158px;
	height: 46px;
}
.headLogoArea .date {
	display: inline-block;
	margin-left: 25px;
	line-height: 60px;
	width: auto;
}
.headLogoArea .btnArea.en {
	margin-left: 183px;
}
.headLogoArea .btnArea {
	display: inline-block;
	width: 68px;
	margin-left: 5px;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 0;
}
.headLogoArea .btnArea .btnAreaLeft,
.headLogoArea .btnArea .btnAreaRight {
	display: inline-block;
}
.headLogoArea .btnArea .btnAreaLeft .language {
	border-width: 1px;
	border-style: solid;
	border-color: #6ecbce;
	text-align: right;
}
.headLogoArea .btnArea .btnAreaLeft .language a.jp,
.headLogoArea .btnArea .btnAreaLeft .language.jp_en a.en {
	background-color: rgb(255, 255, 255);
	color:#014A3D;
}
.headLogoArea .btnArea .btnAreaLeft .language a {
	display: inline-block;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	color: rgb(255, 255, 255);
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.headLogoArea .btnArea .btnAreaLeft .conference a {
	display: block;
	line-height: 15px;
	vertical-align: text-bottom;
	font-size: 11px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	margin-top: 5px;
	color: rgb(255, 255, 255);
	padding: 2px 40px 2px 25px;
	background: url("http://www.f2ff.jp/cmt/2017/img/common/ico_link01.png") 195px 50% / 10px no-repeat;
}
.headLogoArea .registration p {
	position: relative;
	top: -10px;
}
.headLogoArea .registration p.en {
	position: static;
}
.headLogoArea .registration a,
.registrationBtn a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #e1f741;
	width: 360px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
  letter-spacing:0.2em;
	background: rgba(60,96,117,0.15) url("http://www.f2ff.jp/cmt/2017/img/common/ico_link_yellow.png") 10px 50% no-repeat;
	padding: 10px 20px;
  opacity:0.5;
}
.headLogoArea .registration .en a {
	font-size: 22px;
	padding: 5px 20px 10px;
}
.registrationBtn a {
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 30px;
}
.registrationBtn a.en {
	font-size: 20px;
	line-height: 1.8;
}
.topMainVisual .registrationBtnWrap {
  overflow: hidden;
  width: 100%;
}
.topMainVisual .registrationBtn.btn-col2 {
  width: 100%;
}
.topMainVisual .registrationBtnWrap .registrationBtn.btn-col2 .poR a {
  max-width: 100%;
}
.topMainVisual .registrationBtn.btn-col2:nth-child(even) {
  float: right;
}
.headLogoArea .registration a:hover,
.registrationBtn a:hover {
	background: #e1f741 url("http://www.f2ff.jp/cmt/2017/img/common/white_arrow_mini.png") 10px 50% no-repeat;
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
}
.LogoAreaTimeWrap {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin-left: 25px;
}
.logoAreaLink {
	display: inline-block;
	margin-left: 85px;
	padding-top: 10px;
	width: 120px;
}
.logoAreaLink ul li:last-child {
	margin-top: 5px;
}
.logoAreaLink ul li a,
.logoAreaLink ul li span {
	background: url(http://www.f2ff.jp/cmt/2017/img/common/white_arrow.png) 0 0 no-repeat;
	background-size: 15px;
	padding: 0 0 0 20px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}
.logoAreaLink ul li a:hover {
	text-decoration: underline;
}
.logoAreaLink .jp_en a,
.logoAreaLink .jp_en span {
	width: 100%;
	display: block;
	border: 1px solid #9391b0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.logoAreaLink .jp_en .jp {
	background-color: #fff;
	color: #009fb9;
}
.logoAreaLink .jp_en .en {
	border-top: none;
	color: #fff;
}
.logoAreaLink .jp_en .noLink {
	color: #6e6b91;
}
.logoAreaLink .jp_en .noLink {
	color: #6e6b91;
}
/*headerNav*/
.navWrap { display: none; }
.navWrap.on {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.hNav {
	background-color: rgba(0,159,185,0.85);
	border-bottom: 1px solid #6ecbce;
}
.header.fixe .hNav {
	/*position: fixed;*/
	top: 60px;
	width: 100%;
	z-index: 9999;
	border-top: 1px solid #6ecbce;
}
.lowerPage .hNav {
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 102;
}
.hNav>ul {
	/*display: table;*/
	/*width: 100%;*/
	width: 970px;
	margin: 0 auto;
	border-left: 1px solid #6ecbce;
}
.hNav>ul>li:nth-child(3) {
	border-left: 1px solid #6ecbce;
}
.hNav>ul>li {
	display: block;
	border-right: 1px solid #6ecbce;
	width: 161px;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hNav>ul>li.home {
  border-left: 1px solid #6ecbce;
}
@media only screen and (max-width: 768px) {
  .hNav>ul>li.home {
    border-left: none;
  }
}
.hNav>ul>li:hover {
	background-color: #6ecbce;
	overflow: visible;
}
.hNav>ul>li>a,
.hNav>ul>li>span {
	display: block;
	text-align: center;
	height: 40px;
	width: 160px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.hNav>ul>li>span {
	color: rgba(255,255,255,0.6);
}
.hNav>ul>li>a.tccLink01 {
	/*background-color: #f18d00;
	color: #fff;
	font-weight: bold;*/
	line-height: 1em;
	padding-top: 5px;
}
.hNav>ul>li>a.preregi {
	background-color: #2ea7e0;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	padding-top: 5px;
}
.hNav>ul>li>a.preregi.eng {
	background-color: #e1f741;
	color: #000;
	font-weight: bold;
	line-height: 2em;
	padding-top: 5px;
  cursor:default;
  opacity:0.5;
}
/*.hNav>ul>li>a.preregi.eng:hover {
	background-color: #ffec81;
	color: #000;
	font-weight: bold;
	line-height: 2em;
	padding-top: 5px;
	opacity: 1
}*/
.hNav>ul>li:hover>a {
  background: #6ecbce;
	opacity: 0.8;
}
.hNav>ul>li:hover>a.tccLink01 {
	background: #6ecbce;
	opacity: 1;
}
.hNav>ul>li.touroku_pc>ul>li a:hover {
	background-color: #ffec81;
  color: #000;
}
.hNav>ul>li>ul {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
}
.hNav>ul>li>ul>li {
	border-top: 1px solid #6ecbce;
	background-color: rgba(0,159,185,0.85);
	float: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hNav>ul>li>ul>li:hover {
	background-color: #6ecbce;
	opacity: 0.8;
}
.hNav>ul>li>ul>li.go-back,
.hNav>ul>li>ul>li.placeholder {
	display: none;
}
.hNav>ul>li>ul>li a,
.hNav>ul>li>ul>li span {
	display: block;
	font-size: 12px;
	padding: 10px 5px 10px 10px;
	/*background-color: #009fb9;*/
	color: #fff;
	text-decoration: none;
}
.hNav>ul>li>ul>li span {
  opacity:0.5;
}
.hNav>ul>li>ul>li a br,
.hNav>ul>li>ul>li span br {
  display:inline;
}
@media only screen and (max-width: 768px) {
  .hNav>ul>li>ul>li a br,
  .hNav>ul>li>ul>li span br {
    display:none;
  }
}


@media only screen and (max-width: 768px) {

	/*ヘッダー*/
	header.header {
		/*height: 105vh;*/
	}
	.headLogoArea .logo img {
		vertical-align: middle;
	}
	.hNav>ul {
		background-color: #009fb9;
		width: 260px;
		height: 100vh;
	}
	.hNav>ul>li {
		position: unset;
		float: none;
		width: 100%;
		border-right: none;
	}
	.hNav>ul>li:hover {
		background-color: #009fb9;
		overflow: visible;
	}
	.hNav>ul>li:hover>a {
		background-color: #33414a;
		opacity: 1;
	}
	.hNav>ul>li.infoArea {
		width: 94%;
		margin: 5% auto;
		border: none;
	}
	.hNav>ul>li.infoArea.on {
		opacity: 0;
	}
	.hNav>ul>li.infoArea .date {
		margin-bottom: 5%;
	}
	.hNav>ul>li.infoArea .btnArea {
		overflow: hidden;
		border: 1px solid #6ecbce;
	}
	.hNav>ul>li.infoArea .btnArea a {
		background: #fff;
		float: left;
		width: 50%;
		padding: 0;
		color: #1c1947;
		border-bottom: 0;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
		line-height: 2.5em;
	}
	.hNav>ul>li.infoArea .btnArea a.jp {
	}
	.hNav>ul>li.infoArea .btnArea a.en {
		background: #009fb9;
		color: #fff;
	}
	.hNav>ul>li.home a {
		background: url(http://www.f2ff.jp/cmt/2017/img/common/white_home.png) 95% center no-repeat;
		background-size: 18px;
		border-top: 1px solid #6ecbce;
	}
	.hNav>ul>li a {
		width: 100%;
		height: auto;
		padding: 0 0 0 5%;
		text-align: left;
		line-height: 3em;
	}
	.hNav>ul>li>a.preregi.eng,
  .hNav>ul>li>a.preregi.eng:hover{
    display: inline-block;
		background: #e1f741 url(http://www.f2ff.jp/cmt/2017/img/common/black_out_s.png) 95% center no-repeat;
    background-color: #e1f741 !important;
		background-size: 18px;
		width: 92%!important;
		height: auto;
		margin: 3.125% auto;
		padding: 2.5%;
		text-align: left;
		line-height: 40px;
    font-size: 12px;
		font-weight: bold;
    opacity:0.5;
	}
  .hNav>ul>li>a.preregi.eng.blue:hover{
    background-color:#009fb9 !important;
  }

  .touroku_sp{
		display: block!important;
	}
  .touroku_pc{
		display: none!important;
	}
	.touroku_sp a{
		margin: 0% 0% 0% 4%!important;
		width: 52%!important;
		float: left;
		margin-bottom: 5%!important;
	}
	.touroku_sp a.tw_sp{
		width: 42px!important;
		float: right;
		border-bottom: none;
		padding: 0%;
		margin-right: 4%!important;
	}
	.touroku_sp a.fa_sp{
		width: 42px!important;
		float: right;
		border-bottom: none!important;
		padding: 0%;
		margin-right: 4%!important;
	}
	.touroku_sp a.tw_sp img{
		width: 100%;
		height: auto;
	}
	.touroku_sp a.fa_sp img{
		width: 100%;
		height: auto;
	}
	.mgt5{
		margin-top: 3.125%!important;
	}

	.hNav>ul>li>a.preregi.eng.blue {
		background: #009fb9 url(http://www.f2ff.jp/cmt/2017/img/common/white_out.png) 95% center no-repeat;
    background-color: #009fb9 !important;
		background-size: 17px;
    width: 93.75%!important;
		margin: 0 auto 3.125% 3.125%;
		border: 1px solid #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
		color: #fff;
	}
	.hNav>ul>li.hNavSns {
		overflow: hidden;
	}
	.hNav>ul>li.hNavSns a {
		float: left;
		display: inline-block;
		width: 21%;
	}
	.hNav>ul>li.hNavSns img {
		width: 21%;
		margin-right: 3.125%;
	}
	.hNav>ul>li:hover>a {
		background-color: #009fb9!important;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.hNav>ul>li>ul {
		display: none;
		background-color: #1c1947;
		position: absolute;
		top: 0;
		left: 0;
	}
	.hNav>ul>li>ul.vis {
		display: block;
	}
	.hNav>ul>li>ul>li.go-back,
	.hNav>ul>li>ul>li.placeholder {
		display: block;
	}
	.hNav>ul>li>ul>li.sl a,
	.hNav>ul>li>ul>li.sl span {
		padding: 2% 0 2% 5%;
		line-height: 1.8em;
	}
	.hNav>ul>li>ul>li a,
	.hNav>ul>li>ul>li span {
		width: 100%;
		height: auto;
		padding: 0 0 0 5%;
		text-align: left;
		line-height: 3em;
	}
	.hNav>ul>li>ul>li.go-back a {
		width: 100%;
		height: auto;
		padding: 0 0 0 12%;
		text-align: left;
		line-height: 3em;
	}
	.hNav>ul>li>ul>li:hover {
		background-color: none;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.hNav>ul>li>ul>li:hover {
		background-color: none;
		opacity: 1;
	}

}



.gray_out {
    opacity: 0.4!important;
    cursor: default;
}

@media only screen and (max-width: 768px) {
a.seminar.gray_out,
a.exhibition.gray_out,
a.shownet.gray_out,
a.campaign.gray_out,
li.sp a.gray_out,
li.cs {
display: none;
}
.menu_over {
margin-bottom: 10vh;
}
} 