@charset "UTF-8";

/********************************************

 CSR トップ（csr）

********************************************/
#csrtop {
	
}

#csrtop sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* read */
.read {
	
}
.read .label {
	color: #063a95;
	font-size: 160%;
	text-align: center;
	margin: 0 0 10px;
}
.read .text {
	font-size: 120%;
	text-align: center;
	margin: 0 0 10px;
}
.read .notes {
	display: inline-block;
	color: #0039a6;
	font-size: 86%;
	padding: 15px 25px;
	border: 2px solid #4E6FAF;
	background: #fff;
}
.read .notes span {
	display: inline-block;
	color: #063a95;
	font-size: 120%;
	margin: 0 0 10px;
}

