@charset "utf-8";



h2 {
	line-height: 1.325;
}
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

p.reg_button a {
	display: block;
	background: #e33;
	color: #fff;
	font-size: 24px;
	padding:  1em 0;
	text-align: center;
	border-radius: 6px;
	width: 16em;
	margin: 1em auto 3em;
}
p.reg_button a:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}

/* ----------------------------------------------------
fixed Head
--------------------------------------------------- */
.adlp_header {
	margin: 0;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 990;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: linear-gradient(to bottom, #666 0%, #000 100%);
}
.adlp_header  .header_layout {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.adlp_header  .header_layout .logo a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.adlp_header  .header_layout .logo img.event_name {
	width: 320px;
	margin-left: 10px;
}

.right_area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: auto;
}
.timer_icon {
	font-size: 1.25em;
	color: #ffe332;
	margin-right: 5px;
}
.timerArea {
	color: #ffe332;
}
.timerArea p {
	font-size:13px;
	margin-bottom: 2px;
}
.yycountdown-box {
}
 
#timerOlympic .yycountdown-box .yyc-day,
#timerOlympic .yycountdown-box .yyc-hou,
#timerOlympic .yycountdown-box .yyc-min,
#timerOlympic .yycountdown-box .yyc-sec {
	font-size:1.5em;
	font-family: 'Roboto', sans-serif;
}
#timerOlympic .yycountdown-box .yyc-day-text,
#timerOlympic .yycountdown-box .yyc-hou-text,
#timerOlympic .yycountdown-box .yyc-min-text,
#timerOlympic .yycountdown-box .yyc-sec-text{
	font-size:1.0em;
	padding: 0 0.25em 0 0.125em;
}


.adlp_header  .header_layout .reg {
	margin-left: 20px;
}
.adlp_header  .header_layout .reg a {
	display: block;
	background: #e33;
	color: #fff;
	font-size: 18px;
	padding:  0.5em 1em;
	border-radius: 6px;
}
.adlp_header  .header_layout .reg a:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}

/* ----------------------------------------------------
middle_box
--------------------------------------------------- */
.middle_box {
	padding: 0;
	padding-top: 80px;
}

/* ----------------------------------------------------
title_message_area
--------------------------------------------------- */
.title_message_area {
	width: 100%;
	height: 500px;
	margin: 0;
	margin-bottom: 50px;
	background-image: url(./DSC_3790.jpg) ;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.title_message_area .shade {
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
.title_message_area h2.page_lead {
	font-size: 38px;
	line-height: 1.25;
	font-weight: normal;
	padding: 2em 0 0;
	margin: 0 0 1em;
}
.title_message_area h2.page_lead_bn {
	font-size: 34px;
	line-height: 1.25;
	font-weight: normal;
	padding: 2em 0 0;
	margin: 0 0 1em;
}
.title_message_area h2.page_lead span.smin,
.title_message_area h2.page_lead_bn span.smin {
	font-size: 80%;
	display: block;
	margin-bottom: 0.325em;
}


.title_message_area p.event_info1 {
	font-size: 24px;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.title_message_area p.event_info2 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}

.title_message_area .shade .set_width {
	height: 100%;
	position: relative;
}
.title_message_area .shade .set_width .graph {
	position: absolute;
	top: 80px;
	right: 30px;
}




/* ----------------------------------------------------
area01
--------------------------------------------------- */
.area01 {
	margin-bottom: 5em;
}

.logoArea {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 3em;
	background: #fff;
	border: 1px solid #ccc;
}
.logoArea > div {
	width: 34%;
	text-align: center;
	padding: 20px;
}
.logoArea > div.ioo1 img {
	width: 75%;
}
.logoArea > div.ioo2 img {
	width: 100%;
}
.logoArea > div p  {
	margin-bottom: 0.5em;
}

.area01 ul {
	margin-bottom: 3em;
}
.area01 ul li {
	font-size: 24px;
	line-height: 1.5;
	margin: 0.25em 0;
}
.area01 ul li:before {
	color: #e33;
	content: "\f00c";
	font-family: fontAwesome;
	margin-right: 0.25em;
}


.movieArea {
	text-align: center;
	margin: 0 auto;
}
.movieArea img {
	border: 5px solid #ccc;
}

/* ----------------------------------------------------
area02
--------------------------------------------------- */
.area02 {
	margin-bottom: 0px;
	background: #60d8ff;
	padding: 4em 0 2em;
}
.area02 h2 {
	text-align: center;
	font-size: 28px;
	margin: 0 0 0.75em;
	background: rgba(255, 255, 255, 0.7);
	padding: 0.25em 0;
	border-radius: 26px;
}
.area02 p {
	font-size: 22px;
	line-height: 1.7;
	margin-bottom: 0.5em;
	z-index: 100;
	position: relative;
}
.area02 p strong {
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.area02 .imgBox {
	margin: 0 auto;
	width: 65%;
	margin-top: -8em;
}
.area02 .imgBox img {
	width: 100%;
}





/* ----------------------------------------------------
area03
--------------------------------------------------- */
.area03 {
	margin-bottom: 150px;
	text-align: center;
}
.tripod {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 50px 0 50px;
	border-color: #60d8ff transparent transparent transparent;
	margin: 0 auto 3em;
}
ul.themezon_4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 3em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
ul.themezon_4 li {
	font-size: 24px;
	width: 50%;
	padding: 0.5em 0;
	color: #fff;
}
ul.themezon_4 li:nth-child(1) {
	background: #ff5b00;
}
ul.themezon_4 li:nth-child(2) {
	background: #009f52;
}
ul.themezon_4 li:nth-child(3) {
	background: #b7bf00;
}
ul.themezon_4 li:nth-child(4) {
	background: #29abe2;
}


.each_zone {
	text-align: left;
}
.each_zone .title_box .txt_box h2 {
    font-size: 1.5rem;
}
.each_zone .title_box .icon_box {
    width: 90px;
}
.each_zone .title_box .txt_box {
    width: calc(100% - 105px);
}
.each_zone h3 {
	font-size: 1.25rem;
	color: #333;
}
.each_zone h3 .min {
	font-size: 70%;
	padding-left: 1em;
}
.each_zone .exhibitors_box p  {
	line-height: 1.5;
}


.each_zone  .conf_identifier {
	display: none;
}
.each_zone .exhibitors_box p.name:after {
	content: "氏";
	font-size: 75%;
	margin-left: 0.5em;
	margin-right: 1em;
}


/* ----------------------------------------------------
area04
--------------------------------------------------- */
.area04 {
	margin-bottom: 50px;
}


.conf_sp_lead {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 6px;
	padding: 10px;
}

.conf_sp_lead .circle {
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	height: 80px;
	background: #fff;
	text-align: center;
	border-radius: 80px;
	margin-right: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.conf_sp_lead h2 {
	color: #fff;
	margin: 0;
}

.conf_k  .conf_sp_lead {
	background: #f7850d;
}
.conf_s  .conf_sp_lead {
	background: #4f80c5;
}
.conf_i  .conf_sp_lead {
	background: #ffb100;
}






.area04 ul  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 ;
}

.area04 ul li {
	border: 1px solid #ccc;
	width: calc(25% - 20px);
	background: #fff;
	float: left;
	margin: 0 10px 20px;
}
.area04 ul li h4 {
	text-align: center;
	padding: 0.5em 0;
	margin: 0 0 0;
}
.area04 ul li  .one {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;
}
.area04 ul li  .one .person {
	width: calc(50% - 5px);
	text-align: center;
	padding: 10px 5px;
}
.area04 ul li  .person  p.photo {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 5px;
	background: #fff;
}
.area04 ul li  .person  p.photo img {
	width: 100%;
}
.area04 ul li  .person  p.name {
	font-size: 14px;
	padding: 0 ;
	margin-bottom: 5px;
	font-weight: bold;
}
.area04 ul li  .person  p.name:after {
	content: "氏";
	font-size: 12px;
	margin-left: 0.25em;
}
.area04 ul li  .person  p.c {
	font-size: 12px;
	text-align: left;
	padding: 0 ;
}


.area04 .conf_k h3 {
	background: #f7850d;
}
.area04 .conf_s h3 {
	background: #4f80c5;
}
.area04 .conf_i h3 {
	background: #ffb100;
}

.area04 .conf_k ul li h4 {
	background: rgba(247, 133, 13, 0.25);
}
.area04 .conf_s ul li h4 {
	background: rgba(79, 128, 197, 0.25);
}
.area04 .conf_i ul li h4 {
	background: rgba(255, 177, 0, 0.25);
}




/* ----------------------------------------------------
area05
--------------------------------------------------- */
.area05 {
	margin-bottom: 5em;
}
.conflist_area {
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
	background-image: url(./DSC_2632.jpg) ;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.conflist_area .shade {
	padding: 5em 0 2em;
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
ul.conf_index_navi {
	margin: 3em 0 ;
}
ul.conf_index_navi li {
	color: #fff;
	cursor: auto;
}
ul.conf_index_navi li:hover {
	opacity: 1;
}

/* ----------------------------------------------------
last_info
--------------------------------------------------- */
.last_info h2 {
	margin: 0 0 1.0em;
	font-size: 24px;
}
.last_info table {
	margin: 0 0 3em;
	font-size: 18px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}
.last_info table th {
	margin: 0;
	padding: 0.5em 1em;
	width: 8em;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.last_info table td {
	margin: 0;
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
}
.last_info span.ert2 {
	font-size: 1.325em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.last_info span.ert {
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.last_info p.op1000 {
	font-size: 32px;
	text-align: center;
	color: #e33;
}

p.to_expo a {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333333));
	background: linear-gradient(to bottom, #999 0%, #333333 100%);
	margin: 30px 0;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	padding: 1.5em 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	margin-bottom: 5em;
}
p.to_expo a:before {
	color: #;
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}


/* ----------------------------------------------------
footer_navi
--------------------------------------------------- */
.footer_navi {
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: linear-gradient(to bottom, #666 0%, #000 100%);
	color: #fff;
	padding: 3em 0;
}
.footer_navi ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.footer_navi ul li {
	margin-right: 1.325em;
}
.footer_navi ul li:before {
	content: "\f0a9";
	font-family: fontAwesome;
	margin-right: 0.25em;
}
.footer_navi ul li a {
	color:#fff;
}

.footer_navi p.copyright {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	padding: 1.5em 0 3em;
}