/* 北極星を描く */
#novel {
	width: 100%;
}
	#novel p {
		text-align: center;
	}
		#novel p a {
			display: block;
			background: #fff;
		}

/* 北大人群像 */
#interview {
	width: 100%;
}
	#interview p {
		text-align: center;
	}
		#interview p a {
			display: block;
			background: #fff;
			color: #000;
		}
		#interview p a img {
			margin-bottom: 1em;
		}

/* 新着情報部分 */

#content-inner #infoList h2 {
	border-bottom: none;
	background: #03832e;
	padding: 20px 30px 20px 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
	#infoList ul:after {
		clear: both;
		content:"";
		display: block;
	}

		#infoList li {
			background: #ffffff;
		}
			#infoList li time {
				display: block;
				margin-bottom: 10px;
			}
		#infoList .list_foot {
			margin: 20px 0;
			text-align: center;
		}
			#infoList .list_foot a {
				border: 1px solid #c9c9c9;
				background: #fff;
				line-height: 1;
				text-align: center;
			}
			#infoList .list_foot a {
			}

			.list_foot a:hover {
				opacity: 0.7;
				text-decoration: none;
			}
				.list_foot a span {
					line-height: 1;
				}

/*SP*/
@media screen and (max-width: 750px) {

/* 北極星を描く */
#novel {
	margin-bottom: 30px;
}
	#novel a {
	}
		#novel img {
		}

/* 北大人群像 */
#interview {
	margin-bottom: 30px;
}
	#interview a {
		padding: 40px 30px;
	}
		#interview img {
			width: 70vw;
		}

/* 新着情報部分 */
#infoList {
}
	#content-inner #infoList h2 {
		font-size: 4.2vw;
	}

	#infoList li {
		margin-bottom: 15px;
		padding: 15px;
	}
		#infoList li img {
			display: block !important;
			margin: -15px -15px 20px  -15px;
			max-width: calc(100% + 30px);
		}
	#infoList .list_foot {
		padding: 20px 0;
	}

		#infoList .list_foot a {
			padding: 12px 10px 8px;
			font-size: 4.8vw;
		}
			#infoList .list_foot a span {
				padding-left: 8%;
				background: url("../common/img/ico_list01.png") no-repeat left 0.3em;
				-webkit-background-size: 12%;
				background-size: 12%;
			}

}

/*PC*/
@media screen and (min-width: 751px) {
#header-side #h_navPC {
	width: 340px;
}

#main_contents {
	float: none;
}

/* 北極星を描く */
#novel {
	margin: 0 30px 60px;
}
	#novel a {
	}
	#novel a:hover {
		opacity: 0.8;
	}
		#novel img {
			max-width: 960px;
		}

/* 北大人群像 */
#interview {
	margin: 0 30px 60px;

}
	#interview a {
		padding: 80px 30px;
	}
	#interview a:hover {
		opacity: 0.8;
	}
		#interview img {
			width: 400px;
		}

/* 新着情報部分 */
#infoList {
	width: 100%;
	margin-bottom: 60px;
	padding: 0 30px;
}

	#infoList ul {
		display: flex;
		flex-wrap: wrap;
	}
	#infoList li {
		box-sizing: border-box;
		width: 310px;
		margin: 0 0 20px 15px;
		padding: 20px;
	}
	#infoList li:nth-child(1),
	#infoList li:nth-child(2) {
		width: 310px;
	}
	#topicsTab #infoList li:nth-child(2) {
		margin-left: 20px;
	}
	#infoList li:nth-child(3n + 1) {
		margin-left: 0;
	}
		#infoList li img {
			display: block !important;
			max-width: 310px;
			margin: -20px -20px 20px;
		}

		#infoList li:hover img {
			opacity: 0.7;
		}

	#infoList .list_foot {
		padding: 20px 0;
	}
		#infoList .list_foot a {
			padding: 15px 20px 13px;
			color: #03832e;
			font-size: 16px;
			font-weight: bold;
		}
		#infoList .list_foot a:hover {
			background: #efefef;
			text-decoration: none;
		}
			#infoList .list_foot span {
				padding-left: 28px;
				background: url("../common/img/ico_list01.png") no-repeat left 0.2em;
				-webkit-background-size: 18px;
				background-size: 18px;
			}
}


/*Print*/
@media print {
#infoList {
	padding: 60px 0;
	width: 100%;
	margin: 0 auto;
}
	#infoList h2 {
		margin-bottom: 40px;
		padding: 0;
		border-bottom: none !important;
	}
		#topics01 h2 img {
			width: 121px;
		}

		#infoList li {
			float: left;
			box-sizing: border-box;
			width: 50%;
			margin: 0 0 20px;
			padding: 20px;
		}
		#infoList li:nth-child(odd) {
			clear: left;
		}
			#infoList li img {
				display: block !important;
				max-width: auto;
				margin: -20px 0 20px;
			}

		.list_foot:after {
			clear: both;
			content:"";
			display: block;
		}
		.list_foot {
			width: 600px;
			margin: 30px auto 20px;
		}
			.list_foot a {
				padding: 22px 10px 18px;
				font-size: 18px;
			}
				.ico_showall span {
					padding-left: 28px;
					background: url("common/img/ico_list02.png") no-repeat left 0.2em;
					-webkit-background-size: 18px;
					background-size: 18px;
				}
}
