	/* ! ページ特有のCSSを設定する */
 
 
.stripe {
	font-size:3.5em;
	text-align:center;
	line-height:0.95em;
	font-weight:bold !important;
	color: transparent;
	background: linear-gradient( 90deg, #222 0% 30%, #555 40% 60%, #777 70% 100% );
	-webkit-background-clip: text;
	text-shadow: 0.2em 0.2em 0.2em rgba(111,111,255,0.5);
}
.uni_link a:link { color: #F66; }
.uni_link a:visited { color: #F66; }
.uni_link a:hover { color: #3CC; }