@charset "UTF-8";
/* CSS Document */


body {
	margin: 0 auto;
	}
	
	
.slide_space {
	z-index: 1;
	position: relative;
	
	width: 850px;
	height: 634px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	color: #666;
	line-height: 20px;
}

.small02 {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #666;
	line-height: 14px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}


.btn {
}

