@charset "UTF-8";
/* CSS Document */
.cr-title{
	color: var(--main-color1);
	font-size: x-large;
	text-align: center;
	background-image: url("../pict/common/title-back.jpg");
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;
	background-size: cover;
	background-position: center center;
}
.cr-subinfo{
	font-size: large;	
}
.cr-notes{
	font-size: small;	
}