@charset "UTF-8";
/* レスポンシブ設定：search */
@media ( max-width : 980px){
	#right_menu{
		display:none;
	}
	#products {
		width: 100%;
	}
}