@charset "Shift_JIS";

.cont_unit#link_area {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d9d9d9;
	padding: 15px;
	box-sizing: border-box;
	background: rgb(242, 242, 242);
}


@media screen and (max-width: 999px) {
	.cont_unit#link_area {
		width: 100%;	
	}
}

@media screen and (max-width: 767px) {
	.cont_unit#link_area {
		width: 92%;
		margin-top: 35px;
	}
}

.cont_unit#link_area li {
	text-align: center;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 13px;
	padding: 8px 0 3px;
}

.cont_unit#link_area li:after {
	content: url(/image/global/expo/science/index_12.png);
    position: relative;
    top: 2px;
    margin-right: 2px;
    margin-left: 8px;
}


/** フロートメニュー **/
.section_anker {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -107px;
}

.section_anker li {
	width: 42px;
	height: 42px;
	background: #000;
	position: relative;
	margin-bottom: 1px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.section_anker li:hover {
	background: #e60027;
}

.section_anker li a {
	display: block;
	width: 100%;
	height: 100%;
}

.section_anker li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.section_anker li a span.txt {
	display: inline-block;
	white-space: nowrap;
	font-size: 11px;
	position: absolute;
	right: 50px;
	border: 1px solid #e60027;
	padding: 3px 5px;
	background: rgba( 255, 255, 255, 0.8 );
	top: 5px;
	display: none;
}


/** フロートメニュー **/

.cont_unit#china_mov .box_wrap {
	width: 45%;
	margin-left: auto;
	margin-right: auto;	
} 

.cont_unit#seminor_wrap .movies:after {
	content: '';
	clear: both;
	display: block;
} 

.cont_unit#seminor_wrap .movies .box_wrap {
	width: 32%;
	margin-right: 1.5%;
	float: left;
	
	
} 

.cont_unit#seminor_wrap .movies .box_wrap:nth-child(3n) {
	margin-right: 0;
} 

.cont_unit#seminor_wrap .movies .box_wrap .movie {
	margin-bottom: 8px;
} 

.cont_unit#seminor_wrap .movies .box_wrap p.ttl {
	font-size: 13px;
} 


.cont_unit#uservoice_wrap .voices .voice_box {
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
	border-bottom: 1px dotted #d9d9d9;
	cursor: pointer;
	
	-webkit-transition: all .4s;
	transition: all .4s;
} 

.cont_unit#uservoice_wrap .voices .voice_box:hover {
	opacity: 0.8;
} 

.cont_unit#uservoice_wrap .voices .voice_box:after {
	content: '';
	clear: both;
	display: block;
} 


.cont_unit#uservoice_wrap .voices .voice_box .photo {
	width: 30%;
	float: left;
	position: relative;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo img {
	max-width: 100%;
}

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap {
	width: 68%;
	float: right;
} 

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap .ttl {
	margin-bottom: 15px;
} 

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap .ttl h3 a {
	color: #000;
	font-size: 18px;
	line-height: 1.8em;
} 

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap .ttl h3 a:hover {
	text-decoration: none;
} 

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap p.person {
	margin-bottom: 1.5em;
} 

.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap p.product {
	background: #e3e3e3;
	padding: 5px 10px;
	display: inline-block;
	font-size: 13px;
} 


.cont_unit#uservoice_wrap .voices .voice_box .photo .mov_icon {
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: rgba( 0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .mov_icon:before {
	position: relative;
	content: url('/image/global/expo/science/index_33.png');
	margin-right: 3px;
	top: 3px;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon {
	position: absolute;
	right: 35px;
	bottom: 5px;
	background: rgba( 250, 175, 59, 1);
	color: #000;
	
	margin: 0 auto;
	width: 60px;
	height: 103px;
	display: block;
	transition: all 0.2s linear;
	opacity: 0.8;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.bunri {
	background: rgba( 103, 68, 152, 1);
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon span {
	width: 150%;
	margin-left: -25%;
    height: 103px;
    line-height: 1.6em;
    font-size: 10px;
    padding-top: 22px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
}



.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.bunri span {
	 padding-top: 38px;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.twoline span {
	padding-top: 34px;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.threeline span {
	padding-top: 26px;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.fourline span {
	padding-top: 22px;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon:before,
.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon:after {
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba( 250, 175, 59, 1);
    transition: all 0.2s linear;
    z-index: 0;
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.bunri:before,
.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon.bunri:after {
    background:rgba( 103, 68, 152, 1);
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon:before {
	transform: rotate(60deg);
}

.cont_unit#uservoice_wrap .voices .voice_box .photo .hexa_icon:after {
	transform: rotate(-60deg);
}




.cont_unit#sinews_wrap .news .news_box {
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box;
	border-bottom: 1px dotted #d9d9d9;
	cursor: pointer;
	
	-webkit-transition: all .4s;
	transition: all .4s;
} 

.cont_unit#sinews_wrap .news .news_box:hover {
	opacity: 0.8;
} 

.cont_unit#sinews_wrap .news .news_box:after {
	content: '';
	clear: both;
	display: block;
} 


.cont_unit#sinews_wrap .news .news_box .photo {
	width: 30%;
	height: 220px;
	overflow: hidden;
	float: left;
	position: relative;
}

.cont_unit#sinews_wrap .news .news_box .photo img {
	max-width: 100%;
}

.cont_unit#sinews_wrap .news .news_box .txt_wrap {
	width: 68%;
	float: right;
} 

.cont_unit#sinews_wrap .news .news_box .txt_wrap .ttl {
	margin-bottom: 15px;
} 

.cont_unit#sinews_wrap .news .news_box .txt_wrap .ttl h3 a {
	color: #000;
	font-size: 18px;
	line-height: 1.8em;
} 

.cont_unit#sinews_wrap .news .news_box .txt_wrap .ttl h3 a:hover {
	text-decoration: none;
} 

.cont_unit#sinews_wrap .news .news_box .txt_wrap p.desc {
	margin-bottom: 1.5em;
} 





.cont_unit#panel_wrap .panels ul.output {
	border: 1px solid #d9d9d9;
}

.cont_unit#panel_wrap .panels ul.output:after {
	content: '';
	clear: both;
	display: block;
}

.cont_unit#panel_wrap .panels ul.output li {
	width: 25%;
	height: 470px;
	float: left;
	text-align: center;
}

.cont_unit#panel_wrap .panels ul.output li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	padding: 15px 10px;
	
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cont_unit#panel_wrap .panels ul.output li a:hover {
	background: #fce5e7;
}

.cont_unit#panel_wrap .panels ul.output li a img {
	max-width: 100%;
	margin-bottom: 8px;
}

.cont_unit#panel_wrap .panels ul.output li a p.panel_name {
	height: 5em;
	overflow: hidden;
	margin-bottom: 0;
}

.cont_unit#panel_wrap .panels ul.output li a p.capacity {
    color: #c02;
	font-size: 90%;
	background-image: url(/image/common/global/r1/icon/icon_pdf_hd.gif);
	background-size: 16px 16px;
	padding: 0 17px 0 0;
    background-repeat: no-repeat;
    background-position: right center;
    display: inline-block;
}


.cont_unit#application_wrap .apps table {
	position: relative;
	width: 100%;
}

.cont_unit#application_wrap .apps .tbl_ttl {
	position: sticky;
	top: 50px;
	z-index: 999;
}

.cont_unit#application_wrap .apps .tbl_ttl dl dt {
	width: 20%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-weight: bold;
	float: left;
}

.cont_unit#application_wrap .apps .tbl_ttl dl dd {
	width: 80%;
	padding: 10px 15px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-weight: bold;
	float: left;
}

.cont_unit#application_wrap .apps table tbody tr {
	cursor: pointer;
}

.cont_unit#application_wrap .apps table tbody tr th {
	width: 20%;
	box-sizing: border-box;
	font-weight: bold;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

.cont_unit#application_wrap .apps table tbody tr td {
	width: 80%;
	box-sizing: border-box;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


.cont_unit#application_wrap .apps table tbody tr:hover th {
	background: #f7b2b7;
}

.cont_unit#application_wrap .apps table tbody tr:hover td {
	background: #fce5e7;
}


.cont_unit#application_wrap .apps table tbody tr td p.ttl {
	font-size: 14px;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
	.cont_unit {
		padding-top: 0;	
	}
	
	#sec_wrap .cont_unit#headcont .ttl_wrap h1 {
		margin-bottom: 15px;	
	}
	
	.cont_unit#china_mov {
		margin-top: 35px;	
	}
	
	.cont_unit#china_mov .box_wrap {
		width: 92%;	
	}
	
	.cont_unit#seminor_wrap {
		margin-top: 35px;
	}
	
	.cont_unit#products_wrap .products {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#products_wrap .products ul.output {
		border: 0;	
	}
	
	.cont_unit#products_wrap .products ul.output li {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 15px;
	}
	
	.cont_unit#products_wrap .products ul.output li a p.product_name {
		margin-block-end: 0em;
    	margin-block-start: 0em;
	}
	
	
	.cont_unit#panel_wrap .panels {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#panel_wrap .panels ul.output {
		border: 0;	
	}
	
	.cont_unit#panel_wrap .panels ul.output li {
		width: 100%;
		height: auto;
		float: left;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.cont_unit#panel_wrap .panels ul.output li a p.product_name {
		margin-block-end: 0em;
    	margin-block-start: 0em;
	}
	
	#sec_wrap .cont_unit .ttl_wrap h2 {
		margin-bottom: 15px;	
	}
	
	#sec_wrap .cont_unit .ttl_wrap h2.cat {
		display: inline;	
	}
	
	.cont_unit#seminor_wrap .movies .box_wrap {
		width: 100%;
		float: none;	
		margin-bottom: 15px;
	}
	
	.cont_unit#seminor_wrap .movies {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#uservoice_wrap .voices .voice_box {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#uservoice_wrap .voices .voice_box .photo {
		width: 100%;
		float: none;	
		margin-bottom: 10px;
	}
	
	.cont_unit#uservoice_wrap .voices .voice_box .txt_wrap {
		width: 100%;
		float: none;	
	}
	
	
	.cont_unit#sinews_wrap .news {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#sinews_wrap .news .news_box {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#sinews_wrap .news .news_box .photo {
		width: 100%;
		float: none;	
		margin-bottom: 10px;
	}
	
	.cont_unit#sinews_wrap .news .news_box .txt_wrap {
		width: 100%;
		float: none;	
	}
	
	.cont_unit#sinews_wrap .news .news_box .txt_wrap li.Pdf {
		text-align: right;
	}
	
	.cont_unit#application_wrap .apps {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl {
		position: static;	
	}
	
	.cont_unit#application_wrap .apps .scroll_wrapper {
		width: 100%;
		overflow: auto;
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl {
		width: 480px;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl dl dt {
		width: 30%;	
	}
	
	.cont_unit#application_wrap .apps .tbl_ttl dl dd {
		width: 70%;	
	}
	
	.cont_unit#application_wrap .apps table {
		width: 480px;	
	}
	
	.cont_unit#application_wrap .apps table tbody tr th {
		width: 30%;		
	}
	
	.cont_unit#application_wrap .apps table tbody tr td {
		width: 70%;		
	}
	
	
}
