/*このスタイルシートは研究紹介ページ用である*/

h1{
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
	background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%);
	font-size: x-large;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	text-align: left;
	margin-bottom: 1em;
}

h1 span{
	float: right;
}

h2 {
	position: relative;
	padding: 0 .4em .1em;
	font-size: x-large;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}
