
#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;}
			
#maximage {
	display:none;
	position:fixed !important;
}
			
#gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;}

.enter {
	position: absolute;
	left: 50%; top: 50%;
	text-align: center;
	width: 600px;
	margin-left: -300px;
	margin-top: -100px;}

.enter h1 {margin-bottom: 15px;}

.link {
	font-size: 1.5em;
	color: #fff;}

.link a {
	position: relative;
	z-index: 9999;
	color: #fff;
	margin: 0 0.5em;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;}

.link a:hover {
    color: transparent;
    text-shadow: 0 0 5px #fff;
	text-decoration: underline;}


/*! Version: 2.0.73 (12-Oct-2012) */

.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	-webkit-transition: opacity 2s ease-in-out; 
	-moz-transition: opacity 2s ease-in-out; 
	-o-transition: opacity 2s ease-in-out; 
	transition: opacity 2s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}