@charset "utf-8";

/* index.html
---------------------------------------------------------- */
.ttlNobelWrap01 {
	background: #fff url(/nobel/img/bg_ttl_nobel01.png) repeat-x left 30px;
	overflow: hidden;
	padding-top: 3px;
	margin: 0 0 3px 3px;
}
	.ttlNobelWrap01 .btnTtlR01 {
		float: right;
		margin-top: 15px;
	}
	.ttlNobelWrap01 .ttlNobel01 {
		font-size: 160%;
		border: none;
		padding: 0 0 0 38px;
		margin: 0;
		line-height: 2.5;
	}
	.ttlNobelWrap01 .report { background: url(/nobel/img/ttl_report_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .schedule { background: url(/nobel/img/ttl_schedule_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .pamphlet { background: url(../img/ttl_pamphlet_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .biography { background: url(/nobel/img/ttl_biography_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .prize { background: url(/nobel/img/ttl_prize_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .publication { background: url(/nobel/img/ttl_publication_icon.png) no-repeat left 8px; }
	.ttlNobelWrap01 .link { background: url(/nobel/img/ttl_link_icon.png) no-repeat left 8px; }

	.ttlNobelWrap01 .ttlNobel01 span {
		background: #fff;
		padding: 10px;
	}

/* !Reseting
---------------------------------------------------------- */
#contents {
	padding: 0;
}

body {
	background: #052d5d;
}

h1{
	width:700px;
}

#mainImg {
	min-width: 1000px;
}
#mainImg.type01_l {
	height: 480px;
}
#mainImg.type02_l,
#mainImg.type03_l,
#mainImg.type04_l,
#mainImg.type05_l {
	height: 150px;
}
#mainImg.type01_l { background: #000 url(/nobel/img/mainimg01.jpg) center top no-repeat; }
#mainImg.type02_l { background: #000 url(/nobel/img/mainimg02.jpg) center top no-repeat; }
#mainImg.type03_l { background: #000 url(/nobel/img/mainimg03.jpg) center top no-repeat; }
#mainImg.type04_l { background: #000 url(/nobel/img/mainimg04.jpg) center top no-repeat; }

body.englishPage #mainImg.type01_l { background: #000 url(/english/nobel/img/mainimg01.jpg) center top no-repeat; }
body.englishPage #mainImg.type02_l { background: #000 url(/english/nobel/img/mainimg02.jpg) center top no-repeat; }
body.englishPage #mainImg.type03_l { background: #000 url(/english/nobel/img/mainimg03.jpg) center top no-repeat; }
body.englishPage #mainImg.type04_l { background: #000 url(/english/nobel/img/mainimg04.jpg) center top no-repeat; }

#wrapper {
	background: none;
}

	#contentsIn {
		padding: 0;
		background: none;
	}

		#main {
			width: 980px;
			padding: 0;
		}
		#mainIn{
			background-color: #fff;
			padding: 25px 40px;
		}

/* report
---------------------------------------------------------- */

.ul_report01 {
	background: url(/nobel/img/bg_report01.gif) left top repeat-y;
	margin: -25px 0 0 -40px;
	padding: 40px 40px 40px 0;
}
	.ul_report01 li {
		margin: 20px 0 0;
	}


.boxImageLinkListReport01 {	
	overflow: hidden;
	width: 940px;
}	

.boxImageLinkListReport01 .reportDate01 {
	float: left;
	width: 250px;
	padding: 96px 0 0;
}	
	.boxImageLinkListReport01 .reportDate01 p {
		background: url(/nobel/img/bg_report02.gif) right center no-repeat;
		display: block;
		min-height: 31px;
		padding: 0 60px 0 0;
		background-color: #fff;
		font-size: 200%;
		text-align: right;
	}
.boxImageLinkListReport01 .boxImageLink02 {
	float: right;
	width: 690px;
}	
	.boxImageLinkListReport01 .boxImageLinkIn02 {
		border: 10px solid #eff3f4;
	}
	.boxImageLinkListReport01 .bl-hover .boxImageLinkIn02 {
		border: 10px solid #d7dadb;
		position: relative;
	}
		.boxImageLinkListReport01 .boxImageLinkArticle02 {
			width: 670px;
			*position: relative;
		}
		.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap {
			padding: 20px;
			display: block;
			min-height: 163px;
			*zoom: 1;
		}
		.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
			.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap .image {
				float: left;
				margin-right: 15px;
			}
			.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap .textDetail {
				overflow: hidden;
				font-size: 100%;
			}
			.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap .textDetail .ul_type15 li {
				margin: 0;
				white-space: normal;
				font-size: 130%;
				font-weight: bold;
			}
			.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap .textDetail .ul_type15 li a {
				text-decoration: none;
			}
			.boxImageLinkListReport01 .boxImageLinkArticle02 .detailWrap .textDetail .sen {
				margin: 15px 0 0;
				padding: 0 0 0 10px;
			}

/* !subNavi
---------------------------------------------------------- */
#sub {
	margin: 0 0 60px;
	width: 100%
}
	#sub #nobelContentsFtNavi {
		overflow: hidden;
		*zoom: 1;
	}
		#sub #nobelContentsFtNavi li {
			float: left;
		}
.cNavi_nobel {
	border-top: 1px solid #ccc;
	background: url(/nobel/img/bg_type02.gif) left top repeat;
	padding: 0;
}
	.cNavi_nobel > ul {
		width: 980px;
		margin: -1px auto 0 auto;
		display: table;
	}
		.cNavi_nobel > ul > li {
			float: left;
			display:block;
			width: 245px;
			text-align: center;
		}
		.cNavi_nobel > ul > li.first  {
			background: url(/nobel/img/bg_type04.gif) left top repeat;
		}
			.cNavi_nobel > ul > li > a {
				border-right: 1px solid #ae960a;
				display: block;
				color: #fff;
				font-size: 20px;
				font-family: YuMincho, "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
				border-top: 1px solid #ccc;
			}
			.cNavi_nobel > ul > li > a:hover {
				background: url(/nobel/img/bg_type01.gif) left top repeat;
			}
			.cNavi_nobel > ul > li.first > a:hover {
				background: url(/nobel/img/bg_type03.gif) left top repeat;
			}
			.cNavi_nobel > ul > li.active > a {
				background: url(/nobel/img/bg_type01.gif) left top repeat;
				width: 100%;
				box-sizing: border-box;
			}
			.cNavi_nobel > ul > li.first.active > a {
				background: url(/nobel/img/bg_type03.gif) left top repeat;
			}
				.cNavi_nobel > ul > li > a > .img {
					display: table-cell;
					vertical-align: bottom;
					padding: 0 60px 5px;
					width: 120px;
					height: 75px;
				}
				.cNavi_nobel > ul > li > a > .txt {
					display: inline-block;
					padding: 0;
					margin: 0 0 19px 0;
				}
				.eng .cNavi_nobel > ul > li > a > #cNavi_type07 + .txt {
					background-position: 29px 0.7em;
				}

/* !Social Plugin
---------------------------------------------------------- */
#top #mainImg .nobelSocial {
	width: 980px;
	margin: 0 auto;
	padding: 440px 0 0 85px;
}

#top #mainImg .nobelSocial ul {
	float: left;
}

#mainImg .nobelSocial {
	width: 980px;
	margin: 0 auto;
	padding: 110px 80px 0 0;
}

.nobelSocial {
	display: block;
	min-height: 1%;
}
.nobelSocial:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .nobelSocial {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.nobelSocial ul {
		float: right;
		margin: 0;
		display: block;
		min-height: 1%;
	}
	.nobelSocial ul:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	* html .nobelSocial ul {
		height: 1%;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
	}
		.nobelSocial ul li {
			float: left;
			margin: 0 6px 0 0;
		}
		.nobelSocial .like{
			width: 83px!important;
		}
		#ftSocial li {
			margin: 0 3px 0 0;
		}
		#ftSocial .like_footer{
			width: 95px!important;
		}
		#ftSocial li {
			margin: 0 3px 0 0;
		}
		
		.nobelSocial .like_e{
			width: 63px!important;
		}
		#ftSocial .like_footer_e{
			width: 77px!important;
		}

.reportBox01 {
	border-top: 1px solid #ccc;
	padding: 26px 40px 40px 40px;
	background-color: #fff;
}
	.reportBox01 .btn {
		width: 200px;
		margin: 0 auto;
	}

	.reportBox01 .nobelSocial {
		float: right;
	}
	.reportBox01 .nobelSocial ul {
		margin: -25px 0 0 0;
	}

/* !Fund Box
---------------------------------------------------------- */
.fundBox .img {
    max-width: 340px;
    float: left;
    margin: 0 25px 0 0;
}

/* !Biography, Prize Table
---------------------------------------------------------- */
.biographyTable,
.prizeTable {
	border: none;
	margin-bottom: 40px;
}
	.biographyTable tr,
	.prizeTable tr {
		line-height: 2.5;
	}
	.biographyTable tr.odd,
	.prizeTable tr.odd {
		background-color: #F8F8F8;
	}
	.biographyTable th,
	.prizeTable th {
		width: 150px;
		padding-left: 40px;
		border: none;
		text-align: left;
		vertical-align: top;
	}
	.biographyTable td,
	.prizeTable td {
		width: 750px;
		border: none;
		text-align: left;
		vertical-align: top;
	}
	.englishPage .prizeTable th {
		width: 110px;
	}
	.englishPage .prizeTable td {
		width: 790px;
	}

/* !Schedule List
---------------------------------------------------------- */
.scheduleList li .date {
	font-size: 100%;
}

.scheduleList li .line2 {
	margin-top: 17px;
}

.scheduleList li .text {
	line-height: 2.4;
}

/* !Publication List
---------------------------------------------------------- */
.publicationList {
	/* font-family:Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳＰゴシック, MS PGothic, Helvetica, Verdana, sans-serif; */
	margin: 0 0 40px;
}
	.publicationList li {
		padding-bottom: 9px;
		margin-bottom: 8px;
		background: url(/common/img/bg-dot-x01.gif) repeat-x left bottom;
		display: block;
		min-height: 1%;
	}
	.publicationList li:after {
		clear: both;
		content:".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.publicationList li.last {
		margin-bottom: 0;
	}
		.publicationList li .number {
			float: left;
			width: 2.4em;
			font-weight: bold;
		}
		.publicationList li .text {
			display: block;
			overflow: hidden;
		}
.anchorList {
	margin: 0 0 0 10px;
	padding: 0 0 40px;
}
	.anchorList li {
		display: block;
		float: left;
		background: url(/common/img/ico-arrow01.png) left 0.6em no-repeat;
		padding: 0 0 0 19px;
		margin: 0 25px 0 0;
		position: relative;
		*zoom: 1;
	}
	.anchorList li.none {
		color: #666666;
		background: url(/common/img/ico-arrow01-nonactive.png) left 0.6em no-repeat;
	}
	.anchorList li.last {
		margin: 0 0 0 0;
	}
		.anchorList li a {
			text-decoration: none;
		}
		.anchorList li a:hover {
			text-decoration: underline;
		}

.researchBox {
	background-color: #F8F8F8;
	margin: 0 0 40px;
}
.researchBox .txt{
	padding: 10px 20px;
}
.youtube {
  width: 100%;
  height: 640px;
}