@charset "utf-8";
/*=================================
ノーベル賞関連用PC用CSS
=================================*/
.head_date {
	text-align: right;
}
.ttlDesign_nobel {
	position: relative;
	margin-bottom: 32px;
	padding: 8px 0;
	font-size: 2.8rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #F6F6F6;
}

.ttlDesign_nobel {
	width: 100%;
	padding: 0.5em;
	position: relative;
	background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(207,177,72,.1) 4px, rgba(207,177,72,.1) 8px);
	background: repeating-linear-gradient(-45deg, #fff, #fff 4px, rgba(207,177,72,.1) 4px, rgba(207,177,72,.1) 8px);
}
.ttlDesign_nobel:before, .ttlDesign_nobel:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #CFB148 3px, #CFB148 6px, white 6px, white 9px, #C1002C 9px, #C1002C 12px);
	background: repeating-linear-gradient(135deg, #fff, #fff 3px, #CFB148 3px, #CFB148 6px, white 6px, white 9px, #C1002C 9px, #C1002C 12px);
}
.ttlDesign_nobel:before { top: -4px; }
.ttlDesign_nobel:after { bottom: -4px; }

.imgList_nobel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.imgList_nobel li {
	margin: 0 16px 16px;
}
.imgList_nobel img {
	width: 100%;
	max-width: 350px;
	height: auto;
}
.imgCaption_nobel {
	font-size: 1.4rem;
	text-align: center;
}
.layoutWrap_nobel {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.name_nobel {
	margin-bottom: 24px;
	font-size: 2.8rem;
	font-weight: bold;
}
.name_nobel span {
	display: block;
	font-size: 2.1rem;
}
.table_nobel {
	width: 100%;
}
.table_nobel tr:nth-child(odd) {
	background: #f7f7f7;
}
.table_nobel tr:nth-child(even) {
	background: #e6e6e6;
}
.table_nobel td {
	width: auto;
	padding: 8px;
}
.btn_link {
	margin-top: -16px;
	text-align: right;
}
.btn_link a {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 32px 8px 24px;
	font-weight: bold;
	background: #FFF;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.35);
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	background: url(../../../common/img/common/icn_arw02_blue_r.svg) 95% center no-repeat;
	background-size: 12px;
}
.btn_link a:hover {
	color: #FFF;
	background: url(../../../common/img/common/icn_arw02_blue_r.svg) 95% center no-repeat #0066aa;
	background-size: 12px ;
}