.slider {
  display: none;
}

.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin: 0 auto;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
}

@media only screen and (min-width: 980px){
	.slider{
		width: 980px;
	}
}

.fraction-slider{
	position:relative;
	width:100%; height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:50;
}

.fraction-slider .active-slide{
	z-index:80;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:70;
}

.fraction-slider .fs_fixed_obj{
	z-index:60;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%;
	height:300px;
	background:url(../images/common/load.gif) center center no-repeat transparent;
}

@media only screen and (max-width: 600px) {
.fs_loader{
	width:100%;
	height:120px;
	background:url(../images/common/load.gif) center center no-repeat transparent;
	}
}

/** text **/

.slide p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic,メイリオ, Meiryo 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.slider .sliderTextWhite {
	color: #ffffff;
	font-size: 2.4em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.slider .sliderTextOrange {
	color: #ff6000;
	font-size: 2.4em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
