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

/********************************************/
/* JS制御用                                 */
/********************************************/
/********************/
/* .multiSlider遷移 */
/********************/
.controlSlide{
	overflow:hidden;
}
*:first-child+html .controlSlide{
	height:auto !important;
}
html>/**/body .controlSlide{
	height/***/:auto\9 !important;
}
@media screen and (min-width:641px){ /* 最小サイズ641px(PC)の時はこちらのスタイル優先 */
	.controlSlide{
		height:auto !important;
	}
}
.stControlSlide{
	overflow:hidden;
}
*:first-child+html .stControlSlide{
	height:auto !important;
}
html>/**/body .stControlSlide{
	height/***/:auto\9 !important;
}
@media screen and (min-width:641px){ /* 最小サイズ641px(PC)の時はこちらのスタイル優先 */
	.stControlSlide{
		height:auto !important;
	}
}
