function Urikire(flg){
	var flg = flg;
		if(flg == 'C'){
			document.write('在庫切れ');
		}else{}
	}
