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

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