@charset "Shift_JIS";

.Section .image_box {
	width: 240px;
	height: 228px;
	float: left;
	position: relative;
	cursor: pointer;
}

.Section .image_box .image_cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    position: absolute;
}

.Section .image_box .image_cont.bb {
	border-right: 1px solid #fff;
}

.Section .image_box .image_cont:hover {
	-webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    
    
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.Section .image_box .image_cont.zindex {
    z-index: 999;
}

.Section .image_box .image_cont.nobr {
	border-right: 0;
}

.Section .image_box .photo img {
	max-width: 100%;
}

.Section .image_box .txt_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.Section .image_box .txt_wrap .prize {
	width: 100%;
	background: rgba(204, 0, 34, 0.8);
}

.Section .image_box .txt_wrap .prize p {
	text-align: center;
	color: #fff;
	padding: 3px 0;
}

.Section .image_cont .txt_wrap .name {
	width: 100%;
	background: rgba( 0, 0, 0, 0.6 );
	box-sizing: border-box;
}

.Section .image_cont.bb .txt_wrap .name {
	/* border-right: 1px solid #fff; */
}

.Section .image_cont.nobr .txt_wrap .name {
	border-right: 0;
	box-sizing: border-box;
}

.Section .image_box .txt_wrap .name h3 {
	border-left: 0 !important;
	color: #fff;
	font-size: 160%;
	font-weight: normal;
	padding: 6px 8px !important;
	margin-bottom: 0;
}

.Section .image_box .txt_wrap .name p {
	color: #fff;
	padding: 0 8px 5px !important;
	line-height: 1.4em;
	font-size: 90%;
}

.Section .image_box .txt_wrap .btn {
	background: rgba(204, 0, 34, 1.0);
	position: relative;
}

.Section .image_cont .txt_wrap .btn a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px 0;
	box-sizing: border-box;
}

.Section .image_cont.bb .txt_wrap .btn a {
	/* border-right: 1px solid #fff; */
}


.Section .image_cont .txt_wrap .btn a:after {
	content: url('/image/jp/sinews/special/011/index_13.png');
	position: relative;
	margin-left: 8px;
	top: 0px;
}

.Section .image_cont.nobr .txt_wrap .btn a {
	border-right: 0;
}

.Section .image_box .txt_wrap .btn .icon {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
}



.Section .image_box.movie {
	position: relative;
}

.Section .image_box.movie .icon_mov {
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


#float_cont {
	display: none;
	
}

#float_cont.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);	
	z-index: 99999;
	
}

#float_cont .contents_wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	background: #fff;
	box-sizing: border-box;
	padding: 40px 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}

@media screen and (max-width: 900px) {
	#float_cont .contents_wrap {
		width: 94%;	
	}

}

#float_cont .contents_wrap .close_btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap {
	margin-bottom: 20px;
	position: relative;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap .prize {
	font-weight: bold;
	color: rgb(304, 0, 34);
	margin-bottom: 8px;
	font-size: 100%;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap .name {
	font-size: 130%;
	font-weight: bold;
	color: #333;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap .affiliation {
	font-size: 90%;
	color: #666;
}

#float_cont .contents_wrap .cont_wrapper .ttl_wrap .icon {
	font-size: 80%;
	color: #fff;
	background: #000;
	padding: 3px 8px;
	display: inline-block;
	margin-bottom: 12px;
}

#float_cont .contents_wrap .cont_wrapper .ttl_wrap {
	margin-bottom: 15px;
}

#float_cont .contents_wrap .cont_wrapper .ttl_wrap .ttl {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 8px 20px 10px 15px;
}

#float_cont .contents_wrap .cont_wrapper .ttl_wrap .ttl:before {
	content: url('/image/jp/sinews/special/011/index_17.png');
	position: absolute;
	left: 0;
	top: 0;
}

#float_cont .contents_wrap .cont_wrapper .ttl_wrap .ttl:after {
	content: url('/image/jp/sinews/special/011/index_18.png');
	position: absolute;
	right: 0;
	bottom: 0;
}

#float_cont .contents_wrap .cont_wrapper .researcher_wrap {
	margin-bottom: 25px;
	background: #ebebeb;
	padding: 6px;
	box-sizing: border-box;
}

#float_cont .contents_wrap .cont_wrapper .researcher_wrap dl:after {
	content: '';
	clear: both;
	display: block;
}

#float_cont .contents_wrap .cont_wrapper .researcher_wrap dl dt {
	font-weight: bold;
	float: left;
	font-size: 90%;
}

#float_cont .contents_wrap .cont_wrapper .researcher_wrap dl dd {
	float: left;
	font-size: 90%;
}

#float_cont .contents_wrap .cont_wrapper .researcher_wrap dl dd .ft80p {
	font-size: 80%;	
	line-height: 1.2em;
}


#float_cont .contents_wrap .cont_wrapper .scroll_wrap {
	max-height: 68vh;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 10px;
}



@media screen and (max-height: 719px) {
	#float_cont .contents_wrap .cont_wrapper .scroll_wrap {
		max-height: 65vh;
	}

}

@media screen and (max-height: 619px) {
	#float_cont .contents_wrap .cont_wrapper .scroll_wrap {
		max-height: 60vh;
	}

}

#float_cont .contents_wrap .cont_wrapper .scroll_wrap .pdf_img {
	max-width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}

#float_cont .contents_wrap .cont_wrapper .scroll_wrap .pdf_img img {
	max-width: 100%;
	vertical-align: bottom;
}


#float_cont .contents_wrap .cont_wrapper .photo_wrap{
	position: relative;
	margin-bottom: 60px;
}

#float_cont .contents_wrap .cont_wrapper .photo_wrap:after {
	content: '';
	clear: both;
	display: block;
}

#float_cont .contents_wrap .cont_wrapper .photo_wrap .left_wrap {
	width: 49%;
	float: left;
	max-height: 233px;
	overflow: hidden;
}

#float_cont .contents_wrap .cont_wrapper .photo_wrap .left_wrap img {
	max-width: 100%;
}

#float_cont .contents_wrap .cont_wrapper .photo_wrap .right_wrap {
	width: 49%;
	height: 233px;
	/* position: absolute; 
	right: 0;
	bottom: 0;
	background: #333;*/
	float: right;
	position: relative;
}

#float_cont .contents_wrap .cont_wrapper .photo_wrap .right_wrap .icon {
	width: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


#float_cont .contents_wrap .cont_wrapper .txt_box {
	margin-bottom: 35px;
}

#float_cont .contents_wrap .cont_wrapper .txt_box p.quest {
	color: rgb(304, 0, 34);
	font-weight: bold;
	font-size: 96%;
	margin-bottom: 20px;
}

#float_cont .contents_wrap .cont_wrapper .txt_box p.ans {
	font-size: 96%;
}

#float_cont .contents_wrap .cont_wrapper .relation_btn {
	text-align: center;
	margin-bottom: 35px;
}

#float_cont .contents_wrap .cont_wrapper .relation_btn a {
	font-size: 96%;
	background: rgb(304, 0, 34);
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
}

#float_cont .contents_wrap .cont_wrapper .relation_btn a:after {
	content: url('/image/jp/sinews/special/011/index_13.png');
	position: relative;
	margin-left: 5px;
	top: -2px;
}



#float_cont .contents_wrap .cont_wrapper .relation_btn.pdf_link a:after {
	content: url('/image/jp/sinews/special/011/index_41.png');
	position: relative;
	margin-left: 8px;
	top: 2px;
}


#float_cont .contents_wrap .cont_wrapper .name_wrap .pdf_link {
	text-align: center;
	position: absolute;
	right: 55px;
	bottom: 0;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap .pdf_link a {
	font-size: 96%;
	background: rgb(304, 0, 34);
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
}

#float_cont .contents_wrap .cont_wrapper .name_wrap .pdf_link a:after {
	content: url('/image/jp/sinews/special/011/index_41.png');
	position: relative;
	margin-left: 8px;
	top: 2px;
	right: 5px;
}


#float_cont .contents_wrap .cont_wrapper .relation_btn.accordion a:after {
	content: url('/image/jp/sinews/special/011/index_13.png');
	display: inline-block;
	transform: rotate(90deg);
	position: relative;
	margin-left: 5px;
	top: 0px;
}

#float_cont .contents_wrap .cont_wrapper .accordion_wrap {
	/* display: none;	*/
}


div.scroll_wrap::-webkit-scrollbar{
  width: 6px;
}
div.scroll_wrap::-webkit-scrollbar-track{
  background: #fff;
  border: none;
}
div.scroll_wrap::-webkit-scrollbar-thumb{
  background: rgb(304, 0, 34);
  border-radius: 3px;
  box-shadow: none;
}


.Section .ImgOnlyStyle .tr {
	text-align: right;	
}

.Section .ImgOnlyStyle .ft80p {
	font-size: 80%;
}

.Section .ImgOnlyStyle .mb8 {
	margin-bottom: 8px;
}


body.noscroll {
	overflow: hidden;	
}